From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/demo/frame.cpp | 2 +- examples/demo/i18n/i18n.cpp | 2 +- examples/demo/opengl/glinfotext.h | 2 +- examples/demo/textdrawing/example.html | 4 ++-- examples/demo/textdrawing/helpwindow.cpp | 2 +- examples/demo/textdrawing/helpwindow.h | 2 +- examples/demo/textdrawing/textedit.cpp | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/demo') diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index 1fed9f837..d243e714d 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 533976591..053455cee 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include static int windowIdNumber = 5000; diff --git a/examples/demo/opengl/glinfotext.h b/examples/demo/opengl/glinfotext.h index 991428091..833a3dd3a 100644 --- a/examples/demo/opengl/glinfotext.h +++ b/examples/demo/opengl/glinfotext.h @@ -1,5 +1,5 @@ #include -#include +#include #include #include "glinfo.h" diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index bb4eb99dd..dd62518b1 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the TQLineEdit) when the user presses Alt-P. You can also use the setBuddy() function to accomplish the same.

-

See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label +

See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label

Examples: cursor/cursor.cpp layout/layout.cpp @@ -294,7 +294,7 @@ the format of text. the buddy accelerator key is updated from the new text.

The label resizes itself if auto-resizing is enabled.

Note that Qlabel is well suited to display small rich text documents -only. For large documents, use TQTextView instead. It will flicker +only. For large documents, use TQTextView instead. It will flicker less on resize and can also provide a scrollbar if necessary.

See also text(), setTextFormat(), setBuddy() and setAlignment().

Examples: diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 55d1e5887..a6fd6df6a 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h index 9f05d001b..998cc17a0 100644 --- a/examples/demo/textdrawing/helpwindow.h +++ b/examples/demo/textdrawing/helpwindow.h @@ -11,7 +11,7 @@ #define HELPWINDOW_H #include -#include +#include #include #include #include diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 5e203ed16..b287fad42 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -9,7 +9,7 @@ #include "textedit.h" -#include +#include #include #include #include -- cgit v1.2.1