summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/kde300/kkeyserver_x11.h16
-rw-r--r--extra/kde301/kkeyserver_x11.h16
-rw-r--r--extra/kde303/kkeyserver_x11.h16
-rw-r--r--extra/kde310/kkeyserver_x11.h16
-rw-r--r--extra/kde311/kkeyserver_x11.h16
-rw-r--r--extra/kde312/kkeyserver_x11.h16
-rw-r--r--extra/kde313/kkeyserver_x11.h16
-rw-r--r--extra/kde314/kkeyserver_x11.h16
-rw-r--r--extra/kde315/kkeyserver_x11.h16
-rw-r--r--extra/kde320/kkeyserver_x11.h16
-rw-r--r--extra/kde321/kkeyserver_x11.h16
-rw-r--r--extra/kde322/kkeyserver_x11.h16
-rw-r--r--extra/kde323/kkeyserver_x11.h16
-rw-r--r--extra/kde330/kkeyserver_x11.h16
-rw-r--r--extra/kde331/kkeyserver_x11.h16
-rw-r--r--extra/kde332/kkeyserver_x11.h16
-rw-r--r--extra/kde340/kkeyserver_x11.h16
-rw-r--r--extra/kde341/kkeyserver_x11.h16
-rw-r--r--extra/kde342/kkeyserver_x11.h16
-rw-r--r--extra/kde343/kkeyserver_x11.h16
-rw-r--r--extra/kde350/kkeyserver_x11.h16
-rw-r--r--extra/kde351/kkeyserver_x11.h16
-rw-r--r--extra/kde352/kkeyserver_x11.h16
-rw-r--r--extra/kde353/kkeyserver_x11.h82
24 files changed, 225 insertions, 225 deletions
diff --git a/extra/kde300/kkeyserver_x11.h b/extra/kde300/kkeyserver_x11.h
index a6e82c3..f0b4dbe 100644
--- a/extra/kde300/kkeyserver_x11.h
+++ b/extra/kde300/kkeyserver_x11.h
@@ -20,7 +20,7 @@ namespace KKeyServer
Sym( const TQString& s )
{ init( s ); }
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
bool init( const TQString& );
int qt() const;
@@ -56,7 +56,7 @@ namespace KKeyServer
uint sym() const { return m_sym; }
int keyCodeQt() const { return (int) m_sym; }
- void setKeycodeTQt( int keyTQt )
+ void setKeycodeQt( int keyTQt )
{ m_code = CODE_FOR_QT; m_sym = keyTQt; }
Key& operator =( const KKeyNative& key );
@@ -109,13 +109,13 @@ namespace KKeyServer
*/
uint accelModMaskX();
- bool keyTQtToSym( int keyTQt, uint& sym );
- bool keyTQtToMod( int keyTQt, uint& mod );
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool keyQtToSym( int keyTQt, uint& sym );
+ bool keyQtToMod( int keyTQt, uint& mod );
+ bool symToKeyQt( uint sym, int& keyTQt );
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
bool modToModX( uint mod, uint& modX );
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
bool modXToMod( uint modX, uint& mod );
bool codeXToSym( uchar codeX, uint modX, uint& symX );
@@ -125,7 +125,7 @@ namespace KKeyServer
bool stringToSymMod( const TQString&, uint& sym, uint& mod );
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde301/kkeyserver_x11.h b/extra/kde301/kkeyserver_x11.h
index a6e82c3..f0b4dbe 100644
--- a/extra/kde301/kkeyserver_x11.h
+++ b/extra/kde301/kkeyserver_x11.h
@@ -20,7 +20,7 @@ namespace KKeyServer
Sym( const TQString& s )
{ init( s ); }
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
bool init( const TQString& );
int qt() const;
@@ -56,7 +56,7 @@ namespace KKeyServer
uint sym() const { return m_sym; }
int keyCodeQt() const { return (int) m_sym; }
- void setKeycodeTQt( int keyTQt )
+ void setKeycodeQt( int keyTQt )
{ m_code = CODE_FOR_QT; m_sym = keyTQt; }
Key& operator =( const KKeyNative& key );
@@ -109,13 +109,13 @@ namespace KKeyServer
*/
uint accelModMaskX();
- bool keyTQtToSym( int keyTQt, uint& sym );
- bool keyTQtToMod( int keyTQt, uint& mod );
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool keyQtToSym( int keyTQt, uint& sym );
+ bool keyQtToMod( int keyTQt, uint& mod );
+ bool symToKeyQt( uint sym, int& keyTQt );
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
bool modToModX( uint mod, uint& modX );
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
bool modXToMod( uint modX, uint& mod );
bool codeXToSym( uchar codeX, uint modX, uint& symX );
@@ -125,7 +125,7 @@ namespace KKeyServer
bool stringToSymMod( const TQString&, uint& sym, uint& mod );
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde303/kkeyserver_x11.h b/extra/kde303/kkeyserver_x11.h
index a6e82c3..f0b4dbe 100644
--- a/extra/kde303/kkeyserver_x11.h
+++ b/extra/kde303/kkeyserver_x11.h
@@ -20,7 +20,7 @@ namespace KKeyServer
Sym( const TQString& s )
{ init( s ); }
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
bool init( const TQString& );
int qt() const;
@@ -56,7 +56,7 @@ namespace KKeyServer
uint sym() const { return m_sym; }
int keyCodeQt() const { return (int) m_sym; }
- void setKeycodeTQt( int keyTQt )
+ void setKeycodeQt( int keyTQt )
{ m_code = CODE_FOR_QT; m_sym = keyTQt; }
Key& operator =( const KKeyNative& key );
@@ -109,13 +109,13 @@ namespace KKeyServer
*/
uint accelModMaskX();
- bool keyTQtToSym( int keyTQt, uint& sym );
- bool keyTQtToMod( int keyTQt, uint& mod );
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool keyQtToSym( int keyTQt, uint& sym );
+ bool keyQtToMod( int keyTQt, uint& mod );
+ bool symToKeyQt( uint sym, int& keyTQt );
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
bool modToModX( uint mod, uint& modX );
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
bool modXToMod( uint modX, uint& mod );
bool codeXToSym( uchar codeX, uint modX, uint& symX );
@@ -125,7 +125,7 @@ namespace KKeyServer
bool stringToSymMod( const TQString&, uint& sym, uint& mod );
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde310/kkeyserver_x11.h b/extra/kde310/kkeyserver_x11.h
index 6d5acbb..b006a7a 100644
--- a/extra/kde310/kkeyserver_x11.h
+++ b/extra/kde310/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde311/kkeyserver_x11.h b/extra/kde311/kkeyserver_x11.h
index 6d5acbb..b006a7a 100644
--- a/extra/kde311/kkeyserver_x11.h
+++ b/extra/kde311/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde312/kkeyserver_x11.h b/extra/kde312/kkeyserver_x11.h
index 6d5acbb..b006a7a 100644
--- a/extra/kde312/kkeyserver_x11.h
+++ b/extra/kde312/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde313/kkeyserver_x11.h b/extra/kde313/kkeyserver_x11.h
index 6d5acbb..b006a7a 100644
--- a/extra/kde313/kkeyserver_x11.h
+++ b/extra/kde313/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
};
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde314/kkeyserver_x11.h b/extra/kde314/kkeyserver_x11.h
index 5858081..9f37821 100644
--- a/extra/kde314/kkeyserver_x11.h
+++ b/extra/kde314/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde315/kkeyserver_x11.h b/extra/kde315/kkeyserver_x11.h
index 5858081..9f37821 100644
--- a/extra/kde315/kkeyserver_x11.h
+++ b/extra/kde315/kkeyserver_x11.h
@@ -53,7 +53,7 @@ namespace KKeyServer
* @return true if succesful, false otherwise
* @see TQt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyTQt );
/**
* Initializes the key with the given string description.
@@ -175,7 +175,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; }
/**
@@ -326,7 +326,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -336,7 +336,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -346,7 +346,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -358,7 +358,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed @ref KKey::ModFlag modifiers to
@@ -380,7 +380,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -429,7 +429,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde320/kkeyserver_x11.h b/extra/kde320/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde320/kkeyserver_x11.h
+++ b/extra/kde320/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde321/kkeyserver_x11.h b/extra/kde321/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde321/kkeyserver_x11.h
+++ b/extra/kde321/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde322/kkeyserver_x11.h b/extra/kde322/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde322/kkeyserver_x11.h
+++ b/extra/kde322/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde323/kkeyserver_x11.h b/extra/kde323/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde323/kkeyserver_x11.h
+++ b/extra/kde323/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde330/kkeyserver_x11.h b/extra/kde330/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde330/kkeyserver_x11.h
+++ b/extra/kde330/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde331/kkeyserver_x11.h b/extra/kde331/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde331/kkeyserver_x11.h
+++ b/extra/kde331/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde332/kkeyserver_x11.h b/extra/kde332/kkeyserver_x11.h
index 3da52bf..dea4ff0 100644
--- a/extra/kde332/kkeyserver_x11.h
+++ b/extra/kde332/kkeyserver_x11.h
@@ -51,7 +51,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.
@@ -173,7 +173,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; }
/**
@@ -324,7 +324,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool keyTQtToSym( int keyTQt, uint& sym );
+ bool keyQtToSym( int keyTQt, uint& sym );
/**
* Extracts the modifiers from the given TQt key and
@@ -334,7 +334,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool keyTQtToMod( int keyTQt, uint& mod );
+ bool keyQtToMod( int keyTQt, uint& mod );
/**
* Converts the given symbol to a TQt key code.
@@ -344,7 +344,7 @@ namespace KKeyServer
* @see TQt::Key
* @see Sym
*/
- bool symToKeyTQt( uint sym, int& keyTQt );
+ bool symToKeyQt( uint sym, int& keyTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -356,7 +356,7 @@ namespace KKeyServer
* @see TQt::Key
* @see KKey
*/
- bool modToModTQt( uint mod, int& modTQt );
+ bool modToModQt( uint mod, int& modTQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -378,7 +378,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see TQt::Key
*/
- bool modXToModTQt( uint modX, int& modTQt );
+ bool modXToModQt( uint modX, int& modTQt );
/**
* Converts the mask of ORed X11 modifiers to
@@ -427,7 +427,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ void keyQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H
diff --git a/extra/kde340/kkeyserver_x11.h b/extra/kde340/kkeyserver_x11.h
index 180d821..e1810fb 100644
--- a/extra/kde340/kkeyserver_x11.h
+++ b/extra/kde340/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; }
/**
@@ -346,7 +346,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
@@ -356,7 +356,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.
@@ -366,7 +366,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
@@ -378,7 +378,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
@@ -401,7 +401,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.
@@ -455,7 +455,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
diff --git a/extra/kde341/kkeyserver_x11.h b/extra/kde341/kkeyserver_x11.h
index 180d821..e1810fb 100644
--- a/extra/kde341/kkeyserver_x11.h
+++ b/extra/kde341/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; }
/**
@@ -346,7 +346,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
@@ -356,7 +356,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.
@@ -366,7 +366,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
@@ -378,7 +378,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
@@ -401,7 +401,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.
@@ -455,7 +455,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
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
diff --git a/extra/kde343/kkeyserver_x11.h b/extra/kde343/kkeyserver_x11.h
index dcdc3fa..b5ebb1c 100644
--- a/extra/kde343/kkeyserver_x11.h
+++ b/extra/kde343/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
diff --git a/extra/kde350/kkeyserver_x11.h b/extra/kde350/kkeyserver_x11.h
index daecca4..3c00729 100644
--- a/extra/kde350/kkeyserver_x11.h
+++ b/extra/kde350/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.
@@ -471,7 +471,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
diff --git a/extra/kde351/kkeyserver_x11.h b/extra/kde351/kkeyserver_x11.h
index daecca4..3c00729 100644
--- a/extra/kde351/kkeyserver_x11.h
+++ b/extra/kde351/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.
@@ -471,7 +471,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
diff --git a/extra/kde352/kkeyserver_x11.h b/extra/kde352/kkeyserver_x11.h
index daecca4..3c00729 100644
--- a/extra/kde352/kkeyserver_x11.h
+++ b/extra/kde352/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.
@@ -471,7 +471,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
diff --git a/extra/kde353/kkeyserver_x11.h b/extra/kde353/kkeyserver_x11.h
index daecca4..ce3fa2f 100644
--- a/extra/kde353/kkeyserver_x11.h
+++ b/extra/kde353/kkeyserver_x11.h
@@ -68,12 +68,12 @@ namespace KKeyServer
{ init( s ); }
/**
- * Initializes the symbol with the given TQt key code.
- * @param keyTQt the qt key code
+ * Initializes the symbol with the given Qt key code.
+ * @param keyQt the qt key code
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
*/
- bool initTQt( int keyTQt );
+ bool initQt( int keyQt );
/**
* Initializes the key with the given string description.
@@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
- * Returns the mods that are retquired for this symbol as
- * ORed KKey::ModFlag's. For example, Break retquires a
+ * Returns the mods that are required for this symbol as
+ * ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
- * @return the retquired KKey::ModFlag's
+ * @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;
@@ -136,7 +136,7 @@ namespace KKeyServer
*/
struct TDECORE_EXPORT Key
{
- /// Code for native Keys in TQt
+ /// Code for native Keys in Qt
enum { CODE_FOR_QT = 256 };
/// The code of the key
@@ -151,18 +151,18 @@ namespace KKeyServer
/**
* Initializes the key with a KKey.
* @param key the key to get the data from
- * @param bTQt true to take the TQt keycode, false
+ * @param bQt true to take the Qt keycode, false
* for the native key code
- * @see TQt::Key
+ * @see Qt::Key
* @see KKeyNative
*/
- bool init( const KKey& key, bool bTQt );
+ bool init( const KKey& key, bool bQt );
/**
* Checks whether the key code is a native code.
* @return true if native code of the window system,
- * false if it is a TQt keycode
- * @see TQt::Key
+ * false if it is a Qt keycode
+ * @see Qt::Key
* @see KKeyNative
*/
bool isNative() const { return m_code != CODE_FOR_QT; }
@@ -193,10 +193,10 @@ namespace KKeyServer
/**
* Sets the qt key code.
- * @param keyTQt the qt key code
+ * @param keyQt the qt key code
*/
- void setKeycodeTQt( int keyTQt )
- { m_code = CODE_FOR_QT; m_sym = keyTQt; }
+ void setKeycodeQt( int keyQt )
+ { m_code = CODE_FOR_QT; m_sym = keyQt; }
/**
* Initializes this key with a KKeyNative.
@@ -250,7 +250,7 @@ namespace KKeyServer
Variations() { m_nVariations = 0; }
- void init( const KKey&, bool bTQt );
+ void init( const KKey&, bool bQt );
uint count() const { return m_nVariations; }
const Key& key( uint i ) const { return m_rgkey[i]; }
@@ -346,47 +346,47 @@ namespace KKeyServer
TDECORE_EXPORT uint accelModMaskX();
/**
- * Extracts the symbol from the given TQt key and
+ * Extracts the symbol from the given Qt key and
* converts it to a symbol.
- * @param keyTQt the qt key code
+ * @param keyQt the qt key code
* @param sym if successful, the symbol will be written here
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
* @see Sym
*/
- TDECORE_EXPORT bool keyTQtToSym( int keyTQt, uint& sym );
+ TDECORE_EXPORT bool keyQtToSym( int keyQt, uint& sym );
/**
- * Extracts the modifiers from the given TQt key and
+ * Extracts the modifiers from the given Qt key and
* converts them in a mask of ORed KKey::ModFlag modifiers.
- * @param keyTQt the qt key code
+ * @param keyQt the qt key code
* @param mod if successful, the modifiers will be written here
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
*/
- TDECORE_EXPORT bool keyTQtToMod( int keyTQt, uint& mod );
+ TDECORE_EXPORT bool keyQtToMod( int keyQt, uint& mod );
/**
- * Converts the given symbol to a TQt key code.
+ * Converts the given symbol to a Qt key code.
* @param sym the symbol
- * @param keyTQt if successful, the qt key code will be written here
+ * @param keyQt if successful, the qt key code will be written here
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
* @see Sym
*/
- TDECORE_EXPORT bool symToKeyTQt( uint sym, int& keyTQt );
+ TDECORE_EXPORT bool symToKeyQt( uint sym, int& keyQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
- * a mask of ORed TQt key code modifiers.
+ * a mask of ORed Qt key code modifiers.
* @param mod the mask of KKey::ModFlag modifiers
- * @param modTQt the mask of TQt key code modifiers will be written here,
+ * @param modQt the mask of Qt key code modifiers will be written here,
* if successful
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
* @see KKey
*/
- TDECORE_EXPORT bool modToModTQt( uint mod, int& modTQt );
+ TDECORE_EXPORT bool modToModQt( uint mod, int& modQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@@ -401,20 +401,20 @@ namespace KKeyServer
/**
* Converts the mask of ORed X11 modifiers to
- * a mask of ORed TQt key code modifiers.
+ * a mask of ORed Qt key code modifiers.
* @param modX the mask of X11 modifiers
- * @param modTQt the mask of TQt key code modifiers will be written here
+ * @param modQt the mask of Qt key code modifiers will be written here
* if successful
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
*/
//wrapped for win32
- TDECORE_EXPORT bool modXToModTQt( uint modX, int& modTQt );
+ TDECORE_EXPORT bool modXToModQt( uint modX, int& modQt );
/**
- * Converts the TQt-compatible button state to x11 modifier.
+ * Converts the Qt-compatible button state to x11 modifier.
*/
- TDECORE_EXPORT int qtButtonStateToMod( TQt::ButtonState s );
+ TDECORE_EXPORT int qtButtonStateToMod( TQ_ButtonState s );
/**
* Converts the mask of ORed X11 modifiers to
@@ -435,7 +435,7 @@ namespace KKeyServer
* @param modX the mask of ORed X11 modifiers
* @param symX if successful, the X11 symbol will be written here
* @return true if successful, false otherwise
- * @see TQt::Key
+ * @see Qt::Key
* @see Sym
*/
TDECORE_EXPORT bool codeXToSym( uchar codeX, uint modX, uint& symX );
@@ -471,7 +471,7 @@ namespace KKeyServer
* @internal
* Unimplemented?
*/
- TDECORE_EXPORT void keyTQtToKeyX( uint keyCombTQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
+ TDECORE_EXPORT void keyQtToKeyX( uint keyCombQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H