diff options
Diffstat (limited to 'kopete/plugins/contactnotes')
-rw-r--r-- | kopete/plugins/contactnotes/contactnotesedit.h | 2 | ||||
-rw-r--r-- | kopete/plugins/contactnotes/contactnotesplugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/contactnotes/contactnotesedit.h b/kopete/plugins/contactnotes/contactnotesedit.h index f9a3d892..ffef0d36 100644 --- a/kopete/plugins/contactnotes/contactnotesedit.h +++ b/kopete/plugins/contactnotes/contactnotesedit.h @@ -32,7 +32,7 @@ class ContactNotesPlugin; */ class ContactNotesEdit : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ContactNotesEdit(Kopete::MetaContact *m,ContactNotesPlugin *p=0 ,const char *name=0); diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h index 34335186..084ecbc4 100644 --- a/kopete/plugins/contactnotes/contactnotesplugin.h +++ b/kopete/plugins/contactnotes/contactnotesplugin.h @@ -39,7 +39,7 @@ namespace Kopete { class MetaContact; } class ContactNotesPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: |