diff options
author | Chris <[email protected]> | 2019-07-27 15:09:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-28 02:48:47 +0200 |
commit | a88cf82d94b0c5b9be4d1bd7606a072d76774bc9 (patch) | |
tree | d00d27387fb7235d4e739b770ece2dbfea2bb21b | |
parent | e9dfeb2e54189780fde7a93c4e29c5100ca67027 (diff) | |
download | tdebase-a88cf82d94b0c5b9be4d1bd7606a072d76774bc9.tar.gz tdebase-a88cf82d94b0c5b9be4d1bd7606a072d76774bc9.zip |
Remove old upstream URLs of tdebase.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 9dce7722962d0afc07e43ad61ef9db82ace194f1)
-rw-r--r-- | kcontrol/kthememanager/kthememanager.cpp | 3 | ||||
-rw-r--r-- | knetattach/main.cpp | 3 | ||||
-rw-r--r-- | kpager/main.cpp | 3 | ||||
-rw-r--r-- | 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"), "[email protected]"); 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"),"[email protected]", 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"), "[email protected]" ); about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "[email protected]" ); |