From 41f63196dd0642327c581dc22e0c206b35a22cb7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:34:47 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro (cherry picked from commit 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7) --- kbabel/kbabeldict/modules/poauxiliary/pa_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/kbabeldict/modules/poauxiliary/pa_factory.h') diff --git a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h index a0a5a361..dfcfae24 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h +++ b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h @@ -48,7 +48,7 @@ public: ~PaFactory(); 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()); static TDEInstance *instance(); -- cgit v1.2.1