File fix_ifdef.patch of Package libdbus-1-qt3-0
--- dbus/qdbusobjectpath.h +++ dbus/qdbusobjectpath.h @@ -21,6 +21,9 @@ * */ +#ifndef QDBUSOBJECTPATH_H +#define QDBUSOBJECTPATH_H + #include <qcstring.h> /** @@ -111,3 +114,5 @@ */ static int validate(const QCString& path); }; + +#endif