diff options
Diffstat (limited to 'doc/html/progressbar-example.html')
-rw-r--r-- | doc/html/progressbar-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index 5b40c64ff..ea9af3c72 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -98,7 +98,7 @@ protected slots: #include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> -#include <<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>> +#include <<a href="tqmotifstyle-h.html">tqmotifstyle.h</a>> /* * Constructor @@ -137,7 +137,7 @@ protected slots: // Create the progressbar progress = new <a href="tqprogressbar.html">TQProgressBar</a>( 100, this ); -<a name="x975"></a> // progress-><a href="tqwidget.html#setStyle">setStyle</a>( new <a href="ntqmotifstyle.html">TQMotifStyle</a>() ); +<a name="x975"></a> // progress-><a href="tqwidget.html#setStyle">setStyle</a>( new <a href="tqmotifstyle.html">TQMotifStyle</a>() ); <a name="x965"></a> toplayout-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs |