diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | f1087d880d002e2f4bde6adad1592bda91460d12 (patch) | |
tree | 4299342b1275cda0c626877485a02fa8fdd7c1d5 /src/gvcore/imageview.h | |
parent | ff8c66f117613688a0979d2296cbf6c778136419 (diff) | |
download | gwenview-f1087d880d002e2f4bde6adad1592bda91460d12.tar.gz gwenview-f1087d880d002e2f4bde6adad1592bda91460d12.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |