summaryrefslogtreecommitdiffstats
path: root/ksayit/Freeverb_plugin/ksayitfreeverblib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.h')
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index 65fe54c..2f477d2 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -26,7 +26,7 @@
class FreeverbPluginFactory : public KLibFactory
{
-Q_OBJECT
+TQ_OBJECT
public:
// Consturctor
@@ -36,7 +36,7 @@ public:
virtual ~FreeverbPluginFactory(){ delete p_instance; };
TQObject* createObject(TQObject *parent=0, const char* name=0,
- const char* className=TQOBJECT_OBJECT_NAME_STRING,
+ const char* className="TQObject",
const TQStringList &args=TQStringList());
private:
@@ -50,7 +50,7 @@ private:
class FreeverbPlugin : public FXPlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
// Constructor