diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:53:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:53:10 +0900 |
commit | 9907831155e298ab3cd2d303e628c85f5002e242 (patch) | |
tree | 9932ca9cc0df7f19676c1b10fa5923c21b6af82e /src/lmsensors.h | |
parent | 2a8c9caa415002aec7f9fd8afa39e0e3fb105c63 (diff) | |
download | ksensors-9907831155e298ab3cd2d303e628c85f5002e242.tar.gz ksensors-9907831155e298ab3cd2d303e628c85f5002e242.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/lmsensors.h')
-rw-r--r-- | src/lmsensors.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lmsensors.h b/src/lmsensors.h index c20790d..e16626a 100644 --- a/src/lmsensors.h +++ b/src/lmsensors.h @@ -18,10 +18,10 @@ #ifndef LMSENSORS_H #define LMSENSORS_H -#include <ntqobject.h> -#include <ntqobjectlist.h> +#include <tqobject.h> +#include <tqobjectlist.h> #include <tdeconfig.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> #include <sensors/sensors.h> |