summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiccombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/topiccombobox.cpp')
-rw-r--r--konversation/src/topiccombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/topiccombobox.cpp b/konversation/src/topiccombobox.cpp
index 1340f02..eb23185 100644
--- a/konversation/src/topiccombobox.cpp
+++ b/konversation/src/topiccombobox.cpp
@@ -17,8 +17,8 @@
TopicComboBox::TopicComboBox(TQWidget* parent) :
KComboBox(parent,"topic_combo_box")
{
- connect(this,TQT_SIGNAL(activated(int)),this,TQT_SLOT(topicActivated(int)));
- connect(this,TQT_SIGNAL(returnPressed(const TQString&)),this,TQT_SLOT(topicActivated(const TQString&)));
+ connect(this,TQ_SIGNAL(activated(int)),this,TQ_SLOT(topicActivated(int)));
+ connect(this,TQ_SIGNAL(returnPressed(const TQString&)),this,TQ_SLOT(topicActivated(const TQString&)));
}
TopicComboBox::~TopicComboBox()