summaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /examples/demo
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz
tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo')
-rw-r--r--examples/demo/frame.cpp2
-rw-r--r--examples/demo/i18n/i18n.cpp2
-rw-r--r--examples/demo/opengl/glinfotext.h2
-rw-r--r--examples/demo/textdrawing/example.html4
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp2
-rw-r--r--examples/demo/textdrawing/helpwindow.h2
-rw-r--r--examples/demo/textdrawing/textedit.cpp2
7 files changed, 8 insertions, 8 deletions
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 <ntqsignalmapper.h>
#include <ntqdict.h>
#include <ntqdir.h>
-#include <ntqtextcodec.h>
+#include <tqtextcodec.h>
#include <stdlib.h>
#include <ntqbuttongroup.h>
#include <ntqtoolbutton.h>
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 <ntqapplication.h>
#include <tqwidgetlist.h>
#include <ntqlabel.h>
-#include <ntqtextedit.h>
+#include <tqtextedit.h>
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 <ntqlayout.h>
-#include <ntqtextview.h>
+#include <tqtextview.h>
#include <ntqfont.h>
#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 <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also
use the <a href="#191701">setBuddy</a>() function to accomplish the same.
<p>
-<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>
+<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>
<p>Examples:
<a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a>
<a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a>
@@ -294,7 +294,7 @@ the format of <em>text.</em>
the buddy accelerator key is updated from the new text.
<p>The label resizes itself if auto-resizing is enabled.
<p>Note that Qlabel is well suited to display small rich text documents
-only. For large documents, use <a href="ntqtextview.html">TQTextView</a> instead. It will flicker
+only. For large documents, use <a href="tqtextview.html">TQTextView</a> instead. It will flicker
less on resize and can also provide a scrollbar if necessary.
<p>See also <a href="#72cf09">text</a>(), <a href="#5de3f9">setTextFormat</a>(), <a href="#191701">setBuddy</a>() and <a href="#1f406e">setAlignment</a>().
<p>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 <ntqtoolbutton.h>
#include <ntqiconset.h>
#include <ntqfile.h>
-#include <ntqtextstream.h>
+#include <tqtextstream.h>
#include <ntqstylesheet.h>
#include <ntqmessagebox.h>
#include <ntqfiledialog.h>
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 <ntqmainwindow.h>
-#include <ntqtextbrowser.h>
+#include <tqtextbrowser.h>
#include <tqstringlist.h>
#include <tqmap.h>
#include <ntqdir.h>
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 <ntqtextedit.h>
+#include <tqtextedit.h>
#include <ntqaction.h>
#include <ntqmenubar.h>
#include <ntqpopupmenu.h>