summaryrefslogtreecommitdiffstats
path: root/opensuse/libdbus-1-tqt-0/fix_ifdef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/libdbus-1-tqt-0/fix_ifdef.patch')
-rw-r--r--opensuse/libdbus-1-tqt-0/fix_ifdef.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/opensuse/libdbus-1-tqt-0/fix_ifdef.patch b/opensuse/libdbus-1-tqt-0/fix_ifdef.patch
deleted file mode 100644
index 99da35290..000000000
--- a/opensuse/libdbus-1-tqt-0/fix_ifdef.patch
+++ /dev/null
@@ -1,18 +0,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