summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/autoreplace/autoreplaceconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/autoreplace/autoreplaceconfig.h')
-rw-r--r--kopete/plugins/autoreplace/autoreplaceconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/autoreplace/autoreplaceconfig.h b/kopete/plugins/autoreplace/autoreplaceconfig.h
index 62b11fbf..b819098e 100644
--- a/kopete/plugins/autoreplace/autoreplaceconfig.h
+++ b/kopete/plugins/autoreplace/autoreplaceconfig.h
@@ -16,9 +16,9 @@
*************************************************************************
*/
-#include <qmap.h>
-#include <qstring.h>
-#include <qstringlist.h>
+#include <tqmap.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#ifndef AutoReplaceConfig_H
#define AutoReplaceConfig_H
@@ -31,7 +31,7 @@ public:
void save();
void load();
- typedef QMap<QString, QString> WordsToReplace;
+ typedef TQMap<TQString, TQString> WordsToReplace;
WordsToReplace map() const;
bool autoReplaceIncoming() const;
@@ -40,7 +40,7 @@ public:
bool capitalizeBeginningSentence() const;
void setMap( const WordsToReplace &w );
- QStringList defaultAutoReplaceList();
+ TQStringList defaultAutoReplaceList();
void loadDefaultAutoReplaceList();
private: