From a8fae20ad7bcb59df9a603c88accf3a10401c2f9 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 30 Jan 2005 00:33:46 +0000 Subject: f --- (limited to 'libkcal') diff --git a/libkcal/dndfactory.h b/libkcal/dndfactory.h index 7e2ca04..2df5259 100644 --- a/libkcal/dndfactory.h +++ b/libkcal/dndfactory.h @@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */ +#ifdef DESKTOP_VERSION + #ifndef KCAL_DNDFACTORY_H #define KCAL_DNDFACTORY_H @@ -72,3 +74,10 @@ class LIBKCAL_EXPORT DndFactory } #endif + +#else // dummy implementation for embedded +#include "dndfactory_dummy.h" +#define cutIncidence cutEvent +#define pasteIncidence pasteEvent +#define copyIncidence copyEvent +#endif -- cgit v0.9.0.2