summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/ConnectionInterfacePowerSaving
blob: 2bfaa186de1bf0797caa9c999d1961b51bc4a2b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _TelepathyQt4_ConnectionInterfacePowerSaving_HEADER_GUARD_
#define _TelepathyQt4_ConnectionInterfacePowerSaving_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/ConnectionInterfacePowerSavingInterface> instead"
#endif

#include <TelepathyQt4/connection.h>

#undef IN_TELEPATHY_QT4_HEADER

#endif
// vim:set ft=cpp: