diff options
author | Timothy Pearson <[email protected]> | 2012-02-24 15:29:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-24 15:29:11 -0600 |
commit | b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 (patch) | |
tree | 31cd0dfbcd812303cb707e37614c5a8bc86afd00 /src/modules/mediaplayer/mp_dcopinterface.h | |
parent | 2b0f7501a0f64a3eac41fffc6256714aba7693c2 (diff) | |
download | kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.tar.gz kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.zip |
Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT
Diffstat (limited to 'src/modules/mediaplayer/mp_dcopinterface.h')
-rw-r--r-- | src/modules/mediaplayer/mp_dcopinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mediaplayer/mp_dcopinterface.h b/src/modules/mediaplayer/mp_dcopinterface.h index 449f385c..97b49196 100644 --- a/src/modules/mediaplayer/mp_dcopinterface.h +++ b/src/modules/mediaplayer/mp_dcopinterface.h @@ -26,7 +26,7 @@ #include "kvi_settings.h" -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT #include "mp_interface.h" @@ -52,6 +52,6 @@ protected: bool boolRetDCOPCall(const KviTQCString &szObj,const KviTQCString &szFunc,bool &ret); }; -#endif //COMPILE_KDE_SUPPORT +#endif //COMPILE_TDE_SUPPORT #endif //!_MP_DCOPINTERFACE_H_ |