summaryrefslogtreecommitdiffstats
path: root/konversation/src/channellistpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/channellistpanel.cpp')
-rw-r--r--konversation/src/channellistpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/channellistpanel.cpp b/konversation/src/channellistpanel.cpp
index db6d2f5..30205d1 100644
--- a/konversation/src/channellistpanel.cpp
+++ b/konversation/src/channellistpanel.cpp
@@ -63,7 +63,7 @@ ChannelListPanel::ChannelListPanel(TQWidget* parent) : ChatWindow(parent)
filterTextChanged(TQString());
TQHGroupBox* filterGroup=new TQHGroupBox(i18n("Filter Settings"),this);
- TQGrid* mainGrid=new TQGrid(2,Qt::Vertical,filterGroup);
+ TQGrid* mainGrid=new TQGrid(2,TQt::Vertical,filterGroup);
mainGrid->setSpacing(spacing());
TQLabel* minLabel=new TQLabel(i18n("Minimum users:"),mainGrid);