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 | 2e11795ab3befef25e318902869fa71c6ff4a076 (patch) | |
tree | b5ec2f60aef32f350fc5b56720bc616c44a840c6 /src/dolphincontextmenu.h | |
parent | 10b4cb5e889a28380c1cc4d5e4ebe01a835df6d9 (diff) | |
download | dolphin-2e11795ab3befef25e318902869fa71c6ff4a076.tar.gz dolphin-2e11795ab3befef25e318902869fa71c6ff4a076.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/dolphin@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r-- | src/dolphincontextmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 1b0a0c9..52e6897 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -54,14 +54,14 @@ class DolphinContextMenu { public: /** - * @tqparent Pointer to the dolphin view the context menu + * @parent Pointer to the dolphin view the context menu * belongs to. * @fileInfo Pointer to the file item the context menu * is applied. If 0 is passed, the context menu * is above the viewport. * @pos Position of the upper left edge of the context menu. */ - DolphinContextMenu(DolphinView* tqparent, + DolphinContextMenu(DolphinView* parent, KFileItem* fileInfo, const TQPoint& pos); |