diff options
Diffstat (limited to 'kpersonalizer')
-rw-r--r-- | kpersonalizer/kcountrypage.cpp | 2 |
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(); |