summaryrefslogtreecommitdiff
path: root/TelepathyQt4/key-file.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-08-11 23:25:32 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-10-06 17:01:35 -0300
commitaf732957f010da6371020a02476443cb86e88a0f (patch)
tree405058f8cc6eb7a8a5d1430ffad70c6142ba220a /TelepathyQt4/key-file.h
parente247a7c1e5d5919ce8aa9ef82bddbc411c469d1b (diff)
Export all public high-level classes using TELEPATHY_QT4_EXPORT macro.
Diffstat (limited to 'TelepathyQt4/key-file.h')
-rw-r--r--TelepathyQt4/key-file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TelepathyQt4/key-file.h b/TelepathyQt4/key-file.h
index 0a0b5504..811e76a3 100644
--- a/TelepathyQt4/key-file.h
+++ b/TelepathyQt4/key-file.h
@@ -26,6 +26,8 @@
#error IN_TELEPATHY_QT4_HEADER
#endif
+#include <TelepathyQt4/Global>
+
#include <QtGlobal>
class QString;
@@ -34,7 +36,7 @@ class QStringList;
namespace Tp
{
-class KeyFile
+class TELEPATHY_QT4_EXPORT KeyFile
{
Q_DISABLE_COPY(KeyFile);