diff options
Diffstat (limited to 'kopete/libkopete/kopeteplugin.h')
-rw-r--r-- | kopete/libkopete/kopeteplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteplugin.h b/kopete/libkopete/kopeteplugin.h index cae084ee..932c8174 100644 --- a/kopete/libkopete/kopeteplugin.h +++ b/kopete/libkopete/kopeteplugin.h @@ -90,7 +90,7 @@ Comment=Plugin that do some nice stuff class KOPETE_EXPORT Plugin : public TQObject, public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: Plugin( KInstance *instance, TQObject *parent, const char *name ); |