diff options
Diffstat (limited to 'TelepathyQt4/AbstractClientHandler')
-rw-r--r-- | TelepathyQt4/AbstractClientHandler | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/TelepathyQt4/AbstractClientHandler b/TelepathyQt4/AbstractClientHandler deleted file mode 100644 index 29c338ec..00000000 --- a/TelepathyQt4/AbstractClientHandler +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _TelepathyQt4_AbstractClientHandler_HEADER_GUARD_ -#define _TelepathyQt4_AbstractClientHandler_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: |