summaryrefslogtreecommitdiffstats
path: root/python/pykde/extra/kde320/kkeyserver_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/pykde/extra/kde320/kkeyserver_x11.h')
-rw-r--r--python/pykde/extra/kde320/kkeyserver_x11.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/python/pykde/extra/kde320/kkeyserver_x11.h b/python/pykde/extra/kde320/kkeyserver_x11.h
index cf1b360a..1271f506 100644
--- a/python/pykde/extra/kde320/kkeyserver_x11.h
+++ b/python/pykde/extra/kde320/kkeyserver_x11.h
@@ -42,7 +42,7 @@ namespace KKeyServer
* @param s the description of the symbol
* @see toString()
*/
- Sym( const QString& s )
+ Sym( const TQString& s )
{ init( s ); }
/**
@@ -59,7 +59,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see toString()
*/
- bool init( const QString &s );
+ bool init( const TQString &s );
/**
* Returns the qt key code of the symbol.
@@ -70,13 +70,13 @@ namespace KKeyServer
/**
* @internal
*/
- QString toStringInternal() const;
+ TQString toStringInternal() const;
/**
* Returns the string representation of the symbol.
* @return the string representation of the symbol
*/
- QString toString() const;
+ TQString toString() const;
/**
* Returns the mods that are required for this symbol as
@@ -103,9 +103,9 @@ namespace KKeyServer
Sym& operator =( uint sym ) { m_sym = sym; return *this; }
private:
- QString toString( bool bUserSpace ) const;
+ TQString toString( bool bUserSpace ) const;
- static void capitalizeKeyname( QString& );
+ static void capitalizeKeyname( TQString& );
};
/**
@@ -407,7 +407,7 @@ namespace KKeyServer
/**
* @internal
*/
- QString modToStringInternal( uint mod );
+ TQString modToStringInternal( uint mod );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to a
@@ -415,13 +415,13 @@ namespace KKeyServer
* @param mod the mask of ORed KKey::ModFlag modifiers
* @return the user-readable string
*/
- QString modToStringUser( uint mod );
+ TQString modToStringUser( uint mod );
/**
* @internal
* Unimplemented?
*/
- bool stringToSymMod( const QString&, uint& sym, uint& mod );
+ bool stringToSymMod( const TQString&, uint& sym, uint& mod );
/**
* @internal