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