aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-08 07:15:58 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-08 07:15:58 +0000
commit410c65a878026cb16dd5a3eece5271eb60b782b1 (patch)
treeb5f96b7a676edd5a2580754c3529466a5fe1e67c /src/gui/conversation.cc
parent5c8f501196981142b3b2a4f5c896e08d90792130 (diff)
downloadopen-axiom-410c65a878026cb16dd5a3eece5271eb60b782b1.tar.gz
more gui cleanup
Diffstat (limited to 'src/gui/conversation.cc')
-rw-r--r--src/gui/conversation.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/conversation.cc b/src/gui/conversation.cc
index d3301d79..4fedfa52 100644
--- a/src/gui/conversation.cc
+++ b/src/gui/conversation.cc
@@ -279,8 +279,7 @@ namespace OpenAxiom {
setFont(monospace_font());
setBackgroundRole(QPalette::Base);
greatings.setFont(font());
- connect(win->server(), SIGNAL(readyReadStandardOutput()),
- this, SLOT(read_reply()));
+ setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
}
Conversation::~Conversation() {