summaryrefslogtreecommitdiffstats
path: root/src/brightnesschooserimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:49:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 23:57:35 +0900
commitb4c84799803530d982b477138c3b843c8daeae23 (patch)
tree47cd79ef9355b5d466ac3c21e006bf8a97101bdb /src/brightnesschooserimpl.cpp
parent9c2c45056fa35c19a4527629dc569a3c2700b716 (diff)
downloadklcddimmer-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/brightnesschooserimpl.cpp')
-rw-r--r--src/brightnesschooserimpl.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/brightnesschooserimpl.cpp b/src/brightnesschooserimpl.cpp
index a5608a5..10a2a77 100644
--- a/src/brightnesschooserimpl.cpp
+++ b/src/brightnesschooserimpl.cpp
@@ -19,13 +19,13 @@
***************************************************************************/
#include "brightnesschooserimpl.h"
-#include <ntqprocess.h>
-#include <ntqslider.h>
-#include <ntqlabel.h>
-#include <ntqmessagebox.h>
+#include <tqprocess.h>
+#include <tqslider.h>
+#include <tqlabel.h>
+#include <tqmessagebox.h>
#include <kdebug.h>
-#include <ntqevent.h>
-#include <ntqregexp.h>
+#include <tqevent.h>
+#include <tqregexp.h>
#include "preferences.h"