summaryrefslogtreecommitdiffstats
path: root/src/tools
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 /src/tools
parent1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff)
downloadtqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz
tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ntqwinexport.h2
-rw-r--r--src/tools/qfeatures.txt2
-rw-r--r--src/tools/qwinexport.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/ntqwinexport.h b/src/tools/ntqwinexport.h
index 29d99a228..d2e5e58a3 100644
--- a/src/tools/ntqwinexport.h
+++ b/src/tools/ntqwinexport.h
@@ -188,7 +188,7 @@ Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList< TQPtrVector< TQStyleShee
Q_TEMPLATE_EXTERN template class TQ_EXPORT TQValueList<TQStyleSheetItem::ListStyle>;
#endif
-// qcanvas template exports
+// tqcanvas template exports
#if defined(Q_DEFINED_QPTRLIST) && defined(Q_DEFINED_QCANVAS) && !defined(Q_EXPORTED_QCANVAS1_TEMPLATES)
#define Q_EXPORTED_QCANVAS1_TEMPLATES
TQM_TEMPLATE_EXTERN_CANVAS template class TQM_EXPORT_CANVAS TQPtrListIterator< TQCanvasItem >;
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt
index f8e5a069c..84a25587b 100644
--- a/src/tools/qfeatures.txt
+++ b/src/tools/qfeatures.txt
@@ -25,7 +25,7 @@ SeeAlso: ???
Feature: CANVAS
Section: Widgets
Requires: SCROLLVIEW BEZIER
-Name: QCanvas
+Name: TQCanvas
SeeAlso: ???
Feature: TOOLBOX
diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp
index 8abccb8b8..bddee65df 100644
--- a/src/tools/qwinexport.cpp
+++ b/src/tools/qwinexport.cpp
@@ -1,6 +1,6 @@
#define Q_EXPORT_TEMPLATES
-#include <ntqcanvas.h>
+#include <tqcanvas.h>
#include <ntqaccessible.h>
#include <ntqconnection.h>
#include <ntqguardedptr.h>