diff options
Diffstat (limited to 'ksayit/src/fxsetupimpl.h')
-rw-r--r-- | ksayit/src/fxsetupimpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksayit/src/fxsetupimpl.h b/ksayit/src/fxsetupimpl.h index ac256ed..fc868e6 100644 --- a/ksayit/src/fxsetupimpl.h +++ b/ksayit/src/fxsetupimpl.h @@ -37,9 +37,10 @@ class FXPluginHandler; */ class FX_SetupImpl : public FX_Setup { Q_OBJECT + TQ_OBJECT public: - FX_SetupImpl(TQWidget *parent=0, const char *name=0, + FX_SetupImpl(TQWidget *tqparent=0, const char *name=0, KConfig *config=0, FXPluginHandler *fxpluginhandler=0); ~FX_SetupImpl(); |