Use KMail::AboutData

svn path=/trunk/kdepim/; revision=204237
wilder-work
Marc Mutz 23 years ago
parent f512f1d511
commit 4b12ffa56a
  1. 12
      kmail_part.cpp
  2. 63
      main.cpp

@ -28,17 +28,16 @@
#include <kapplication.h>
#include <kinstance.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <kiconloader.h>
#include <kaction.h>
#include <kdebug.h>
#include <kparts/genericfactory.h>
#include "aboutdata.h"
#include "kmkernel.h"
#include "kmmainwin.h"
#include "kmailIface.h"
#include "kmail_part.h"
#include "kmversion.h"
#include <kglobal.h>
#include <knotifyclient.h>
#include <dcopclient.h>
@ -141,14 +140,7 @@ KMailPart::~KMailPart()
KAboutData *KMailPart::createAboutData()
{
KAboutData *about = new KAboutData("kmail", I18N_NOOP("KMail"),
KMAIL_VERSION, I18N_NOOP("The KDE Email Client"),
KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2003, The KMail developers"),
0,
"http://kmail.kde.org");
about->addAuthor("The KMail Team",I18N_NOOP("Original author and maintainer"));
return about;
return new KMail::AboutData();
}
bool KMailPart::openFile()

@ -14,9 +14,8 @@
#undef Status // stupid X headers
#include "kmailIface.h" // to call control center of master kmail
#include <kaboutdata.h>
#include "aboutdata.h"
#include "kmversion.h"
#include "kmstartup.h"
// OLD about text. This is horrbly outdated.
@ -149,65 +148,7 @@ int main(int argc, char *argv[])
// a debugger. In gdb you can do this by typing "set args --nofork" before
// typing "run".
KAboutData about("kmail", I18N_NOOP("KMail"),
KMAIL_VERSION,
I18N_NOOP("The KDE Email client."),
KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2003, The KMail developers"),
0,
"http://kmail.kde.org");
about.addAuthor( "Ingo Kl\303\266cker", I18N_NOOP("Maintainer"), "kloecker@kde.de" );
about.addAuthor( "Don Sanders", I18N_NOOP("Adopter and co-maintainer"), "sanders@kde.org" );
about.addAuthor( "Stefan Taferner ", I18N_NOOP("Original author"), "taferner@kde.org" );
about.addAuthor( "Michael H\303\244ckel", I18N_NOOP("Former maintainer"), "haeckel@kde.org" );
about.addAuthor( "Carsten Burghardt", I18N_NOOP("Core developer"), "carsten.burghardt@web.de" );
about.addAuthor( "Marc Mutz", I18N_NOOP("Core developer"), "mutz@kde.org" );
about.addAuthor( "Daniel Naber", I18N_NOOP("Documentation"), "daniel.naber@t-online.de" );
about.addAuthor( "Zack Rusin", I18N_NOOP("Core developer"), "zack@kde.org" );
about.addAuthor( "Toyohiro Asukai", 0, "toyohiro@ksmplus.com" );
about.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" );
about.addAuthor( "Steven Brown", 0, "swbrown@ucsd.edu" );
about.addAuthor( "Matthias Kalle Dalheimer", 0, "kalle@kde.org" );
about.addAuthor( "Cristi Dumitrescu", 0, "cristid@chip.ro" );
about.addAuthor( "Philippe Fremy", 0, "pfremy@chez.com" );
about.addAuthor( "Kurt Granroth", 0, "granroth@kde.org" );
about.addAuthor( "Andreas Gungl", I18N_NOOP("PGP 6 support and further enhancements of the encryption support"), "a.gungl@gmx.de" );
about.addAuthor( "Heiko Hund", 0, "heiko@ist.eigentlich.net" );
about.addAuthor( "Igor Janssen", 0, "rm@linux.ru.net" );
about.addAuthor( "Matt Johnston", 0, "matt@caifex.org" );
about.addAuthor( "Christer Kaivo-oja", 0, "whizkid@telia.com" );
about.addAuthor( "Lars Knoll", I18N_NOOP("Original encryption support\nPGP 2 and PGP 5 support"), "knoll@kde.org" );
about.addAuthor( "J. Nick Koston", I18N_NOOP("GnuPG support"), "bdraco@darkorb.net" );
about.addAuthor( "Stephan Kulow", 0, "coolo@kde.org" );
about.addAuthor( "Guillaume Laurent", 0, "glaurent@telegraph-road.org" );
about.addAuthor( "Sam Magnuson", 0, "sam@trolltech.com" );
about.addAuthor( "Laurent Montel", 0, "lmontel@mandrakesoft.com" );
about.addAuthor( "Matt Newell", 0, "newellm@proaxis.com" );
about.addAuthor( "Denis Perchine", 0, "dyp@perchine.com" );
about.addAuthor( "Samuel Penn", 0, "sam@bifrost.demon.co.uk" );
about.addAuthor( "Carsten Pfeiffer", 0, "pfeiffer@kde.org" );
about.addAuthor( "Sven Radej", 0, "radej@kde.org" );
about.addAuthor( "Mark Roberts", 0, "mark@taurine.demon.co.uk" );
about.addAuthor( "Wolfgang Rohdewald", 0, "wrohdewald@dplanet.ch" );
about.addAuthor( "Espen Sand", 0, "espen@kde.org" );
about.addAuthor( "Aaron J. Seigo", 0, "aseigo@olympusproject.org" );
about.addAuthor( "George Staikos", 0, "staikos@kde.org" );
about.addAuthor( "Jason Stephenson", 0, "panda@mis.net" );
about.addAuthor( "Jacek Stolarczyk", 0, "jacek@mer.chemia.polsl.gliwice.pl" );
about.addAuthor( "Roberto S. Teixeira", 0, "maragato@kde.org" );
about.addAuthor( "Ronen Tzur", 0, "rtzur@shani.net" );
about.addAuthor( "Mario Weilguni", 0, "mweilguni@sime.com" );
about.addAuthor( "Wynn Wilkes", 0, "wynnw@calderasystems.com" );
about.addAuthor( "Robert D. Williams", 0, "rwilliams@kde.org" );
about.addAuthor( "Markus Wuebben", 0, "markus.wuebben@kde.org" );
about.addAuthor( "Karl-Heinz Zimmer", 0, "khz@kde.org" );
about.addCredit( "Bernhard Reiter", 0, "bernhard@intevation.de" );
about.addCredit( "Jan Simonson", I18N_NOOP("beta testing of PGP 6 support"), "jan@simonson.pp.se" );
about.addCredit( "Jan-Oliver Wagner", 0, "jan@intevation.de" );
about.addCredit( "Wolfgang Westphal", I18N_NOOP("multiple encryption keys per address"), "wolfgang.westphal@gmx.de" );
about.addCredit( "Thorsten Zachmann", I18N_NOOP("POP filters"), "t.zachmann@zagge.de" );
KMail::AboutData about;
KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions( kmoptions ); // Add kmail options

Loading…
Cancel
Save