summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorfactory.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:05:32 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 16:18:45 +0100
commitdc1f0b0752de64222bd6d092fc0b6ae7dba12241 (patch)
tree59592852797a12a6d013062499fa06b0005a0381 /src/plugins/pythoneditor/pythoneditorfactory.h
parentdc95392aa497cf7d1e969c3ed138589df4221552 (diff)
downloadqt-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/pythoneditorfactory.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorfactory.h b/src/plugins/pythoneditor/pythoneditorfactory.h
index b53ca3d231..b483e6e4dc 100644
--- a/src/plugins/pythoneditor/pythoneditorfactory.h
+++ b/src/plugins/pythoneditor/pythoneditorfactory.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef PYTHONEDITOR_EDITORFACTORY_H
-#define PYTHONEDITOR_EDITORFACTORY_H
+#ifndef PYTHONEDITORFACTORY_H
+#define PYTHONEDITORFACTORY_H
#include "pythoneditor_global.h"
#include <coreplugin/editormanager/ieditorfactory.h>
@@ -70,4 +70,4 @@ private:
} // namespace PythonEditor
-#endif // PYTHONEDITOR_EDITORFACTORY_H
+#endif // PYTHONEDITORFACTORY_H