diff options
Diffstat (limited to 'src/gvcore/imageviewcontroller.h')
-rw-r--r-- | src/gvcore/imageviewcontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageviewcontroller.h b/src/gvcore/imageviewcontroller.h index 641660b..bb4d0ee 100644 --- a/src/gvcore/imageviewcontroller.h +++ b/src/gvcore/imageviewcontroller.h @@ -46,7 +46,7 @@ class LIBGWENVIEW_EXPORT ImageViewController : public TQObject { Q_OBJECT TQ_OBJECT public: - ImageViewController(TQWidget* tqparent, Document*, KActionCollection*); + ImageViewController(TQWidget* parent, Document*, KActionCollection*); ~ImageViewController(); TQWidget* widget() const; |