diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:08:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:08:46 +0900 |
| commit | 2a89e6616562412785cac5804e94a4b3d8dec7c2 (patch) | |
| tree | 6ceeda71b8a677593bbbb8ea0054d6c3e9c35205 /src/htmlwidget.h | |
| parent | c9299bd04955e5411ad7a7e139af426a33572a79 (diff) | |
| download | knmap-2a89e6616562412785cac5804e94a4b3d8dec7c2.tar.gz knmap-2a89e6616562412785cac5804e94a4b3d8dec7c2.zip | |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/htmlwidget.h')
| -rw-r--r-- | src/htmlwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlwidget.h b/src/htmlwidget.h index 2c87b8d..0ccc918 100644 --- a/src/htmlwidget.h +++ b/src/htmlwidget.h @@ -27,8 +27,8 @@ # include <config.h> #endif -#include <ntqstringlist.h> -#include <ntqwidget.h> +#include <tqstringlist.h> +#include <tqwidget.h> #include <kurl.h> #include "global.h" |
