summaryrefslogtreecommitdiffstats
path: root/konversation/src/dccchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/dccchat.cpp')
-rw-r--r--konversation/src/dccchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/dccchat.cpp b/konversation/src/dccchat.cpp
index 7855029..b7d4151 100644
--- a/konversation/src/dccchat.cpp
+++ b/konversation/src/dccchat.cpp
@@ -62,7 +62,7 @@ DccChat::DccChat(TQWidget* parent, bool listen, Server* server, const TQString&
setType(ChatWindow::DccChat);
setChannelEncodingSupported(true);
- m_headerSplitter = new TQSplitter(Qt::Vertical, this);
+ m_headerSplitter = new TQSplitter(TQt::Vertical, this);
m_sourceLine = new Konversation::TopicLabel(m_headerSplitter);