23
23
#include <kaboutdata.h>
24
24
#include <klocale.h>
26
27
static const char* description=I18N_NOOP("KOffice Presentation Tool");
27
static const char* version="1.1.1";
28
static const char* version=VERSION;
29
30
KAboutData * newKPresenterAboutData()
31
32
KAboutData * aboutData=new KAboutData( "kpresenter", I18N_NOOP("KPresenter"),
32
version, description, KAboutData::License_GPL,
33
I18N_NOOP("(c) 1998-2001, The KPresenter Team"), 0,
33
version, description, KAboutData::License_LGPL,
34
I18N_NOOP("(c) 1998-2003, The KPresenter Team"), 0,
34
35
"http://www.koffice.org/kpresenter/");
35
36
aboutData->addAuthor("Reginald Stadlbauer",I18N_NOOP("original author"), "reggie@kde.org");
36
aboutData->addAuthor("Werner Trobin", I18N_NOOP("current maintainer"), "trobin@kde.org");
37
aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org");
38
aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
37
39
aboutData->addAuthor("David Faure", 0, "dfaure@kde.org");
38
40
aboutData->addAuthor("Toshitaka Fujioka", 0, "fujioka@kde.org");
39
41
aboutData->addAuthor("Lukáš Tinkl", 0, "lukas@kde.org");
42
aboutData->addAuthor("Thorsten Zachmann", 0, "t.zachmann@zagge.de");
43
aboutData->addAuthor("Ariya Hidayat", 0, "ariya@kde.org");
44
aboutData->addAuthor("Percy Leonhardt", 0, "percy@eris23.de");