diff options
Diffstat (limited to 'kpresenter/KPrFactory.h')
| -rw-r--r-- | kpresenter/KPrFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h index 6735ac154..be83fc84f 100644 --- a/kpresenter/KPrFactory.h +++ b/kpresenter/KPrFactory.h @@ -32,7 +32,7 @@ public: KPrFactory( TQObject* tqparent = 0, const char* name = 0 ); ~KPrFactory(); - virtual KParts::Part *createPartObject( TQWidget *tqparentWidget = 0, const char *widgetName = 0, TQObject *tqparent = 0, + 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() ); |
