//about.addCredit(I18N_NOOP("French trains between Paris and Rouen"), I18N_NOOP("Often late, so I have time to improve KSystemLog ;-)" ), "info@sncf.fr" );
//about.addCredit(I18N_NOOP("French trains between Paris and Rouen"), I18N_NOOP("Often late, so I have time to improve KSystemLog ;-)" ), "info@sncf.fr" );
KCmdLineArgs::init(argc,argv,&about);
TDECmdLineArgs::init(argc,argv,&about);
KCmdLineArgs::addCmdLineOptions(options);
TDECmdLineArgs::addCmdLineOptions(options);
KApplicationapp;
KApplicationapp;
//Register ourselves as a DCOP client
//Register ourselves as a DCOP client
@ -67,7 +67,7 @@ int main(int argc, char **argv) {