diff options
Diffstat (limited to 'src/plugins/python/pythoneditor.h')
-rw-r--r-- | src/plugins/python/pythoneditor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/python/pythoneditor.h b/src/plugins/python/pythoneditor.h index 7224008bd0..07271a102a 100644 --- a/src/plugins/python/pythoneditor.h +++ b/src/plugins/python/pythoneditor.h @@ -27,8 +27,7 @@ #include <texteditor/texteditor.h> -namespace Python { -namespace Internal { +namespace Python::Internal { class PythonEditorFactory : public TextEditor::TextEditorFactory { @@ -36,5 +35,4 @@ public: PythonEditorFactory(); }; -} // namespace Internal -} // namespace Python +} // Python::Internal |