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

@@ -30,7 +30,7 @@
#ifndef QMLJSHOVERHANDLER_H
#define QMLJSHOVERHANDLER_H
#include "qmlmodelmanagerinterface.h"
#include "qmljsmodelmanagerinterface.h"
#include <QtCore/QObject>
@@ -79,7 +79,7 @@ private:
QStringList *baseClasses) const;
private:
QmlModelManagerInterface *m_modelManager;
ModelManagerInterface *m_modelManager;
QHelpEngineCore *m_helpEngine;
QString m_helpId;
QString m_toolTip;