summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/addcontactwizard/fastaddcontactwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/addcontactwizard/fastaddcontactwizard.h')
-rw-r--r--kopete/kopete/addcontactwizard/fastaddcontactwizard.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/kopete/addcontactwizard/fastaddcontactwizard.h b/kopete/kopete/addcontactwizard/fastaddcontactwizard.h
index ac8db23d..496a282f 100644
--- a/kopete/kopete/addcontactwizard/fastaddcontactwizard.h
+++ b/kopete/kopete/addcontactwizard/fastaddcontactwizard.h
@@ -23,9 +23,9 @@
#include <kdebug.h>
#include <klistview.h>
-#include <qptrlist.h>
-#include <qvaluelist.h>
-#include <qmap.h>
+#include <tqptrlist.h>
+#include <tqvaluelist.h>
+#include <tqmap.h>
#include <kdebug.h>
#include <klistview.h>
@@ -49,14 +49,14 @@ class FastAddContactWizard : public FastAddContactWizard_Base
{
Q_OBJECT
public:
- FastAddContactWizard( QWidget *parent = 0, const char *name = 0 );
+ FastAddContactWizard( TQWidget *parent = 0, const char *name = 0 );
~FastAddContactWizard();
private:
- QMap <Kopete::Account*,AddContactPage*> protocolPages;
- QMap <QListViewItem*,Kopete::Account*> m_accountItems;
+ TQMap <Kopete::Account*,AddContactPage*> protocolPages;
+ TQMap <TQListViewItem*,Kopete::Account*> m_accountItems;
public slots:
virtual void accept();
- void slotProtocolListClicked( QListViewItem * );
+ void slotProtocolListClicked( TQListViewItem * );
protected slots:
virtual void next();
};