diff options
author | Alexander Golubev <[email protected]> | 2016-06-28 05:07:09 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-01-29 02:48:48 +0100 |
commit | 297691c5b8e2b616a401eec5effe4f3f291c544e (patch) | |
tree | 25dcac1064ab38a6b404a2b6fa36c733b4c2100a /tdecore/tests/klocaletest.cpp | |
parent | cf169fc4ad4cdbfb0405175866df79f13f7227aa (diff) | |
download | tdelibs-297691c5b8e2b616a401eec5effe4f3f291c544e.tar.gz tdelibs-297691c5b8e2b616a401eec5effe4f3f291c544e.zip |
Initial add for check target for cmake
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit 0c64a776ddecfa33a37318e79b8811d9774579ae)
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 2b02c22a4..5f4d1da2a 100644 --- a/tdecore/tests/klocaletest.cpp +++ b/tdecore/tests/klocaletest.cpp @@ -100,7 +100,7 @@ void Test::createFields() int main( int argc, char ** argv ) { TDELocale::setMainCatalogue("tdelibs"); - TDEApplication a( argc, argv, "klocaletest" ); + TDEApplication a( argc, argv, TQCString("klocaletest") ); TDEGlobal::locale()->setLanguage(TQString::fromLatin1("en_US")); TDEGlobal::locale()->setCountry(TQString::fromLatin1("C")); |