summaryrefslogtreecommitdiffstats
path: root/example/example_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_factory.h')
-rw-r--r--example/example_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_factory.h b/example/example_factory.h
index d7fa0e727..4ecc8b3a3 100644
--- a/example/example_factory.h
+++ b/example/example_factory.h
@@ -33,7 +33,7 @@ public:
ExampleFactory( TQObject* tqparent = 0, const char* name = 0 );
~ExampleFactory();
- 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();