diff options
Diffstat (limited to 'kivio/plugins/kiviotexttool/plugin.h')
-rw-r--r-- | kivio/plugins/kiviotexttool/plugin.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h index 18d4f41f..1e30ddb0 100644 --- a/kivio/plugins/kiviotexttool/plugin.h +++ b/kivio/plugins/kiviotexttool/plugin.h @@ -19,8 +19,8 @@ #ifndef TEXT_PLUGIN_H #define TEXT_PLUGIN_H -#include <qstringlist.h> -#include <qobject.h> +#include <tqstringlist.h> +#include <tqobject.h> #include <klibloader.h> @@ -28,12 +28,13 @@ class KInstance; class TextToolFactory : public KLibFactory { Q_OBJECT + TQ_OBJECT public: - TextToolFactory( QObject* parent = 0, const char* name = 0 ); + TextToolFactory( TQObject* tqparent = 0, const char* name = 0 ); ~TextToolFactory(); - virtual QObject* createObject( QObject* parent = 0, const char* name = 0, - const char* classname = "QObject", const QStringList &args = QStringList() ); + virtual TQObject* createObject( TQObject* tqparent = 0, const char* name = 0, + const char* classname = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList() ); static KInstance* global(); |