diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:54:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:54:15 -0600 |
commit | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (patch) | |
tree | f9f6928c1ed18429c6990b0819287be526ec00a5 /kpersonalizer | |
parent | 62b854c2081285a562ab548f0fc47ba35fc10e0c (diff) | |
download | tdebase-9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6.tar.gz tdebase-9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6.zip |
Rename KDE_VERSION to TDE_VERSION
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 bce43a152..113928a8b 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 (kapplication.h) - txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(KDE_VERSION_STRING)); + txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(TDE_VERSION_STRING)); flang = new KFindLanguage(); |