summaryrefslogtreecommitdiffstats
path: root/src/lmsensorswidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-23 19:53:10 +0900
committerMichele Calgaro <[email protected]>2024-05-23 19:53:10 +0900
commit9907831155e298ab3cd2d303e628c85f5002e242 (patch)
tree9932ca9cc0df7f19676c1b10fa5923c21b6af82e /src/lmsensorswidget.cpp
parent2a8c9caa415002aec7f9fd8afa39e0e3fb105c63 (diff)
downloadksensors-9907831155e298ab3cd2d303e628c85f5002e242.tar.gz
ksensors-9907831155e298ab3cd2d303e628c85f5002e242.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/lmsensorswidget.cpp')
-rw-r--r--src/lmsensorswidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lmsensorswidget.cpp b/src/lmsensorswidget.cpp
index 630dd51..3846366 100644
--- a/src/lmsensorswidget.cpp
+++ b/src/lmsensorswidget.cpp
@@ -15,10 +15,10 @@
* *
***************************************************************************/
-#include <ntqobject.h>
-#include <ntqobjectlist.h>
-#include <ntqpixmap.h>
-#include <ntqtimer.h>
+#include <tqobject.h>
+#include <tqobjectlist.h>
+#include <tqpixmap.h>
+#include <tqtimer.h>
#include <kiconloader.h>
#include <kstddirs.h>