summaryrefslogtreecommitdiffstats
path: root/doc/html/tqfiledialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqfiledialog.html')
-rw-r--r--doc/html/tqfiledialog.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqfiledialog.html b/doc/html/tqfiledialog.html
index 76de27ae9..2a575c942 100644
--- a/doc/html/tqfiledialog.html
+++ b/doc/html/tqfiledialog.html
@@ -212,10 +212,10 @@ function names differ, e.g. <a href="#setContentsPreview">setContentsPreview</a>
that the user can see either the contents of the file, or information
about the file.
<p> <pre>
- class Preview : public <a href="ntqlabel.html">TQLabel</a>, public TQFilePreview
+ class Preview : public <a href="tqlabel.html">TQLabel</a>, public TQFilePreview
{
public:
- Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="ntqlabel.html">TQLabel</a>( parent ) {}
+ Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="tqlabel.html">TQLabel</a>( parent ) {}
void previewUrl( const <a href="tqurl.html">TQUrl</a> &amp;u )
{
@@ -230,7 +230,7 @@ about the file.
</pre>
<p> In the above snippet, we create a preview widget which inherits from
-<a href="ntqlabel.html">TQLabel</a> and <a href="tqfilepreview.html">TQFilePreview</a>. File preview widgets <em>must</em> inherit from
+<a href="tqlabel.html">TQLabel</a> and <a href="tqfilepreview.html">TQFilePreview</a>. File preview widgets <em>must</em> inherit from
TQFilePreview.
<p> Inside the class we reimplement <a href="tqfilepreview.html#previewUrl">TQFilePreview::previewUrl</a>(), this is
where we determine what happens when a file is selected. In the
@@ -351,7 +351,7 @@ this row. If <em>separator</em> is TRUE, a small space is inserted between the
last button of the row and the new button <em>b</em>.
<p> <p>See also <a href="#addWidgets">addWidgets</a>(), <a href="#addLeftWidget">addLeftWidget</a>(), and <a href="#addRightWidget">addRightWidget</a>().
-<h3 class=fn>void <a name="addWidgets"></a>TQFileDialog::addWidgets ( <a href="ntqlabel.html">TQLabel</a>&nbsp;*&nbsp;l, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="ntqpushbutton.html">TQPushButton</a>&nbsp;*&nbsp;b )<tt> [protected]</tt>
+<h3 class=fn>void <a name="addWidgets"></a>TQFileDialog::addWidgets ( <a href="tqlabel.html">TQLabel</a>&nbsp;*&nbsp;l, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, <a href="ntqpushbutton.html">TQPushButton</a>&nbsp;*&nbsp;b )<tt> [protected]</tt>
</h3>
Adds the specified widgets to the bottom of the file dialog. The
label <em>l</em> is placed underneath the "file name" and the "file types"
@@ -361,7 +361,7 @@ The button <em>b</em> is placed underneath the Cancel pushbutton.
MyFileDialog::MyFileDialog( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ) :
<a href="#TQFileDialog">TQFileDialog</a>( parent, name )
{
- <a href="ntqlabel.html">TQLabel</a>* label = new <a href="ntqlabel.html">TQLabel</a>( "Added widgets", this );
+ <a href="tqlabel.html">TQLabel</a>* label = new <a href="tqlabel.html">TQLabel</a>( "Added widgets", this );
<a href="ntqlineedit.html">TQLineEdit</a>* lineedit = new <a href="ntqlineedit.html">TQLineEdit</a>( this );
<a href="ntqpushbutton.html">TQPushButton</a>* pushbutton = new <a href="ntqpushbutton.html">TQPushButton</a>( this );
@@ -626,10 +626,10 @@ TQFilePreview, so you should pass the same widget twice. If you
don't, you must remember to delete the preview object in order to
avoid memory leaks.
<p> <pre>
- class Preview : public <a href="ntqlabel.html">TQLabel</a>, public TQFilePreview
+ class Preview : public <a href="tqlabel.html">TQLabel</a>, public TQFilePreview
{
public:
- Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="ntqlabel.html">TQLabel</a>( parent ) {}
+ Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="tqlabel.html">TQLabel</a>( parent ) {}
void previewUrl( const <a href="tqurl.html">TQUrl</a> &amp;u )
{
@@ -729,10 +729,10 @@ TQFilePreview, so you should pass the same widget twice. If you
don't, you must remember to delete the preview object in order to
avoid memory leaks.
<p> <pre>
- class Preview : public <a href="ntqlabel.html">TQLabel</a>, public TQFilePreview
+ class Preview : public <a href="tqlabel.html">TQLabel</a>, public TQFilePreview
{
public:
- Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="ntqlabel.html">TQLabel</a>( parent ) {}
+ Preview( <a href="tqwidget.html">TQWidget</a> *parent=0 ) : <a href="tqlabel.html">TQLabel</a>( parent ) {}
void previewUrl( const <a href="tqurl.html">TQUrl</a> &amp;u )
{