summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiccombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/topiccombobox.h')
-rw-r--r--konversation/src/topiccombobox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/konversation/src/topiccombobox.h b/konversation/src/topiccombobox.h
index 5ccc193..7161355 100644
--- a/konversation/src/topiccombobox.h
+++ b/konversation/src/topiccombobox.h
@@ -22,18 +22,18 @@ class TopicComboBox : public KComboBox
Q_OBJECT
public:
- explicit TopicComboBox(QWidget* parent);
+ explicit TopicComboBox(TQWidget* parent);
~TopicComboBox();
- void insertStringList(const QStringList& list);
+ void insertStringList(const TQStringList& list);
protected:
- void wheelEvent(QWheelEvent *ev);
+ void wheelEvent(TQWheelEvent *ev);
signals:
- void topicChanged(const QString& newTopic);
+ void topicChanged(const TQString& newTopic);
protected slots:
- void topicActivated(const QString& newTopic);
+ void topicActivated(const TQString& newTopic);
void topicActivated(int index);
};
#endif