summaryrefslogtreecommitdiff
path: root/TelepathyQt/ConnectionInterfaceContactGroups
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/ConnectionInterfaceContactGroups')
-rw-r--r--TelepathyQt/ConnectionInterfaceContactGroups17
1 files changed, 17 insertions, 0 deletions
diff --git a/TelepathyQt/ConnectionInterfaceContactGroups b/TelepathyQt/ConnectionInterfaceContactGroups
new file mode 100644
index 00000000..48800391
--- /dev/null
+++ b/TelepathyQt/ConnectionInterfaceContactGroups
@@ -0,0 +1,17 @@
+#ifndef _TelepathyQt_ConnectionInterfaceContactGroups_HEADER_GUARD_
+#define _TelepathyQt_ConnectionInterfaceContactGroups_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/ConnectionInterfaceContactGroupsInterface> instead"
+#endif
+
+#include <TelepathyQt/connection.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: