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 | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kword/KWFrameViewManager.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/KWFrameViewManager.h')
-rw-r--r-- | kword/KWFrameViewManager.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kword/KWFrameViewManager.h b/kword/KWFrameViewManager.h index 43ec918e..00e4e08b 100644 --- a/kword/KWFrameViewManager.h +++ b/kword/KWFrameViewManager.h @@ -105,14 +105,14 @@ public: * All the frames that have a presence at the point are considered and depending on * what kind of frame and where in the frame the mouse is the meaning is calculated. * @param point the point where the mouse is hovering. - * @param keyState the bittqmask of keys that are pressed. Same as Event::state(); + * @param keyState the bitmask of keys that are pressed. Same as Event::state(); */ MouseMeaning mouseMeaning( const KoPoint &point, int keyState) const; /** * Similar to mouseMeaning(), but instead of returning the meaning this will return * a mouse cursor to represent the action. * @param point the point where the mouse is hovering. - * @param keyState the bittqmask of keys that are pressed. Same as Event::state(); + * @param keyState the bitmask of keys that are pressed. Same as Event::state(); */ TQCursor mouseCursor( const KoPoint &point, int keyState ) const; @@ -120,10 +120,10 @@ public: * Show a context-sensitive popup menu based on the location of 'point'. * @param point the point at which the mouse was clicked. The context is based on * what is present at that location. - * @param keyState the bittqmask of keys that are pressed. Same as Event::state(); - * @param popupPoint the point in the same coordinate system as the tqparent widget of + * @param keyState the bitmask of keys that are pressed. Same as Event::state(); + * @param popupPoint the point in the same coordinate system as the parent widget of * where the popup menu should be located. - * @param view the tqparent widget for the popup. + * @param view the parent widget for the popup. */ void showPopup( const KoPoint &point, KWView *view, int keyState, const TQPoint &popupPoint) const; @@ -137,7 +137,7 @@ public: * / or unselecting any frames based on this information. * @param leftClick true if this select is due to the main button being clicked. * @param point the point clicked. - * @param keyState the bittqmask of keys that are pressed. Same as Event::state(); + * @param keyState the bitmask of keys that are pressed. Same as Event::state(); */ void selectFrames(const KoPoint &point, int keyState, bool leftClick); |