diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-09 22:17:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-09 22:17:45 +0900 |
commit | add4ad657c80522fd7920f1d5ac4366a9381de4c (patch) | |
tree | 9517a9223e828361fb12c87f01ce8073457a6a6f | |
parent | 46e49bef6ac04fbd0bde4e52a779a64bc8533ccf (diff) | |
download | klamav-add4ad657c80522fd7920f1d5ac4366a9381de4c.tar.gz klamav-add4ad657c80522fd7920f1d5ac4366a9381de4c.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/main.cpp | 4 |
1 files 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 <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 |