|
a/src/qtgui/main.cpp |
|
b/src/qtgui/main.cpp |
|
... |
|
... |
191 |
}
|
191 |
}
|
192 |
|
192 |
|
193 |
#ifdef WITH_KDE
|
193 |
#ifdef WITH_KDE
|
194 |
KAboutData about("recoll", I18N_NOOP("Recoll"), Rcl::version_string(),
|
194 |
KAboutData about("recoll", I18N_NOOP("Recoll"), Rcl::version_string(),
|
195 |
description,
|
195 |
description,
|
196 |
KAboutData::License_GPL, "(C) 2006 Jean-Francois Dockes", 0, 0, "jean-francois.dockes@wanadoo.fr");
|
196 |
KAboutData::License_GPL, "(C) 2006 Jean-Francois Dockes", 0, 0, "jfd@recoll.org");
|
197 |
about.addAuthor( "Jean-Francois Dockes", 0,
|
197 |
about.addAuthor( "Jean-Francois Dockes", 0,
|
198 |
"jean-francois.dockes@wanadoo.fr" );
|
198 |
"jfd@recoll.org" );
|
199 |
KCmdLineArgs::init(argc, argv, &about);
|
199 |
KCmdLineArgs::init(argc, argv, &about);
|
200 |
KCmdLineArgs::addCmdLineOptions( options );
|
200 |
KCmdLineArgs::addCmdLineOptions( options );
|
201 |
KApplication app;
|
201 |
KApplication app;
|
202 |
#else
|
202 |
#else
|
203 |
QApplication app(argc, argv);
|
203 |
QApplication app(argc, argv);
|