summaryrefslogtreecommitdiffstats
path: root/tdeui/kbugreport.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:57:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:57:25 -0600
commit97f0944cf74ef186aff1b083dd95c5c385b122fc (patch)
tree94896550e65172040cf289e82c5c512fe08f8c7d /tdeui/kbugreport.cpp
parentfb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 (diff)
downloadtdelibs-97f0944cf74ef186aff1b083dd95c5c385b122fc.tar.gz
tdelibs-97f0944cf74ef186aff1b083dd95c5c385b122fc.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'tdeui/kbugreport.cpp')
-rw-r--r--tdeui/kbugreport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp
index 0e0f6450d..e06e05c64 100644
--- a/tdeui/kbugreport.cpp
+++ b/tdeui/kbugreport.cpp
@@ -179,7 +179,7 @@ KBugReport::KBugReport( TQWidget * parentw, bool modal, const KAboutData *aboutD
m_strVersion = m_aboutData->version();
else
m_strVersion = i18n("no version set (programmer error!)");
- d->kde_version = TQString::tqfromLatin1( KDE_VERSION_STRING );
+ d->kde_version = TQString::tqfromLatin1( TDE_VERSION_STRING );
d->kde_version += ", " + TQString::tqfromLatin1( KDE_DISTRIBUTION_TEXT );
if ( !d->submitBugButton )
m_strVersion += " " + d->kde_version;