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:23:30 +0900
commitf88641d82cd94ebcc56874a3427bf06ec271644a (patch)
tree318d6daa4e9c2e18fd167b3b4d64cbdd61a0c3b9
parent94871ae1ed274523757c8fd2e6b03c2b01aa29ae (diff)
downloadkdpkg-f88641d8.tar.gz
kdpkg-f88641d8.zip
Fixed references to TDE website.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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);