diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileaddcontactpage.h')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhileaddcontactpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h index fdf6445c..4807b3e0 100644 --- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h +++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h @@ -26,8 +26,9 @@ namespace Kopete { class MetaContact; } class MeanwhileAddContactPage : public AddContactPage { Q_OBJECT + TQ_OBJECT public: - MeanwhileAddContactPage( TQWidget* parent = 0, + MeanwhileAddContactPage( TQWidget* tqparent = 0, Kopete::Account *account=0); ~MeanwhileAddContactPage(); |