TextEditor: Adapt include guards to file rename

Change-Id: I1bb8cb6baec091fd924b3738f93a83196c22d807
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-09-29 00:39:38 +03:00
committed by hjk
parent fdf6f83a99
commit b1aa9bf223
2 changed files with 6 additions and 6 deletions

View File

@@ -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