summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight/highlightplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/highlight/highlightplugin.h')
-rw-r--r--kopete/plugins/highlight/highlightplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/highlight/highlightplugin.h b/kopete/plugins/highlight/highlightplugin.h
index f5b0f671..866e69d1 100644
--- a/kopete/plugins/highlight/highlightplugin.h
+++ b/kopete/plugins/highlight/highlightplugin.h
@@ -43,11 +43,12 @@ class Filter;
class HighlightPlugin : public Kopete::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
static HighlightPlugin *plugin();
- HighlightPlugin( TQObject *parent, const char *name, const TQStringList &args );
+ HighlightPlugin( TQObject *tqparent, const char *name, const TQStringList &args );
~HighlightPlugin();
public slots: