summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins
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/plugins
parentf42fdab3df0222fc4abd99d86647a4cbc1a1d5e6 (diff)
downloadtderadio-538e9e342d744646a8d86de109f49b380bc355d8.tar.gz
tderadio-538e9e342d744646a8d86de109f49b380bc355d8.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kradio3/plugins')
-rw-r--r--kradio3/plugins/recording/recording.cpp2
1 files changed, 1 insertions, 1 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();