]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/libdolphin_export.h
This TODO is implementable now: use real KFileItem instead of fake one
[dolphin.git] / src / libdolphin_export.h
index 36071e1a3e67fd14da672e50bbf4bd91c9afc1c3..99af8bed2dad897cf29c134a7043f27fc175dfc4 100644 (file)
 #include <kdemacros.h>
 
 /* needed, because e.g. Q_OS_UNIX is so frequently used */
-#include <QtCore/qglobal.h>
-
-#ifdef MAKE_DOLPHIN_LIB
-# define LIBDOLPHIN_EXPORT KDE_EXPORT
-#else
-# ifdef Q_OS_WIN
-#  define LIBDOLPHIN_EXPORT KDE_IMPORT
-# else
-#  define LIBDOLPHIN_EXPORT KDE_EXPORT
-# endif
-#endif
+#include <QtCore/QBool>
 
 #ifdef MAKE_DOLPHINPRIVATE_LIB
 # define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT