summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/sms/smsaddcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/sms/smsaddcontactpage.h')
-rw-r--r--kopete/protocols/sms/smsaddcontactpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/sms/smsaddcontactpage.h b/kopete/protocols/sms/smsaddcontactpage.h
index 37843bc9..6f6f4290 100644
--- a/kopete/protocols/sms/smsaddcontactpage.h
+++ b/kopete/protocols/sms/smsaddcontactpage.h
@@ -16,9 +16,9 @@
#ifndef SMSADDCONTACTPAGE_H
#define SMSADDCONTACTPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <addcontactpage.h>
-#include <qlabel.h>
+#include <tqlabel.h>
class smsAddUI;
class SMSProtocol;
@@ -27,7 +27,7 @@ class SMSAddContactPage : public AddContactPage
{
Q_OBJECT
public:
- SMSAddContactPage(QWidget *parent=0, const char *name=0);
+ SMSAddContactPage(TQWidget *parent=0, const char *name=0);
~SMSAddContactPage();
smsAddUI *smsdata;
virtual bool validateData();