diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 19:48:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 19:48:01 +0900 |
commit | e0a69957107d8676b2a01045ad585471a838ba89 (patch) | |
tree | 4262b6bb1a314b5345b9188a9f862c7b8945ba77 | |
parent | cd28d6a45141c19b4b5710a6f79ad230c5627c95 (diff) | |
download | klamav-e0a69957107d8676b2a01045ad585471a838ba89.tar.gz klamav-e0a69957107d8676b2a01045ad585471a838ba89.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/pageviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pageviewer.cpp b/src/pageviewer.cpp index 4eba168..2bf720f 100644 --- a/src/pageviewer.cpp +++ b/src/pageviewer.cpp @@ -18,7 +18,7 @@ #include <tqmetaobject.h> -#include <private/qucomextra_p.h> +#include <private/tqucomextra_p.h> using namespace KlamAV; |