summaryrefslogtreecommitdiffstats
path: root/doc/html/sound-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sound-example.html')
-rw-r--r--doc/html/sound-example.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/sound-example.html b/doc/html/sound-example.html
index ec1838c29..6d56c42a5 100644
--- a/doc/html/sound-example.html
+++ b/doc/html/sound-example.html
@@ -91,7 +91,7 @@ private:
//
#include "sound.h"
-#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="tqapplication-h.html">tqapplication.h</a>&gt;
#include &lt;<a href="tqmessagebox-h.html">tqmessagebox.h</a>&gt;
#include &lt;<a href="tqmenubar-h.html">tqmenubar.h</a>&gt;
@@ -127,7 +127,7 @@ private:
file-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Play 3 and 4 together", this, TQ_SLOT(doPlay34()));
file-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("Play all together", this, TQ_SLOT(doPlay1234()));
file-&gt;<a href="tqmenudata.html#insertSeparator">insertSeparator</a>();
- file-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("E&amp;xit", tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()));
+ file-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>("E&amp;xit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()));
<a href="tqmainwindow.html#menuBar">menuBar</a>()-&gt;insertItem("&amp;File", file);
}
@@ -169,12 +169,12 @@ void <a name="f587"></a>SoundPlayer::doPlay1234()
int main(int argc, char** argv)
{
- <a href="ntqapplication.html">TQApplication</a> app(argc,argv);
+ <a href="tqapplication.html">TQApplication</a> app(argc,argv);
SoundPlayer sp;
- app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(&amp;sp);
+ app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&amp;sp);
sp.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Sounds");
sp.<a href="tqwidget.html#show">show</a>();
- return app.<a href="ntqapplication.html#exec">exec</a>();
+ return app.<a href="tqapplication.html#exec">exec</a>();
}
</pre>