summaryrefslogtreecommitdiff
path: root/TelepathyQt/DBusProxyFactory
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/DBusProxyFactory')
-rw-r--r--TelepathyQt/DBusProxyFactory13
1 files changed, 13 insertions, 0 deletions
diff --git a/TelepathyQt/DBusProxyFactory b/TelepathyQt/DBusProxyFactory
new file mode 100644
index 00000000..c40af4ef
--- /dev/null
+++ b/TelepathyQt/DBusProxyFactory
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_DBusProxyFactory_HEADER_GUARD_
+#define _TelepathyQt_DBusProxyFactory_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/dbus-proxy-factory.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: