From 2c4375efc4964d9d3857bf27472c0e672b384d8e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 21:46:14 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- conduits/knotes/knotes-factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conduits/knotes/knotes-factory.h') diff --git a/conduits/knotes/knotes-factory.h b/conduits/knotes/knotes-factory.h index 3df3c06..fd3f714 100644 --- a/conduits/knotes/knotes-factory.h +++ b/conduits/knotes/knotes-factory.h @@ -53,7 +53,7 @@ public: protected: virtual 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: TDEInstance *fInstance; -- cgit v1.2.3