summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-09-30 12:13:13 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2014-09-30 17:29:16 +0200
commitac02f6fb89c5adcfaa2e9ebdc6ccd46be69d552f (patch)
tree2a39477a4ec1ce3ca0162c4c67faf9fcac770bc9 /src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
parented8a9cba2b2ec8fd5c6f2ce0f47e403cd163fc33 (diff)
downloadqt-creator-ac02f6fb89c5adcfaa2e9ebdc6ccd46be69d552f.tar.gz
JsonWizard: Replace TextFileWizard with JsonWizard
Change-Id: Iae2833554529c2f333d9781eb0f7fa28f3bfde79 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonfilewizard.cpp')
-rw-r--r--src/plugins/pythoneditor/wizard/pythonfilewizard.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
index 1c61045751..fad1497c11 100644
--- a/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
+++ b/src/plugins/pythoneditor/wizard/pythonfilewizard.cpp
@@ -35,7 +35,6 @@
#include "../pythoneditorconstants.h"
#include <coreplugin/basefilewizard.h>
-#include <texteditor/textfilewizard.h>
#include <utils/filewizardpage.h>
#include <utils/qtcassert.h>