Renamed qmlmodelmanager.

This commit is contained in:
Roberto Raggi
2010-02-15 13:49:00 +01:00
parent 52b04f5d99
commit 2a63387085
16 changed files with 55 additions and 55 deletions

View File

@@ -38,7 +38,7 @@ class TextEditorActionHandler;
namespace QmlJSEditor {
class QmlModelManagerInterface;
class ModelManagerInterface;
class QmlFileWizard;
namespace Internal {
@@ -70,7 +70,7 @@ public Q_SLOTS:
private:
static QmlJSEditorPlugin *m_instance;
QmlModelManagerInterface *m_modelManager;
ModelManagerInterface *m_modelManager;
QmlFileWizard *m_wizard;
QmlJSEditorFactory *m_editor;
TextEditor::TextEditorActionHandler *m_actionHandler;