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 23:59:23 +0900 |
commit | f13a20385a737d59174f837f2ec68aa945916b8b (patch) | |
tree | fd2e7259ff38a18348ee0c41e107c689b675c71c /src/ksensorscfg.cpp | |
parent | f45af7baa6651d9a99111bace166690452aa9cb3 (diff) | |
download | ksensors-f13a2038.tar.gz ksensors-f13a2038.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9907831155e298ab3cd2d303e628c85f5002e242)
Diffstat (limited to 'src/ksensorscfg.cpp')
-rw-r--r-- | src/ksensorscfg.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ksensorscfg.cpp b/src/ksensorscfg.cpp index f35495b..19c84f3 100644 --- a/src/ksensorscfg.cpp +++ b/src/ksensorscfg.cpp @@ -17,14 +17,14 @@ #include "ksensorscfg.h" -#include <ntqvariant.h> -#include <ntqframe.h> -#include <ntqlayout.h> -#include <ntqlabel.h> -#include <ntqtooltip.h> -#include <ntqwhatsthis.h> -#include <ntqimage.h> -#include <ntqpixmap.h> +#include <tqvariant.h> +#include <tqframe.h> +#include <tqlayout.h> +#include <tqlabel.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> +#include <tqimage.h> +#include <tqpixmap.h> #include <kiconloader.h> #include <tdelocale.h> |