aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/dependenciespanel.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-02-24 16:44:50 +0100
committercon <qtc-committer@nokia.com>2010-02-24 16:44:50 +0100
commit324f64b99faddd98cba5efedba6e1d226fa035e6 (patch)
tree23c51da46a30f16742a503e2234ea08a87202edb /src/plugins/projectexplorer/dependenciespanel.cpp
parent1d2b9bffe7437b98ee0ad3b21c80df1855e94e06 (diff)
parent2acc96c8b80271d1ae4b8cb91db0dfafe8950829 (diff)
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Diffstat (limited to 'src/plugins/projectexplorer/dependenciespanel.cpp')
-rw-r--r--src/plugins/projectexplorer/dependenciespanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/dependenciespanel.cpp b/src/plugins/projectexplorer/dependenciespanel.cpp
index 45f521a5910..fc54e6c4d27 100644
--- a/src/plugins/projectexplorer/dependenciespanel.cpp
+++ b/src/plugins/projectexplorer/dependenciespanel.cpp
@@ -270,7 +270,7 @@ DependenciesPanel::~DependenciesPanel()
QString DependenciesPanel::displayName() const
{
- return QApplication::tr("Dependencies");
+ return QCoreApplication::translate("DependenciesPanel", "Dependencies");
}
QWidget *DependenciesPanel::widget() const
@@ -299,7 +299,7 @@ QString DependenciesPanelFactory::id() const
QString DependenciesPanelFactory::displayName() const
{
- return QApplication::tr("Dependencies");
+ return QCoreApplication::translate("DependenciesPanelFactory", "Dependencies");
}
bool DependenciesPanelFactory::supports(Project *project)