diff options
Diffstat (limited to 'kresources/slox/sloxbase.h')
-rw-r--r-- | kresources/slox/sloxbase.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kresources/slox/sloxbase.h b/kresources/slox/sloxbase.h index 90afb16fa..7047ed28d 100644 --- a/kresources/slox/sloxbase.h +++ b/kresources/slox/sloxbase.h @@ -20,7 +20,7 @@ #ifndef SLOXUTILS_H #define SLOXUTILS_H -#include <qstring.h> +#include <tqstring.h> #include <kdepimmacros.h> namespace KRES { @@ -103,10 +103,10 @@ class KDE_EXPORT SloxBase { SloxBase( KRES::Resource *res ); - QString decodeText( const QString &text ); - QString fieldName( Field f ); - QString resType() const; - QString boolToStr( bool b ); + TQString decodeText( const TQString &text ); + TQString fieldName( Field f ); + TQString resType() const; + TQString boolToStr( bool b ); private: KRES::Resource *mRes; |