summaryrefslogtreecommitdiffstats
path: root/tdeui/kbugreport.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-07-26 21:57:50 +0900
committerMichele Calgaro <[email protected]>2018-07-26 21:57:50 +0900
commitdcb480334c2e8a53fd5ca421b6bd686ea594d4ac (patch)
treeceec30a117e991afff71c32d68a6e1eea1b7090d /tdeui/kbugreport.cpp
parent398bc87ef9d0ca9264b2d8bce7b8c2e3f134f49c (diff)
downloadtdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.tar.gz
tdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.zip
Revert "Fix bug reports link in about dialog"
This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
Diffstat (limited to 'tdeui/kbugreport.cpp')
-rw-r--r--tdeui/kbugreport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp
index 44243715d..7a2862cbf 100644
--- a/tdeui/kbugreport.cpp
+++ b/tdeui/kbugreport.cpp
@@ -88,7 +88,7 @@ KBugReport::KBugReport( TQWidget * parentw, bool modal, const TDEAboutData *abou
TQWidget * parent = plainPage();
d->submitBugButton = 0;
- //if ( m_aboutData->bugAddress() == TQString::fromLatin1("[email protected]") )
+ //if ( m_aboutData->bugAddress() == TQString::fromLatin1("[email protected]") )
//{
// // This is a core KDE application -> redirect to the web form
// Always redirect to the Web form for Trinity
@@ -284,7 +284,7 @@ KBugReport::~KBugReport()
void KBugReport::updateURL()
{
- KURL url ( "http://bugs.trinitydesktop.org/enter_bug.cgi" );
+ KURL url ( "http://bugs.pearsoncomputing.net/enter_bug.cgi" );
url.addQueryItem( "product", "TDE" );
url.addQueryItem( "op_sys", d->os );
url.addQueryItem( "cf_kde_compiler", KDE_COMPILER_VERSION );
@@ -419,7 +419,7 @@ void KBugReport::slotOk( void )
{
TQString msg = i18n("Unable to send the bug report.\n"
"Please submit a bug report manually...\n"
- "See http://bugs.trinitydesktop.org/ for instructions.");
+ "See http://bugs.pearsoncomputing.net/ for instructions.");
KMessageBox::error(this, msg + "\n\n" + d->lastError);
return;
}
@@ -487,7 +487,7 @@ bool KBugReport::sendBugReport()
{
TQString recipient ( m_aboutData ?
m_aboutData->bugAddress() :
- TQString::fromLatin1("[email protected]") );
+ TQString::fromLatin1("[email protected]") );
TQString command;
command = locate("exe", "tdesendbugmail");