summaryrefslogtreecommitdiff
path: root/src/plugins/macros/macroevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/macros/macroevent.h')
-rw-r--r--src/plugins/macros/macroevent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/macros/macroevent.h b/src/plugins/macros/macroevent.h
index 9345f89dbe..2e12f37704 100644
--- a/src/plugins/macros/macroevent.h
+++ b/src/plugins/macros/macroevent.h
@@ -30,8 +30,6 @@
#ifndef MACROSPLUGIN_MACROEVENT_H
#define MACROSPLUGIN_MACROEVENT_H
-#include "macros_global.h"
-
#include <coreplugin/id.h>
#include <QMap>
@@ -43,8 +41,9 @@ class QDataStream;
QT_END_NAMESPACE
namespace Macros {
+namespace Internal {
-class MACROS_EXPORT MacroEvent
+class MacroEvent
{
public:
MacroEvent();
@@ -66,6 +65,7 @@ private:
MacroEventPrivate* d;
};
+} // namespace Internal
} // namespace Macros
#endif // MACROSPLUGIN_MACROEVENT_H