aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/textmark.h')
-rw-r--r--src/plugins/texteditor/textmark.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h
index 1eec26d17ac..ca6f3310647 100644
--- a/src/plugins/texteditor/textmark.h
+++ b/src/plugins/texteditor/textmark.h
@@ -45,8 +45,6 @@ namespace TextEditor {
class BaseTextEditor;
class TextDocument;
-namespace Internal { class TextMarkRegistry; }
-
class TEXTEDITOR_EXPORT TextMark
{
public:
@@ -102,7 +100,6 @@ public:
private:
Q_DISABLE_COPY(TextMark)
- friend class Internal::TextMarkRegistry;
TextDocument *m_baseTextDocument;
QString m_fileName;