summaryrefslogtreecommitdiffstats
path: root/example/example_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_part.h')
-rw-r--r--example/example_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_part.h b/example/example_part.h
index 4b28e71a..4f551982 100644
--- a/example/example_part.h
+++ b/example/example_part.h
@@ -27,11 +27,11 @@ class ExamplePart : public KoDocument
Q_OBJECT
TQ_OBJECT
public:
- ExamplePart( TQWidget *tqparentWidget = 0, const char *widgetName = 0, TQObject* tqparent = 0, const char* name = 0, bool singleViewMode = false );
+ ExamplePart( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* tqparent = 0, const char* name = 0, bool singleViewMode = false );
virtual void paintContent( TQPainter& painter, const TQRect& rect, bool transparent = FALSE, double zoomX = 1.0, double zoomY = 1.0 );
- virtual bool initDoc(InitDocFlags flags, TQWidget* tqparentWidget=0);
+ virtual bool initDoc(InitDocFlags flags, TQWidget* parentWidget=0);
virtual bool loadXML( TQIODevice *, const TQDomDocument & );
virtual TQDomDocument saveXML();