forked from qt-creator/qt-creator
TextEditor: Adapt include guards to file rename
Change-Id: I1bb8cb6baec091fd924b3738f93a83196c22d807 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user