KShisen
Go to the documentation of this file.
25 #include <kapplication.h>
26 #include <kaboutdata.h>
27 #include <kcmdlineargs.h>
31 static const char description[] = I18N_NOOP(
"A KDE game similar to Mahjongg");
33 int main(
int argc,
char **argv)
35 KAboutData aboutData(
"kshisen", 0, ki18n(
"Shisen-Sho"),
37 ki18n(
"(c) 1997, Mario Weilguni"), KLocalizedString(),
"http://games.kde.org/kshisen");
38 aboutData.addAuthor(ki18n(
"Frederik Schwarzer"), ki18n(
"Current Maintainer"),
"schwarzer@kde.org");
39 aboutData.addAuthor(ki18n(
"Dave Corrie"), ki18n(
"Former Maintainer"),
"kde@davecorrie.com");
40 aboutData.addAuthor(ki18n(
"Mario Weilguni"), ki18n(
"Original Author"),
"mweilguni@sime.com");
41 aboutData.addCredit(ki18n(
"Mauricio Piacentini"), ki18n(
"KMahjonggLib integration for KDE4"),
"mauricio@tabuleiro.com");
42 aboutData.addCredit(ki18n(
"Jason Lane"), ki18n(
"Added 'tiles removed' counter<br/>Tile smooth-scaling and window resizing"),
"jglane@btopenworld.com");
43 aboutData.addCredit(ki18n(
"Thanks also to everyone who should be listed here but is not!"));
44 KCmdLineArgs::init(argc, argv, &aboutData);
47 KGlobal::locale()->insertCatalog(
QLatin1String(
"libkdegames"));
48 KGlobal::locale()->insertCatalog(
QLatin1String(
"libkmahjongg"));
int main(int argc, char **argv)
static const char description[]
Class holding the application and its functions.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:36 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.