summaryrefslogtreecommitdiffstats
path: root/src/kuarantine.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 19:08:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 19:08:15 +0900
commit291aff2b34f30ce6f4703b8f70b73c69cc07d3d8 (patch)
tree7575f1f352cde3061b60fb1edc838686a65ee90b /src/kuarantine.cpp
parent8718de04eb114dc24e626a52881cc959980a8931 (diff)
downloadklamav-291aff2b34f30ce6f4703b8f70b73c69cc07d3d8.tar.gz
klamav-291aff2b34f30ce6f4703b8f70b73c69cc07d3d8.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kuarantine.cpp')
-rw-r--r--src/kuarantine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kuarantine.cpp b/src/kuarantine.cpp
index a436ba4..a197b5f 100644
--- a/src/kuarantine.cpp
+++ b/src/kuarantine.cpp
@@ -25,7 +25,7 @@
#include <kcombobox.h>
#include <tqlayout.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
Kuarantine::Kuarantine(TQWidget *parent, const char *name)