diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqdir-example.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-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.html | 16 |
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 <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> -#include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qheader-h.html">ntqheader.h</a>> +#include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> +#include <<a href="tqheader-h.html">tqheader.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -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-><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-><a href="ntqlistview.html#addColumn">addColumn</a>( "" ); -<a name="x1828"></a> dirView-><a href="ntqlistview.html#header">header</a>()->hide(); +<a name="x1827"></a> dirView-><a href="tqlistview.html#addColumn">addColumn</a>( "" ); +<a name="x1828"></a> dirView-><a href="tqlistview.html#header">header</a>()->hide(); ::Directory *root = new ::Directory( dirView, "/" ); root->setOpen( TRUE ); <a name="x1853"></a> dirView-><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-><a href="ntqbutton.html#setPixmap">setPixmap</a>( TQPixmap( bookmarks ) ); +<a name="x1811"></a> p-><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-><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-><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 ); |