diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:49:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 23:57:54 +0900 |
commit | 0898f7c1e965ef562b58a67e927b6cdd04293211 (patch) | |
tree | 92331724ec4b65bd6449f6284229340f66e675cd | |
parent | 11eaef480ed580e6138e6c05392d614fff5cb47c (diff) | |
download | klamav-0898f7c1e965ef562b58a67e927b6cdd04293211.tar.gz klamav-0898f7c1e965ef562b58a67e927b6cdd04293211.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4e04d9c45f7dbf0d47066047420b7fab675fe4e3)
-rw-r--r-- | src/clicklineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clicklineedit.cpp b/src/clicklineedit.cpp index 0e63579..9aab067 100644 --- a/src/clicklineedit.cpp +++ b/src/clicklineedit.cpp @@ -24,7 +24,7 @@ #include "klamscan.h" #include "klamav.h" -#include "ntqpainter.h" +#include "tqpainter.h" ClickComboBox::ClickComboBox( bool rw,TQWidget *parent, const char* name ) : KComboBox( rw,parent, name ) |