From 9dce7722962d0afc07e43ad61ef9db82ace194f1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Jul 2019 15:09:19 +0200 Subject: [PATCH] Remove old upstream URLs of tdebase. Signed-off-by: Chris --- kcontrol/kthememanager/kthememanager.cpp | 3 +-- knetattach/main.cpp | 3 +-- kpager/main.cpp | 3 +-- ksplashml/main.cpp | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/kcontrol/kthememanager/kthememanager.cpp b/kcontrol/kthememanager/kthememanager.cpp index 969e377ce..6afd487ed 100644 --- a/kcontrol/kthememanager/kthememanager.cpp +++ b/kcontrol/kthememanager/kthememanager.cpp @@ -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 " diff --git a/knetattach/main.cpp b/knetattach/main.cpp index b2cb63d08..35b58677b 100644 --- a/knetattach/main.cpp +++ b/knetattach/main.cpp @@ -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"); diff --git a/kpager/main.cpp b/kpager/main.cpp index 4a6ab2bcd..20c8e268d 100644 --- a/kpager/main.cpp +++ b/kpager/main.cpp @@ -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", diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index b36c6a2bd..52391d819 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -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" );