summaryrefslogtreecommitdiffstats
path: root/examples/demo/textdrawing
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /examples/demo/textdrawing
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/textdrawing')
-rw-r--r--examples/demo/textdrawing/example.html6
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp10
-rw-r--r--examples/demo/textdrawing/helpwindow.h2
-rw-r--r--examples/demo/textdrawing/textedit.cpp8
-rw-r--r--examples/demo/textdrawing/textedit.h2
5 files changed, 14 insertions, 14 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index dd62518b..639b7470 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -168,7 +168,7 @@ available space.
<h3 class="fn">int <a name="e3c907"></a>TQLabel::indent () const</h3>
<p>Returns the indent of the label.
<p>See also <a href="#ed9b8b">setIndent</a>().
-<h3 class="fn"><a href="ntqsize.html">TQSize</a> <a name="53c8c7"></a>TQLabel::minimumSizeHint () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsize.html">TQSize</a> <a name="53c8c7"></a>TQLabel::minimumSizeHint () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="tqwidget.html#3f0fc2">TQWidget.</a>
<h3 class="fn"><a href="ntqmovie.html">TQMovie</a>* <a name="7dcdfe"></a>TQLabel::movie () const</h3>
@@ -308,12 +308,12 @@ less on resize and can also provide a scrollbar if necessary.
an explanation of the possible options.
<p>The default format is <code>AutoText.</code>
<p>See also <a href="#0b92ed">textFormat</a>() and <a href="#dffb43">setText</a>().
-<h3 class="fn"><a href="ntqsize.html">TQSize</a> <a name="614dd5"></a>TQLabel::sizeHint () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsize.html">TQSize</a> <a name="614dd5"></a>TQLabel::sizeHint () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Examples:
<a href="layout-layout-cpp.html#sizeHint">layout/layout.cpp</a>
<p>Reimplemented from <a href="tqwidget.html#290bcd">TQWidget.</a>
-<h3 class="fn"><a href="ntqsizepolicy.html">TQSizePolicy</a> <a name="26e1d9"></a>TQLabel::sizePolicy () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsizepolicy.html">TQSizePolicy</a> <a name="26e1d9"></a>TQLabel::sizePolicy () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="tqwidget.html#2d5d13">TQWidget.</a>
<h3 class="fn"><a href="tqstring.html">TQString</a> <a name="72cf09"></a>TQLabel::text () const</h3>
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp
index 3795d5cb..79821ec1 100644
--- a/examples/demo/textdrawing/helpwindow.cpp
+++ b/examples/demo/textdrawing/helpwindow.cpp
@@ -8,12 +8,12 @@
*****************************************************************************/
#include "helpwindow.h"
-#include <ntqstatusbar.h>
+#include <tqstatusbar.h>
#include <ntqpixmap.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
-#include <ntqtoolbar.h>
-#include <ntqtoolbutton.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
+#include <tqtoolbar.h>
+#include <tqtoolbutton.h>
#include <tqiconset.h>
#include <ntqfile.h>
#include <tqtextstream.h>
diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h
index 998cc17a..e07fb95e 100644
--- a/examples/demo/textdrawing/helpwindow.h
+++ b/examples/demo/textdrawing/helpwindow.h
@@ -10,7 +10,7 @@
#ifndef HELPWINDOW_H
#define HELPWINDOW_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <tqtextbrowser.h>
#include <tqstringlist.h>
#include <tqmap.h>
diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp
index b287fad4..56f2e45e 100644
--- a/examples/demo/textdrawing/textedit.cpp
+++ b/examples/demo/textdrawing/textedit.cpp
@@ -10,10 +10,10 @@
#include "textedit.h"
#include <tqtextedit.h>
-#include <ntqaction.h>
-#include <ntqmenubar.h>
-#include <ntqpopupmenu.h>
-#include <ntqtoolbar.h>
+#include <tqaction.h>
+#include <tqmenubar.h>
+#include <tqpopupmenu.h>
+#include <tqtoolbar.h>
#include <ntqtabwidget.h>
#include <ntqapplication.h>
#include <ntqfontdatabase.h>
diff --git a/examples/demo/textdrawing/textedit.h b/examples/demo/textdrawing/textedit.h
index eef95c32..ef03f0a0 100644
--- a/examples/demo/textdrawing/textedit.h
+++ b/examples/demo/textdrawing/textedit.h
@@ -10,7 +10,7 @@
#ifndef TEXTEDIT_H
#define TEXTEDIT_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <tqmap.h>
class TQAction;