summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-12-27 15:34:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-12-27 15:34:25 +0900
commite4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69 (patch)
treea94ac8244e5d3b09bb68a0a0b67dc92f03b0311f
parent0537ed938f82768c5b0aff88daf7eff620c743bf (diff)
parentb056d182caa853f07b2f68c6c926fdddcd1e9042 (diff)
downloadtdebase-e4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69.tar.gz
tdebase-e4a81af96d9fd21fcbf2d4c86df1c0f0c2f77a69.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
-rw-r--r--kpersonalizer/kcountrypage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/kcountrypage.cpp b/kpersonalizer/kcountrypage.cpp
index 36276eca6..cec71bae8 100644
--- a/kpersonalizer/kcountrypage.cpp
+++ b/kpersonalizer/kcountrypage.cpp
@@ -45,7 +45,7 @@ KCountryPage::KCountryPage(TQWidget *parent, const char *name ) : KCountryPageDl
b_startedLanguageChanged = false;
// set appropriate Trinity version (tdeapplication.h)
- txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(TDE_VERSION_STRING));
+ txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(KDE::versionString()));
flang = new KFindLanguage();