Make TextEditorPlugin internal again

The TextEditorSettings class already provides the appropriate signal.
This commit is contained in:
Thorbjørn Lindeijer
2010-04-19 16:42:02 +02:00
parent ace402f0cb
commit 712c7e212e
3 changed files with 7 additions and 15 deletions

View File

@@ -76,7 +76,7 @@
#include <texteditor/basetextmark.h>
#include <texteditor/itexteditor.h>
#include <texteditor/texteditorconstants.h>
#include <texteditor/texteditorplugin.h>
#include <texteditor/texteditorsettings.h>
#include <utils/qtcassert.h>
#include <utils/styledbar.h>
@@ -958,7 +958,7 @@ bool DebuggerPlugin::initialize(const QStringList &arguments, QString *errorMess
//
// TextEditor
connect(TextEditorPlugin::instance(),
connect(TextEditorSettings::instance(),
SIGNAL(fontSettingsChanged(TextEditor::FontSettings)),
manager, SLOT(fontSettingsChanged(TextEditor::FontSettings)));