QtSupport: Replace Qt4ProjectManager translation context

Change the single occurrence of Qt4ProjectManager we have left in
our codebase as a context for translations to QtSupport.

Change-Id: Ia3fe49760b1bbb48ebf4f505b223164d7fd5b0f9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2014-07-24 10:47:40 +02:00
parent f3eda62ce6
commit f7e8acbd09

View File

@@ -35,7 +35,7 @@ namespace Constants {
// Qt4 settings pages
const char QTVERSION_SETTINGS_PAGE_ID[] = "H.Qt Versions";
const char QTVERSION_SETTINGS_PAGE_NAME[] = QT_TRANSLATE_NOOP("Qt4ProjectManager", "Qt Versions");
const char QTVERSION_SETTINGS_PAGE_NAME[] = QT_TRANSLATE_NOOP("QtSupport", "Qt Versions");
// QtVersions
const char DESKTOPQT[] = "Qt4ProjectManager.QtVersion.Desktop";