diff options
author | Harald Fernengel <harry@kdevelop.org> | 2005-09-23 13:28:23 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:11 -0400 |
commit | 253362457b4e2cd8fca2e08c94259aa3b34b9657 (patch) | |
tree | 1029770ff2030fdfa02d0c7bfcce4fc3ed65bac4 /qt | |
parent | 10cf9da85a043a218c290c27a0f552b479b91855 (diff) |
whoops...
Diffstat (limited to 'qt')
-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 38acbdc..9dcd7d2 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 |