diff options
Diffstat (limited to 'tdecore/tests')
-rw-r--r-- | tdecore/tests/kurltest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/kurltest.cpp b/tdecore/tests/kurltest.cpp index e5176aa9a..57ef996e1 100644 --- a/tdecore/tests/kurltest.cpp +++ b/tdecore/tests/kurltest.cpp @@ -816,7 +816,7 @@ int main(int argc, char *argv[]) check("host",ulong.host(),"swww.gad.de"); check("path",ulong.path(),"/servlet/CookieAccepted"); -#if QT_VERSION < 300 +#if TQT_VERSION < 300 qt_set_locale_codec( KGlobal::charsets()->codecForName( "iso-8859-1" ) ); #else TQTextCodec::setCodecForLocale( KGlobal::charsets()->codecForName( "iso-8859-1" ) ); @@ -861,7 +861,7 @@ int main(int argc, char *argv[]) testAdjustPath(); -#if QT_VERSION < 300 +#if TQT_VERSION < 300 qt_set_locale_codec( KGlobal::charsets()->codecForName( "koi8-r" ) ); #else TQTextCodec::setCodecForLocale( KGlobal::charsets()->codecForName( "koi8-r" ) ); |