summaryrefslogtreecommitdiff
path: root/TelepathyQt/ConnectionInterfaceClientTypes
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/ConnectionInterfaceClientTypes')
-rw-r--r--TelepathyQt/ConnectionInterfaceClientTypes17
1 files changed, 17 insertions, 0 deletions
diff --git a/TelepathyQt/ConnectionInterfaceClientTypes b/TelepathyQt/ConnectionInterfaceClientTypes
new file mode 100644
index 00000000..4d829532
--- /dev/null
+++ b/TelepathyQt/ConnectionInterfaceClientTypes
@@ -0,0 +1,17 @@
+#ifndef _TelepathyQt_ConnectionInterfaceClientTyes_HEADER_GUARD_
+#define _TelepathyQt_ConnectionInterfaceClientTyes_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#ifdef TP_QT_DEPRECATED_WARNINGS
+#warning "This file will be removed in a future tp-qt4 release, use #include <TelepathyQt/ConnectionInterfaceClientTypesInterface> instead"
+#endif
+
+#include <TelepathyQt/connection.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: