summaryrefslogtreecommitdiffstats
path: root/lib/pluginfactory.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 21:46:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-13 09:10:33 +0900
commit83e4ace78c432655f6e969096480caf628377a2a (patch)
treed23f83ad3313e6d378af50e3ca6de187b75da000 /lib/pluginfactory.h
parentb952bfec35430b088c16099956cc3bd0a1a60f85 (diff)
downloadkpilot-83e4ace7.tar.gz
kpilot-83e4ace7.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> (cherry picked from commit 2c4375efc4964d9d3857bf27472c0e672b384d8e)
Diffstat (limited to 'lib/pluginfactory.h')
-rw-r--r--lib/pluginfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pluginfactory.h b/lib/pluginfactory.h
index 1afdf8c..e9be090 100644
--- a/lib/pluginfactory.h
+++ b/lib/pluginfactory.h
@@ -55,7 +55,7 @@ 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() )
{
if (qstrcmp(classname,"ConduitConfigBase")==0)