From 2c9bc9b806f533df7b8f5349467d0f4be95314a4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:09:24 +0200 Subject: Conversion qt3 -> tqt3 Signed-off-by: gregory guy --- src/mxcl.library.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mxcl.library.h') 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 in implementations -#include -QString i18n( const char *text ); +#include +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 -- cgit v1.2.1