summaryrefslogtreecommitdiffstats
path: root/doc/html/richtext-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/richtext-example.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/richtext-example.html')
-rw-r--r--doc/html/richtext-example.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html
index 119aaa472..e7f0867f3 100644
--- a/doc/html/richtext-example.html
+++ b/doc/html/richtext-example.html
@@ -65,7 +65,7 @@ public:
protected:
<a href="tqtextview.html">TQTextView</a> *view;
- <a href="ntqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev;
+ <a href="tqpushbutton.html">TQPushButton</a> *bClose, *bNext, *bPrev;
int num;
protected slots:
@@ -93,7 +93,7 @@ protected slots:
#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
-#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
+#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqbrush-h.html">tqbrush.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
@@ -176,9 +176,9 @@ static const char* sayings[] = {
<a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this );
buttons-&gt;<a href="ntqframe.html#setMargin">setMargin</a>( 5 );
- bClose = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Close", buttons );
- bPrev = new <a href="ntqpushbutton.html">TQPushButton</a>( "&lt;&lt; &amp;Prev", buttons );
- bNext = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Next &gt;&gt;", buttons );
+ bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Close", buttons );
+ bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "&lt;&lt; &amp;Prev", buttons );
+ bNext = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Next &gt;&gt;", buttons );
<a name="x466"></a> bPrev-&gt;<a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE );