diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdecore/kkeynative.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 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 47b4ad677..e77adfcb0 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 contains the key + * @param xevent the XEvent that tqcontains the key */ KKeyNative( const XEvent* xevent ); #endif /** * Creates a new native key for the given KKey code. - * @param key the KKey that contains the generic key + * @param key the KKey that tqcontains 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 contains the key + * @param xevent the XEvent that tqcontains 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 contains the generic key + * @param key the KKey that tqcontains 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 mask of the given modifier flag. + * Returns the equivalent X modifier tqmask 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 mask containing Shift, Ctrl, Alt, and + * Returns bitwise OR'ed tqmask containing Shift, Ctrl, Alt, and * Win (if available). - * @return the mask of Shift, Ctrl, Alt and Win. + * @return the tqmask of Shift, Ctrl, Alt and Win. */ static uint accelModMaskX(); /** - * Returns the X11 NumLock modifier mask/flag. - * @return the X11 NumLock modifier mask/flag. + * Returns the X11 NumLock modifier tqmask/flag. + * @return the X11 NumLock modifier tqmask/flag. * @see accelModMaskX() */ static uint modXNumLock(); /** - * Returns the X11 Lock modifier mask/flag. - * @return the X11 Lock modifier mask/flag. + * Returns the X11 Lock modifier tqmask/flag. + * @return the X11 Lock modifier tqmask/flag. * @see accelModMaskX() */ static uint modXLock(); /** - * Returns the X11 ScrollLock modifier mask/flag. - * @return the X11 ScrollLock modifier mask/flag. + * Returns the X11 ScrollLock modifier tqmask/flag. + * @return the X11 ScrollLock modifier tqmask/flag. * @see accelModMaskX() */ static uint modXScrollLock(); /** - * Returns the X11 Mode_switch modifier mask/flag. - * @return the X11 Mode_switch modifier mask/flag. + * Returns the X11 Mode_switch modifier tqmask/flag. + * @return the X11 Mode_switch modifier tqmask/flag. * @see accelModMaskX() * @since 3.5 */ |