blob: a09fa221cf51b46af78b5f1c69a74304b45fbbd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef _TelepathyQt4_ConnectionInterfaceContactGroups_HEADER_GUARD_
#define _TelepathyQt4_ConnectionInterfaceContactGroups_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/ConnectionInterfaceContactGroupsInterface> instead"
#endif
#include <TelepathyQt4/connection.h>
#undef IN_TELEPATHY_QT4_HEADER
#endif
// vim:set ft=cpp:
|