Rename KUniqueApplication to TDEUniqueApplication

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 weeks ago
parent 46e49bef6a
commit add4ad657c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save