Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-06-25 18:35:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:57 +0300
commitca8da143268d35da20829345ce9894d5ee068f5e (patch)
treec89d87a854e3f8ab0a14e0c8411ec7bdd62398e9 /qt/search_panel.cpp
parentf54f8e81b867b43d86048554659799492d43fce6 (diff)
Move settings.* from map to platform.
Diffstat (limited to 'qt/search_panel.cpp')
-rw-r--r--qt/search_panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/search_panel.cpp b/qt/search_panel.cpp
index cf1f2e3544..773098d8e2 100644
--- a/qt/search_panel.cpp
+++ b/qt/search_panel.cpp
@@ -1,7 +1,7 @@
#include "search_panel.hpp"
#include "draw_widget.hpp"
-#include "../map/settings.hpp"
+#include "../platform/settings.hpp"
#include "../std/bind.hpp"