diff options
author | Harald Fernengel <harry@kdevelop.org> | 2005-09-23 13:28:23 +0000 |
---|---|---|
committer | Harald Fernengel <harry@kdevelop.org> | 2005-09-23 13:28:23 +0000 |
commit | cc2119a0a1f56794b728435c2fcbde73d9247feb (patch) | |
tree | 1df47d56b9b91ac02935b6696b5e03a94a588b15 | |
parent | d0d0d4afe99aefa78d2371b5a1b216675e924201 (diff) |
whoops...
-rw-r--r-- | qt/qdbusconnection_p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt/qdbusconnection_p.h b/qt/qdbusconnection_p.h index 38acbdc3..9dcd7d20 100644 --- a/qt/qdbusconnection_p.h +++ b/qt/qdbusconnection_p.h @@ -32,6 +32,9 @@ // // +#ifndef QDBUSCONNECTION_P_H +#define QDBUSCONNECTION_P_H + #include <QtCore/qatomic.h> #include <QtCore/qhash.h> #include <QtCore/qobject.h> @@ -124,3 +127,5 @@ public: ObjectHookHash objectHooks; QList<DBusTimeout *> pendingTimeouts; }; + +#endif |