diff options
Diffstat (limited to 'doc/html/sound-example.html')
-rw-r--r-- | doc/html/sound-example.html | 10 |
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 <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> @@ -127,7 +127,7 @@ private: file-><a href="tqmenudata.html#insertItem">insertItem</a>("Play 3 and 4 together", this, TQ_SLOT(doPlay34())); file-><a href="tqmenudata.html#insertItem">insertItem</a>("Play all together", this, TQ_SLOT(doPlay1234())); file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); - file-><a href="tqmenudata.html#insertItem">insertItem</a>("E&xit", tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + file-><a href="tqmenudata.html#insertItem">insertItem</a>("E&xit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertItem("&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>(&sp); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&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> |