summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-04 14:23:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-04 14:24:03 +0900
commit547b65ade5c82e44cf4d90eb28247226ad31865c (patch)
treedf7f0578ac80af0841fa906286fa0347270d4d0d
parent9a1148bd22e65162ad2a246209d7a1b8e075bc62 (diff)
downloadkdpkg-547b65ade5c82e44cf4d90eb28247226ad31865c.tar.gz
kdpkg-547b65ade5c82e44cf4d90eb28247226ad31865c.zip
Fixed references to TDE website.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f88641d82cd94ebcc56874a3427bf06ec271644a)
-rw-r--r--kdpkg-install/main.cpp6
-rw-r--r--kdpkg/main.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/kdpkg-install/main.cpp b/kdpkg-install/main.cpp
index 775c0bd..d8075f4 100644
--- a/kdpkg-install/main.cpp
+++ b/kdpkg-install/main.cpp
@@ -48,11 +48,11 @@ int main(int argc, char **argv)
about->setProgramLogo( TQImage( PREFIX "/share/icons/hicolor/32x32/apps/kdpkg.png") );
about->setShortDescription( I18N_NOOP("Frontend for dpkg.") );
about->setLicense(TDEAboutData::License_GPL_V2);
- about->setHomepage("http://trinity.pearsoncomputing.net");
- about->setBugAddress("http://bugs.pearsoncomputing.net");
+ about->setHomepage("http://www.trinitydesktop.org");
+ about->setBugAddress("http://bugs.trinitydesktop.org");
about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");
- about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://trinity.pearsoncomputing.net");
+ about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://www.trinitydesktop.org");
about->addAuthor("Fabian Würtz (xadras)", I18N_NOOP("Developer"), "xadras@sidux.com", "http://linux.wuertz.org/");
TDECmdLineArgs::init(argc, argv, about);
diff --git a/kdpkg/main.cpp b/kdpkg/main.cpp
index 30f2229..e3d54c1 100644
--- a/kdpkg/main.cpp
+++ b/kdpkg/main.cpp
@@ -48,11 +48,11 @@ int main(int argc, char **argv)
about->setProgramLogo( TQImage( PREFIX "/share/icons/hicolor/32x32/apps/kdpkg.png") );
about->setShortDescription( I18N_NOOP("Frontend for dpkg.") );
about->setLicense(TDEAboutData::License_GPL_V2);
- about->setHomepage("http://trinity.pearsoncomputing.net");
- about->setBugAddress("http://bugs.pearsoncomputing.net");
+ about->setHomepage("http://www.trinitydesktop.org");
+ about->setBugAddress("http://bugs.trinitydesktop.org");
about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");
- about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://trinity.pearsoncomputing.net");
+ about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://www.trinitydesktop.org");
about->addAuthor("Fabian Würtz (xadras)", I18N_NOOP("Developer"), "xadras@sidux.com", "http://xadras.wordpress.com/");
TDECmdLineArgs::init(argc, argv, about);