korganizer
Go to the documentation of this file.
31 int main(
int argc,
char **argv )
35 KCmdLineArgs::init( argc, argv, &aboutData );
37 KUniqueApplication::addCmdLineOptions();
39 KUniqueApplication::StartFlags flags;
41 if ( !KOrganizerApp::start(flags) ) {
47 KGlobal::locale()->insertCatalog( QLatin1String(
"libkcalutils") );
48 KGlobal::locale()->insertCatalog( QLatin1String(
"calendarsupport") );
49 KGlobal::locale()->insertCatalog( QLatin1String(
"libkdepim") );
50 KGlobal::locale()->insertCatalog( QLatin1String(
"kdgantt2") );
51 KGlobal::locale()->insertCatalog( QLatin1String(
"libakonadi") );
52 KGlobal::locale()->insertCatalog( QLatin1String(
"libincidenceeditors") );
53 KGlobal::locale()->insertCatalog( QLatin1String(
"libkpimutils") );
54 KGlobal::locale()->insertCatalog( QLatin1String(
"libpimcommon") );
56 if ( app.isSessionRestored() ) {
static KCmdLineOptions korganizer_options()
int main(int argc, char **argv)
This is the main class for KOrganizer.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.