summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/module')
-rw-r--r--tracker-pt/module/module.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tracker-pt/module/module.hpp b/tracker-pt/module/module.hpp
index 4a2cb919..3afe8bc9 100644
--- a/tracker-pt/module/module.hpp
+++ b/tracker-pt/module/module.hpp
@@ -1,13 +1,15 @@
#pragma once
#include "api/plugin-api.hpp"
-#include <QtGlobal>
#include <QIcon>
+#include <QString>
+
+#include "compat/linkage-macros.hpp"
namespace pt_module
{
-class Q_DECL_EXPORT metadata_pt : public Metadata
+class OTR_GENERIC_EXPORT metadata_pt : public Metadata
{
Q_OBJECT