summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsplashscreen.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsplashscreen.html')
-rw-r--r--doc/html/ntqsplashscreen.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsplashscreen.html b/doc/html/ntqsplashscreen.html
index b29bfad57..9697c1874 100644
--- a/doc/html/ntqsplashscreen.html
+++ b/doc/html/ntqsplashscreen.html
@@ -87,7 +87,7 @@ following code snippet.
<a href="ntqpixmap.html">TQPixmap</a> pixmap( "splash.png" );
TQSplashScreen *splash = new TQSplashScreen( pixmap );
splash-&gt;<a href="tqwidget.html#show">show</a>();
- <a href="ntqmainwindow.html">TQMainWindow</a> *mainWin = new <a href="ntqmainwindow.html">TQMainWindow</a>;
+ <a href="tqmainwindow.html">TQMainWindow</a> *mainWin = new <a href="tqmainwindow.html">TQMainWindow</a>;
...
app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( mainWin );
mainWin-&gt;<a href="tqwidget.html#show">show</a>();