diff options
Diffstat (limited to 'src/otrplugin.h')
-rw-r--r-- | src/otrplugin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/otrplugin.h b/src/otrplugin.h index 14d582b..23943aa 100644 --- a/src/otrplugin.h +++ b/src/otrplugin.h @@ -19,7 +19,7 @@ #define OTRPLUGIN_H -#include "kdebug.h" +#include <kdebug.h> #include <kopeteplugin.h> #include <kopetemessagehandler.h> @@ -68,13 +68,12 @@ public: class KDE_EXPORT OTRPlugin : public Kopete::Plugin { Q_OBJECT - public: static OTRPlugin *plugin(); - OTRPlugin( TQObject *parent, const char *name, const TQStringList &args ); + OTRPlugin( TDEInstance *instance, TQObject *parent, const char *name, const TQStringList &args ); ~OTRPlugin(); void emitGoneSecure( Kopete::ChatSession *session, int status ); @@ -113,7 +112,6 @@ private: signals: void goneSecure( Kopete::ChatSession *session, int state ); - }; #endif |