diff options
Diffstat (limited to 'tdecore/tests/klocaletest.cpp')
-rw-r--r-- | tdecore/tests/klocaletest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/klocaletest.cpp b/tdecore/tests/klocaletest.cpp index f752467d6..3c8df342e 100644 --- a/tdecore/tests/klocaletest.cpp +++ b/tdecore/tests/klocaletest.cpp @@ -100,7 +100,7 @@ void Test::createFields() int main( int argc, char ** argv ) { KLocale::setMainCatalogue("tdelibs"); - KApplication a( argc, argv, "klocaletest" ); + TDEApplication a( argc, argv, "klocaletest" ); KGlobal::locale()->setLanguage(TQString::fromLatin1("en_US")); KGlobal::locale()->setCountry(TQString::fromLatin1("C")); |