summaryrefslogtreecommitdiffstats
path: root/ksayit/Freeverb_plugin
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:02:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:02:21 +0900
commit55a03e677444b0bc517f2518e29d44686e86746e (patch)
tree039d96f122b35858eb99b3e2369bd27bcba29159 /ksayit/Freeverb_plugin
parent5b964adfc9b255726f76e2fe8624adad62caab7f (diff)
downloadtdeaccessibility-55a03e677444b0bc517f2518e29d44686e86746e.tar.gz
tdeaccessibility-55a03e677444b0bc517f2518e29d44686e86746e.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit/Freeverb_plugin')
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index 65fe54c..a8ef9c3 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -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: