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 19:49:49 +0900
commit4e04d9c45f7dbf0d47066047420b7fab675fe4e3 (patch)
tree0cb97994fb53683e4d9fcb8262aa10117b782131
parent29631587093876318738efa55808d5ffb6cfe9d1 (diff)
downloadklamav-master.tar.gz
klamav-master.zip
Use proper TQt headersHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 )