diff options
author | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
commit | 2c9bc9b806f533df7b8f5349467d0f4be95314a4 (patch) | |
tree | 15f82ae94dd430374f3d939958912c4fb2855326 /src/mxcl.library.h | |
parent | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (diff) | |
download | codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.tar.gz codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.zip |
Conversion qt3 -> tqt3
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/mxcl.library.h')
-rw-r--r-- | src/mxcl.library.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mxcl.library.h b/src/mxcl.library.h index feb71ef..87eea65 100644 --- a/src/mxcl.library.h +++ b/src/mxcl.library.h @@ -17,12 +17,12 @@ namespace mxcl /// almost always negates the need to #include <klocale.h> in implementations -#include <qstring.h> -QString i18n( const char *text ); +#include <ntqstring.h> +TQString i18n( const char *text ); -/// very useful for QStringLists +/// very useful for TQStringLists #define foreach( x ) \ - for( QStringList::ConstIterator it = x.constBegin(), end = x.constEnd(); it != end; ++it ) + for( TQStringList::ConstIterator it = x.constBegin(), end = x.constEnd(); it != end; ++it ) #endif |