summaryrefslogtreecommitdiffstats
path: root/src/lmsensorscfg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:53:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:53:10 +0900
commit9907831155e298ab3cd2d303e628c85f5002e242 (patch)
tree9932ca9cc0df7f19676c1b10fa5923c21b6af82e /src/lmsensorscfg.cpp
parent2a8c9caa415002aec7f9fd8afa39e0e3fb105c63 (diff)
downloadksensors-master.tar.gz
ksensors-master.zip
Use proper TQt headersHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/lmsensorscfg.cpp')
-rw-r--r--src/lmsensorscfg.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/lmsensorscfg.cpp b/src/lmsensorscfg.cpp
index d2d0371..068c030 100644
--- a/src/lmsensorscfg.cpp
+++ b/src/lmsensorscfg.cpp
@@ -22,18 +22,18 @@
#include "lmsensordockpanel.h"
#include "lmsensorswidget.h"
-#include <ntqcolor.h>
-#include <ntqlistbox.h>
-#include <ntqlineedit.h>
-#include <ntqcheckbox.h>
-#include <ntqgroupbox.h>
-#include <ntqradiobutton.h>
-#include <ntqpushbutton.h>
-#include <ntqobjectlist.h>
-#include <ntqtabwidget.h>
-#include <ntqcombobox.h>
-#include <ntqspinbox.h>
-#include <ntqlayout.h>
+#include <tqcolor.h>
+#include <tqlistbox.h>
+#include <tqlineedit.h>
+#include <tqcheckbox.h>
+#include <tqgroupbox.h>
+#include <tqradiobutton.h>
+#include <tqpushbutton.h>
+#include <tqobjectlist.h>
+#include <tqtabwidget.h>
+#include <tqcombobox.h>
+#include <tqspinbox.h>
+#include <tqlayout.h>
#include <kcolorbutton.h>
#include <kiconloader.h>
#include <tdelocale.h>