F:/KPlato/koffice/kplato/kptaboutdata.h

Aller à la documentation de ce fichier.
00001 /* This file is part of the KDE project
00002    Copyright (C) 1998 - 2001 Reginald Stadlbauer <reggie@kde.org>
00003    Copyright (C) 2004 Dag Andersen <danders@get2net.dk>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018  * Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef KPLATO_ABOUTDATA
00022 #define KPLATO_ABOUTDATA
00023 
00024 #include <kaboutdata.h>
00025 #include <klocale.h>
00026 
00027 namespace KPlato
00028 {
00029 
00030 static const char* KPLATO_DESCRIPTION=I18N_NOOP("KPlato - KDE Planning Tool");
00031 static const char* KPLATO_VERSION="0.5.0";
00032 
00033 KAboutData * newAboutData()
00034 {
00035     KAboutData * aboutData=new KAboutData( "kplato", I18N_NOOP("KPlato"),
00036                                            KPLATO_VERSION, KPLATO_DESCRIPTION, KAboutData::License_GPL,
00037                                            I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0,
00038                                            "http://www.koffice.org/kplato/" );
00039     aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :)
00040     aboutData->addAuthor("Bo Thorsen", 0, "bo@sonofthor.dk");
00041     aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk");
00042     aboutData->addAuthor("Raphael Langerhorst",0,"raphael.langerhorst@kdemail.net");
00043     aboutData->addCredit("Nuno Pinheiro and Danny Allen", I18N_NOOP("Application icon for kplato"), "danny@dannyallen.co.uk");
00044     return aboutData;
00045 }
00046 
00047 }  //KPlato namespace
00048 
00049 #endif

Généré le Wed Nov 22 23:40:55 2006 pour KPlato par  doxygen 1.5.1-p1