diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 19:49:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 23:57:35 +0900 |
commit | b4c84799803530d982b477138c3b843c8daeae23 (patch) | |
tree | 47cd79ef9355b5d466ac3c21e006bf8a97101bdb /src/brightnesschooser.cpp | |
parent | 9c2c45056fa35c19a4527629dc569a3c2700b716 (diff) | |
download | klcddimmer-b4c84799.tar.gz klcddimmer-b4c84799.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22)
Diffstat (limited to 'src/brightnesschooser.cpp')
-rw-r--r-- | src/brightnesschooser.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/brightnesschooser.cpp b/src/brightnesschooser.cpp index a986467..41778f9 100644 --- a/src/brightnesschooser.cpp +++ b/src/brightnesschooser.cpp @@ -11,13 +11,13 @@ #include "brightnesschooser.h" -#include <ntqvariant.h> -#include <ntqpushbutton.h> -#include <ntqlabel.h> -#include <ntqslider.h> -#include <ntqlayout.h> -#include <ntqtooltip.h> -#include <ntqwhatsthis.h> +#include <tqvariant.h> +#include <tqpushbutton.h> +#include <tqlabel.h> +#include <tqslider.h> +#include <tqlayout.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> /* * Constructs a BrightnessChooser as a child of 'parent', with the |