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 19:49:06 +0900
commit322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22 (patch)
tree47cd79ef9355b5d466ac3c21e006bf8a97101bdb /src/brightnesschooserimpl.cpp
parentfd9cd312c9d9c2e646c92428ff5528acf0744387 (diff)
downloadklcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.tar.gz
klcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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"