summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/wizard/pythonsourcegenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonsourcegenerator.h')
-rw-r--r--src/plugins/pythoneditor/wizard/pythonsourcegenerator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonsourcegenerator.h b/src/plugins/pythoneditor/wizard/pythonsourcegenerator.h
index ef82955351..d638ac8d87 100644
--- a/src/plugins/pythoneditor/wizard/pythonsourcegenerator.h
+++ b/src/plugins/pythoneditor/wizard/pythonsourcegenerator.h
@@ -30,14 +30,14 @@
#ifndef PYTHON_SOURCEGENERATOR_H
#define PYTHON_SOURCEGENERATOR_H
-#include "../pythoneditor_global.h"
#include <utils/newclasswidget.h>
#include <QSet>
#include <QString>
namespace PythonEditor {
+namespace Internal {
-class PYEDITOR_EXPORT SourceGenerator
+class SourceGenerator
{
public:
enum QtBinding {
@@ -70,6 +70,7 @@ private:
QtVersion m_pythonQtVersion;
};
+} // namespace Internal
} // namespace PythonEditor
#endif // PYTHON_SOURCEGENERATOR_H