Remove old upstream URLs of tdebase.

Signed-off-by: Chris <xchrisx@uber.space>
pull/55/head
Chris 5 years ago committed by TDE Gitea
parent 8d5ef692f0
commit 9dce772296

@ -49,8 +49,7 @@ kthememanager::kthememanager( TQWidget *parent, const char *name )
TDEAboutData *about = new TDEAboutData("kthememanager", I18N_NOOP("TDE Theme Manager"),
"0.4", I18N_NOOP("This control module handles installing, removing and "
"creating visual TDE themes."),
TDEAboutData::License_GPL, "(c) 2003, 2004, 2006 Lukáš Tinkl", 0,
"http://developer.kde.org/~lukas/kthememanager");
TDEAboutData::License_GPL, "(c) 2003, 2004, 2006 Lukáš Tinkl", 0);
setAboutData( about );
setQuickHelp( i18n("This control module handles installing, removing and "

@ -29,8 +29,7 @@ int main(int argc, char **argv) {
TDEAboutData about("knetattach", I18N_NOOP("TDE Network Wizard"), "1.0",
I18N_NOOP("TDE Network Wizard"),
TDEAboutData::License_GPL,
I18N_NOOP("(c) 2004 George Staikos"), 0,
"http://www.kde.org/");
I18N_NOOP("(c) 2004 George Staikos"), 0);
about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org");

@ -66,8 +66,7 @@ int main(int argc, char **argv)
{
TDEAboutData *aboutdata = new TDEAboutData("kpager", "KPager", "1.5",
I18N_NOOP("Desktop Overview"), TDEAboutData::License_GPL,
"(C) 1998-2002, Antonio Larrosa Jimenez","",
"http://developer.kde.org/~larrosa/kpager.html");
"(C) 1998-2002, Antonio Larrosa Jimenez","");
aboutdata->addAuthor("Antonio Larrosa Jimenez",
I18N_NOOP("Original Developer/Maintainer"),"larrosa@kde.org",

@ -45,8 +45,7 @@ int main( int argc, char **argv )
VERSION,
I18N_NOOP("Trinity splash screen"),
TDEAboutData::License_GPL,
I18N_NOOP("(c) 2001 - 2003, Flaming Sword Productions\n (c) 2003 KDE developers"),
"http://www.kde.org");
I18N_NOOP("(c) 2001 - 2003, Flaming Sword Productions\n (c) 2003 KDE developers"));
about.addAuthor( "Ravikiran Rajagopal", I18N_NOOP("Author and maintainer"), "ravi@ee.eng.ohio-state.edu" );
about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "brian@shadowcom.net" );

Loading…
Cancel
Save