From b1aa9bf223379f509aac9001ec88686fb4e1343d Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 29 Sep 2014 00:39:38 +0300 Subject: [PATCH] TextEditor: Adapt include guards to file rename Change-Id: I1bb8cb6baec091fd924b3738f93a83196c22d807 Reviewed-by: hjk --- src/plugins/texteditor/texteditor.h | 6 +++--- src/plugins/texteditor/texteditor_p.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/texteditor/texteditor.h b/src/plugins/texteditor/texteditor.h index 77e8f2b0692..662f1bd49b4 100644 --- a/src/plugins/texteditor/texteditor.h +++ b/src/plugins/texteditor/texteditor.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef BASETEXTEDITOR_H -#define BASETEXTEDITOR_H +#ifndef TEXTEDITOR_H +#define TEXTEDITOR_H #include "textdocument.h" #include "codeassist/assistenums.h" @@ -672,4 +672,4 @@ private: Q_DECLARE_METATYPE(TextEditor::BaseTextEditorWidget::Link) -#endif // BASETEXTEDITOR_H +#endif // TEXTEDITOR_H diff --git a/src/plugins/texteditor/texteditor_p.h b/src/plugins/texteditor/texteditor_p.h index b543c43d573..21c92d91c11 100644 --- a/src/plugins/texteditor/texteditor_p.h +++ b/src/plugins/texteditor/texteditor_p.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef BASETEXTEDITOR_P_H -#define BASETEXTEDITOR_P_H +#ifndef TEXTEDITOR_P_H +#define TEXTEDITOR_P_H #include "texteditor.h" #include "behaviorsettings.h" @@ -107,4 +107,4 @@ struct BaseTextEditorPrivateHighlightBlocks } // namespace Internal } // namespace TextEditor -#endif // BASETEXTEDITOR_P_H +#endif // TEXTEDITOR_P_H