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/progpreferences.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/progpreferences.cpp')
-rw-r--r-- | src/progpreferences.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/progpreferences.cpp b/src/progpreferences.cpp index 1abefe5..82f7962 100644 --- a/src/progpreferences.cpp +++ b/src/progpreferences.cpp @@ -11,15 +11,15 @@ #include "progpreferences.h" -#include <ntqvariant.h> -#include <ntqpushbutton.h> -#include <ntqlabel.h> -#include <ntqlineedit.h> +#include <tqvariant.h> +#include <tqpushbutton.h> +#include <tqlabel.h> +#include <tqlineedit.h> #include <knuminput.h> -#include <ntqcheckbox.h> -#include <ntqlayout.h> -#include <ntqtooltip.h> -#include <ntqwhatsthis.h> +#include <tqcheckbox.h> +#include <tqlayout.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> /* * Constructs a ProgPreferences as a child of 'parent', with the |