summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit/mal-factory.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-11 21:46:14 +0900
committerMichele Calgaro <[email protected]>2023-07-11 21:46:14 +0900
commit2c4375efc4964d9d3857bf27472c0e672b384d8e (patch)
treea5bf489d713eeb0c5463b86b0fccf96e015c458f /conduits/malconduit/mal-factory.h
parentadc41d0e4d2c77dfd0ed5ab48935a2ad82d53c82 (diff)
downloadkpilot-2c4375efc4964d9d3857bf27472c0e672b384d8e.tar.gz
kpilot-2c4375efc4964d9d3857bf27472c0e672b384d8e.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'conduits/malconduit/mal-factory.h')
-rw-r--r--conduits/malconduit/mal-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/malconduit/mal-factory.h b/conduits/malconduit/mal-factory.h
index 4e0de33..1b45852 100644
--- a/conduits/malconduit/mal-factory.h
+++ b/conduits/malconduit/mal-factory.h
@@ -51,7 +51,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;