diff options
Diffstat (limited to 'ksayit/src/ksayit_fxplugin.h')
-rw-r--r-- | ksayit/src/ksayit_fxplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/ksayit_fxplugin.h b/ksayit/src/ksayit_fxplugin.h index 211ca36..89154a5 100644 --- a/ksayit/src/ksayit_fxplugin.h +++ b/ksayit/src/ksayit_fxplugin.h @@ -38,7 +38,7 @@ class FXPlugin : public TQObject // Q_OBJECT TQ_OBJECT public: - FXPlugin(TQObject *tqparent=0, const char* name=0){}; + FXPlugin(TQObject *parent=0, const char* name=0){}; /** Sets the Main application object. Useful for config objects etc. */ |