summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/addcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/ui/addcontactpage.h')
-rw-r--r--kopete/libkopete/ui/addcontactpage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/libkopete/ui/addcontactpage.h b/kopete/libkopete/ui/addcontactpage.h
index d72e2fd1..f215f3b0 100644
--- a/kopete/libkopete/ui/addcontactpage.h
+++ b/kopete/libkopete/ui/addcontactpage.h
@@ -29,12 +29,13 @@
* (in the case of jabber, i need to translate the legacy id to a JID)
* this could also be usefull in the case of MLSN to check if no error (and also jabber)
*/
-class KOPETE_EXPORT AddContactPage : public QWidget
+class KOPETE_EXPORT AddContactPage : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddContactPage(TQWidget *parent=0, const char *name=0);
+ AddContactPage(TQWidget *tqparent=0, const char *name=0);
virtual ~AddContactPage();
//Kopete::Protocol *protocol;