|
|
@ -7,7 +7,7 @@
|
|
|
|
#include "klamavconfig.h"
|
|
|
|
#include "klamavconfig.h"
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
#include <tdeaboutdata.h>
|
|
|
|
#include <tdecmdlineargs.h>
|
|
|
|
#include <tdecmdlineargs.h>
|
|
|
|
#include <kuniqueapplication.h>
|
|
|
|
#include <tdeuniqueapplication.h>
|
|
|
|
|
|
|
|
|
|
|
|
static const char *description =
|
|
|
|
static const char *description =
|
|
|
|
I18N_NOOP("KlamAV - Virus Protection for TDE");
|
|
|
|
I18N_NOOP("KlamAV - Virus Protection for TDE");
|
|
|
@ -38,7 +38,7 @@ int main(int argc, char **argv)
|
|
|
|
|
|
|
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
TDECmdLineArgs::addCmdLineOptions(options);
|
|
|
|
TDECmdLineArgs::addCmdLineOptions(options);
|
|
|
|
KUniqueApplication app;
|
|
|
|
TDEUniqueApplication app;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// register ourselves as a dcop client
|
|
|
|
// register ourselves as a dcop client
|
|
|
|