diff options
| author | Harald Fernengel <harry@kdevelop.org> | 2005-09-23 16:24:36 +0000 | 
|---|---|---|
| committer | Harald Fernengel <harry@kdevelop.org> | 2005-09-23 16:24:36 +0000 | 
| commit | cd883ae0436e0be1234cd0cde3c2e9a8b994d0e8 (patch) | |
| tree | e911fc2383e9fc4d91cb51774e4037efa439acd2 /qt/qdbusconnection_p.h | |
| parent | ac2de419da28379195da11120ddb0e19f601aa24 (diff) | |
adding an autotest and "dbus-ify" the build process and include scheme
Diffstat (limited to 'qt/qdbusconnection_p.h')
| -rw-r--r-- | qt/qdbusconnection_p.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/qdbusconnection_p.h b/qt/qdbusconnection_p.h index 9dcd7d20..3f78dad2 100644 --- a/qt/qdbusconnection_p.h +++ b/qt/qdbusconnection_p.h @@ -35,6 +35,8 @@  #ifndef QDBUSCONNECTION_P_H  #define QDBUSCONNECTION_P_H +#include "qdbuserror.h" +  #include <QtCore/qatomic.h>  #include <QtCore/qhash.h>  #include <QtCore/qobject.h> @@ -43,8 +45,6 @@  #include <dbus/dbus.h> -#include "qdbuserror.h" -  class QDBusMessage;  class QSocketNotifier;  class QTimerEvent;  | 
