aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfilter.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-10-16 11:30:46 +0200
committercon <qtc-committer@nokia.com>2009-10-16 11:30:46 +0200
commit17d9bd6b0ad3debbd70f3a8bc2a94db064ec3838 (patch)
treeba49088519700b17926fb081514e90a3d3fdca74 /src/plugins/projectexplorer/currentprojectfilter.cpp
parent89d75814dd4b827f784b9177248843dbf8366036 (diff)
Rename QuickOpen namespace.
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfilter.cpp')
-rw-r--r--src/plugins/projectexplorer/currentprojectfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfilter.cpp b/src/plugins/projectexplorer/currentprojectfilter.cpp
index 71a6a5c2ab..c43eba56e0 100644
--- a/src/plugins/projectexplorer/currentprojectfilter.cpp
+++ b/src/plugins/projectexplorer/currentprojectfilter.cpp
@@ -38,7 +38,7 @@
#include <QtCore/QVariant>
using namespace Core;
-using namespace QuickOpen;
+using namespace Locator;
using namespace ProjectExplorer;
using namespace ProjectExplorer::Internal;