aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/convenience.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 10:50:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 15:43:04 +0100
commite4ae884ee07fe3f31d44c45f7c85054d19ae4361 (patch)
tree482d3331d00c0bf0f356cc4cc461ba5c870c2074 /src/plugins/texteditor/convenience.h
parent8ae9d61b3cf9af78f3814748db5d21156eaefc90 (diff)
Fix Krazy warnings about improper include guard in various plugins.
Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/texteditor/convenience.h')
-rw-r--r--src/plugins/texteditor/convenience.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/convenience.h b/src/plugins/texteditor/convenience.h
index 10fcd5ed72..99c296e1db 100644
--- a/src/plugins/texteditor/convenience.h
+++ b/src/plugins/texteditor/convenience.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef CONCENIENCE_H
-#define CONCENIENCE_H
+#ifndef CONVENIENCE_H
+#define CONVENIENCE_H
#include "texteditor_global.h"
@@ -51,4 +51,4 @@ TEXTEDITOR_EXPORT QString textAt(QTextCursor tc, int pos, int length);
} // Util
} // TextEditor
-#endif // CONCENIENCE_H
+#endif // CONVENIENCE_H