summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrAboutData.h
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-16 01:58:10 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-16 14:18:03 +0900
commit9b2c6a283082eb866d4e8e824ce1279b5b41bc52 (patch)
treed10f7b9168368e1a3c944b2af235609ff2c55bc5 /kpresenter/KPrAboutData.h
parent778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (diff)
downloadkoffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.tar.gz
koffice-9b2c6a283082eb866d4e8e824ce1279b5b41bc52.zip
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <xchrisx@uber.space> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpresenter/KPrAboutData.h')
-rw-r--r--kpresenter/KPrAboutData.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kpresenter/KPrAboutData.h b/kpresenter/KPrAboutData.h
index f85a74c6..52f302a8 100644
--- a/kpresenter/KPrAboutData.h
+++ b/kpresenter/KPrAboutData.h
@@ -31,8 +31,7 @@ TDEAboutData * newKPresenterAboutData()
{
TDEAboutData * aboutData=new TDEAboutData( "kpresenter", I18N_NOOP("KPresenter"),
version, description, TDEAboutData::License_LGPL,
- I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0,
- "http://www.koffice.org/kpresenter/");
+ I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0 );
aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org");
aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
aboutData->addAuthor("David Faure", 0, "faure@kde.org");