summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/texteffect/texteffectplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/texteffect/texteffectplugin.h')
-rw-r--r--kopete/plugins/texteffect/texteffectplugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/plugins/texteffect/texteffectplugin.h b/kopete/plugins/texteffect/texteffectplugin.h
index db34fdcb..63441435 100644
--- a/kopete/plugins/texteffect/texteffectplugin.h
+++ b/kopete/plugins/texteffect/texteffectplugin.h
@@ -18,9 +18,9 @@
#ifndef TextEffectPLUGIN_H
#define TextEffectPLUGIN_H
-#include <qobject.h>
-#include <qmap.h>
-#include <qstring.h>
+#include <tqobject.h>
+#include <tqmap.h>
+#include <tqstring.h>
#include "kopetemessage.h"
#include "kopeteplugin.h"
@@ -45,7 +45,7 @@ class TextEffectPlugin : public Kopete::Plugin
public:
static TextEffectPlugin *plugin();
- TextEffectPlugin( QObject *parent, const char *name, const QStringList &args );
+ TextEffectPlugin( TQObject *parent, const char *name, const TQStringList &args );
~TextEffectPlugin();
public slots: