summaryrefslogtreecommitdiffstats
path: root/examples/demo/graph.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:32:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-31 11:59:34 +0900
commit68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch)
treed6d15d07cb34e5443a10b71f91adee1473906263 /examples/demo/graph.cpp
parent1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff)
downloadtqt-68b81013.tar.gz
tqt-68b81013.zip
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/graph.cpp')
-rw-r--r--examples/demo/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp
index 257609f13..a4a3dc487 100644
--- a/examples/demo/graph.cpp
+++ b/examples/demo/graph.cpp
@@ -1,5 +1,5 @@
#include "graph.h"
-#include <ntqcanvas.h>
+#include <tqcanvas.h>
#include <stdlib.h>
#include <ntqdatetime.h>
#include <ntqhbox.h>