From 4e04d9c45f7dbf0d47066047420b7fab675fe4e3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 19:49:49 +0900 Subject: [PATCH] Use proper TQt headers Signed-off-by: Michele Calgaro --- src/clicklineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )