diff options
Diffstat (limited to 'kopete/plugins/contactnotes/contactnotesplugin.h')
-rw-r--r-- | kopete/plugins/contactnotes/contactnotesplugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h index 3163d47b..1adadd96 100644 --- a/kopete/plugins/contactnotes/contactnotesplugin.h +++ b/kopete/plugins/contactnotes/contactnotesplugin.h @@ -40,11 +40,12 @@ namespace Kopete { class MetaContact; } class ContactNotesPlugin : public Kopete::Plugin { Q_OBJECT + TQ_OBJECT public: static ContactNotesPlugin *plugin(); - ContactNotesPlugin( TQObject *parent, const char *name, const TQStringList &args ); + ContactNotesPlugin( TQObject *tqparent, const char *name, const TQStringList &args ); ~ContactNotesPlugin(); TQString notes(Kopete::MetaContact *m); |