summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/accounts/kopeteaccountconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/accounts/kopeteaccountconfig.h')
-rw-r--r--kopete/kopete/config/accounts/kopeteaccountconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.h b/kopete/kopete/config/accounts/kopeteaccountconfig.h
index 9aec2a60..cfaf1064 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfig.h
+++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h
@@ -17,8 +17,8 @@
#define __ACCOUNTCONFIG_H
#include <kcmodule.h>
-#include <qmap.h>
-#include <qcolor.h>
+#include <tqmap.h>
+#include <tqcolor.h>
namespace Kopete
{
@@ -35,7 +35,7 @@ class KopeteAccountConfig : public KCModule
Q_OBJECT
public:
- KopeteAccountConfig(QWidget *parent, const char *name, const QStringList &args );
+ KopeteAccountConfig(TQWidget *parent, const char *name, const TQStringList &args );
public slots:
virtual void save();
@@ -43,7 +43,7 @@ public slots:
private:
KopeteAccountConfigBase *m_view;
- QMap<Kopete::Account* , QColor> m_newColors;
+ TQMap<Kopete::Account* , TQColor> m_newColors;
bool m_protected;
private slots: