korgac
Go to the documentation of this file.
   26 #include "kdepim-version.h" 
   29 #include <KCmdLineArgs> 
   30 #include <KUniqueApplication> 
   34 #ifdef SERIALIZER_PLUGIN_STATIC 
   37 Q_IMPORT_PLUGIN(akonadi_serializer_kcalcore)
 
   40 class ReminderDaemonApp : 
public KUniqueApplication
 
   43     ReminderDaemonApp() : mClient( 0 )
 
   46       setQuitOnLastWindowClosed( 
false );
 
   67 int main( 
int argc, 
char **argv )
 
   69   KAboutData aboutData( 
"korgac", 
QByteArray(), ki18n( 
"KOrganizer Reminder Daemon" ),
 
   70                         korgacVersion, ki18n( 
"KOrganizer Reminder Daemon" ),
 
   71                         KAboutData::License_GPL,
 
   72                         ki18n( 
"(c) 2003 Cornelius Schumacher" ),
 
   73                         KLocalizedString(), 
"http://pim.kde.org" );
 
   74   aboutData.addAuthor( ki18n( 
"Cornelius Schumacher" ), ki18n( 
"Former Maintainer" ),
 
   75                        "schumacher@kde.org" );
 
   76   aboutData.addAuthor( ki18n( 
"Reinhold Kainhofer" ), ki18n ( 
"Former Maintainer" ),
 
   77                        "kainhofer@kde.org" );
 
   78   aboutData.addAuthor( ki18n( 
"Allen Winter" ),ki18n( 
"Janitorial Staff" ),
 
   81   KCmdLineArgs::init( argc, argv, &aboutData );
 
   83   KCmdLineOptions options;
 
   84   KCmdLineArgs::addCmdLineOptions( options );
 
   85   KUniqueApplication::addCmdLineOptions();
 
   87   if ( !ReminderDaemonApp::start() ) {
 
   91   ReminderDaemonApp app;
 
   92   app.disableSessionManagement();
 
int main(int argc, char **argv)
static const char korgacVersion[]
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:25 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.