summaryrefslogtreecommitdiff
path: root/TelepathyQt/PendingContactAttributes
diff options
context:
space:
mode:
authorJeremy Whiting <jeremy.whiting@collabora.com>2011-11-10 15:21:06 -0700
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 14:45:44 -0200
commitbe40b6f313c8d7b1f0fb59fd06ea87b0934e4bad (patch)
treeed66d713ce0d85acf0bcb65d3145693e4d150dae /TelepathyQt/PendingContactAttributes
parentaafde57c570a56bb98df4103a4ee38ed25b91897 (diff)
Renamed TelepathyQt4 directory to TelepathyQt.
Diffstat (limited to 'TelepathyQt/PendingContactAttributes')
-rw-r--r--TelepathyQt/PendingContactAttributes13
1 files changed, 13 insertions, 0 deletions
diff --git a/TelepathyQt/PendingContactAttributes b/TelepathyQt/PendingContactAttributes
new file mode 100644
index 00000000..e67e2055
--- /dev/null
+++ b/TelepathyQt/PendingContactAttributes
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_PendingContactAttributes_HEADER_GUARD_
+#define _TelepathyQt_PendingContactAttributes_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/pending-contact-attributes.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: