summaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/kvi_dcophelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/ext/kvi_dcophelper.h')
-rw-r--r--src/kvilib/ext/kvi_dcophelper.h4
1 files changed, 2 insertions, 2 deletions
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_