Rename namespace Core::Utils into Utils

Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
This commit is contained in:
Friedemann Kleint
2009-10-05 11:06:05 +02:00
parent 406d35acd6
commit 5948e284bb
249 changed files with 619 additions and 773 deletions

View File

@@ -46,7 +46,7 @@
#include <QtGui/QTreeView>
using namespace GenericProjectManager::Internal;
using namespace Core::Utils;
using namespace Utils;
namespace {
@@ -209,7 +209,7 @@ void GenericProjectWizardDialog::initializePage(int id)
Q_UNUSED(id)
#if 0
if (id == m_secondPageId) {
using namespace Core::Utils;
using namespace Utils;
const QString projectPath = m_pathChooser->path();
@@ -221,7 +221,7 @@ void GenericProjectWizardDialog::initializePage(int id)
bool GenericProjectWizardDialog::validateCurrentPage()
{
using namespace Core::Utils;
using namespace Utils;
#if 0
if (currentId() == m_secondPageId) {