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