summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:49:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 23:57:54 +0900
commit0898f7c1e965ef562b58a67e927b6cdd04293211 (patch)
tree92331724ec4b65bd6449f6284229340f66e675cd
parent11eaef480ed580e6138e6c05392d614fff5cb47c (diff)
downloadklamav-r14.1.x.tar.gz
klamav-r14.1.x.zip
Use proper TQt headersr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e04d9c45f7dbf0d47066047420b7fab675fe4e3)
-rw-r--r--src/clicklineedit.cpp2
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 )