summaryrefslogtreecommitdiffstats
path: root/kplato/kptfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptfactory.h')
-rw-r--r--kplato/kptfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptfactory.h b/kplato/kptfactory.h
index a8126835d..8a8022af8 100644
--- a/kplato/kptfactory.h
+++ b/kplato/kptfactory.h
@@ -35,7 +35,7 @@ public:
Factory( TQObject* tqparent = 0, const char* name = 0 );
~Factory();
- virtual KParts::Part *createPartObject( TQWidget *tqparentWidget = 0, const char *widgetName = 0, TQObject *tqparent = 0, const char *name = 0, const char *classname = "KoDocument", const TQStringList &args = TQStringList() );
+ virtual KParts::Part *createPartObject( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject *tqparent = 0, const char *name = 0, const char *classname = "KoDocument", const TQStringList &args = TQStringList() );
static KInstance* global();