summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/helpviewer-example.html')
-rw-r--r--doc/html/helpviewer-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html
index 19005697..33bed5d9 100644
--- a/doc/html/helpviewer-example.html
+++ b/doc/html/helpviewer-example.html
@@ -326,7 +326,7 @@ void <a name="f355"></a>HelpWindow::aboutTQt()
void <a name="f356"></a>HelpWindow::openFile()
{
-#ifndef QT_NO_FILEDIALOG
+#ifndef TQT_NO_FILEDIALOG
<a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( <a href="ntqstring.html#TQString-null">TQString::null</a>, TQString::null, this );
if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() )
browser-&gt;<a href="ntqtextbrowser.html#setSource">setSource</a>( fn );
@@ -340,7 +340,7 @@ void <a name="f357"></a>HelpWindow::newWindow()
void <a name="f358"></a>HelpWindow::print()
{
-#ifndef QT_NO_PRINTER
+#ifndef TQT_NO_PRINTER
<a href="ntqprinter.html">TQPrinter</a> printer( TQPrinter::HighResolution );
<a name="x1006"></a> printer.<a href="ntqprinter.html#setFullPage">setFullPage</a>(TRUE);
<a name="x1007"></a> if ( printer.<a href="ntqprinter.html#setup">setup</a>( this ) ) {