From b7333cd4f3c45b30853f7a748ac43bb2fa820d41 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 03:12:09 -0600 Subject: Fix a number of kkeyserver problems --- extra/kde342/kkeyserver_x11.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/kde342') diff --git a/extra/kde342/kkeyserver_x11.h b/extra/kde342/kkeyserver_x11.h index dcdc3fa..b5ebb1c 100644 --- a/extra/kde342/kkeyserver_x11.h +++ b/extra/kde342/kkeyserver_x11.h @@ -73,7 +73,7 @@ namespace KKeyServer * @return true if successful, false otherwise * @see TQt::Key */ - bool initTQt( int keyTQt ); + bool initQt( int keyTQt ); /** * Initializes the key with the given string description. @@ -195,7 +195,7 @@ namespace KKeyServer * Sets the qt key code. * @param keyTQt the qt key code */ - void setKeycodeTQt( int keyTQt ) + void setKeycodeQt( int keyTQt ) { m_code = CODE_FOR_QT; m_sym = keyTQt; } /** @@ -354,7 +354,7 @@ namespace KKeyServer * @see TQt::Key * @see Sym */ - TDECORE_EXPORT bool keyTQtToSym( int keyTQt, uint& sym ); + TDECORE_EXPORT bool keyQtToSym( int keyTQt, uint& sym ); /** * Extracts the modifiers from the given TQt key and @@ -364,7 +364,7 @@ namespace KKeyServer * @return true if successful, false otherwise * @see TQt::Key */ - TDECORE_EXPORT bool keyTQtToMod( int keyTQt, uint& mod ); + TDECORE_EXPORT bool keyQtToMod( int keyTQt, uint& mod ); /** * Converts the given symbol to a TQt key code. @@ -374,7 +374,7 @@ namespace KKeyServer * @see TQt::Key * @see Sym */ - TDECORE_EXPORT bool symToKeyTQt( uint sym, int& keyTQt ); + TDECORE_EXPORT bool symToKeyQt( uint sym, int& keyTQt ); /** * Converts the mask of ORed KKey::ModFlag modifiers to @@ -386,7 +386,7 @@ namespace KKeyServer * @see TQt::Key * @see KKey */ - TDECORE_EXPORT bool modToModTQt( uint mod, int& modTQt ); + TDECORE_EXPORT bool modToModQt( uint mod, int& modTQt ); /** * Converts the mask of ORed KKey::ModFlag modifiers to @@ -409,7 +409,7 @@ namespace KKeyServer * @see TQt::Key */ //wrapped for win32 - TDECORE_EXPORT bool modXToModTQt( uint modX, int& modTQt ); + TDECORE_EXPORT bool modXToModQt( uint modX, int& modTQt ); /** * Converts the TQt-compatible button state to x11 modifier. @@ -463,7 +463,7 @@ namespace KKeyServer * @internal * Unimplemented? */ - TDECORE_EXPORT void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX ); + TDECORE_EXPORT void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX ); } #endif // !_KKEYSERVER_X11_H -- cgit v1.2.1