diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-12 12:05:32 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-03-12 16:18:45 +0100 |
commit | dc1f0b0752de64222bd6d092fc0b6ae7dba12241 (patch) | |
tree | 59592852797a12a6d013062499fa06b0005a0381 /src/plugins/pythoneditor/pythoneditorwidget.h | |
parent | dc95392aa497cf7d1e969c3ed138589df4221552 (diff) | |
download | qt-creator-dc1f0b0752de64222bd6d092fc0b6ae7dba12241.tar.gz |
Fix Krazy warnings about includes/header guards in Python Editor.
Change-Id: I3dce1d8f14d4bfc271d8873eb3ad819eb336e2df
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
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 9d016850d7..63f646b79f 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.h +++ b/src/plugins/pythoneditor/pythoneditorwidget.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef PYTHONEDITOR_EDITORWIDGET_H -#define PYTHONEDITOR_EDITORWIDGET_H +#ifndef PYTHONEDITORWIDGET_H +#define PYTHONEDITORWIDGET_H #include "pythoneditor_global.h" @@ -59,4 +59,4 @@ private: } // namespace PythonEditor -#endif // PYTHONEDITOR_EDITORWIDGET_H +#endif // PYTHONEDITORWIDGET_H |