summaryrefslogtreecommitdiffstats
path: root/conduits/malconduit/mal-factory.h
diff options
context:
space:
mode:
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;