summaryrefslogtreecommitdiffstats
path: root/doc/html/fileiconview-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fileiconview-example.html')
-rw-r--r--doc/html/fileiconview-example.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html
index ca8f672ca..f21c94483 100644
--- a/doc/html/fileiconview-example.html
+++ b/doc/html/fileiconview-example.html
@@ -544,7 +544,7 @@ static void cleanup()
checkSetText = TRUE;
- TQObject::<a href="ntqobject.html#connect">connect</a>( &amp;timer, TQ_SIGNAL( timeout() ),
+ TQObject::<a href="tqobject.html#connect">connect</a>( &amp;timer, TQ_SIGNAL( timeout() ),
<a href="qiconviewitem.html#iconView">iconView</a>(), TQ_SLOT( openFolder() ) );
}
@@ -716,13 +716,13 @@ TQtFileIconViewItem::~TQtFileIconViewItem()
<a href="ntqiconview.html#setResizeMode">setResizeMode</a>( Adjust );
<a href="ntqiconview.html#setWordWrapIconText">setWordWrapIconText</a>( FALSE );
- <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#doubleClicked">doubleClicked</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ),
+ <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#doubleClicked">doubleClicked</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ),
this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
- <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#returnPressed">returnPressed</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ),
+ <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#returnPressed">returnPressed</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ),
this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
- <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ),
+ <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ),
this, TQ_SLOT( slotDropped( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ) );
- <a href="ntqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qiconviewitem.html">TQIconViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> &amp; ) ),
+ <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qiconviewitem.html">TQIconViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> &amp; ) ),
this, TQ_SLOT( slotRightPressed( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
<a href="ntqscrollview.html#setHScrollBarMode">setHScrollBarMode</a>( AlwaysOff );
@@ -1215,12 +1215,12 @@ void <a name="f325"></a>FileMainWindow::setup()
<a href="ntqtoolbar.html">TQToolBar</a> *toolbar = new <a href="ntqtoolbar.html">TQToolBar</a>( this, "toolbar" );
<a href="ntqmainwindow.html#setRightJustification">setRightJustification</a>( TRUE );
- (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="ntqobject.html#tr">tr</a>( " Path: " ), toolbar );
+ (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( " Path: " ), toolbar );
pathCombo = new <a href="ntqcombobox.html">TQComboBox</a>( TRUE, toolbar );
<a name="x880"></a> pathCombo-&gt;<a href="ntqcombobox.html#setAutoCompletion">setAutoCompletion</a>( TRUE );
<a name="x896"></a> toolbar-&gt;<a href="ntqtoolbar.html#setStretchableWidget">setStretchableWidget</a>( pathCombo );
-<a name="x877"></a> <a href="ntqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> &amp; ) ),
+<a name="x877"></a> <a href="tqobject.html#connect">connect</a>( pathCombo, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( const <a href="ntqstring.html">TQString</a> &amp; ) ),
this, TQ_SLOT ( changePath( const <a href="ntqstring.html">TQString</a> &amp; ) ) );
<a name="x895"></a> toolbar-&gt;<a href="ntqtoolbar.html#addSeparator">addSeparator</a>();
@@ -1235,15 +1235,15 @@ void <a name="f325"></a>FileMainWindow::setup()
mkdirButton = new <a href="ntqtoolbutton.html">TQToolButton</a>( pix, "New Folder", TQString::null,
this, TQ_SLOT( newFolder() ), toolbar, "new folder" );
- <a href="ntqobject.html#connect">connect</a>( dirlist, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> &amp; ) ),
+ <a href="tqobject.html#connect">connect</a>( dirlist, TQ_SIGNAL( folderSelected( const <a href="ntqstring.html">TQString</a> &amp; ) ),
fileview, TQ_SLOT ( setDirectory( const <a href="ntqstring.html">TQString</a> &amp; ) ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( directoryChanged( const <a href="ntqstring.html">TQString</a> &amp; ) ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( directoryChanged( const <a href="ntqstring.html">TQString</a> &amp; ) ),
this, TQ_SLOT( directoryChanged( const <a href="ntqstring.html">TQString</a> &amp; ) ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( startReadDir( int ) ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( startReadDir( int ) ),
this, TQ_SLOT( slotStartReadDir( int ) ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readNextDir() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readNextDir() ),
this, TQ_SLOT( slotReadNextDir() ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readDirDone() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( readDirDone() ),
this, TQ_SLOT( slotReadDirDone() ) );
<a href="ntqmainwindow.html#setDockEnabled">setDockEnabled</a>( DockLeft, FALSE );
@@ -1254,13 +1254,13 @@ void <a name="f325"></a>FileMainWindow::setup()
progress = new <a href="ntqprogressbar.html">TQProgressBar</a>( <a href="ntqmainwindow.html#statusBar">statusBar</a>() );
<a href="ntqmainwindow.html#statusBar">statusBar</a>()-&gt;addWidget( progress, 1, TRUE );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableUp() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableUp() ),
this, TQ_SLOT( enableUp() ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableUp() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableUp() ),
this, TQ_SLOT( disableUp() ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableMkdir() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( enableMkdir() ),
this, TQ_SLOT( enableMkdir() ) );
- <a href="ntqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableMkdir() ),
+ <a href="tqobject.html#connect">connect</a>( fileview, TQ_SIGNAL( disableMkdir() ),
this, TQ_SLOT( disableMkdir() ) );
}
@@ -1293,7 +1293,7 @@ void <a name="f327"></a>FileMainWindow::directoryChanged( const <a href="ntqstri
void <a name="f328"></a>FileMainWindow::slotStartReadDir( int dirs )
{
- label-&gt;<a href="ntqlabel.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>( " Reading Directory..." ) );
+ label-&gt;<a href="ntqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory..." ) );
<a name="x890"></a> progress-&gt;<a href="ntqprogressbar.html#reset">reset</a>();
<a name="x892"></a> progress-&gt;<a href="ntqprogressbar.html#setTotalSteps">setTotalSteps</a>( dirs );
}
@@ -1306,7 +1306,7 @@ void <a name="f329"></a>FileMainWindow::slotReadNextDir()
void <a name="f330"></a>FileMainWindow::slotReadDirDone()
{
- label-&gt;<a href="ntqlabel.html#setText">setText</a>( <a href="ntqobject.html#tr">tr</a>( " Reading Directory Done." ) );
+ label-&gt;<a href="ntqlabel.html#setText">setText</a>( <a href="tqobject.html#tr">tr</a>( " Reading Directory Done." ) );
<a name="x893"></a> progress-&gt;<a href="ntqprogressbar.html#setProgress">setProgress</a>( progress-&gt;<a href="ntqprogressbar.html#totalSteps">totalSteps</a>() );
}