From 78fc4fc82bd73201117c43634b396a1bf75c417f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 3 Feb 2019 04:09:48 +0100 Subject: [PATCH] Better solution for previous commit is used. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kshutdown/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kshutdown/main.cpp b/kshutdown/main.cpp index aa9a1bf..48fcba3 100644 --- a/kshutdown/main.cpp +++ b/kshutdown/main.cpp @@ -34,12 +34,12 @@ // 0.1.x, 0.3.x, etc - Unstable, Beta // 0.2.x, 0.4.x, etc - Stable -TQString version = "1.0.4"; +const char* version = "1.0.4"; TDEAboutData aboutData( "kshutdown", // internal name "KShutDown", // full name - version.utf8(), + version, I18N_NOOP("A Shut Down Utility for TDE"), // description TDEAboutData::License_GPL_V2, // license "(C) 2003-3000 Konrad Twardowski", // copyright