diff options
Diffstat (limited to 'ksayit/src/fxpluginhandler.h')
-rw-r--r-- | ksayit/src/fxpluginhandler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksayit/src/fxpluginhandler.h b/ksayit/src/fxpluginhandler.h index 43c820f..ca4aa21 100644 --- a/ksayit/src/fxpluginhandler.h +++ b/ksayit/src/fxpluginhandler.h @@ -44,11 +44,12 @@ typedef struct { } fx_struct; -class FXPluginHandler : public QObject +class FXPluginHandler : public TQObject { Q_OBJECT + TQ_OBJECT public: - FXPluginHandler(TQObject *parent = 0, const char *name = 0, KConfig *config=0); + FXPluginHandler(TQObject *tqparent = 0, const char *name = 0, KConfig *config=0); ~FXPluginHandler(); public: // Methods |