summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);