summaryrefslogtreecommitdiffstats
path: root/src/systemcfg.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 23:59:23 +0900
commitf13a20385a737d59174f837f2ec68aa945916b8b (patch)
treefd2e7259ff38a18348ee0c41e107c689b675c71c /src/systemcfg.cpp
parentf45af7baa6651d9a99111bace166690452aa9cb3 (diff)
downloadksensors-f13a20385a737d59174f837f2ec68aa945916b8b.tar.gz
ksensors-f13a20385a737d59174f837f2ec68aa945916b8b.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9907831155e298ab3cd2d303e628c85f5002e242)
Diffstat (limited to 'src/systemcfg.cpp')
-rw-r--r--src/systemcfg.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/systemcfg.cpp b/src/systemcfg.cpp
index 97c2480..8eca841 100644
--- a/src/systemcfg.cpp
+++ b/src/systemcfg.cpp
@@ -15,13 +15,13 @@
* *
***************************************************************************/
-#include <ntqlistbox.h>
-#include <ntqspinbox.h>
-#include <ntqpushbutton.h>
-#include <ntqgroupbox.h>
-#include <ntqcheckbox.h>
-#include <ntqlayout.h>
-#include <ntqtabwidget.h>
+#include <tqlistbox.h>
+#include <tqspinbox.h>
+#include <tqpushbutton.h>
+#include <tqgroupbox.h>
+#include <tqcheckbox.h>
+#include <tqlayout.h>
+#include <tqtabwidget.h>
#include <tdelocale.h>
#include "systemcfg.h"