summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrFactory.h')
-rw-r--r--kpresenter/KPrFactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h
index be83fc84f..ca0d112ba 100644
--- a/kpresenter/KPrFactory.h
+++ b/kpresenter/KPrFactory.h
@@ -29,10 +29,10 @@ class KPrFactory : public KoFactory
Q_OBJECT
TQ_OBJECT
public:
- KPrFactory( TQObject* tqparent = 0, const char* name = 0 );
+ KPrFactory( TQObject* parent = 0, const char* name = 0 );
~KPrFactory();
- virtual KParts::Part *createPartObject( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject *tqparent = 0,
+ virtual KParts::Part *createPartObject( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject *parent = 0,
const char *name = 0, const char *classname = "KoDocument",
const TQStringList &args = TQStringList() );