summaryrefslogtreecommitdiffstats
path: root/lib/pluginfactory.h
diff options
context:
space:
mode:
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)