summaryrefslogtreecommitdiffstats
path: root/libkdepim/komposer/core/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/komposer/core/plugin.cpp')
-rw-r--r--libkdepim/komposer/core/plugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/komposer/core/plugin.cpp b/libkdepim/komposer/core/plugin.cpp
index 5706b0d0..41af47cd 100644
--- a/libkdepim/komposer/core/plugin.cpp
+++ b/libkdepim/komposer/core/plugin.cpp
@@ -24,7 +24,7 @@
#include "core.h"
#include <kdebug.h>
-#include <qstring.h>
+#include <tqstring.h>
namespace Komposer
{
@@ -35,8 +35,8 @@ public:
//Core* core;
};
-Plugin::Plugin( QObject *parent, const char *name, const QStringList & )
- : QObject( parent, name ), d( new Private )
+Plugin::Plugin( TQObject *parent, const char *name, const TQStringList & )
+ : TQObject( parent, name ), d( new Private )
{
//d->core = core;
}