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

@@ -44,14 +44,13 @@
#include <QtGui/QToolButton>
#include <QtGui/QPushButton>
/*static*/ const char * const Core::Utils::PathChooser::browseButtonLabel =
/*static*/ const char * const Utils::PathChooser::browseButtonLabel =
#ifdef Q_WS_MAC
QT_TRANSLATE_NOOP("Core::Utils::PathChooser", "Choose...");
QT_TRANSLATE_NOOP("Utils::PathChooser", "Choose...");
#else
QT_TRANSLATE_NOOP("Core::Utils::PathChooser", "Browse...");
QT_TRANSLATE_NOOP("Utils::PathChooser", "Browse...");
#endif
namespace Core {
namespace Utils {
// ------------------ PathValidatingLineEdit
@@ -324,4 +323,3 @@ QString PathChooser::makeDialogTitle(const QString &title)
}
} // namespace Utils
} // namespace Core