summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/icq/ui/icqaddcontactpage.h')
-rw-r--r--kopete/protocols/oscar/icq/ui/icqaddcontactpage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h b/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
index e9285b79..c6c22eb2 100644
--- a/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
+++ b/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
@@ -18,7 +18,7 @@
#ifndef ICQADDCONTACTPAGE_H
#define ICQADDCONTACTPAGE_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <addcontactpage.h>
/**
@@ -34,16 +34,16 @@ class ICQAddContactPage : public AddContactPage
Q_OBJECT
public:
- ICQAddContactPage(ICQAccount *owner, QWidget *parent = 0, const char *name = 0);
+ ICQAddContactPage(ICQAccount *owner, TQWidget *parent = 0, const char *name = 0);
~ICQAddContactPage();
virtual bool validateData();
virtual bool apply(Kopete::Account* , Kopete::MetaContact *parentContact);
- void setUINFromSearch( const QString& );
+ void setUINFromSearch( const TQString& );
protected:
- void showEvent(QShowEvent *e);
+ void showEvent(TQShowEvent *e);
private slots:
void showSearchDialog();