diff options
Diffstat (limited to 'TelepathyQt/OutgoingFileTransferChannel')
-rw-r--r-- | TelepathyQt/OutgoingFileTransferChannel | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TelepathyQt/OutgoingFileTransferChannel b/TelepathyQt/OutgoingFileTransferChannel new file mode 100644 index 00000000..f04a4336 --- /dev/null +++ b/TelepathyQt/OutgoingFileTransferChannel @@ -0,0 +1,13 @@ +#ifndef _TelepathyQt_OutgoingFileTransferChannel_HEADER_GUARD_ +#define _TelepathyQt_OutgoingFileTransferChannel_HEADER_GUARD_ + +#ifndef IN_TP_QT_HEADER +#define IN_TP_QT_HEADER +#endif + +#include <TelepathyQt/outgoing-file-transfer-channel.h> + +#undef IN_TP_QT_HEADER + +#endif +// vim:set ft=cpp: |