summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_aboutdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_aboutdata.h')
-rw-r--r--kspread/kspread_aboutdata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kspread/kspread_aboutdata.h b/kspread/kspread_aboutdata.h
index 618fc132..338fd841 100644
--- a/kspread/kspread_aboutdata.h
+++ b/kspread/kspread_aboutdata.h
@@ -36,8 +36,7 @@ TDEAboutData * newAboutData()
{
TDEAboutData * aboutData = new TDEAboutData( "kspread", I18N_NOOP("KSpread"),
version, description, TDEAboutData::License_LGPL,
- I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0,
- "http://www.koffice.org/kspread/");
+ I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0 );
aboutData->addAuthor("Torben Weis", 0, "[email protected]");
aboutData->addAuthor("Laurent Montel", 0, "[email protected]");
aboutData->addAuthor("John Dailey", 0, "[email protected]");