aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/locator/locatorwidget.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-29 01:31:08 +0100
committerhjk <qthjk@ovi.com>2012-12-29 19:04:30 +0100
commite833b794b3ebdba075f6fb533a3343f05fbce0fc (patch)
tree487aa3f6b3235165835b8537d8e39478bf167a17 /src/plugins/locator/locatorwidget.cpp
parent82f9de4af05d0663a6c9d84a2e0586e76583f576 (diff)
Use Core::Id in ICore::showOptionsDialog
Change-Id: I3865fde2347d687a7dee76dd5ca62db69cc4dd04 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/locator/locatorwidget.cpp')
-rw-r--r--src/plugins/locator/locatorwidget.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/locator/locatorwidget.cpp b/src/plugins/locator/locatorwidget.cpp
index dc03c2a517..83d0192a12 100644
--- a/src/plugins/locator/locatorwidget.cpp
+++ b/src/plugins/locator/locatorwidget.cpp
@@ -73,6 +73,8 @@
Q_DECLARE_METATYPE(Locator::ILocatorFilter*)
Q_DECLARE_METATYPE(Locator::FilterEntry)
+using namespace Core;
+
namespace Locator {
namespace Internal {
@@ -622,6 +624,5 @@ void LocatorWidget::showEvent(QShowEvent *event)
void LocatorWidget::showConfigureDialog()
{
- Core::ICore::showOptionsDialog(QLatin1String(Core::Constants::SETTINGS_CATEGORY_CORE),
- QLatin1String(Constants::FILTER_OPTIONS_PAGE));
+ ICore::showOptionsDialog(Core::Constants::SETTINGS_CATEGORY_CORE, Constants::FILTER_OPTIONS_PAGE);
}