diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdecore/kkeynative.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/kkeynative.h')
-rw-r--r-- | kdecore/kkeynative.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/kdecore/kkeynative.h b/kdecore/kkeynative.h index e77adfcb0..47b4ad677 100644 --- a/kdecore/kkeynative.h +++ b/kdecore/kkeynative.h @@ -48,14 +48,14 @@ class KDECORE_EXPORT KKeyNative #ifdef Q_WS_X11 /** * Extracts a new native key from the given xevent. - * @param xevent the XEvent that tqcontains the key + * @param xevent the XEvent that contains the key */ KKeyNative( const XEvent* xevent ); #endif /** * Creates a new native key for the given KKey code. - * @param key the KKey that tqcontains the generic key + * @param key the KKey that contains the generic key */ KKeyNative( const KKey& key ); @@ -80,7 +80,7 @@ class KDECORE_EXPORT KKeyNative /** * Initializes the native key by extracting the information * from the given xevent. - * @param xevent the XEvent that tqcontains the key + * @param xevent the XEvent that contains the key * @return true if successful, false otherwise */ bool init( const XEvent* xevent ); @@ -88,7 +88,7 @@ class KDECORE_EXPORT KKeyNative /** * Creates a new native key for the given KKey code. - * @param key the KKey that tqcontains the generic key + * @param key the KKey that contains the generic key * @return true if successful, false otherwise */ bool init( const KKey& key ); @@ -207,43 +207,43 @@ class KDECORE_EXPORT KKeyNative #ifdef Q_WS_X11 /** - * Returns the equivalent X modifier tqmask of the given modifier flag. + * Returns the equivalent X modifier mask of the given modifier flag. * @param modFlag the mod flags to test * @return the equivalent native flags of the window system */ static uint modX( KKey::ModFlag modFlag ); /** - * Returns bitwise OR'ed tqmask containing Shift, Ctrl, Alt, and + * Returns bitwise OR'ed mask containing Shift, Ctrl, Alt, and * Win (if available). - * @return the tqmask of Shift, Ctrl, Alt and Win. + * @return the mask of Shift, Ctrl, Alt and Win. */ static uint accelModMaskX(); /** - * Returns the X11 NumLock modifier tqmask/flag. - * @return the X11 NumLock modifier tqmask/flag. + * Returns the X11 NumLock modifier mask/flag. + * @return the X11 NumLock modifier mask/flag. * @see accelModMaskX() */ static uint modXNumLock(); /** - * Returns the X11 Lock modifier tqmask/flag. - * @return the X11 Lock modifier tqmask/flag. + * Returns the X11 Lock modifier mask/flag. + * @return the X11 Lock modifier mask/flag. * @see accelModMaskX() */ static uint modXLock(); /** - * Returns the X11 ScrollLock modifier tqmask/flag. - * @return the X11 ScrollLock modifier tqmask/flag. + * Returns the X11 ScrollLock modifier mask/flag. + * @return the X11 ScrollLock modifier mask/flag. * @see accelModMaskX() */ static uint modXScrollLock(); /** - * Returns the X11 Mode_switch modifier tqmask/flag. - * @return the X11 Mode_switch modifier tqmask/flag. + * Returns the X11 Mode_switch modifier mask/flag. + * @return the X11 Mode_switch modifier mask/flag. * @see accelModMaskX() * @since 3.5 */ |