diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorwidget.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorwidget.h b/src/plugins/pythoneditor/pythoneditorwidget.h index 63f646b79f..24258dfa5c 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.h +++ b/src/plugins/pythoneditor/pythoneditorwidget.h @@ -30,14 +30,13 @@ #ifndef PYTHONEDITORWIDGET_H #define PYTHONEDITORWIDGET_H -#include "pythoneditor_global.h" - #include <texteditor/basetexteditor.h> #include <utils/uncommentselection.h> namespace PythonEditor { +namespace Internal { -class PYEDITOR_EXPORT EditorWidget : public TextEditor::BaseTextEditorWidget +class EditorWidget : public TextEditor::BaseTextEditorWidget { Q_OBJECT @@ -57,6 +56,7 @@ private: Utils::CommentDefinition m_commentDefinition; }; +} // namespace Internal } // namespace PythonEditor #endif // PYTHONEDITORWIDGET_H |