summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight/highlightpreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/highlight/highlightpreferences.h')
-rw-r--r--kopete/plugins/highlight/highlightpreferences.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index a2c7e31b..b6e2a8e1 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -19,7 +19,7 @@
#define HighlightPREFERENCES_H
#include <kcmodule.h>
-#include <qstring.h>
+#include <tqstring.h>
class HighlightPrefsUI;
class Filter;
@@ -33,7 +33,7 @@ class HighlightPreferences : public KCModule {
Q_OBJECT
public:
- HighlightPreferences(QWidget *parent = 0, const char* name = 0, const QStringList &args = QStringList());
+ HighlightPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
~HighlightPreferences();
virtual void save();
@@ -42,7 +42,7 @@ public:
private:
HighlightPrefsUI *preferencesDialog;
HighlightConfig *m_config;
- QMap <QListViewItem*,Filter*> m_filterItems;
+ TQMap <TQListViewItem*,Filter*> m_filterItems;
bool donttouch;