summaryrefslogtreecommitdiffstats
path: root/src/qlcdstring.h
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/qlcdstring.h
parentf45af7baa6651d9a99111bace166690452aa9cb3 (diff)
downloadksensors-f13a2038.tar.gz
ksensors-f13a2038.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9907831155e298ab3cd2d303e628c85f5002e242)
Diffstat (limited to 'src/qlcdstring.h')
-rw-r--r--src/qlcdstring.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/qlcdstring.h b/src/qlcdstring.h
index b47b168..6f70eb4 100644
--- a/src/qlcdstring.h
+++ b/src/qlcdstring.h
@@ -18,10 +18,10 @@
#ifndef TQLCDSTRING_H
#define TQLCDSTRING_H
-#include <ntqframe.h>
-#include <ntqpainter.h>
-#include <ntqcolor.h>
-#include <ntqstring.h>
+#include <tqframe.h>
+#include <tqpainter.h>
+#include <tqcolor.h>
+#include <tqstring.h>
#include "qlcddraw.h"
@@ -29,7 +29,7 @@
*@author Miguel Novas
*/
-#include <ntqpalette.h>
+#include <tqpalette.h>
class TQLCDString : public TQWidget {
TQ_OBJECT