summaryrefslogtreecommitdiffstats
path: root/kradio3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:47:42 -0600
commit538e9e342d744646a8d86de109f49b380bc355d8 (patch)
tree3ef9c1d959419d34ef91c74e1a454ba7af4a3462 /kradio3
parentf42fdab3df0222fc4abd99d86647a4cbc1a1d5e6 (diff)
downloadtderadio-538e9e342d744646a8d86de109f49b380bc355d8.tar.gz
tderadio-538e9e342d744646a8d86de109f49b380bc355d8.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kradio3')
-rw-r--r--kradio3/plugins/recording/recording.cpp2
-rw-r--r--kradio3/src/aboutwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/recording/recording.cpp b/kradio3/plugins/recording/recording.cpp
index a430e02..b99c627 100644
--- a/kradio3/plugins/recording/recording.cpp
+++ b/kradio3/plugins/recording/recording.cpp
@@ -588,7 +588,7 @@ void Recording::stopEncoder(SoundStreamID id)
//logDebug("stopEncoder thread = " + TQString::number((long long)thread, 16));
//logDebug("stopEncoder thread error = " + TQString::number(thread->error(), 16));
-#if (KDE_VERSION_MAJOR >= 3) && (KDE_VERSION_MINOR >= 1)
+#if (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 1)
// FIXME: set a timer and do waiting "in background"
if (!thread->wait(5000)) {
//m_context.setError();
diff --git a/kradio3/src/aboutwidget.cpp b/kradio3/src/aboutwidget.cpp
index 323dfef..8d81179 100644
--- a/kradio3/src/aboutwidget.cpp
+++ b/kradio3/src/aboutwidget.cpp
@@ -450,7 +450,7 @@ void KRadioAboutWidget::setProduct( const TQString &appName,
TQString msg1 = i18n("%1 %2 (Using KDE %3)").tqarg(appName).
arg(TQString::tqfromLatin1(KRADIO_VERSION)).
- arg(TQString::tqfromLatin1(KDE_VERSION_STRING));
+ arg(TQString::tqfromLatin1(TDE_VERSION_STRING));
TQString msg2 = !year.isEmpty() ? i18n("%1 %2, %3").tqarg('©').tqarg(year).
arg(author) : TQString::tqfromLatin1("");