diff options
Diffstat (limited to 'doc/html/archivesearch-example.html')
-rw-r--r-- | doc/html/archivesearch-example.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html index 91c263877..e4f792811 100644 --- a/doc/html/archivesearch-example.html +++ b/doc/html/archivesearch-example.html @@ -99,7 +99,7 @@ void ArchiveDialog::search() "Please type a search string.", TQMessageBox::Ok, TQMessageBox::NoButton); } else { -<a name="x474"></a> TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>(TQCursor(TQt::WaitCursor)); +<a name="x474"></a> TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>(TQCursor(TQt::WaitCursor)); articleSearcher.setHost("lists.trolltech.com"); @@ -138,7 +138,7 @@ void ArchiveDialog::searchDone( bool error ) } } -<a name="x473"></a> TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); +<a name="x473"></a> TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); } </pre> @@ -155,18 +155,18 @@ void ArchiveDialog::searchDone( bool error ) *****************************************************************************/ #include "archivedialog.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> int main(int argc, char **argv) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); ArchiveDialog ad; ad.show(); -<a name="x489"></a><a name="x487"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), -<a name="x488"></a> &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x489"></a><a name="x487"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), +<a name="x488"></a> &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); -<a name="x486"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x486"></a> return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> |