blob: 647e4c0da3bf62ecf6d760b2b8b4ec29bd3b5421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _TelepathyQt4_AccountPropertyFilter_HEADER_GUARD_
#define _TelepathyQt4_AccountPropertyFilter_HEADER_GUARD_
#ifndef IN_TELEPATHY_QT4_HEADER
#define IN_TELEPATHY_QT4_HEADER
#endif
#include <TelepathyQt4/account-property-filter.h>
#undef IN_TELEPATHY_QT4_HEADER
#endif
// vim:set ft=cpp:
|