aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildprogress.cpp
diff options
context:
space:
mode:
authorTobias Hunger <qt-info@nokia.com>2009-11-11 11:00:54 +0100
committerTobias Hunger <qt-info@nokia.com>2009-11-11 11:00:54 +0100
commit082a76dc6737f4fb69bc263963ab5e7d7e2f7c59 (patch)
tree9bef79dadcc717aeab291fd40a90cb8c945f6abb /src/plugins/projectexplorer/buildprogress.cpp
parentf8aa2c9951be2c393caa17d5e3736dadf3935da9 (diff)
Fix compilation of S60 parsers.
* Incorporate new TaskWindow changes. Reviewed-By: kkoehne
Diffstat (limited to 'src/plugins/projectexplorer/buildprogress.cpp')
-rw-r--r--src/plugins/projectexplorer/buildprogress.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildprogress.cpp b/src/plugins/projectexplorer/buildprogress.cpp
index c3c3525028..c97ce2c87a 100644
--- a/src/plugins/projectexplorer/buildprogress.cpp
+++ b/src/plugins/projectexplorer/buildprogress.cpp
@@ -36,6 +36,7 @@
#include <QtGui/QFont>
#include <QtGui/QPixmap>
+using namespace ProjectExplorer;
using namespace ProjectExplorer::Internal;
BuildProgress::BuildProgress(TaskWindow *taskWindow)