From add4ad657c80522fd7920f1d5ac4366a9381de4c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Nov 2024 22:17:45 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5e3f348..29449ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,7 @@ #include "klamavconfig.h" #include #include -#include +#include 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 -- cgit v1.2.1