aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-02-21 16:02:26 +0100
committerhjk <qtc-committer@nokia.com>2011-02-22 11:23:53 +0100
commitf576ad9f2c169bfa4d336ba2b3b1918f03df6916 (patch)
treef9e708ea1972b10d5465c915e7b9d0f7572f671f /src/plugins/texteditor/texteditorplugin.h
parente32cf192f7ba34dda96b61507b440c6a17b51a0c (diff)
texteditor: merge ITextEditable into ITextEditor
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
Diffstat (limited to 'src/plugins/texteditor/texteditorplugin.h')
-rw-r--r--src/plugins/texteditor/texteditorplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/texteditorplugin.h b/src/plugins/texteditor/texteditorplugin.h
index 21da72096b3..a430affe16d 100644
--- a/src/plugins/texteditor/texteditorplugin.h
+++ b/src/plugins/texteditor/texteditorplugin.h
@@ -43,7 +43,7 @@ class SearchResultWindow;
namespace TextEditor {
class FontSettings;
-class PlainTextEditor;
+class PlainTextEditorWidget;
class TextEditorSettings;
class TextFileWizard;
@@ -67,7 +67,7 @@ public:
bool initialize(const QStringList &arguments, QString *errorMessage);
void extensionsInitialized();
- void initializeEditor(PlainTextEditor *editor);
+ void initializeEditor(PlainTextEditorWidget *editor);
PlainTextEditorFactory *editorFactory() { return m_editorFactory; }
LineNumberFilter *lineNumberFilter() { return m_lineNumberFilter; }