diff options
Diffstat (limited to 'src/kvilib/ext/kvi_dcophelper.cpp')
-rw-r--r-- | src/kvilib/ext/kvi_dcophelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/ext/kvi_dcophelper.cpp b/src/kvilib/ext/kvi_dcophelper.cpp index 7528c5a7..a181d10d 100644 --- a/src/kvilib/ext/kvi_dcophelper.cpp +++ b/src/kvilib/ext/kvi_dcophelper.cpp @@ -26,7 +26,7 @@ #define __KVILIB__ #include "kvi_dcophelper.h" -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT #include "dcopclient.h" @@ -354,4 +354,4 @@ bool KviDCOPHelper::startApp(const TQString &szApp,int iWaitMSecs) } -#endif //COMPILE_KDE_SUPPORT +#endif //COMPILE_TDE_SUPPORT |