summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/ConnectionInterfaceContactList
diff options
context:
space:
mode:
Diffstat (limited to 'qt4/TelepathyQt4/ConnectionInterfaceContactList')
-rw-r--r--qt4/TelepathyQt4/ConnectionInterfaceContactList17
1 files changed, 17 insertions, 0 deletions
diff --git a/qt4/TelepathyQt4/ConnectionInterfaceContactList b/qt4/TelepathyQt4/ConnectionInterfaceContactList
new file mode 100644
index 000000000..9f0aaf4f5
--- /dev/null
+++ b/qt4/TelepathyQt4/ConnectionInterfaceContactList
@@ -0,0 +1,17 @@
+#ifndef _TelepathyQt4_ConnectionInterfaceContactList_HEADER_GUARD_
+#define _TelepathyQt4_ConnectionInterfaceContactList_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#ifdef TELEPATHY_QT4_DEPRECATED_WARNINGS
+#warning "This file will be removed in a future tp-qt4 release, use #include <TelepathyQt4/ConnectionInterfaceContactListInterface> instead"
+#endif
+
+#include <TelepathyQt4/connection.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp: