diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileaddcontactpage.h')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhileaddcontactpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h index 889b2707..fdf6445c 100644 --- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h +++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h @@ -27,7 +27,7 @@ class MeanwhileAddContactPage : public AddContactPage { Q_OBJECT public: - MeanwhileAddContactPage( QWidget* parent = 0, + MeanwhileAddContactPage( TQWidget* parent = 0, Kopete::Account *account=0); ~MeanwhileAddContactPage(); @@ -37,7 +37,7 @@ public: protected: MeanwhileAddContactBase *theDialog; Kopete::Account *theAccount; - QWidget *theParent; + TQWidget *theParent; public slots: void slotFindUser(); }; |