|
a/src/qtgui/main.cpp |
|
b/src/qtgui/main.cpp |
|
... |
|
... |
49 |
#include "recoll.h"
|
49 |
#include "recoll.h"
|
50 |
#include "smallut.h"
|
50 |
#include "smallut.h"
|
51 |
#include "rclinit.h"
|
51 |
#include "rclinit.h"
|
52 |
#include "debuglog.h"
|
52 |
#include "debuglog.h"
|
53 |
#ifdef WITH_KDE
|
53 |
#ifdef WITH_KDE
|
54 |
#include "rclversion.h"
|
|
|
55 |
#endif
|
54 |
#endif
|
56 |
#include "rclmain_w.h"
|
55 |
#include "rclmain_w.h"
|
57 |
#include "ssearch_w.h"
|
56 |
#include "ssearch_w.h"
|
58 |
#include "guiutils.h"
|
57 |
#include "guiutils.h"
|
59 |
#ifdef RCL_USE_ASPELL
|
58 |
#ifdef RCL_USE_ASPELL
|
|
... |
|
... |
190 |
exit(recollq(&rclconfig, argc, argv));
|
189 |
exit(recollq(&rclconfig, argc, argv));
|
191 |
}
|
190 |
}
|
192 |
}
|
191 |
}
|
193 |
|
192 |
|
194 |
#ifdef WITH_KDE
|
193 |
#ifdef WITH_KDE
|
195 |
KAboutData about("recoll", I18N_NOOP("Recoll"), rclversion, description,
|
194 |
KAboutData about("recoll", I18N_NOOP("Recoll"), Rcl::version_string(),
|
|
|
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, "jean-francois.dockes@wanadoo.fr");
|
197 |
about.addAuthor( "Jean-Francois Dockes", 0,
|
197 |
about.addAuthor( "Jean-Francois Dockes", 0,
|
198 |
"jean-francois.dockes@wanadoo.fr" );
|
198 |
"jean-francois.dockes@wanadoo.fr" );
|
199 |
KCmdLineArgs::init(argc, argv, &about);
|
199 |
KCmdLineArgs::init(argc, argv, &about);
|
200 |
KCmdLineArgs::addCmdLineOptions( options );
|
200 |
KCmdLineArgs::addCmdLineOptions( options );
|