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