From 55a03e677444b0bc517f2518e29d44686e86746e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 10:02:21 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- ksayit/Freeverb_plugin/ksayitfreeverblib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit') 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: -- cgit v1.2.1