kpresenter

KPrAboutData.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 1998, 1999 Reginald Stadlbauer <reggie@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 KPRESENTER_ABOUTDATA
00021 #define KPRESENTER_ABOUTDATA
00022 
00023 #include <kaboutdata.h>
00024 #include <klocale.h>
00025 #include <kofficeversion.h>
00026 
00027 static const char* description=I18N_NOOP("KOffice Presentation Tool");
00028 static const char* version=KOFFICE_VERSION_STRING;
00029 
00030 KAboutData * newKPresenterAboutData()
00031 {
00032     KAboutData * aboutData=new KAboutData( "kpresenter", I18N_NOOP("KPresenter"),
00033                                            version, description, KAboutData::License_LGPL,
00034                                            I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0,
00035                                            "http://www.koffice.org/kpresenter/");
00036     aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org");
00037     aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
00038     aboutData->addAuthor("David Faure", 0, "faure@kde.org");
00039     aboutData->addAuthor("Toshitaka Fujioka", 0, "fujioka@kde.org");
00040     aboutData->addAuthor("Lukáš Tinkl", 0, "lukas@kde.org");
00041     aboutData->addAuthor("Thorsten Zachmann", 0, "t.zachmann@zagge.de");
00042     aboutData->addAuthor("Ariya Hidayat", 0, "ariya@kde.org");
00043     aboutData->addAuthor("Percy Leonhardt", 0, "percy@eris23.de");
00044     aboutData->addAuthor("Thomas Zander", 0, "");
00045     aboutData->addAuthor("Reginald Stadlbauer",I18N_NOOP("original author"), "reggie@kde.org");
00046     return aboutData;
00047 }
00048 
00049 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys