diff options
author | Michele Calgaro <[email protected]> | 2018-07-26 22:01:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-07-26 22:01:52 +0900 |
commit | 74686afc04d02cc0a9abe245eb9c47113a9c238f (patch) | |
tree | 34876f4bbfb067e6b2439f63c6174d0c07bd5605 /tdeio/tests | |
parent | 02639199e2eec94a1d2741f6ba9823267cb39a62 (diff) | |
download | tdelibs-74686afc04d02cc0a9abe245eb9c47113a9c238f.tar.gz tdelibs-74686afc04d02cc0a9abe245eb9c47113a9c238f.zip |
Revert "Revert "Fix bug reports link in about dialog""
The reversion was done by mistake and inadvertently. Sorry for the
mess :-(
This reverts commit dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.
Diffstat (limited to 'tdeio/tests')
-rw-r--r-- | tdeio/tests/kprotocolinfotest.cpp | 2 | ||||
-rw-r--r-- | tdeio/tests/kurifiltertest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/kprotocolinfotest.cpp b/tdeio/tests/kprotocolinfotest.cpp index d951f3696..8285396b8 100644 --- a/tdeio/tests/kprotocolinfotest.cpp +++ b/tdeio/tests/kprotocolinfotest.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) { assert( TDEGlobalSettings::showFilePreview( "audiocd:/" ) == false ); TQString proxy; - TQString protocol = KProtocolManager::slaveProtocol( "http://bugs.kde.org", proxy ); + TQString protocol = KProtocolManager::slaveProtocol( "http://bugs.trinitydesktop.org", proxy ); assert( protocol == "http" ); TQStringList capabilities = KProtocolInfo::capabilities( "imap" ); diff --git a/tdeio/tests/kurifiltertest.cpp b/tdeio/tests/kurifiltertest.cpp index d9f6cdf87..9de62e134 100644 --- a/tdeio/tests/kurifiltertest.cpp +++ b/tdeio/tests/kurifiltertest.cpp @@ -343,7 +343,7 @@ int main(int argc, char **argv) TQCString sc; filter( sc.sprintf("gg%cfoo bar",delimiter), "http://www.google.com/search?q=foo+bar&ie=UTF-8&oe=UTF-8", KURIFilterData::NET_PROTOCOL ); - filter( sc.sprintf("bug%c55798", delimiter), "http://bugs.pearsoncomputing.net/show_bug.cgi?id=55798", KURIFilterData::NET_PROTOCOL ); + filter( sc.sprintf("bug%c55798", delimiter), "http://bugs.trinitydesktop.org/show_bug.cgi?id=55798", KURIFilterData::NET_PROTOCOL ); filter( sc.sprintf("gg%cC++", delimiter), "http://www.google.com/search?q=C%2B%2B&ie=UTF-8&oe=UTF-8", KURIFilterData::NET_PROTOCOL ); filter( sc.sprintf("ya%cfoo bar was here", delimiter), 0, -1 ); // this triggers default search, i.e. google |