summaryrefslogtreecommitdiffstats
path: root/doc/html/toplevel-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/toplevel-example.html')
-rw-r--r--doc/html/toplevel-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html
index 6aaa08474..ab5d266c6 100644
--- a/doc/html/toplevel-example.html
+++ b/doc/html/toplevel-example.html
@@ -50,12 +50,12 @@ tooltips and What's This help. Load the <tt>options.ui</tt> file into
<a href="designer-manual.html">TQt Designer</a> for more details.
<p>
-<pre> #include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+<pre> #include &lt;<a href="tqapplication-h.html">tqapplication.h</a>&gt;
#include "options.h"
int main( int argc, char ** argv )
{
- <a href="ntqapplication.html">TQApplication</a> a( argc, argv );
+ <a href="tqapplication.html">TQApplication</a> a( argc, argv );
OptionsDialog dlg;
return dlg.exec();
}