summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/autoreplace/autoreplaceplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/autoreplace/autoreplaceplugin.h')
-rw-r--r--kopete/plugins/autoreplace/autoreplaceplugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/autoreplace/autoreplaceplugin.h b/kopete/plugins/autoreplace/autoreplaceplugin.h
index 750f0614..7d9bcedf 100644
--- a/kopete/plugins/autoreplace/autoreplaceplugin.h
+++ b/kopete/plugins/autoreplace/autoreplaceplugin.h
@@ -18,10 +18,10 @@
#ifndef AutoReplacePLUGIN_H
#define AutoReplacePLUGIN_H
-#include <qobject.h>
-#include <qmap.h>
-#include <qstring.h>
-#include <qregexp.h>
+#include <tqobject.h>
+#include <tqmap.h>
+#include <tqstring.h>
+#include <tqregexp.h>
#include "kopetemessage.h"
#include "kopeteplugin.h"
@@ -42,7 +42,7 @@ class AutoReplacePlugin : public Kopete::Plugin
public:
static AutoReplacePlugin *plugin();
- AutoReplacePlugin( QObject *parent, const char *name, const QStringList &args );
+ AutoReplacePlugin( TQObject *parent, const char *name, const TQStringList &args );
~AutoReplacePlugin();
private slots: