summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--kshutdown/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c30f1b..f47fbf1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ include( ConfigureChecks.cmake )
###### global compiler settings
-add_definitions( -DHAVE_CONFIG_H -UTQT_NO_ASCII_CAST )
+add_definitions( -DHAVE_CONFIG_H )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
diff --git a/kshutdown/main.cpp b/kshutdown/main.cpp
index 098882a..aa9a1bf 100644
--- a/kshutdown/main.cpp
+++ b/kshutdown/main.cpp
@@ -39,7 +39,7 @@ TQString version = "1.0.4";
TDEAboutData aboutData(
"kshutdown", // internal name
"KShutDown", // full name
- version,
+ version.utf8(),
I18N_NOOP("A Shut Down Utility for TDE"), // description
TDEAboutData::License_GPL_V2, // license
"(C) 2003-3000 Konrad Twardowski", // copyright