summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/msnaddcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn/msnaddcontactpage.h')
-rw-r--r--kopete/protocols/msn/msnaddcontactpage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/msn/msnaddcontactpage.h b/kopete/protocols/msn/msnaddcontactpage.h
index c2e3fb3b..4b51a15e 100644
--- a/kopete/protocols/msn/msnaddcontactpage.h
+++ b/kopete/protocols/msn/msnaddcontactpage.h
@@ -2,9 +2,9 @@
#ifndef MSNADDCONTACTPAGE_H
#define MSNADDCONTACTPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <addcontactpage.h>
-#include <qlabel.h>
+#include <tqlabel.h>
/**
*@author duncan
@@ -16,11 +16,11 @@ class MSNAddContactPage : public AddContactPage
{
Q_OBJECT
public:
- MSNAddContactPage(bool connected, QWidget *parent=0, const char *name=0);
+ MSNAddContactPage(bool connected, TQWidget *parent=0, const char *name=0);
~MSNAddContactPage();
msnAddUI *msndata;
- QLabel *noaddMsg1;
- QLabel *noaddMsg2;
+ TQLabel *noaddMsg1;
+ TQLabel *noaddMsg2;
bool canadd;
virtual bool validateData();
virtual bool apply( Kopete::Account*, Kopete::MetaContact* );