aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/conversation.cc')
-rw-r--r--src/gui/conversation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/conversation.cc b/src/gui/conversation.cc
index 5d3fda7a..ccb20b9a 100644
--- a/src/gui/conversation.cc
+++ b/src/gui/conversation.cc
@@ -272,7 +272,7 @@ namespace OpenAxiom {
// Set a minimum preferred widget size, so no layout manager
// messes with it. Indicate we can make use of more space.
Conversation::Conversation(Debate& parent)
- : group(parent), greatings(this), cur_ex(), cur_out(&greatings) {
+ : group(&parent), greatings(this), cur_ex(), cur_out(&greatings) {
setFont(monospace_font());
setBackgroundRole(QPalette::Base);
greatings.setFont(font());