From b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 24 Feb 2012 15:29:11 -0600 Subject: Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT --- src/modules/mediaplayer/mp_amarokinterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/mediaplayer/mp_amarokinterface.cpp') diff --git a/src/modules/mediaplayer/mp_amarokinterface.cpp b/src/modules/mediaplayer/mp_amarokinterface.cpp index 7bbfa927..7a458b2e 100644 --- a/src/modules/mediaplayer/mp_amarokinterface.cpp +++ b/src/modules/mediaplayer/mp_amarokinterface.cpp @@ -24,7 +24,7 @@ #include "mp_amarokinterface.h" -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT #include "kvi_app.h" @@ -186,4 +186,4 @@ bool KviAmarokInterface::playMrl(const TQString &mrl) } -#endif //COMPILE_KDE_SUPPORT +#endif //COMPILE_TDE_SUPPORT -- cgit v1.2.1