ktorrent/remove-links.diff

18 lines
551 B
Diff

--- plugins/search/searchenginelist.cpp
+++ plugins/search/searchenginelist.cpp
@@ -41,10 +41,13 @@ namespace kt
default_opensearch_urls << KUrl("http://www.torrentz.com") << KUrl("http://isohunt.com");
default_urls << KUrl("http://www.ktorrents.com")
<< KUrl("http://www.bittorrent.com")
+#if 0
<< KUrl("http://www.mininova.org")
<< KUrl("http://thepiratebay.org")
<< KUrl("http://www.bitenova.org")
- << KUrl("http://btjunkie.org");
+ << KUrl("http://btjunkie.org")
+#endif
+ ;
}