From 634dbebd29d7d8bcdbce968ec11363df73a598d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= <slavek.banko@axis.cz>
Date: Sun, 1 Jul 2018 16:43:02 +0200
Subject: Update bug reports url to bugs.trinitydesktop.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 buildtools/autotools/README.dox         | 2 +-
 buildtools/custommakefiles/README.dox   | 2 +-
 buildtools/qmake/README.dox             | 2 +-
 buildtools/qmake/trollprojectwidget.cpp | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)

(limited to 'buildtools')

diff --git a/buildtools/autotools/README.dox b/buildtools/autotools/README.dox
index 8e3c6e59..f87ad1fb 100644
--- a/buildtools/autotools/README.dox
+++ b/buildtools/autotools/README.dox
@@ -15,7 +15,7 @@ reconfigure subprojects**.
 \feature Unsupported automake features will be left unchanged
 (hopefully), no major testing has been run yet (at least not by myself).
 
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=autoproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> autoproject component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=autoproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> autoproject component at Bugzilla database</a>
 \bug Lower Automake Manager view does not update it's view when adding a subproject (and targets, etc to the new subproject)
 \bug If removing the Active Target, update the .kdevelop file, too!
 
diff --git a/buildtools/custommakefiles/README.dox b/buildtools/custommakefiles/README.dox
index bd7473ad..f8c65e0b 100644
--- a/buildtools/custommakefiles/README.dox
+++ b/buildtools/custommakefiles/README.dox
@@ -14,7 +14,7 @@ and images.
 ...
 \feature Describe the last feature
 
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=customproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">customproject component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=customproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">customproject component at Bugzilla database</a>
 \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
 ..
 \bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
diff --git a/buildtools/qmake/README.dox b/buildtools/qmake/README.dox
index a4a1fb88..bfd07d3d 100644
--- a/buildtools/qmake/README.dox
+++ b/buildtools/qmake/README.dox
@@ -21,7 +21,7 @@ remove or reconfigure (sub)projects.
 \feature Unsupported qmake features will be left unchanged (hopefully)
  no major testing has been run yet.
 
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=trollproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">trollproject component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=trollproject&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">trollproject component at Bugzilla database</a>
 
 \requirement <a href="http://www.trolltech.com">QMake</a> >= 3.0.3
 
diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp
index 7a70fb1a..8a5fd12b 100644
--- a/buildtools/qmake/trollprojectwidget.cpp
+++ b/buildtools/qmake/trollprojectwidget.cpp
@@ -954,7 +954,7 @@ void TrollProjectWidget::slotRemoveSubproject( QMakeScopeItem *spitem )
         if( !spitem->scope->deleteSubProject( m_shownSubproject->scope->getNum(), delsubdir ) )
         {
             KMessageBox::error(this, i18n("Could not delete subproject.\nThis is an internal error, please write a"
-                                          " bug report to bugs.kde.org and include the output of tdevelop when run"
+                                          " bug report to bugs.trinitydesktop.org and include the output of tdevelop when run"
                                           "from a shell."),i18n("Subproject Deletion failed"));
             return;
         }
@@ -2273,7 +2273,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem )
                 case Scope::FunctionScope:
                     if( !pitem->scope->deleteFunctionScope( spitem->scope->getNum() ) )
                     {
-                        KMessageBox::error(this, i18n("Could not delete Function Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Function Scope Deletion failed"));
+                        KMessageBox::error(this, i18n("Could not delete Function Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Function Scope Deletion failed"));
                         return;
                     }
                     //                     pitem->scopes.remove( spitem );
@@ -2281,7 +2281,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem )
                 case Scope::IncludeScope:
                     if( !pitem->scope->deleteIncludeScope( spitem->scope->getNum() ) )
                     {
-                        KMessageBox::error(this, i18n("Could not delete Include Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Include Scope Deletion failed"));
+                        KMessageBox::error(this, i18n("Could not delete Include Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Include Scope Deletion failed"));
                         return;
                     }
                     //                     pitem->scopes.remove( spitem );
@@ -2293,7 +2293,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem )
                 case Scope::SimpleScope:
                     if( !pitem->scope->deleteSimpleScope( spitem->scope->getNum() ) )
                     {
-                        KMessageBox::error(this, i18n("Could not delete Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Scope Deletion failed"));
+                        KMessageBox::error(this, i18n("Could not delete Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Scope Deletion failed"));
                         return;
                     }
                     //                     pitem->scopes.remove( spitem );
-- 
cgit v1.2.1