diff options
author | Jeremy Whiting <jeremy.whiting@collabora.com> | 2011-11-10 15:21:06 -0700 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-11-24 14:45:44 -0200 |
commit | be40b6f313c8d7b1f0fb59fd06ea87b0934e4bad (patch) | |
tree | ed66d713ce0d85acf0bcb65d3145693e4d150dae /TelepathyQt4/AbstractClient | |
parent | aafde57c570a56bb98df4103a4ee38ed25b91897 (diff) |
Renamed TelepathyQt4 directory to TelepathyQt.
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: |