Renamed qmlcodecompletion.

This commit is contained in:
Roberto Raggi
2010-02-15 13:39:41 +01:00
parent d55e270761
commit d22610c724
5 changed files with 31 additions and 31 deletions

View File

@@ -44,7 +44,7 @@ class QmlFileWizard;
namespace Internal {
class QmlJSEditorFactory;
class QmlCodeCompletion;
class CodeCompletion;
class QmlJSTextEditor;
class QmlJSEditorPlugin : public ExtensionSystem::IPlugin
@@ -74,7 +74,7 @@ private:
QmlFileWizard *m_wizard;
QmlJSEditorFactory *m_editor;
TextEditor::TextEditorActionHandler *m_actionHandler;
QmlCodeCompletion *m_completion;
CodeCompletion *m_completion;
};
} // namespace Internal