summaryrefslogtreecommitdiff
path: root/libre/qupzilla/searchenginesmanager.cpp.sed
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-19 00:52:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-19 00:52:59 -0300
commitafe3f8f4b39a6684cf11147c46be3b728177b7cf (patch)
tree161a5b2126c9e75be2c91513ee469d7296f31bc6 /libre/qupzilla/searchenginesmanager.cpp.sed
parentfcd0ea33ec8aec751572716c17a2eec4dabdb2fb (diff)
qupzilla-2.0.1-2.parabola1: updating version
Diffstat (limited to 'libre/qupzilla/searchenginesmanager.cpp.sed')
-rw-r--r--libre/qupzilla/searchenginesmanager.cpp.sed8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/qupzilla/searchenginesmanager.cpp.sed b/libre/qupzilla/searchenginesmanager.cpp.sed
index 76011d058..e52540797 100644
--- a/libre/qupzilla/searchenginesmanager.cpp.sed
+++ b/libre/qupzilla/searchenginesmanager.cpp.sed
@@ -4,15 +4,15 @@ s|DuckDuckGo|DuckDuckGo HTML|
\|Engine google;|d
\|google[.]name = "Google";|d
\|google[.]icon = QIcon(":icons/sites/google[.]png");|d
-\|google[.]url = "http://www[.]google[.]com/search?client=qupzilla[&]q=%s";|d
+\|google[.]url = "https://www[.]google[.]com/search?client=qupzilla[&]q=%s";|d
\|google[.]shortcut = "g";|d
-\|google[.]suggestionsUrl = "http://suggestqueries[.]google[.]com/complete/search?output=firefox[&]q=%s";|d
+\|google[.]suggestionsUrl = "https://suggestqueries[.]google[.]com/complete/search?output=firefox[&]q=%s";|d
\|Engine yt;|d
\|yt[.]name = "YouTube";|d
\|yt[.]icon = QIcon(":/icons/sites/youtube.png");|d
-\|yt[.]url = "http://www[.]youtube[.]com/results?search_query=%s[&]search=Search";|d
+\|yt[.]url = "https://www[.]youtube[.]com/results?search_query=%s[&]search=Search";|d
\|yt[.]shortcut = "yt";|d
-\|yt[.]suggestionsUrl = "http://suggestqueries[.]google[.]com/complete/search?ds=yt[&]output=firefox[&]q=%s";|d
+\|yt[.]suggestionsUrl = "https://suggestqueries[.]google[.]com/complete/search?ds=yt[&]output=firefox[&]q=%s";|d
\|https://duckduckgo[.]com/?q=%s[&]t=qupzilla| s|duckduckgo[.]com|duckduckgo.com/html|
\|addEngine(google);|d
\|addEngine(yt);|d