aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-06 21:26:25 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-06 21:26:25 +0000
commitd33fc2c04f3832483ea136bbee11cec3beb0bbd0 (patch)
treee2e00bcda2a6ae4246f1c1173e80849f479d3b01 /src/gui/conversation.cc
parente4b8b63855846aedf2c6614818163c98a6a7b035 (diff)
downloadopen-axiom-d33fc2c04f3832483ea136bbee11cec3beb0bbd0.tar.gz
gui: tidy up
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());