summaryrefslogtreecommitdiffstats
path: root/qt/qdbusmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qdbusmacros.h')
-rw-r--r--qt/qdbusmacros.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/qt/qdbusmacros.h b/qt/qdbusmacros.h
index a0553275..5b3c7d30 100644
--- a/qt/qdbusmacros.h
+++ b/qt/qdbusmacros.h
@@ -37,7 +37,7 @@
# error Sorry, you need a compiler with support for template member functions to compile QtDBus.
#endif
-#if defined(DBUS_COMPILATION) && defined(QDBUS_MAKEDLL)
+#if defined(QDBUS_MAKEDLL)
# define QDBUS_EXPORT Q_DECL_EXPORT
#else
# define QDBUS_EXPORT Q_DECL_IMPORT
@@ -46,8 +46,5 @@
#ifndef Q_MOC_RUN
# define Q_ASYNC
#endif
-#ifndef QT_NO_KEYWORDS
-# define async Q_ASYNC
-#endif
#endif