diff options
Diffstat (limited to 'kopete/plugins/highlight/highlightpreferences.h')
-rw-r--r-- | kopete/plugins/highlight/highlightpreferences.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h index ff51aa1f..8d7d8242 100644 --- a/kopete/plugins/highlight/highlightpreferences.h +++ b/kopete/plugins/highlight/highlightpreferences.h @@ -31,9 +31,10 @@ class TQListViewItem; class HighlightPreferences : public KCModule { Q_OBJECT + TQ_OBJECT public: - HighlightPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList()); + HighlightPreferences(TQWidget *tqparent = 0, const char* name = 0, const TQStringList &args = TQStringList()); ~HighlightPreferences(); virtual void save(); |