Renamed the DUI editor to QML editor.

This commit is contained in:
Erik Verbruggen
2009-09-30 17:43:21 +02:00
parent df13733b44
commit fcf19f1a1b
76 changed files with 418 additions and 418 deletions

View File

@@ -41,8 +41,8 @@
#include <QtCore/QDir>
namespace DuiEditor {
class DuiModelManagerInterface;
namespace QmlEditor {
class QmlModelManagerInterface;
}
namespace QmlProjectManager {
@@ -108,7 +108,7 @@ private:
QString m_filesFileName;
QmlProjectFile *m_file;
QString m_projectName;
DuiEditor::DuiModelManagerInterface *m_modelManager;
QmlEditor::QmlModelManagerInterface *m_modelManager;
QStringList m_files;