summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/plugin.h2
-rw-r--r--lib/pluginfactory.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugin.h b/lib/plugin.h
index ddae9fe..37a88ec 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -446,7 +446,7 @@ namespace PluginUtility KDE_EXPORT
* 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() );
* </pre>
*
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)