summaryrefslogtreecommitdiffabout
path: root/libkcal/dndfactory.h
Side-by-side diff
Diffstat (limited to 'libkcal/dndfactory.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/dndfactory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libkcal/dndfactory.h b/libkcal/dndfactory.h
index 7e2ca04..2df5259 100644
--- a/libkcal/dndfactory.h
+++ b/libkcal/dndfactory.h
@@ -23,2 +23,4 @@
+#ifdef DESKTOP_VERSION
+
#ifndef KCAL_DNDFACTORY_H
@@ -74 +76,8 @@ class LIBKCAL_EXPORT DndFactory
#endif
+
+#else // dummy implementation for embedded
+#include "dndfactory_dummy.h"
+#define cutIncidence cutEvent
+#define pasteIncidence pasteEvent
+#define copyIncidence copyEvent
+#endif