Rename BaseTextEditorPrivate to BaseTextEditorWidgetPrivate

As it is the private class of BaseTextEditorWidget.

Change-Id: I49c9b4e85cffbca3d0a61dd82e93596e7bf29376
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2012-02-16 13:50:02 +01:00
committed by hjk
parent 1f6b88c4c2
commit bb4f25b748
2 changed files with 18 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ class IAssistProvider;
class ICodeStylePreferences;
namespace Internal {
class BaseTextEditorPrivate;
class BaseTextEditorWidgetPrivate;
class TextEditorOverlay;
typedef QList<RefactorMarker> RefactorMarkers;
typedef QString (QString::*TransformationMethod)() const;
@@ -375,8 +375,8 @@ private slots:
void onCodeStylePreferencesDestroyed();
private:
Internal::BaseTextEditorPrivate *d;
friend class Internal::BaseTextEditorPrivate;
Internal::BaseTextEditorWidgetPrivate *d;
friend class Internal::BaseTextEditorWidgetPrivate;
friend class Internal::TextEditorOverlay;
friend class RefactorOverlay;