2009-01-19 02:08:40 +01:00
|
|
|
--- 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")
|
2008-02-19 14:12:27 +01:00
|
|
|
+#if 0
|
2009-01-19 02:08:40 +01:00
|
|
|
<< KUrl("http://www.mininova.org")
|
|
|
|
<< KUrl("http://thepiratebay.org")
|
|
|
|
<< KUrl("http://www.bitenova.org")
|
|
|
|
- << KUrl("http://btjunkie.org");
|
|
|
|
+ << KUrl("http://btjunkie.org")
|
2008-02-19 14:12:27 +01:00
|
|
|
+#endif
|
2009-01-19 02:08:40 +01:00
|
|
|
+ ;
|
2008-02-19 14:12:27 +01:00
|
|
|
}
|
2008-04-26 11:35:27 +02:00
|
|
|
|
|
|
|
|