diff options
Diffstat (limited to 'Tests/QtAutogen/Complex/codeeditor.cpp')
-rw-r--r-- | Tests/QtAutogen/Complex/codeeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Complex/codeeditor.cpp b/Tests/QtAutogen/Complex/codeeditor.cpp index 0caf8a7..bb6f405 100644 --- a/Tests/QtAutogen/Complex/codeeditor.cpp +++ b/Tests/QtAutogen/Complex/codeeditor.cpp @@ -38,10 +38,10 @@ ** ****************************************************************************/ -#include <QtGui> - #include "codeeditor.h" +#include <QtGui> + CodeEditor::CodeEditor(QWidget* parent) : QPlainTextEdit(parent) { |