summaryrefslogtreecommitdiffstats
path: root/src/uptimepanel.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/uptimepanel.cpp
parent2a8c9caa415002aec7f9fd8afa39e0e3fb105c63 (diff)
downloadksensors-9907831155e298ab3cd2d303e628c85f5002e242.tar.gz
ksensors-9907831155e298ab3cd2d303e628c85f5002e242.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/uptimepanel.cpp')
-rw-r--r--src/uptimepanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uptimepanel.cpp b/src/uptimepanel.cpp
index f5d4ec6..044521b 100644
--- a/src/uptimepanel.cpp
+++ b/src/uptimepanel.cpp
@@ -19,8 +19,8 @@
#include "procinfo.h"
#include "qlcddraw.h"
-#include <ntqcolor.h>
-#include <ntqpainter.h>
+#include <tqcolor.h>
+#include <tqpainter.h>