diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 10:02:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 10:02:21 +0900 |
commit | 55a03e677444b0bc517f2518e29d44686e86746e (patch) | |
tree | 039d96f122b35858eb99b3e2369bd27bcba29159 /ksayit | |
parent | 5b964adfc9b255726f76e2fe8624adad62caab7f (diff) | |
download | tdeaccessibility-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')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.h | 2 |
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: |