summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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("");