diff -r 5dc02b23752f -r 3e2da88830cd src/dbus/qdbusmacros.h --- a/src/dbus/qdbusmacros.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/dbus/qdbusmacros.h Wed Aug 18 10:37:55 2010 +0300 @@ -46,14 +46,6 @@ #include #include -#if defined(QDBUS_MAKEDLL) -# define QDBUS_EXPORT Q_DECL_EXPORT -#elif defined(QT_SHARED) -# define QDBUS_EXPORT Q_DECL_IMPORT -#else -# define QDBUS_EXPORT -#endif - #ifndef Q_MOC_RUN # define Q_NOREPLY #endif