From 5e6c401557744fe5f9765471605cc793939fee1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 17 Mar 2022 18:50:52 +0100 Subject: Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kmymoney2/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/main.cpp') diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index 80ade1b..4d3bcff 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -97,7 +97,7 @@ int main(int argc, char *argv[]) TDEAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"), VERSION, description, TDEAboutData::License_GPL, - "(c) 2000-2009 The KMyMoney development team", feature, + "(c) 2000-2009 The KMyMoney development team", feature.utf8(), "http://kmymoney2.sourceforge.net/", "kmymoney2-developer@lists.sourceforge.net"); -- cgit v1.2.1