summaryrefslogtreecommitdiffstats
path: root/konversation/src/query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/query.cpp')
-rw-r--r--konversation/src/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/query.cpp b/konversation/src/query.cpp
index 6370de7..6b7541b 100644
--- a/konversation/src/query.cpp
+++ b/konversation/src/query.cpp
@@ -50,7 +50,7 @@ Query::Query(TQWidget* parent, TQString _name) : ChatWindow(parent)
setChannelEncodingSupported(true);
- m_headerSplitter = new TQSplitter(Qt::Vertical, this);
+ m_headerSplitter = new TQSplitter(TQt::Vertical, this);
m_initialShow = true;
awayChanged=false;