diff options
Diffstat (limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.h')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h index a642eab..834d180 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h @@ -27,7 +27,7 @@ class FreeverbPluginFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: // Consturctor FreeverbPluginFactory(TQObject *parent=0, const char* name=0); @@ -51,7 +51,7 @@ private: class FreeverbPlugin : public FXPlugin { Q_OBJECT - TQ_OBJECT + public: // Constructor FreeverbPlugin(TQObject *parent=0, const char* name=0); //, KApplication *Appl=0); |