summaryrefslogtreecommitdiffstats
path: root/src/progpreferences.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-23 19:49:06 +0900
committerMichele Calgaro <[email protected]>2024-05-23 19:49:06 +0900
commit322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22 (patch)
tree47cd79ef9355b5d466ac3c21e006bf8a97101bdb /src/progpreferences.h
parentfd9cd312c9d9c2e646c92428ff5528acf0744387 (diff)
downloadklcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.tar.gz
klcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/progpreferences.h')
-rw-r--r--src/progpreferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progpreferences.h b/src/progpreferences.h
index e630e0c..7f2ead6 100644
--- a/src/progpreferences.h
+++ b/src/progpreferences.h
@@ -10,8 +10,8 @@
#ifndef PROGPREFERENCES_H
#define PROGPREFERENCES_H
-#include <ntqvariant.h>
-#include <ntqwidget.h>
+#include <tqvariant.h>
+#include <tqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;