blogilo
Go to the documentation of this file.
26 #include <kuniqueapplication.h>
31 #include <kaboutdata.h>
32 #include <kcmdlineargs.h>
34 I18N_NOOP(
"A KDE Blogging Client" );
36 int main(
int argc,
char *argv[] )
39 KAboutData::License_GPL_V2, ki18n(
"Copyright © 2008–2013 Blogilo authors" ),
40 KLocalizedString(),
"http://blogilo.gnufolks.org" );
41 about.addAuthor( ki18n(
"Mehrdad Momeny" ), ki18n(
"Core Developer" ),
"mehrdad.momeny@gmail.com" );
42 about.addAuthor( ki18n(
"Golnaz Nilieh" ), ki18n(
"Core Developer" ),
"g382nilieh@gmail.com" );
43 about.addAuthor( ki18n(
"Laurent Montel" ), ki18n(
"Core Developer" ),
"montel@kde.org" );
44 about.addCredit( ki18n(
"Roozbeh Shafiee" ), ki18n(
"Icon designer" ),
"roozbeh@roozbehonline.com");
45 about.addCredit( ki18n(
"Sajjad Baroodkoo" ), ki18n(
"Icon designer" ),
"sajjad@graphit.ir");
47 about.setTranslator( ki18nc(
"NAME OF TRANSLATORS",
"Your names"),
48 ki18nc(
"EMAIL OF TRANSLATORS",
"Your emails"));
49 KCmdLineArgs::init( argc, argv, &about );
52 KUniqueApplication app;
54 KGlobal::locale()->insertCatalog(QLatin1String(
"libkblog"));
55 KGlobal::locale()->insertCatalog(QLatin1String(
"libkxmlrpcclient"));
56 KGlobal::locale()->insertCatalog(QLatin1String(
"libcomposereditorng"));
57 KGlobal::locale()->insertCatalog(QLatin1String(
"libpimcommon"));
static const char APPNAME[]
static const char VERSION[]
Constants.
static const char description[]
int main(int argc, char *argv[])
Main window of blogilo...
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.