From a832c61d508d772d4f9376dd27c2e071cb114425 Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@nokia.com>
Date: Thu, 16 Feb 2012 14:23:36 +0100
Subject: [PATCH] Compile, i have no idea why that was not part of the last
 commit

Change-Id: I646fcc111e62caba2dc852e3a1d29df6a5bc170f
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
---
 src/plugins/texteditor/basetexteditor_p.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/plugins/texteditor/basetexteditor_p.h b/src/plugins/texteditor/basetexteditor_p.h
index f9c73aaddec..8a1b5182085 100644
--- a/src/plugins/texteditor/basetexteditor_p.h
+++ b/src/plugins/texteditor/basetexteditor_p.h
@@ -159,14 +159,14 @@ struct BaseTextEditorPrivateHighlightBlocks
 };
 
 
-class BaseTextEditorPrivate
+class BaseTextEditorWidgetPrivate
 {
-    BaseTextEditorPrivate(const BaseTextEditorPrivate &);
-    BaseTextEditorPrivate &operator=(const BaseTextEditorPrivate &);
+    BaseTextEditorWidgetPrivate(const BaseTextEditorWidgetPrivate &);
+    BaseTextEditorWidgetPrivate &operator=(const BaseTextEditorWidgetPrivate &);
 
 public:
-    BaseTextEditorPrivate();
-    ~BaseTextEditorPrivate();
+    BaseTextEditorWidgetPrivate();
+    ~BaseTextEditorWidgetPrivate();
 
     void setupBasicEditActions(TextEditorActionHandler *actionHandler);
     void setupDocumentSignals(BaseTextDocument *document);
-- 
GitLab