kchart

kchart_aboutdata.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 1999 Matthias Kalle Dalheimer <kalle@kde.org>
00003 
00004    This library is free software; you can redistribute it and/or
00005    modify it under the terms of the GNU Library General Public
00006    License as published by the Free Software Foundation; either
00007    version 2 of the License, or (at your option) any later version.
00008 
00009    This library is distributed in the hope that it will be useful,
00010    but WITHOUT ANY WARRANTY; without even the implied warranty of
00011    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012    Library General Public License for more details.
00013 
00014    You should have received a copy of the GNU Library General Public License
00015    along with this library; see the file COPYING.LIB.  If not, write to
00016    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017  * Boston, MA 02110-1301, USA.
00018 */
00019 
00020 #ifndef KCHART_ABOUTDATA
00021 #define KCHART_ABOUTDATA
00022 
00023 #include <kaboutdata.h>
00024 #include <klocale.h>
00025 #include <config.h>
00026 
00027 namespace KChart
00028 {
00029 
00030 static const char* description=I18N_NOOP("KOffice Chart Generator");
00031 static const char* version=VERSION;
00032 
00033 
00034 KAboutData * newKChartAboutData()
00035 {
00036     KAboutData * aboutData= new KAboutData("kchart", I18N_NOOP("KChart"),
00037                                            version, description, KAboutData::License_GPL,
00038                                            I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB"),
00039                                            I18N_NOOP("The drawing engine which forms the base of KChart\nis also available as a commercial product\nfrom Klarälvdalens Datakonsult AB.\nContact info@klaralvdalens-datakonsult.se\nfor more information."),
00040                        "http://www.koffice.org/kchart/");
00041     aboutData->addAuthor("Kalle Dalheimer", 0, "kalle@kde.org");
00042     aboutData->addAuthor("Laurent Montel", 0, "lmontel@mandrakesoft.com");
00043     aboutData->addAuthor("Karl-Heinz Zimmer", 0, "khz@kde.org");
00044     aboutData->addAuthor("Inge Wallin", 0, "inge@lysator.liu.se");
00045     aboutData->addCredit("Danny Allen", I18N_NOOP("Created chart preview images, toolbar icons"), "danny@dannyallen.co.uk");
00046     return aboutData;
00047 }
00048 
00049 }  //namespace KChart
00050 
00051 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys