diff options
Diffstat (limited to 'src/gvcore/imageview.h')
-rw-r--r-- | src/gvcore/imageview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageview.h b/src/gvcore/imageview.h index f688e27..9dc94a9 100644 --- a/src/gvcore/imageview.h +++ b/src/gvcore/imageview.h @@ -67,7 +67,7 @@ public: enum ZoomMode { ZOOM_FIT, ZOOM_FIT_WIDTH, ZOOM_FIT_HEIGHT, ZOOM_FREE }; typedef TQMap<ToolID,ToolBase*> Tools; - ImageView(TQWidget* tqparent,Document*,KActionCollection*); + ImageView(TQWidget* parent,Document*,KActionCollection*); ~ImageView(); // Properties |