From f7e8acbd09faed40dbcc13a5e4a7956e270bd6dd Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@digia.com>
Date: Thu, 24 Jul 2014 10:47:40 +0200
Subject: [PATCH] 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>
---
 src/plugins/qtsupport/qtsupportconstants.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/qtsupport/qtsupportconstants.h b/src/plugins/qtsupport/qtsupportconstants.h
index 93d9c4fc2c7..77c54b2620e 100644
--- a/src/plugins/qtsupport/qtsupportconstants.h
+++ b/src/plugins/qtsupport/qtsupportconstants.h
@@ -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";
-- 
GitLab