diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-24 15:29:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-24 15:29:11 -0600 |
commit | b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 (patch) | |
tree | 31cd0dfbcd812303cb707e37614c5a8bc86afd00 /src/kvilib/ext | |
parent | 2b0f7501a0f64a3eac41fffc6256714aba7693c2 (diff) | |
download | kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.tar.gz kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.zip |
Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT
Diffstat (limited to 'src/kvilib/ext')
-rw-r--r-- | src/kvilib/ext/kvi_dcophelper.cpp | 4 | ||||
-rw-r--r-- | src/kvilib/ext/kvi_dcophelper.h | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/src/kvilib/ext/kvi_dcophelper.h b/src/kvilib/ext/kvi_dcophelper.h index 431394d3..726fe495 100644 --- a/src/kvilib/ext/kvi_dcophelper.h +++ b/src/kvilib/ext/kvi_dcophelper.h @@ -30,7 +30,7 @@ #include "kvi_qcstring.h" #include "kvi_valuelist.h" -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT typedef KviValueList<KviTQCString> KviQCStringList; @@ -77,6 +77,6 @@ protected: bool qcstringListRetVoidDCOPCall(const KviTQCString &szObj,const KviTQCString &szFunc,KviQCStringList &ret); }; -#endif //COMPILE_KDE_SUPPORT +#endif //COMPILE_TDE_SUPPORT #endif // _KVI_DCOPHELPER_H_ |