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 19:49:49 +0900 |
commit | 4e04d9c45f7dbf0d47066047420b7fab675fe4e3 (patch) | |
tree | 0cb97994fb53683e4d9fcb8262aa10117b782131 | |
parent | 29631587093876318738efa55808d5ffb6cfe9d1 (diff) | |
download | klamav-4e04d9c45f7dbf0d47066047420b7fab675fe4e3.tar.gz klamav-4e04d9c45f7dbf0d47066047420b7fab675fe4e3.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 ) |