summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdir-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqdir-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r--doc/html/tqdir-example.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html
index cc84fea51..f1a96f07e 100644
--- a/doc/html/tqdir-example.html
+++ b/doc/html/tqdir-example.html
@@ -56,8 +56,8 @@ body { background: #ffffff; color: black; }
#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
#include &lt;<a href="tqspinbox-h.html">tqspinbox.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
-#include &lt;<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>&gt;
-#include &lt;<a href="qheader-h.html">ntqheader.h</a>&gt;
+#include &lt;<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>&gt;
+#include &lt;<a href="tqheader-h.html">tqheader.h</a>&gt;
#include &lt;<a href="tqevent-h.html">tqevent.h</a>&gt;
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
@@ -146,7 +146,7 @@ void <a name="f496"></a>PixmapView::setPixmap( const <a href="tqpixmap.html">TQP
<a name="f497"></a>Preview::Preview( <a href="tqwidget.html">TQWidget</a> *parent )
: <a href="tqwidgetstack.html">TQWidgetStack</a>( parent )
{
- normalText = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this );
+ normalText = new <a href="tqmultilineedit.html">TQMultiLineEdit</a>( this );
<a name="x1845"></a> normalText-&gt;<a href="tqtextedit.html#setReadOnly">setReadOnly</a>( TRUE );
html = new <a href="tqtextview.html">TQTextView</a>( this );
pixmap = new PixmapView( this );
@@ -226,8 +226,8 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ
<a href="tqfiledialog.html#setDir">setDir</a>( "/" );
dirView = new DirectoryView( this, 0, TRUE );
-<a name="x1827"></a> dirView-&gt;<a href="ntqlistview.html#addColumn">addColumn</a>( "" );
-<a name="x1828"></a> dirView-&gt;<a href="ntqlistview.html#header">header</a>()-&gt;hide();
+<a name="x1827"></a> dirView-&gt;<a href="tqlistview.html#addColumn">addColumn</a>( "" );
+<a name="x1828"></a> dirView-&gt;<a href="tqlistview.html#header">header</a>()-&gt;hide();
::Directory *root = new ::Directory( dirView, "/" );
root-&gt;setOpen( TRUE );
<a name="x1853"></a> dirView-&gt;<a href="tqwidget.html#setFixedWidth">setFixedWidth</a>( 150 );
@@ -235,7 +235,7 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ
<a href="tqfiledialog.html#addLeftWidget">addLeftWidget</a>( dirView );
<a href="tqpushbutton.html">TQPushButton</a> *p = new <a href="tqpushbutton.html">TQPushButton</a>( this );
-<a name="x1811"></a> p-&gt;<a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( bookmarks ) );
+<a name="x1811"></a> p-&gt;<a href="tqbutton.html#setPixmap">setPixmap</a>( TQPixmap( bookmarks ) );
<a name="x1848"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( p, tr( "Bookmarks" ) );
bookmarkMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this );
@@ -267,8 +267,8 @@ void <a name="f500"></a>PreviewWidget::previewUrl( const <a href="tqurl.html">TQ
<a href="tqtoolbutton.html">TQToolButton</a> *b = new <a href="tqtoolbutton.html">TQToolButton</a>( this );
TQToolTip::<a href="tqtooltip.html#add">add</a>( b, tr( "Go Home!" ) );
- b-&gt;<a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( home ) );
- <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ),
+ b-&gt;<a href="tqbutton.html#setPixmap">setPixmap</a>( TQPixmap( home ) );
+ <a href="tqobject.html#connect">connect</a>( b, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ),
this, TQ_SLOT( goHome() ) );
<a href="tqfiledialog.html#addToolButton">addToolButton</a>( b );