diff options
Diffstat (limited to 'example/example_view.h')
-rw-r--r-- | example/example_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_view.h b/example/example_view.h index 3f4866f7c..abafea8e2 100644 --- a/example/example_view.h +++ b/example/example_view.h @@ -32,7 +32,7 @@ class ExampleView : public KoView Q_OBJECT TQ_OBJECT public: - ExampleView( ExamplePart* part, TQWidget* tqparent = 0, const char* name = 0 ); + ExampleView( ExamplePart* part, TQWidget* parent = 0, const char* name = 0 ); protected slots: void cut(); |