diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html')
247 files changed, 1630 insertions, 1439 deletions
diff --git a/doc/html/aclock-example.html b/doc/html/aclock-example.html index 3f7397512..31574d780 100644 --- a/doc/html/aclock-example.html +++ b/doc/html/aclock-example.html @@ -247,20 +247,20 @@ void <a name="f387"></a>AnalogClock::drawClock( <a href="tqpainter.html">TQPaint *****************************************************************************/ #include "aclock.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 ); AnalogClock *clock = new AnalogClock; if ( argc == 2 && strcmp( argv[1], "-transparent" ) == 0 ) <a name="x1213"></a> clock-><a href="tqwidget.html#setAutoMask">setAutoMask</a>( TRUE ); <a name="x1212"></a> clock-><a href="tqwidget.html#resize">resize</a>( 100, 100 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( clock ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( clock ); <a name="x1214"></a> clock-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Analog Clock"); <a name="x1215"></a> clock-><a href="tqwidget.html#show">show</a>(); - int result = a.<a href="ntqapplication.html#exec">exec</a>(); + int result = a.<a href="tqapplication.html#exec">exec</a>(); delete clock; return result; } diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index 3866fc7b5..ce4807a53 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -108,7 +108,7 @@ protected: #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> <a name="f263"></a>ABMainWindow::ABMainWindow() @@ -140,7 +140,7 @@ void <a name="f264"></a>ABMainWindow::setupMenuBar() file-><a href="tqmenudata.html#insertItem">insertItem</a>( TQPixmap( "fileprint.xpm" ), "Print...", this, TQ_SLOT( filePrint() ), CTRL + Key_P ); file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Close", this, TQ_SLOT( closeWindow() ), CTRL + Key_W ); - file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ), CTRL + Key_Q ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT( <a href="tqapplication.html#quit">quit</a>() ), CTRL + Key_Q ); } void <a name="f265"></a>ABMainWindow::setupFileTools() @@ -633,21 +633,21 @@ void <a name="f287"></a>ABCentralWidget::findEntries() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainwindow.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 ); ABMainWindow *mw = new ABMainWindow(); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Addressbook" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( mw ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( mw ); <a name="x611"></a> mw-><a href="tqwidget.html#show">show</a>(); -<a name="x609"></a><a name="x608"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), &a, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); - int result = a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x609"></a><a name="x608"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), &a, TQ_SLOT( <a href="tqapplication.html#quit">quit</a>() ) ); + int result = a.<a href="tqapplication.html#exec">exec</a>(); delete mw; return result; } diff --git a/doc/html/annotated.html b/doc/html/annotated.html index fa5d1ba8a..4cd8b01cf 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqaccessibleobject.html">TQAccessibleObject</a></b><td>Implements parts of the TQAccessibleInterface for TQObjects <tr bgcolor=#f0f0f0><td><b><a href="tqaction.html">TQAction</a></b><td>Abstract user interface action that can appear both in menus and tool bars <tr bgcolor=#f0f0f0><td><b><a href="tqactiongroup.html">TQActionGroup</a></b><td>Groups actions together -<tr bgcolor=#f0f0f0><td><b><a href="ntqapplication.html">TQApplication</a></b><td>Manages the GUI application's control flow and main settings +<tr bgcolor=#f0f0f0><td><b><a href="tqapplication.html">TQApplication</a></b><td>Manages the GUI application's control flow and main settings <tr bgcolor=#f0f0f0><td><b><a href="tqasciicache.html">TQAsciiCache</a></b><td>Template class that provides a cache based on char* keys <tr bgcolor=#f0f0f0><td><b><a href="tqasciicacheiterator.html">TQAsciiCacheIterator</a></b><td>Iterator for TQAsciiCache collections <tr bgcolor=#f0f0f0><td><b><a href="tqasciidict.html">TQAsciiDict</a></b><td>Template class that provides a dictionary based on char* keys diff --git a/doc/html/application.html b/doc/html/application.html index e0ac6014d..1ea6126cb 100644 --- a/doc/html/application.html +++ b/doc/html/application.html @@ -38,7 +38,7 @@ a statusbar, etc. <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqaction.html">TQAction</a></b><td>Abstract user interface action that can appear both in menus and tool bars <tr bgcolor=#f0f0f0><td><b><a href="tqactiongroup.html">TQActionGroup</a></b><td>Groups actions together -<tr bgcolor=#f0f0f0><td><b><a href="ntqapplication.html">TQApplication</a></b><td>Manages the GUI application's control flow and main settings +<tr bgcolor=#f0f0f0><td><b><a href="tqapplication.html">TQApplication</a></b><td>Manages the GUI application's control flow and main settings <tr bgcolor=#f0f0f0><td><b><a href="tqdockarea.html">TQDockArea</a></b><td>Manages and lays out TQDockWindows <tr bgcolor=#f0f0f0><td><b><a href="tqdockwindow.html">TQDockWindow</a></b><td>Widget which can be docked inside a TQDockArea or floated as a top level window on the desktop <tr bgcolor=#f0f0f0><td><b><a href="tqeventloop.html">TQEventLoop</a></b><td>Manages the event queue 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> diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index f4566aa11..8ff0a2884 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -171,17 +171,17 @@ void Biff::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintev ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "biff.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 ); Biff b; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &b ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &b ); b.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/bigtable-example.html b/doc/html/bigtable-example.html index ef863467f..bdf714f78 100644 --- a/doc/html/bigtable-example.html +++ b/doc/html/bigtable-example.html @@ -46,7 +46,7 @@ keep track of the cells that are actually in use. ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtable-h.html">tqtable.h</a>> // Table size @@ -93,12 +93,12 @@ private: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); MyTable table( numRows, numCols ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &table ); <a name="x1292"></a> table.<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> diff --git a/doc/html/buttongroups-example.html b/doc/html/buttongroups-example.html index c130f24d0..2cda99aba 100644 --- a/doc/html/buttongroups-example.html +++ b/doc/html/buttongroups-example.html @@ -211,19 +211,19 @@ void <a name="f262"></a>ButtonsGroups::slotChangeGrp3State() *****************************************************************************/ #include "buttongroups.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 ); ButtonsGroups buttonsgroups; buttonsgroups.<a href="tqwidget.html#resize">resize</a>( 500, 250 ); buttonsgroups.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Buttongroups" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &buttonsgroups ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &buttonsgroups ); buttonsgroups.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index 9b8be423b..fb251c48f 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -249,7 +249,7 @@ private: #include "setdataform.h" #include <<a href="tqaction-h.html">tqaction.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> @@ -613,7 +613,7 @@ void <a name="f604"></a>ChartForm::fileQuit() { if ( okToClear() ) { saveOptions(); -<a name="x2875"></a> tqApp-><a href="ntqapplication.html#exit">exit</a>( 0 ); +<a name="x2875"></a> tqApp-><a href="tqapplication.html#exit">exit</a>( 0 ); } } @@ -778,26 +778,26 @@ void <a name="f614"></a>ChartForm::helpAboutTQt() <p> <hr> <p> Main: -<p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<p> <pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "chartform.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqstring.html">TQString</a> filename; -<a name="x2900"></a> if ( app.<a href="ntqapplication.html#argc">argc</a>() > 1 ) { -<a name="x2901"></a> filename = app.<a href="ntqapplication.html#argv">argv</a>()[1]; +<a name="x2900"></a> if ( app.<a href="tqapplication.html#argc">argc</a>() > 1 ) { +<a name="x2901"></a> filename = app.<a href="tqapplication.html#argv">argv</a>()[1]; <a name="x2904"></a> if ( !filename.<a href="tqstring.html#endsWith">endsWith</a>( ".cht" ) ) filename = TQString::null; } ChartForm *cf = new ChartForm( filename ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( cf ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( cf ); cf-><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> diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index 782592399..d0d4a990d 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -137,7 +137,7 @@ private: #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -445,7 +445,7 @@ static TQImage *logoimg; file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>("&Print...", this, TQ_SLOT(print()), CTRL+Key_P); 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>()), CTRL+Key_Q); + file-><a href="tqmenudata.html#insertItem">insertItem</a>("E&xit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), CTRL+Key_Q); menu-><a href="tqmenudata.html#insertItem">insertItem</a>("&File", file); <a href="tqpopupmenu.html">TQPopupMenu</a>* edit = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menu ); @@ -535,9 +535,9 @@ void <a name="f627"></a>Main::newView() { // Open a new view... have it delete when closed. Main *m = new Main(canvas, 0, 0, WDestructiveClose); - tqApp-><a href="ntqapplication.html#setMainWidget">setMainWidget</a>(m); + tqApp-><a href="tqapplication.html#setMainWidget">setMainWidget</a>(m); m-><a href="tqwidget.html#show">show</a>(); - tqApp-><a href="ntqapplication.html#setMainWidget">setMainWidget</a>(0); + tqApp-><a href="tqapplication.html#setMainWidget">setMainWidget</a>(0); } void <a name="f628"></a>Main::clear() @@ -878,7 +878,7 @@ void <a name="f654"></a>Main::addRectangle() <p> <pre>#include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include "canvas.h" @@ -890,7 +890,7 @@ extern TQString logo_fn; int main(int argc, char** argv) { - <a href="ntqapplication.html">TQApplication</a> app(argc,argv); + <a href="tqapplication.html">TQApplication</a> app(argc,argv); if ( argc > 1 ) butterfly_fn = argv[1]; @@ -907,15 +907,15 @@ int main(int argc, char** argv) Main m(canvas); <a name="x2969"></a> m.<a href="tqwidget.html#resize">resize</a>(m.<a href="tqwidget.html#sizeHint">sizeHint</a>()); m.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Canvas"); -<a name="x2970"></a><a name="x2958"></a> if ( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width() > m.<a href="tqwidget.html#width">width</a>() + 10 -<a name="x2964"></a> && TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height() > m.<a href="tqwidget.html#height">height</a>() +30 ) +<a name="x2970"></a><a name="x2958"></a> if ( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width() > m.<a href="tqwidget.html#width">width</a>() + 10 +<a name="x2964"></a> && TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height() > m.<a href="tqwidget.html#height">height</a>() +30 ) m.<a href="tqwidget.html#show">show</a>(); else <a name="x2968"></a> m.<a href="tqwidget.html#showMaximized">showMaximized</a>(); - TQObject::<a href="tqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( tqApp, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 5b1b18808..66618d380 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } #include "setdataform.h" #include <<a href="tqaction-h.html">tqaction.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> @@ -401,7 +401,7 @@ void <a name="f156"></a>ChartForm::fileQuit() { if ( okToClear() ) { saveOptions(); -<a name="x2875"></a> tqApp-><a href="ntqapplication.html#exit">exit</a>( 0 ); +<a name="x2875"></a> tqApp-><a href="tqapplication.html#exit">exit</a>( 0 ); } } diff --git a/doc/html/chart-element-cpp.html b/doc/html/chart-element-cpp.html index 2317ac727..4fe12aa05 100644 --- a/doc/html/chart-element-cpp.html +++ b/doc/html/chart-element-cpp.html @@ -64,28 +64,28 @@ void Element::setValuePattern( int valuePattern ) double Element::proX( int index ) const { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); return m_propoints[2 * index]; } double Element::proY( int index ) const { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); return m_propoints[(2 * index) + 1]; } void Element::setProX( int index, double value ) { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); m_propoints[2 * index] = value; } void Element::setProY( int index, double value ) { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); m_propoints[(2 * index) + 1] = value; } diff --git a/doc/html/chart-main-cpp.html b/doc/html/chart-main-cpp.html index c8bb01181..9b737743c 100644 --- a/doc/html/chart-main-cpp.html +++ b/doc/html/chart-main-cpp.html @@ -31,26 +31,26 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>chart/main.cpp Example File</h1> -<pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "chartform.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqstring.html">TQString</a> filename; -<a name="x2900"></a> if ( app.<a href="ntqapplication.html#argc">argc</a>() > 1 ) { -<a name="x2901"></a> filename = app.<a href="ntqapplication.html#argv">argv</a>()[1]; +<a name="x2900"></a> if ( app.<a href="tqapplication.html#argc">argc</a>() > 1 ) { +<a name="x2901"></a> filename = app.<a href="tqapplication.html#argv">argv</a>()[1]; <a name="x2904"></a> if ( !filename.<a href="tqstring.html#endsWith">endsWith</a>( ".cht" ) ) filename = TQString::null; } ChartForm *cf = new ChartForm( filename ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( cf ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( cf ); cf-><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><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index 539c0c939..cb59c7268 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -254,19 +254,19 @@ void <a name="f250"></a>CheckLists::copy2to3() *****************************************************************************/ #include "checklists.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 ); CheckLists checklists; checklists.<a href="tqwidget.html#resize">resize</a>( 650, 350 ); checklists.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - CheckLists" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &checklists ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &checklists ); checklists.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 22578098e..d5d616ac7 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -96,7 +96,7 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="287,36,386,64" href="tqobject.html"> <area shape="rect" coords="288,60,396,78" href="tqaccel.html"> <area shape="rect" coords="291,78,395,97" href="tqaction.html"> -<area shape="rect" coords="291,97,401,113" href="ntqapplication.html"> +<area shape="rect" coords="291,97,401,113" href="tqapplication.html"> <area shape="rect" coords="294,115,395,133" href="tqcanvas.html"> <area shape="rect" coords="292,132,395,150" href="tqclipboard.html"> <area shape="rect" coords="292,150,397,166" href="tqdns.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index eb99b5bf9..300e4815b 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -103,7 +103,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqtabletevent.html">TQTabletEvent</a> <tr> <td align="right"> -<td><a href="ntqapplication.html">TQApplication</a> +<td><a href="tqapplication.html">TQApplication</a> <td align="right"> <td><a href="tqdockwindow.html">TQDockWindow</a> <td align="right"> diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 3c68667e1..ba5e9ef9f 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -56,7 +56,7 @@ specified. You can send single lines to the server. #include <<a href="tqsocket-h.html">tqsocket.h</a>> #include <<a href="tqserversocket-h.html">tqserversocket.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -126,7 +126,7 @@ public: <a href="tqserversocket.html">TQServerSocket</a>( 4242, 1, parent ) { if ( !ok() ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>("Failed to bind to port 4242"); + <a href="tqapplication.html#qWarning">tqWarning</a>("Failed to bind to port 4242"); exit(1); } } @@ -170,7 +170,7 @@ public: connect( server, TQ_SIGNAL(newConnect(ClientSocket*)), TQ_SLOT(newConnect(ClientSocket*)) ); connect( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, - TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); } ~ServerInfo() @@ -199,11 +199,11 @@ private: int main( int argc, char** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); ServerInfo info; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &info ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &info ); info.<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>(); } #include "server.moc" @@ -222,7 +222,7 @@ int main( int argc, char** argv ) *****************************************************************************/ #include <<a href="tqsocket-h.html">tqsocket.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqhbox-h.html">tqhbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> @@ -248,7 +248,7 @@ public: <a name="x792"></a> connect( send, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(sendToServer()) ); connect( close, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(closeConnection()) ); - connect( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + connect( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); // create the socket and connect various of its signals socket = new <a href="tqsocket.html">TQSocket</a>( this ); @@ -329,11 +329,11 @@ private: int main( int argc, char** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); Client client( argc<2 ? "localhost" : argv[1], 4242 ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &client ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &client ); client.<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>(); } #include "client.moc" diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index d24ea6600..17044d4eb 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -47,7 +47,7 @@ This example shows how to set a mouse cursor for a widget. #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqbitmap-h.html">tqbitmap.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> @@ -177,12 +177,12 @@ CursorView::CursorView() // construct view int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); // application object + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); // application object CursorView v; // cursor view - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &v ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &v ); v.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Cursors"); v.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html index 423d5c33e..a900f2af2 100644 --- a/doc/html/customlayout-example.html +++ b/doc/html/customlayout-example.html @@ -754,7 +754,7 @@ CardLayout::~CardLayout() #include "border.h" #include "card.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="tqgroupbox-h.html">tqgroupbox.h</a>> @@ -764,7 +764,7 @@ CardLayout::~CardLayout() int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); <a href="tqwidget.html">TQWidget</a> *f = new <a href="tqwidget.html">TQWidget</a>; <a href="tqboxlayout.html">TQBoxLayout</a> *gm = new <a href="tqvboxlayout.html">TQVBoxLayout</a>( f, 5 ); @@ -828,11 +828,11 @@ int main( int argc, char **argv ) s-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken ); s-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignVCenter | TQt::AlignHCenter ); gm-><a href="tqboxlayout.html#addWidget">addWidget</a>( s ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( f ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( f ); f-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Custom Layout"); f-><a href="tqwidget.html#show">show</a>(); - int result = a.<a href="ntqapplication.html#exec">exec</a>(); + int result = a.<a href="tqapplication.html#exec">exec</a>(); delete f; return result; } diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index 2156b8cee..bab0887c8 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -178,7 +178,7 @@ application's main() function: int main( int argc, char ** argv ) { - TQApplication::<a href="ntqapplication.html#setStyle">setStyle</a>( new CustomStyle() ); + TQApplication::<a href="tqapplication.html#setStyle">setStyle</a>( new CustomStyle() ); // do the usual routine on creating your TQApplication object etc. } </pre> diff --git a/doc/html/dclock-example.html b/doc/html/dclock-example.html index 80941a2ba..0cdfcda25 100644 --- a/doc/html/dclock-example.html +++ b/doc/html/dclock-example.html @@ -193,18 +193,18 @@ void <a name="f374"></a>DigitalClock::showTime() *****************************************************************************/ #include "dclock.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 ); DigitalClock *clock = new DigitalClock; clock-><a href="tqwidget.html#resize">resize</a>( 170, 80 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( clock ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( clock ); clock-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Digital Clock"); clock-><a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/debug.html b/doc/html/debug.html index 5d4aa007f..d8e43ae20 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -58,16 +58,16 @@ option is only valid for the X11 version of TQt. <a name="2"></a><p> TQt includes three global functions for writing out warning and debug text. <ul> -<li> <a href="ntqapplication.html#qDebug">tqDebug()</a> for writing debug output for testing etc. -<li> <a href="ntqapplication.html#qWarning">tqWarning()</a> for writing warning output when program +<li> <a href="tqapplication.html#qDebug">tqDebug()</a> for writing debug output for testing etc. +<li> <a href="tqapplication.html#qWarning">tqWarning()</a> for writing warning output when program errors occur. -<li> <a href="ntqapplication.html#qFatal">tqFatal()</a> for writing fatal error messages +<li> <a href="tqapplication.html#qFatal">tqFatal()</a> for writing fatal error messages and exiting. </ul> <p> The TQt implementation of these functions prints the text to the <tt>stderr</tt> output under Unix/X11 and to the debugger under Windows. You can take over these functions by installing a message handler; -<a href="ntqapplication.html#qInstallMsgHandler">qInstallMsgHandler()</a>. +<a href="tqapplication.html#qInstallMsgHandler">qInstallMsgHandler()</a>. <p> The debugging functions <a href="tqobject.html#dumpObjectTree">TQObject::dumpObjectTree</a>() and <a href="tqobject.html#dumpObjectInfo">TQObject::dumpObjectInfo</a>() are often useful when an application looks or acts strangely. More useful if you use object names than not, but often useful even without names. @@ -77,10 +77,10 @@ often useful even without names. <tt>#define</tt>s. <p> Two important macros are: <ul> -<li> <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT(b)</a> where b is a boolean +<li> <a href="tqapplication.html#Q_ASSERT">Q_ASSERT(b)</a> where b is a boolean expression, writes the warning: "ASSERT: 'b' in file file.cpp (234)" if b is FALSE. -<li> <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR(p)</a> where p is a pointer. +<li> <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR(p)</a> where p is a pointer. Writes the warning "In file file.cpp, line 234: Out of memory" if p is 0. </ul> @@ -88,9 +88,9 @@ Writes the warning "In file file.cpp, line 234: Out of memory" if p is <pre> char *alloc( int size ) { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>( size > 0 ); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>( size > 0 ); char *p = new char[size]; - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( p ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( p ); return p; } </pre> @@ -107,7 +107,7 @@ TQ_CHECK_PTR: char *alloc( int size ) { char *p; - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( p = new char[size] ); // WRONG! + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( p = new char[size] ); // WRONG! return p; } </pre> @@ -140,12 +140,12 @@ define TQT_NO_CHECK. { #if defined(QT_CHECK_NULL) if ( p == 0 ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "f: Null pointer not allowed" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "f: Null pointer not allowed" ); #endif #if defined(QT_CHECK_RANGE) if ( i < 0 ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "f: The index cannot be negative" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "f: The index cannot be negative" ); #endif } </pre> diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html index 1c25ddd04..46dc87d3e 100644 --- a/doc/html/designer-manual-3.html +++ b/doc/html/designer-manual-3.html @@ -262,14 +262,14 @@ body { background: #ffffff; color: black; } <ul><li><p>class TQString;</p> <li><p>class TQColor;</p> </ul><h4><a name="6-3"></a>Adding Includes</h4> -<p>Our form will also need some included files. Includes may be added in the declaration, or (for preference) in the implementation. Right click "Includes (in Implementation)", then click <b>Edit</b>. Use the dialog that pops up to enter "tqcolor.h" and "tqstring.h". Since we're going to use the clipboard we'll need access to the global clipboard object via <a href="ntqapplication.html">TQApplication</a>, so also add "ntqapplication.h" and "tqclipboard.h". We'll also be doing some drawing (e.g. the color swatches), so add "tqpainter.h" too, then close the dialog.</p> +<p>Our form will also need some included files. Includes may be added in the declaration, or (for preference) in the implementation. Right click "Includes (in Implementation)", then click <b>Edit</b>. Use the dialog that pops up to enter "tqcolor.h" and "tqstring.h". Since we're going to use the clipboard we'll need access to the global clipboard object via <a href="tqapplication.html">TQApplication</a>, so also add "tqapplication.h" and "tqclipboard.h". We'll also be doing some drawing (e.g. the color swatches), so add "tqpainter.h" too, then close the dialog.</p> <p align="center"><img align="middle" src="mw-editincimp.png" width="339" height="327"> </p> <p>When entering include files you can include double quotes or angle brackets if you wish; if you don't use either <em>TQt Designer</em> will put in double quotes automatically.</p> <p>You should now have added the following includes (in implementation):</p> <ul><li><p>"tqcolor.h"</p> <li><p>"tqstring.h"</p> -<li><p>"ntqapplication.h"</p> +<li><p>"tqapplication.h"</p> <li><p>"tqclipboard.h"</p> <li><p>"tqpainter.h"</p> </ul><h4><a name="6-4"></a>Signals and Slots Connections</h4> @@ -322,7 +322,7 @@ body { background: #ffffff; color: black; } <h4><a name="6-7"></a>init()</h4> <pre> void MainForm::init() { - clipboard = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>(); + clipboard = TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>(); if ( clipboard->supportsSelection() ) clipboard->setSelectionMode( TRUE ); @@ -460,15 +460,15 @@ body { background: #ffffff; color: black; } <h4><a name="6-12"></a>Creating main.cpp</h4> <p>Now that we've entered some of the code it would be nice to build and run the application to get a feel for the progress we've made. To do this we need to create a <tt>main()</tt> function. In TQt we typically create a small <tt>main.cpp</tt> file for the <tt>main()</tt> function. We can ask <em>TQt Designer</em> to create this file for us.</p> <p>Click <b>File|New</b> to invoke the <em>New File</em> dialog. Click "C++ Main-File", then click OK. The <em>Configure Main-File</em> dialog appears, listing the all the forms in the project. We've only got one form, "MainForm", so it is already highlighted. Click <b>OK</b> to create a <tt>main.cpp</tt> file that loads our MainForm.</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainform.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 ); MainForm *w = new MainForm; w->show(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p>When <em>TQt Designer</em> generates a <tt>main.cpp</tt> file it includes this line:</p> @@ -486,7 +486,7 @@ body { background: #ffffff; color: black; } <p>Now, whatever the user clicks to close the application, our <tt>fileExit()</tt> slot will be called. We'll code the <tt>fileExit()</tt> slot right now:</p> <pre> void MainForm::fileExit() { - TQApplication::<a href="ntqapplication.html#exit">exit</a>( 0 ); + TQApplication::<a href="tqapplication.html#exit">exit</a>( 0 ); } </pre> <p>This ensures that our application will cleanly terminate. Later we'll revise this function to give the user the opportunity to save any unsaved data.</p> @@ -754,7 +754,7 @@ Captures: cap(1) cap(2) cap(3) cap(4) <pre> void MainForm::fileExit() { if ( okToClear() ) { - TQApplication::<a href="ntqapplication.html#exit">exit</a>( 0 ); + TQApplication::<a href="tqapplication.html#exit">exit</a>( 0 ); } } </pre> diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index 4cc8aafce..a13478de7 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -428,7 +428,7 @@ body { background: #ffffff; color: black; } { if ( okToClear() ) { saveSettings(); - TQApplication::<a href="ntqapplication.html#exit">exit</a>( 0 ); + TQApplication::<a href="tqapplication.html#exit">exit</a>( 0 ); } } </pre> @@ -489,7 +489,7 @@ body { background: #ffffff; color: black; } <li><p>"tqpainter.h"</p> <li><p>"tqstring.h"</p> <li><p>"tqcolor.h"</p> -<li><p>"ntqapplication.h"</p> +<li><p>"tqapplication.h"</p> <li><p>"tqfiledialog.h"</p> <li><p>"tqfile.h"</p> <li><p>"tqregexp.h"</p> @@ -513,7 +513,7 @@ body { background: #ffffff; color: black; } <p>The OptionsForm has no members.</p> <h4><a name="6-5"></a>main.cpp Members</h4> <p>This file should begin with the following declarations:</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainform.h" </pre> <!-- eof --> diff --git a/doc/html/designer-manual-6.html b/doc/html/designer-manual-6.html index ee8677c36..2ab181dcb 100644 --- a/doc/html/designer-manual-6.html +++ b/doc/html/designer-manual-6.html @@ -79,7 +79,7 @@ FORMS = settingsformbase.ui <h5><a name="1-3-2"></a>Creating the Test Harness</h5> <!-- index Forms!Creating Test Harnesses --><!-- index Creating Test Harnesses for Forms --><!-- index Subclassing --><p>Although we intend our dialog to be used within an application it is useful to create a test harness so that we can develop and test it stand-alone. Click <b>File|New</b> to invoke the 'New File' dialog, then click 'C++ Source', then click <b>OK</b>. In the editor window that pops up, enter the following code:</p> <pre> -#include <ntqapplication.h> +#include <tqapplication.h> #include "creditformbase.h" int main( int argc, char *argv[] ) @@ -135,18 +135,18 @@ int main( int argc, char *argv[] ) </pre> <p>We call <tt>setAmount()</tt> in the constructor to ensure that the correct amount is shown when the form starts based on whichever radio button we checked in <em>TQt Designer</em>. In <tt>setAmount()</tt> we set the amount if the standard or none radio button is checked. If the user has checked the special radio button they are free to change the amount themselves.</p> <!-- index Makefiles --><!-- index qmake!HEADERS --><!-- index qmake!SOURCES --><p>To be able to test our subclass we change<!-- index main.cpp --> <tt>main.cpp</tt> to include <tt>creditform.h</tt> rather than <tt>creditformbase.h</tt> and change the instantiation of the creditForm object:</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "creditform.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); CreditForm creditForm; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &creditForm ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &creditForm ); creditForm.show(); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p>If you created the <tt>creditform.h</tt> and <tt>creditform.cpp</tt> files in <em>TQt Designer</em>, they are already in the project file, but if you created them manually you must also update the project file by adding these two new lines at the end:</p> @@ -176,18 +176,18 @@ INCLUDEPATH += $(TQTDIR)/tools/designer/uilib <p>We do <em>not</em> include the <tt>creditformbase.ui</tt> file since this file will be read at runtime, as we'll see shortly. We must include the <tt>tqui</tt> library since the functionality we require is not part of the standard TQt library.</p> <h4><a name="2-2"></a>Creating main.cpp</h4> <p>The<!-- index main.cpp --> <tt>main.cpp</tt> is quite standard. It will invoke the form we're going to create in <em>TQt Designer</em> as its main form. This form will then load and execute the dynamic dialog.</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainform.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); MainForm *mainForm = new MainForm; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( mainForm ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( mainForm ); mainForm->show(); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p>We create a new instance of our MainForm class, set it to be the main widget, show it and enter the event loop in the <tt>app.exec()</tt> call.</p> diff --git a/doc/html/designer-manual-7.html b/doc/html/designer-manual-7.html index 389e96ea5..587cff348 100644 --- a/doc/html/designer-manual-7.html +++ b/doc/html/designer-manual-7.html @@ -79,15 +79,15 @@ HEADERS += vcr.h DBFILE = vcr.db </pre> <p>The <tt>qt/tools/designer/examples/vcr/main.cpp</tt> file is also brief:</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "vcr.h" int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); Vcr *vcr = new Vcr; vcr-><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> <p>Once we're satisfied that the custom widget compiles and runs we are ready to incorporate it into <em>TQt Designer</em>.</p> @@ -222,15 +222,15 @@ DBFILE = vcr.db <p>Although these two files complete the implementation of the FileChooser widget it is good practice to write a test harness to check that the widget behaves as expected before attempting to put it into a plugin.</p> <h5><a name="2-1-3"></a>Testing the Implementation</h5> <!-- index main.cpp --><!-- index Forms!Creating Test Harnesses --><p>We present a rudimentary test harness which will allow us to run our custom widget. The test harness requires two files, a <tt>main.cpp</tt> to contain the FileChooser, and a <tt>.pro</tt> file to create the Makefile from. Here is <tt>qt/tools/designer/examples/filechooser/widget/main.cpp</tt>:</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "filechooser.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 ); FileChooser *fc = new FileChooser; fc-><a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p>And here is <tt>qt/tools/designer/examples/filechooser/widget/filechooser.pro</tt></p> diff --git a/doc/html/designer-manual-8.html b/doc/html/designer-manual-8.html index 9c9716d8d..f22a272e6 100644 --- a/doc/html/designer-manual-8.html +++ b/doc/html/designer-manual-8.html @@ -96,19 +96,19 @@ bool createConnections() <!-- index addDatabase() --><p>We call <tt>addDatabase()</tt> passing it the name of the driver we wish to use. We then set the connection information by calling the <tt>set</tt>... functions. Finally we attempt to open the connection. If we succeed we return TRUE, otherwise we output some error information and return FALSE. From <tt>qt/tools/designer/examples/book/book1/main.cpp</tt></p> <pre> int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( ! createConnections() ) return 1; BookForm bookForm; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &bookForm ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &bookForm ); bookForm.show(); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> -<!-- index Databases!Connecting to Multiple Database Servers --><!-- index createConnections() --><!-- index main.cpp --><!-- index addDatabase() --> <p>All the examples presented in this chapter call <tt>createConnections()</tt> after creating the <a href="ntqapplication.html">TQApplication</a> object in their <tt>main.cpp</tt> file and make use of the default connection. If you need to connect to multiple databases use the two-argument form of <tt>addDatabase()</tt>, passing it both the name of the driver and a unique identifier. This is explained further in the <a href="http://doc.trolltech.com/sql.html">TQt SQL Module documentation</a>.</p> +<!-- index Databases!Connecting to Multiple Database Servers --><!-- index createConnections() --><!-- index main.cpp --><!-- index addDatabase() --> <p>All the examples presented in this chapter call <tt>createConnections()</tt> after creating the <a href="tqapplication.html">TQApplication</a> object in their <tt>main.cpp</tt> file and make use of the default connection. If you need to connect to multiple databases use the two-argument form of <tt>addDatabase()</tt>, passing it both the name of the driver and a unique identifier. This is explained further in the <a href="http://doc.trolltech.com/sql.html">TQt SQL Module documentation</a>.</p> <!-- index TQSqlDatabase::database() --><p>You do not need to keep a reference to database connections. If you use a single database connection, this becomes the default connection and database functions will use this connection automatically. We can always get a pointer to any of our connections by calling <tt>TQSqlDatabase::database()</tt>.</p> <p>If you create a <tt>main.cpp</tt> file using <em>TQt Designer</em>, this file will <em>not</em> include <tt>createConnections()</tt>. We do not include this function because it needs the username and password for the database connection, and you may prefer to handle these differently from our simple example function. As a result, applications that preview correctly in <em>TQt Designer</em> will not run unless you implement your own database connections function.</p> <h3><a name="2"></a>Using <a href="tqdatatable.html">TQDataTable</a></h3> diff --git a/doc/html/desktop-example.html b/doc/html/desktop-example.html index cbdace5f6..491aaee96 100644 --- a/doc/html/desktop-example.html +++ b/doc/html/desktop-example.html @@ -51,7 +51,7 @@ any other. #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqbitmap-h.html">tqbitmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdropsite-h.html">tqdropsite.h</a>> #include <<a href="tqdragobject-h.html">tqdragobject.h</a>> #include <stdio.h> @@ -84,7 +84,7 @@ static int velocity( int i ) // change velocity void poly() { -<a name="x1721"></a> <a href="tqwidget.html">TQWidget</a> *d = TQApplication::<a href="ntqapplication.html#desktop">desktop</a>(); +<a name="x1721"></a> <a href="tqwidget.html">TQWidget</a> *d = TQApplication::<a href="tqapplication.html#desktop">desktop</a>(); <a name="x1761"></a> d-><a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::white ); // white desktop const int maxpoints = 5; @@ -173,7 +173,7 @@ void rotate() pm = image; // convert image to pixmap <a name="x1745"></a> pm.<a href="tqpixmap.html#setOptimization">setOptimization</a>( TQPixmap::BestOptim ); // rotation will be faster - <a href="tqwidget.html">TQWidget</a> *d = TQApplication::<a href="ntqapplication.html#desktop">desktop</a>(); // w = desktop widget + <a href="tqwidget.html">TQWidget</a> *d = TQApplication::<a href="tqapplication.html#desktop">desktop</a>(); // w = desktop widget for ( i=0; i<=360; i += 2 ) { <a href="tqwmatrix.html">TQWMatrix</a> m; @@ -302,7 +302,7 @@ void desktopWidget( const char *s = "Trolltech" ) { DesktopWidget *t = new DesktopWidget(s); t-><a href="tqwidget.html#update">update</a>(); - tqApp-><a href="ntqapplication.html#exec">exec</a>(); + tqApp-><a href="tqapplication.html#exec">exec</a>(); delete t; } @@ -310,7 +310,7 @@ void desktopText( const char *s = "Trolltech" ) { const int border = 20; -<a name="x1723"></a> <a href="tqcolor.html">TQColor</a> c1 = tqApp-><a href="ntqapplication.html#palette">palette</a>().inactive().background(); +<a name="x1723"></a> <a href="tqcolor.html">TQColor</a> c1 = tqApp-><a href="tqapplication.html#palette">palette</a>().inactive().background(); <a href="tqcolor.html">TQColor</a> c2 = c1.<a href="tqcolor.html#light">light</a>(104); <a href="tqcolor.html">TQColor</a> c3 = c1.<a href="tqcolor.html#dark">dark</a>(106); @@ -321,8 +321,8 @@ void desktopText( const char *s = "Trolltech" ) <a name="x1738"></a> <a href="tqrect.html">TQRect</a> r = p.<a href="tqpainter.html#fontMetrics">fontMetrics</a>().boundingRect( s ); p.<a href="tqpainter.html#end">end</a>(); - int appWidth = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->width(); - int appHeight = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->height(); + int appWidth = tqApp-><a href="tqapplication.html#desktop">desktop</a>()->width(); + int appHeight = tqApp-><a href="tqapplication.html#desktop">desktop</a>()->height(); if ( r.<a href="tqrect.html#width">width</a>() > appWidth - border*2 ) <a name="x1753"></a> r.<a href="tqrect.html#setWidth">setWidth</a>( appWidth - border*2 ); if ( r.<a href="tqrect.html#height">height</a>() > appHeight - border*2 ) @@ -334,7 +334,7 @@ void desktopText( const char *s = "Trolltech" ) drawShadeText( &p, -r.<a href="tqrect.html#x">x</a>() + border, -r.<a href="tqrect.html#y">y</a>() + border, s, c2, c3 ); p.<a href="tqpainter.html#end">end</a>(); - tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->setBackgroundPixmap( pm ); + tqApp-><a href="tqapplication.html#desktop">desktop</a>()->setBackgroundPixmap( pm ); } // @@ -343,12 +343,12 @@ void desktopText( const char *s = "Trolltech" ) int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( argc > 1 ) { <a href="tqfont.html">TQFont</a> f( "charter", 96, TQFont::Black ); <a name="x1728"></a> f.<a href="tqfont.html#setStyleHint">setStyleHint</a>( TQFont::Times ); -<a name="x1724"></a> app.<a href="ntqapplication.html#setFont">setFont</a>( f ); +<a name="x1724"></a> app.<a href="tqapplication.html#setFont">setFont</a>( f ); } bool validOptions = FALSE; diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html index 4d5903565..7f50fb26d 100644 --- a/doc/html/dirview-example.html +++ b/doc/html/dirview-example.html @@ -179,7 +179,7 @@ can be used in any other trees. #include <<a href="tqmime-h.html">tqmime.h</a>> #include <<a href="tqstrlist-h.html">tqstrlist.h</a>> #include <<a href="tqstringlist-h.html">tqstringlist.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqheader-h.html">tqheader.h</a>> static const char* folder_closed_xpm[]={ @@ -627,7 +627,7 @@ TQString <a name="f481"></a>DirectoryView::fullPath(TQListViewItem* item) <a name="x1683"></a>void DirectoryView::<a href="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <a href="tqmouseevent.html">TQMouseEvent</a>* e ) { - if ( mousePressed && ( presspos - e-><a href="tqdropevent.html#pos">pos</a>() ).manhattanLength() > TQApplication::<a href="ntqapplication.html#startDragDistance">startDragDistance</a>() ) { + if ( mousePressed && ( presspos - e-><a href="tqdropevent.html#pos">pos</a>() ).manhattanLength() > TQApplication::<a href="tqapplication.html#startDragDistance">startDragDistance</a>() ) { mousePressed = FALSE; <a href="tqlistviewitem.html">TQListViewItem</a> *item = itemAt( contentsToViewport(presspos) ); if ( item ) { @@ -703,14 +703,14 @@ const TQPixmap *FileItem::<a href="tqlistviewitem.html#pixmap">pixmap</a>( int i ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqdir-h.html">tqdir.h</a>> #include "dirview.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 ); DirectoryView mw; @@ -731,10 +731,10 @@ int main( int argc, char ** argv ) <a name="x1719"></a> mw.<a href="tqwidget.html#resize">resize</a>( 400, 400 ); mw.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Directory Browser" ); <a name="x1715"></a> mw.<a href="tqlistview.html#setAllColumnsShowFocus">setAllColumnsShowFocus</a>( TRUE ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &mw ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &mw ); <a name="x1717"></a> mw.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/distributingtqt.html b/doc/html/distributingtqt.html index 4be4e542a..efcd28af0 100644 --- a/doc/html/distributingtqt.html +++ b/doc/html/distributingtqt.html @@ -91,7 +91,7 @@ plugin category (e.g. <tt>styles</tt>, <tt>sqldrivers</tt>, <tt>designer</tt>, e <li> The application directory </ul> <p> Application specific plugin paths can be added using -<a href="ntqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>(). The build-directory of TQt is hardcoded +<a href="tqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>(). The build-directory of TQt is hardcoded in the TQt library and can be changed as a part of the installation process (see the <a href="distributor-example.html">distributor-example.html</a> Distributor example). <p> <h2> Dynamic Dialogs diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index 090dec2fb..09b89cd1e 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -61,7 +61,7 @@ distributed with TQt. ** place of a destructor. *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> #include <<a href="tqeventloop-h.html">tqeventloop.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> @@ -213,14 +213,14 @@ void Distributor::checkLibData() <a href="tqfile.html">TQFile</a> file( libFilename->text() ); <a name="x2659"></a> if ( file.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadOnly</a> ) ) { -<a name="x2653"></a> TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( WaitCursor ); +<a name="x2653"></a> TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( WaitCursor ); // instead of reading in the entire file, do the search in chunks char data[60000]; ulong offset = 0; <a name="x2655"></a> while ( ! file.<a href="tqfile.html#atEnd">atEnd</a>() && completed < total_steps ) { -<a name="x2651"></a> TQApplication::<a href="ntqapplication.html#eventLoop">eventLoop</a>()->processEvents( TQEventLoop::ExcludeUserInput ); +<a name="x2651"></a> TQApplication::<a href="tqapplication.html#eventLoop">eventLoop</a>()->processEvents( TQEventLoop::ExcludeUserInput ); <a name="x2667"></a> ulong len = file.<a href="tqiodevice.html#readBlock">readBlock</a>( data, sizeof(data) ); if ( len < 267 ) { @@ -259,7 +259,7 @@ void Distributor::checkLibData() <a name="x2656"></a> file.<a href="tqfile.html#close">close</a>(); -<a name="x2652"></a> TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); +<a name="x2652"></a> TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); } if ( completed == total_steps ) { @@ -366,14 +366,14 @@ void Distributor::accept() <a href="tqfile.html">TQFile</a> file( libFilename->text() ); if ( file.<a href="tqfile.html#open">open</a>( <a href="tqfile.html#open">IO_ReadWrite</a> ) ) { - TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( WaitCursor ); + TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( WaitCursor ); // instead of reading in the entire file, do the search in chunks char data[60000]; ulong offset = 0; while ( ! file.<a href="tqfile.html#atEnd">atEnd</a>() && completed < total_steps ) { - TQApplication::<a href="ntqapplication.html#eventLoop">eventLoop</a>()->processEvents( TQEventLoop::ExcludeUserInput ); + TQApplication::<a href="tqapplication.html#eventLoop">eventLoop</a>()->processEvents( TQEventLoop::ExcludeUserInput ); ulong len = file.<a href="tqiodevice.html#readBlock">readBlock</a>( data, sizeof(data) ); if ( len < 267 ) { @@ -420,7 +420,7 @@ void Distributor::accept() file.<a href="tqfile.html#close">close</a>(); - TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); + TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); } if ( completed != total_steps ) { diff --git a/doc/html/dnd.html b/doc/html/dnd.html index 48e511348..b5bc53181 100644 --- a/doc/html/dnd.html +++ b/doc/html/dnd.html @@ -141,14 +141,14 @@ information on the clipboard: <pre> void MyWidget::copy() { - TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->setData( + TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>()->setData( new <a href="tqtextdrag.html">TQTextDrag</a>(myHighlightedText()) ); } void MyWidget::paste() { <a href="tqstring.html">TQString</a> text; - if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>(TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->data(), text) ) + if ( TQTextDrag::<a href="tqtextdrag.html#decode">decode</a>(TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>()->data(), text) ) insertText( text ); } </pre> @@ -318,12 +318,12 @@ void MyWidget::dragMoveEvent(TQDragMoveEvent* event) feedback as the drag progresses, to start timers, to scroll the window, or whatever is appropriate (don't forget to stop the scrolling and timers in a dragLeaveEvent() though). -<p> The <a href="ntqapplication.html">TQApplication</a> object (available as the <tt>tqApp</tt> global) also +<p> The <a href="tqapplication.html">TQApplication</a> object (available as the <tt>tqApp</tt> global) also provides some drag and drop related functions: -<a href="ntqapplication.html#setStartDragTime">TQApplication::setStartDragTime</a>(), -<a href="ntqapplication.html#setStartDragDistance">TQApplication::setStartDragDistance</a>(), and their corresponding -getters, <a href="ntqapplication.html#startDragTime">TQApplication::startDragTime</a>() and -<a href="ntqapplication.html#startDragDistance">TQApplication::startDragDistance</a>(). +<a href="tqapplication.html#setStartDragTime">TQApplication::setStartDragTime</a>(), +<a href="tqapplication.html#setStartDragDistance">TQApplication::setStartDragDistance</a>(), and their corresponding +getters, <a href="tqapplication.html#startDragTime">TQApplication::startDragTime</a>() and +<a href="tqapplication.html#startDragDistance">TQApplication::startDragDistance</a>(). <p> <h2> Inter-operating with Other Applications </h2> <a name="7"></a><p> On X11, the public <a class="r" diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 2f266b693..fb779cead 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -52,7 +52,7 @@ You can easily add you own drawing functions. #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <math.h> // @@ -342,12 +342,12 @@ void DrawView::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpai int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); DrawView draw; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &draw ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &draw ); draw.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Drawdemo"); draw.<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> diff --git a/doc/html/drawlines-example.html b/doc/html/drawlines-example.html index 8f13910b8..93bf8acbb 100644 --- a/doc/html/drawlines-example.html +++ b/doc/html/drawlines-example.html @@ -50,7 +50,7 @@ release the button, and watch the lines get drawn. #include <<a href="tqwidget-h.html">tqwidget.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <stdlib.h> @@ -162,14 +162,14 @@ ConnectWidget::~ConnectWidget() int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); ConnectWidget connect; #ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build connect.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Draw lines"); #endif - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &connect ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &connect ); connect.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/eventsandfilters.html b/doc/html/eventsandfilters.html index f8ec0e46e..44ff1c3b1 100644 --- a/doc/html/eventsandfilters.html +++ b/doc/html/eventsandfilters.html @@ -53,7 +53,7 @@ supports mouse moves, presses, shift-presses, drags, clicks, right-presses, etc. <p> Since programs need to react in varied and complex ways, TQt's event delivery mechanisms are flexible. The documentation for -<a href="ntqapplication.html#notify">TQApplication::notify</a>() concisely tells the whole story, here we +<a href="tqapplication.html#notify">TQApplication::notify</a>() concisely tells the whole story, here we will explain enough for 99% of applications. <p> The normal way for an event to be delivered is by calling a virtual function. For example, <a href="tqpaintevent.html">TQPaintEvent</a> is delivered by calling <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(). This virtual function is responsible for @@ -113,14 +113,14 @@ event, the event is sent to the target object itself. If one of them stops processing, the target and any later event filters don't get to see the event at all. <p> It's also possible to filter <em>all</em> events for the entire application, -by installing an event filter on <a href="ntqapplication.html">TQApplication</a>. This is what <a href="tqtooltip.html">TQToolTip</a> does in order to see <em>all</em> the mouse and keyboard activity. +by installing an event filter on <a href="tqapplication.html">TQApplication</a>. This is what <a href="tqtooltip.html">TQToolTip</a> does in order to see <em>all</em> the mouse and keyboard activity. This is very powerful, but it also slows down event delivery of every single event in the entire application, so it's best avoided. <p> The global event filters are called before the object-specific filters. <p> Finally, many applications want to create and send their own events. <p> Creating an event of a built-in type is very simple: create an object -of the relevant type, and then call <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() or <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(). +of the relevant type, and then call <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>() or <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>(). <p> sendEvent() processes the event immediately - when sendEvent() returns, (the event filters and) the object have already processed the event. For many event classes there is a function called isAccepted() diff --git a/doc/html/extension-dialog-example.html b/doc/html/extension-dialog-example.html index 663e39138..4a7526a55 100644 --- a/doc/html/extension-dialog-example.html +++ b/doc/html/extension-dialog-example.html @@ -66,7 +66,7 @@ DBFILE = extension.db *****************************************************************************/ #include "dialogform.h" #include "extension.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> @@ -101,7 +101,7 @@ void MainForm::optionsDlg() void MainForm::quit() { -<a name="x2865"></a> TQApplication::<a href="ntqapplication.html#exit">exit</a>( 0 ); +<a name="x2865"></a> TQApplication::<a href="tqapplication.html#exit">exit</a>( 0 ); } </pre> @@ -142,16 +142,16 @@ void DialogForm::toggleDetails() <p> <hr> <p> Main: -<p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<p> <pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainform.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 ); MainForm *w = new MainForm; w->show(); -<a name="x2868"></a><a name="x2867"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), w, TQ_SLOT( quit() ) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x2868"></a><a name="x2867"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL( <a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>() ), w, TQ_SLOT( quit() ) ); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 5f23a19bb..3333452bb 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -235,7 +235,7 @@ protected: #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqwmatrix-h.html">tqwmatrix.h</a>> #include <stdlib.h> @@ -688,7 +688,7 @@ TQtFileIconViewItem::~TQtFileIconViewItem() : <a href="tqiconview.html">TQIconView</a>( parent, name ), viewDir( dir ), newFolderNum( 0 ) { if ( !iconFolderLockedLarge ) { - <a href="ntqapplication.html#qAddPostRoutine">tqAddPostRoutine</a>( cleanup ); + <a href="tqapplication.html#qAddPostRoutine">tqAddPostRoutine</a>( cleanup ); <a href="tqwmatrix.html">TQWMatrix</a> m; <a name="x876"></a> m.<a href="tqwmatrix.html#scale">scale</a>( 0.6, 0.6 ); <a href="tqpixmap.html">TQPixmap</a> iconpix( folder_locked_icon ); @@ -771,7 +771,7 @@ void <a name="f305"></a>TQtFileIconView::newDirectory() <a name="x849"></a> item-><a href="tqiconviewitem.html#setSelected">setSelected</a>( TRUE, TRUE ); <a href="tqiconview.html#setCurrentItem">setCurrentItem</a>( item ); <a href="tqiconview.html#repaintItem">repaintItem</a>( item ); -<a name="x808"></a> tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); +<a name="x808"></a> tqApp-><a href="tqapplication.html#processEvents">processEvents</a>(); <a name="x845"></a> item-><a href="tqiconviewitem.html#rename">rename</a>(); } <a href="tqiconview.html#setAutoArrange">setAutoArrange</a>( TRUE ); @@ -1365,19 +1365,19 @@ void <a name="f337"></a>FileMainWindow::disableMkdir() #include "mainwindow.h" #include "tqfileiconview.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 ); FileMainWindow mw; mw.<a href="tqwidget.html#resize">resize</a>( 680, 480 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &mw ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &mw ); mw.fileView()->setDirectory( "/" ); <a name="x900"></a> mw.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html index 10bfa67c0..3e8a3420c 100644 --- a/doc/html/forever-example.html +++ b/doc/html/forever-example.html @@ -93,7 +93,7 @@ private: #include <<a href="tqtimer-h.html">tqtimer.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <stdlib.h> // defines rand() function #include "forever.h" @@ -173,13 +173,13 @@ void <a name="f366"></a>Forever::updateCaption() int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); // create application object + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); // create application object Forever always; // create widget always.<a href="tqwidget.html#resize">resize</a>( 400, 250 ); // start up with size 400x250 - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &always ); // set as main widget + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &always ); // set as main widget always.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Forever"); always.<a href="tqwidget.html#show">show</a>(); // show widget - return a.<a href="ntqapplication.html#exec">exec</a>(); // run event loop + return a.<a href="tqapplication.html#exec">exec</a>(); // run event loop } </pre> diff --git a/doc/html/ftpclient-example.html b/doc/html/ftpclient-example.html index 9d84ada51..0296997c1 100644 --- a/doc/html/ftpclient-example.html +++ b/doc/html/ftpclient-example.html @@ -64,7 +64,7 @@ commands. The GUI parts are done in the Designer. #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "connectdialog.h" #include "ftpviewitem.h" @@ -233,7 +233,7 @@ void FtpMainWindow::changePathOrDownload( <a href="tqlistviewitem.html">TQListVi void FtpMainWindow::ftp_commandStarted() { -<a name="x738"></a> TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::WaitCursor) ); +<a name="x738"></a> TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::WaitCursor) ); <a name="x750"></a> if ( ftp-><a href="tqftp.html#currentCommand">currentCommand</a>() == TQFtp::List ) { remoteView->clear(); if ( currentFtpDir != "/" ) @@ -243,7 +243,7 @@ void FtpMainWindow::ftp_commandStarted() void FtpMainWindow::ftp_commandFinished() { -<a name="x737"></a> TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); +<a name="x737"></a> TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); <a name="x751"></a> delete ftp-><a href="tqftp.html#currentDevice">currentDevice</a>(); } @@ -324,19 +324,19 @@ void FtpMainWindow::ftp_rawCommandReply( int code, const <a href="tqstring.html" ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "ftpmainwindow.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 ); FtpMainWindow m; -<a name="x779"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &m ); +<a name="x779"></a> a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &m ); m.show(); -<a name="x778"></a> a.<a href="ntqapplication.html#processEvents">processEvents</a>(); +<a name="x778"></a> a.<a href="tqapplication.html#processEvents">processEvents</a>(); m.connectToHost(); -<a name="x777"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x777"></a> return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/functions.html b/doc/html/functions.html index dc8392b87..efe2c6838 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -39,16 +39,16 @@ API with links to the class documentation for each function. <ul> <li>DTDHandler: <a href="tqxmlreader.html#DTDHandler">TQXmlReader</a><li>Q_ASSERT: - <a href="ntqapplication.html#Q_ASSERT">TQApplication</a><li>TQ_CHECK_PTR: - <a href="ntqapplication.html#TQ_CHECK_PTR">TQApplication</a><li><a name="a"></a> + <a href="tqapplication.html#Q_ASSERT">TQApplication</a><li>TQ_CHECK_PTR: + <a href="tqapplication.html#TQ_CHECK_PTR">TQApplication</a><li><a name="a"></a> abort: <a href="tqftp.html#abort">TQFtp</a> <a href="tqhttp.html#abort">TQHttp</a> <a href="tqprinter.html#abort">TQPrinter</a><li>aborted: <a href="tqprinter.html#aborted">TQPrinter</a><li>about: <a href="tqmessagebox.html#about">TQMessageBox</a><li>aboutTQt: - <a href="ntqapplication.html#aboutTQt">TQApplication</a> <a href="tqmessagebox.html#aboutTQt">TQMessageBox</a><li>aboutToBlock: + <a href="tqapplication.html#aboutTQt">TQApplication</a> <a href="tqmessagebox.html#aboutTQt">TQMessageBox</a><li>aboutToBlock: <a href="tqeventloop.html#aboutToBlock">TQEventLoop</a><li>aboutToHide: <a href="tqpopupmenu.html#aboutToHide">TQPopupMenu</a><li>aboutToQuit: - <a href="ntqapplication.html#aboutToQuit">TQApplication</a><li>aboutToShow: + <a href="tqapplication.html#aboutToQuit">TQApplication</a><li>aboutToShow: <a href="tqpopupmenu.html#aboutToShow">TQPopupMenu</a> <a href="tqtabdialog.html#aboutToShow">TQTabDialog</a> <a href="tqwidgetstack.html#aboutToShow">TQWidgetStack</a><li>absFilePath: <a href="tqdir.html#absFilePath">TQDir</a> <a href="tqfileinfo.html#absFilePath">TQFileInfo</a><li>absPath: <a href="tqdir.html#absPath">TQDir</a><li>accel: @@ -70,9 +70,9 @@ abort: <a href="tqaccel.html#activatedAmbiguously">TQAccel</a><li>activatedPos: <a href="tqlistviewitem.html#activatedPos">TQListViewItem</a><li>active: <a href="tqpalette.html#active">TQPalette</a><li>activeModalWidget: - <a href="ntqapplication.html#activeModalWidget">TQApplication</a><li>activePopupWidget: - <a href="ntqapplication.html#activePopupWidget">TQApplication</a><li>activeWindow: - <a href="ntqapplication.html#activeWindow">TQApplication</a> <a href="tqworkspace.html#activeWindow">TQWorkspace</a><li>add: + <a href="tqapplication.html#activeModalWidget">TQApplication</a><li>activePopupWidget: + <a href="tqapplication.html#activePopupWidget">TQApplication</a><li>activeWindow: + <a href="tqapplication.html#activeWindow">TQApplication</a> <a href="tqworkspace.html#activeWindow">TQWorkspace</a><li>add: <a href="tqactiongroup.html#add">TQActionGroup</a> <a href="tqgridlayout.html#add">TQGridLayout</a> <a href="tqlayout.html#add">TQLayout</a> <a href="tqobjectcleanuphandler.html#add">TQObjectCleanupHandler</a> <a href="tqtooltip.html#add">TQToolTip</a> <a href="tqwhatsthis.html#add">TQWhatsThis</a><li>addArgument: <a href="tqprocess.html#addArgument">TQProcess</a><li>addBindValue: <a href="tqsqlquery.html#addBindValue">TQSqlQuery</a><li>addChild: @@ -90,7 +90,7 @@ abort: <a href="tqheader.html#addLabel">TQHeader</a><li>addLayout: <a href="tqboxlayout.html#addLayout">TQBoxLayout</a> <a href="tqgridlayout.html#addLayout">TQGridLayout</a><li>addLeftWidget: <a href="tqfiledialog.html#addLeftWidget">TQFileDialog</a><li>addLibraryPath: - <a href="ntqapplication.html#addLibraryPath">TQApplication</a><li>addLine: + <a href="tqapplication.html#addLibraryPath">TQApplication</a><li>addLine: <a href="tqdial.html#addLine">TQDial</a> <a href="tqrangecontrol.html#addLine">TQRangeControl</a><li>addMSecs: <a href="tqtime.html#addMSecs">TQTime</a><li>addMonths: <a href="tqdate.html#addMonths">TQDate</a> <a href="tqdatetime.html#addMonths">TQDateTime</a><li>addMultiCell: @@ -134,7 +134,7 @@ abort: <a href="tqlistview.html#allColumnsShowFocus">TQListView</a><li>allGray: <a href="tqimage.html#allGray">TQImage</a><li>allItems: <a href="tqcanvas.html#allItems">TQCanvas</a><li>allWidgets: - <a href="ntqapplication.html#allWidgets">TQApplication</a><li>alloc: + <a href="tqapplication.html#allWidgets">TQApplication</a><li>alloc: <a href="tqcolor.html#alloc">TQColor</a><li>allowedInContext: <a href="tqstylesheetitem.html#allowedInContext">TQStyleSheetItem</a><li>allowsErrorInteraction: <a href="tqsessionmanager.html#allowsErrorInteraction">TQSessionManager</a><li>allowsInteraction: @@ -152,17 +152,17 @@ abort: <a href="tqcstring.html#append">TQCString</a> <a href="tqicondrag.html#append">TQIconDrag</a> <a href="tqptrlist.html#append">TQPtrList</a> <a href="tqsqlcursor.html#append">TQSqlCursor</a> <a href="tqsqlindex.html#append">TQSqlIndex</a> <a href="tqsqlrecord.html#append">TQSqlRecord</a> <a href="tqstring.html#append">TQString</a> <a href="tqtextedit.html#append">TQTextEdit</a> <a href="tqvaluelist.html#append">TQValueList</a> <a href="tqvaluevector.html#append">TQValueVector</a> <a href="tqxmlattributes.html#append">TQXmlAttributes</a><li>appendChild: <a href="tqdomnode.html#appendChild">TQDomNode</a><li>appendData: <a href="tqdomcharacterdata.html#appendData">TQDomCharacterData</a><li>applicationDirPath: - <a href="ntqapplication.html#applicationDirPath">TQApplication</a><li>applicationFilePath: - <a href="ntqapplication.html#applicationFilePath">TQApplication</a><li>applyButtonPressed: + <a href="tqapplication.html#applicationDirPath">TQApplication</a><li>applicationFilePath: + <a href="tqapplication.html#applicationFilePath">TQApplication</a><li>applyButtonPressed: <a href="tqtabdialog.html#applyButtonPressed">TQTabDialog</a><li>appropriate: <a href="tqmainwindow.html#appropriate">TQMainWindow</a> <a href="tqwizard.html#appropriate">TQWizard</a><li>area: <a href="tqdockwindow.html#area">TQDockWindow</a><li>areaPoints: <a href="tqcanvaspolygon.html#areaPoints">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#areaPoints">TQCanvasPolygonalItem</a><li>areaPointsAdvanced: <a href="tqcanvaspolygonalitem.html#areaPointsAdvanced">TQCanvasPolygonalItem</a><li>arg: <a href="tqnetworkoperation.html#arg">TQNetworkOperation</a> <a href="tqstring.html#arg">TQString</a><li>argc: - <a href="ntqapplication.html#argc">TQApplication</a><li>arguments: + <a href="tqapplication.html#argc">TQApplication</a><li>arguments: <a href="tqprocess.html#arguments">TQProcess</a><li>argv: - <a href="ntqapplication.html#argv">TQApplication</a><li>arrangeItemsInGrid: + <a href="tqapplication.html#argv">TQApplication</a><li>arrangeItemsInGrid: <a href="tqiconview.html#arrangeItemsInGrid">TQIconView</a><li>arrangement: <a href="tqiconview.html#arrangement">TQIconView</a><li>arrowType: <a href="tqstyleoption.html#arrowType">TQStyleOption</a><li>asBitArray: @@ -249,7 +249,7 @@ back: <a href="tqcolorgroup.html#base">TQColorGroup</a><li>baseName: <a href="tqfileinfo.html#baseName">TQFileInfo</a><li>baseSize: <a href="tqwidget.html#baseSize">TQWidget</a><li>beep: - <a href="ntqapplication.html#beep">TQApplication</a><li>beforeDelete: + <a href="tqapplication.html#beep">TQApplication</a><li>beforeDelete: <a href="tqdatabrowser.html#beforeDelete">TQDataBrowser</a> <a href="tqdatatable.html#beforeDelete">TQDataTable</a><li>beforeInsert: <a href="tqdatabrowser.html#beforeInsert">TQDataBrowser</a> <a href="tqdatatable.html#beforeInsert">TQDataTable</a><li>beforeSeek: <a href="tqsqlquery.html#beforeSeek">TQSqlQuery</a><li>beforeUpdate: @@ -403,19 +403,19 @@ c: <a href="tqwidget.html#clearWFlags">TQWidget</a><li>clicked: <a href="tqbutton.html#clicked">TQButton</a> <a href="tqbuttongroup.html#clicked">TQButtonGroup</a> <a href="tqbutton.html#clicked">TQCheckBox</a> <a href="tqheader.html#clicked">TQHeader</a> <a href="tqiconview.html#clicked">TQIconView</a> <a href="tqlistbox.html#clicked">TQListBox</a> <a href="tqlistview.html#clicked">TQListView</a> <a href="tqbutton.html#clicked">TQPushButton</a> <a href="tqbutton.html#clicked">TQRadioButton</a> <a href="tqtable.html#clicked">TQTable</a> <a href="tqtextedit.html#clicked">TQTextEdit</a> <a href="tqwhatsthis.html#clicked">TQWhatsThis</a><li>clipRegion: <a href="tqpainter.html#clipRegion">TQPainter</a> <a href="tqwidget.html#clipRegion">TQWidget</a><li>clipboard: - <a href="ntqapplication.html#clipboard">TQApplication</a><li>clipper: + <a href="tqapplication.html#clipboard">TQApplication</a><li>clipper: <a href="tqscrollview.html#clipper">TQScrollView</a><li>cloneNode: <a href="tqdomnode.html#cloneNode">TQDomNode</a><li>close: <a href="tqfile.html#close">TQFile</a> <a href="tqftp.html#close">TQFtp</a> <a href="tqiodevice.html#close">TQIODevice</a> <a href="tqsocket.html#close">TQSocket</a> <a href="tqsqldatabase.html#close">TQSqlDatabase</a> <a href="tqsqldriver.html#close">TQSqlDriver</a> <a href="tqwidget.html#close">TQWidget</a><li>closeActiveWindow: <a href="tqworkspace.html#closeActiveWindow">TQWorkspace</a><li>closeAllWindows: - <a href="ntqapplication.html#closeAllWindows">TQApplication</a> <a href="tqworkspace.html#closeAllWindows">TQWorkspace</a><li>closeAssistant: + <a href="tqapplication.html#closeAllWindows">TQApplication</a> <a href="tqworkspace.html#closeAllWindows">TQWorkspace</a><li>closeAssistant: <a href="tqassistantclient.html#closeAssistant">TQAssistantClient</a><li>closeConnection: <a href="tqhttp.html#closeConnection">TQHttp</a><li>closeEvent: <a href="tqwidget.html#closeEvent">TQWidget</a><li>closeMode: <a href="tqdockwindow.html#closeMode">TQDockWindow</a><li>closeStdin: <a href="tqprocess.html#closeStdin">TQProcess</a><li>closed: <a href="tqcanvasspline.html#closed">TQCanvasSpline</a><li>closingDown: - <a href="ntqapplication.html#closingDown">TQApplication</a><li>cmd: + <a href="tqapplication.html#closingDown">TQApplication</a><li>cmd: <a href="tqpaintdevice.html#cmd">TQPaintDevice</a><li>codec: <a href="tqtextstream.html#codec">TQTextStream</a><li>codecForCStrings: <a href="tqtextcodec.html#codecForCStrings">TQTextCodec</a><li>codecForContent: @@ -436,7 +436,7 @@ c: <a href="tqwidget.html#colorGroup">TQWidget</a><li>colorMode: <a href="tqprinter.html#colorMode">TQPrinter</a><li>colorNames: <a href="tqcolor.html#colorNames">TQColor</a><li>colorSpec: - <a href="ntqapplication.html#colorSpec">TQApplication</a><li>colorTable: + <a href="tqapplication.html#colorSpec">TQApplication</a><li>colorTable: <a href="tqimage.html#colorTable">TQImage</a><li>colormap: <a href="tqglwidget.html#colormap">TQGLWidget</a><li>columnAlignment: <a href="tqlistview.html#columnAlignment">TQListView</a><li>columnAt: @@ -457,7 +457,7 @@ c: <a href="tqftp.html#commandStarted">TQFtp</a><li>comment: <a href="tqtranslatormessage.html#comment">TQTranslatorMessage</a> <a href="tqxmllexicalhandler.html#comment">TQXmlLexicalHandler</a><li>commit: <a href="tqsqldatabase.html#commit">TQSqlDatabase</a><li>commitData: - <a href="ntqapplication.html#commitData">TQApplication</a><li>commitTransaction: + <a href="tqapplication.html#commitData">TQApplication</a><li>commitTransaction: <a href="tqsqldriver.html#commitTransaction">TQSqlDriver</a><li>commonPrefix: <a href="tqtranslatormessage.html#commonPrefix">TQTranslatorMessage</a><li>communication: <a href="tqprocess.html#communication">TQProcess</a><li>compare: @@ -608,7 +608,7 @@ c: <a href="tqlineedit.html#cursorBackward">TQLineEdit</a><li>cursorChanged: <a href="tqdatabrowser.html#cursorChanged">TQDataBrowser</a> <a href="tqdatatable.html#cursorChanged">TQDataTable</a><li>cursorDown: <a href="tqmultilineedit.html#cursorDown">TQMultiLineEdit</a><li>cursorFlashTime: - <a href="ntqapplication.html#cursorFlashTime">TQApplication</a><li>cursorForward: + <a href="tqapplication.html#cursorFlashTime">TQApplication</a><li>cursorForward: <a href="tqlineedit.html#cursorForward">TQLineEdit</a><li>cursorLeft: <a href="tqmultilineedit.html#cursorLeft">TQMultiLineEdit</a><li>cursorName: <a href="tqsqlindex.html#cursorName">TQSqlIndex</a><li>cursorPoint: @@ -688,8 +688,8 @@ dark: <a href="tqimageio.html#description">TQImageIO</a><li>deselect: <a href="tqlineedit.html#deselect">TQLineEdit</a><li>designable: <a href="tqmetaproperty.html#designable">TQMetaProperty</a><li>desktop: - <a href="ntqapplication.html#desktop">TQApplication</a><li>desktopSettingsAware: - <a href="ntqapplication.html#desktopSettingsAware">TQApplication</a><li>destroy: + <a href="tqapplication.html#desktop">TQApplication</a><li>desktopSettingsAware: + <a href="tqapplication.html#desktopSettingsAware">TQApplication</a><li>destroy: <a href="tqwidget.html#destroy">TQWidget</a><li>destroyAllocContext: <a href="tqcolor.html#destroyAllocContext">TQColor</a><li>destroyed: <a href="tqobject.html#destroyed">TQObject</a><li>det: @@ -739,7 +739,7 @@ dark: <a href="tqimage.html#dotsPerMeterX">TQImage</a><li>dotsPerMeterY: <a href="tqimage.html#dotsPerMeterY">TQImage</a><li>doubleBuffer: <a href="tqglformat.html#doubleBuffer">TQGLFormat</a> <a href="tqglwidget.html#doubleBuffer">TQGLWidget</a><li>doubleClickInterval: - <a href="ntqapplication.html#doubleClickInterval">TQApplication</a><li>doubleClicked: + <a href="tqapplication.html#doubleClickInterval">TQApplication</a><li>doubleClicked: <a href="tqiconview.html#doubleClicked">TQIconView</a> <a href="tqlistbox.html#doubleClicked">TQListBox</a> <a href="tqlistview.html#doubleClicked">TQListView</a> <a href="tqtable.html#doubleClicked">TQTable</a> <a href="tqtextedit.html#doubleClicked">TQTextEdit</a><li>downRect: <a href="tqspinbox.html#downRect">TQSpinBox</a><li>drag: <a href="tqdragobject.html#drag">TQDragObject</a><li>dragAutoScroll: @@ -874,12 +874,12 @@ echoMode: <a href="tqregexp.html#escape">TQRegExp</a> <a href="tqstylesheet.html#escape">TQStyleSheet</a><li>event: <a href="tqobject.html#event">TQObject</a> <a href="tqwidget.html#event">TQWidget</a><li>eventFilter: <a href="tqlistview.html#eventFilter">TQListView</a> <a href="tqobject.html#eventFilter">TQObject</a> <a href="tqscrollview.html#eventFilter">TQScrollView</a> <a href="tqspinbox.html#eventFilter">TQSpinBox</a><li>eventLoop: - <a href="ntqapplication.html#eventLoop">TQApplication</a><li>exactMatch: + <a href="tqapplication.html#eventLoop">TQApplication</a><li>exactMatch: <a href="tqfont.html#exactMatch">TQFont</a> <a href="tqfontinfo.html#exactMatch">TQFontInfo</a> <a href="tqregexp.html#exactMatch">TQRegExp</a><li>exec: - <a href="ntqapplication.html#exec">TQApplication</a> <a href="tqdialog.html#exec">TQDialog</a> <a href="tqeventloop.html#exec">TQEventLoop</a> <a href="tqpopupmenu.html#exec">TQPopupMenu</a> <a href="tqsqldatabase.html#exec">TQSqlDatabase</a> <a href="tqsqlquery.html#exec">TQSqlQuery</a><li>executedQuery: + <a href="tqapplication.html#exec">TQApplication</a> <a href="tqdialog.html#exec">TQDialog</a> <a href="tqeventloop.html#exec">TQEventLoop</a> <a href="tqpopupmenu.html#exec">TQPopupMenu</a> <a href="tqsqldatabase.html#exec">TQSqlDatabase</a> <a href="tqsqlquery.html#exec">TQSqlQuery</a><li>executedQuery: <a href="tqsqlquery.html#executedQuery">TQSqlQuery</a><li>exists: <a href="tqdir.html#exists">TQDir</a> <a href="tqfile.html#exists">TQFile</a> <a href="tqfileinfo.html#exists">TQFileInfo</a><li>exit: - <a href="ntqapplication.html#exit">TQApplication</a> <a href="tqeventloop.html#exit">TQEventLoop</a> <a href="tqthread.html#exit">TQThread</a><li>exitLoop: + <a href="tqapplication.html#exit">TQApplication</a> <a href="tqeventloop.html#exit">TQEventLoop</a> <a href="tqthread.html#exit">TQThread</a><li>exitLoop: <a href="tqeventloop.html#exitLoop">TQEventLoop</a><li>exitStatus: <a href="tqprocess.html#exitStatus">TQProcess</a><li>expand: <a href="tqgridlayout.html#expand">TQGridLayout</a><li>expandTo: @@ -943,8 +943,8 @@ falseText: <a href="tqmacmime.html#flavor">TQMacMime</a><li>flavorFor: <a href="tqmacmime.html#flavorFor">TQMacMime</a><li>flavorToMime: <a href="tqmacmime.html#flavorToMime">TQMacMime</a><li>flush: - <a href="ntqapplication.html#flush">TQApplication</a> <a href="tqfile.html#flush">TQFile</a> <a href="tqiodevice.html#flush">TQIODevice</a> <a href="tqpainter.html#flush">TQPainter</a> <a href="tqsocket.html#flush">TQSocket</a><li>flushX: - <a href="ntqapplication.html#flushX">TQApplication</a><li>focusData: + <a href="tqapplication.html#flush">TQApplication</a> <a href="tqfile.html#flush">TQFile</a> <a href="tqiodevice.html#flush">TQIODevice</a> <a href="tqpainter.html#flush">TQPainter</a> <a href="tqsocket.html#flush">TQSocket</a><li>flushX: + <a href="tqapplication.html#flushX">TQApplication</a><li>focusData: <a href="tqwidget.html#focusData">TQWidget</a><li>focusInEvent: <a href="tqwidget.html#focusInEvent">TQWidget</a><li>focusNextPrevChild: <a href="tqtextedit.html#focusNextPrevChild">TQTextEdit</a> <a href="tqwidget.html#focusNextPrevChild">TQWidget</a><li>focusOutEvent: @@ -953,13 +953,13 @@ falseText: <a href="tqwidget.html#focusProxy">TQWidget</a><li>focusRectPolicy: <a href="tqmacstyle.html#focusRectPolicy">TQMacStyle</a><li>focusStyle: <a href="tqtable.html#focusStyle">TQTable</a><li>focusWidget: - <a href="ntqapplication.html#focusWidget">TQApplication</a> <a href="tqfocusdata.html#focusWidget">TQFocusData</a> <a href="tqwidget.html#focusWidget">TQWidget</a><li>font: - <a href="ntqapplication.html#font">TQApplication</a> <a href="tqcanvastext.html#font">TQCanvasText</a> <a href="tqfontdatabase.html#font">TQFontDatabase</a> <a href="tqpainter.html#font">TQPainter</a> <a href="tqtooltip.html#font">TQToolTip</a> <a href="tqwidget.html#font">TQWidget</a><li>fontChange: + <a href="tqapplication.html#focusWidget">TQApplication</a> <a href="tqfocusdata.html#focusWidget">TQFocusData</a> <a href="tqwidget.html#focusWidget">TQWidget</a><li>font: + <a href="tqapplication.html#font">TQApplication</a> <a href="tqcanvastext.html#font">TQCanvasText</a> <a href="tqfontdatabase.html#font">TQFontDatabase</a> <a href="tqpainter.html#font">TQPainter</a> <a href="tqtooltip.html#font">TQToolTip</a> <a href="tqwidget.html#font">TQWidget</a><li>fontChange: <a href="tqwidget.html#fontChange">TQWidget</a><li>fontFamily: <a href="tqstylesheetitem.html#fontFamily">TQStyleSheetItem</a><li>fontInfo: <a href="tqpainter.html#fontInfo">TQPainter</a> <a href="tqwidget.html#fontInfo">TQWidget</a><li>fontItalic: <a href="tqstylesheetitem.html#fontItalic">TQStyleSheetItem</a><li>fontMetrics: - <a href="ntqapplication.html#fontMetrics">TQApplication</a> <a href="tqpainter.html#fontMetrics">TQPainter</a> <a href="tqwidget.html#fontMetrics">TQWidget</a><li>fontSize: + <a href="tqapplication.html#fontMetrics">TQApplication</a> <a href="tqpainter.html#fontMetrics">TQPainter</a> <a href="tqwidget.html#fontMetrics">TQWidget</a><li>fontSize: <a href="tqstylesheetitem.html#fontSize">TQStyleSheetItem</a><li>fontStrikeOut: <a href="tqstylesheetitem.html#fontStrikeOut">TQStyleSheetItem</a><li>fontUnderline: <a href="tqstylesheetitem.html#fontUnderline">TQStyleSheetItem</a><li>fontWeight: @@ -1036,7 +1036,7 @@ gamma: <a href="tqglwidget.html#glDraw">TQGLWidget</a><li>glInit: <a href="tqglwidget.html#glInit">TQGLWidget</a><li>globalPos: <a href="tqcontextmenuevent.html#globalPos">TQContextMenuEvent</a> <a href="tqmouseevent.html#globalPos">TQMouseEvent</a> <a href="tqtabletevent.html#globalPos">TQTabletEvent</a> <a href="qwheelevent.html#globalPos">TQWheelEvent</a><li>globalStrut: - <a href="ntqapplication.html#globalStrut">TQApplication</a><li>globalX: + <a href="tqapplication.html#globalStrut">TQApplication</a><li>globalX: <a href="tqcontextmenuevent.html#globalX">TQContextMenuEvent</a> <a href="tqmouseevent.html#globalX">TQMouseEvent</a> <a href="tqtabletevent.html#globalX">TQTabletEvent</a> <a href="qwheelevent.html#globalX">TQWheelEvent</a><li>globalY: <a href="tqcontextmenuevent.html#globalY">TQContextMenuEvent</a> <a href="tqmouseevent.html#globalY">TQMouseEvent</a> <a href="tqtabletevent.html#globalY">TQTabletEvent</a> <a href="qwheelevent.html#globalY">TQWheelEvent</a><li>gotFocus: <a href="tqfocusevent.html#gotFocus">TQFocusEvent</a><li>grabFrameBuffer: @@ -1054,7 +1054,7 @@ gamma: <a href="tqiconview.html#gridY">TQIconView</a><li>group: <a href="tqbutton.html#group">TQButton</a> <a href="tqbutton.html#group">TQCheckBox</a> <a href="tqfileinfo.html#group">TQFileInfo</a> <a href="tqbutton.html#group">TQPushButton</a> <a href="tqbutton.html#group">TQRadioButton</a> <a href="tqsettings.html#group">TQSettings</a> <a href="tqtooltip.html#group">TQToolTip</a> <a href="tqurlinfo.html#group">TQUrlInfo</a> <a href="tqwidgetplugin.html#group">TQWidgetPlugin</a><li>groupId: <a href="tqfileinfo.html#groupId">TQFileInfo</a><li>guiThreadAwake: - <a href="ntqapplication.html#guiThreadAwake">TQApplication</a><li><a name="h"></a> + <a href="tqapplication.html#guiThreadAwake">TQApplication</a><li><a name="h"></a> hScrollBarMode: <a href="tqscrollview.html#hScrollBarMode">TQScrollView</a><li>handle: <a href="tqcursor.html#handle">TQCursor</a> <a href="tqfile.html#handle">TQFile</a> <a href="tqfont.html#handle">TQFont</a> <a href="tqpaintdevice.html#handle">TQPaintDevice</a> <a href="tqpainter.html#handle">TQPainter</a> <a href="tqregion.html#handle">TQRegion</a> <a href="tqsessionmanager.html#handle">TQSessionManager</a><li>handleError: @@ -1078,7 +1078,7 @@ hScrollBarMode: <a href="tqdockarea.html#hasDockWindow">TQDockArea</a> <a href="tqmainwindow.html#hasDockWindow">TQMainWindow</a><li>hasFeature: <a href="tqdomimplementation.html#hasFeature">TQDomImplementation</a> <a href="tqsqldriver.html#hasFeature">TQSqlDriver</a> <a href="tqxmlreader.html#hasFeature">TQXmlReader</a><li>hasFocus: <a href="tqwidget.html#hasFocus">TQWidget</a><li>hasGlobalMouseTracking: - <a href="ntqapplication.html#hasGlobalMouseTracking">TQApplication</a><li>hasHeightForWidth: + <a href="tqapplication.html#hasGlobalMouseTracking">TQApplication</a><li>hasHeightForWidth: <a href="tqboxlayout.html#hasHeightForWidth">TQBoxLayout</a> <a href="tqgridlayout.html#hasHeightForWidth">TQGridLayout</a> <a href="tqlayoutitem.html#hasHeightForWidth">TQLayoutItem</a> <a href="tqsizepolicy.html#hasHeightForWidth">TQSizePolicy</a><li>hasHelpButton: <a href="tqtabdialog.html#hasHelpButton">TQTabDialog</a><li>hasHost: <a href="tqurl.html#hasHost">TQUrl</a><li>hasKey: @@ -1095,7 +1095,7 @@ hScrollBarMode: <a href="tqurl.html#hasPassword">TQUrl</a><li>hasPath: <a href="tqurl.html#hasPath">TQUrl</a><li>hasPendingCommands: <a href="tqftp.html#hasPendingCommands">TQFtp</a><li>hasPendingEvents: - <a href="ntqapplication.html#hasPendingEvents">TQApplication</a> <a href="tqeventloop.html#hasPendingEvents">TQEventLoop</a><li>hasPendingRequests: + <a href="tqapplication.html#hasPendingEvents">TQApplication</a> <a href="tqeventloop.html#hasPendingEvents">TQEventLoop</a><li>hasPendingRequests: <a href="tqhttp.html#hasPendingRequests">TQHttp</a><li>hasPort: <a href="tqurl.html#hasPort">TQUrl</a><li>hasProperty: <a href="tqxmlreader.html#hasProperty">TQXmlReader</a><li>hasRef: @@ -1135,7 +1135,7 @@ hScrollBarMode: <a href="tqdir.html#homeDirPath">TQDir</a><li>horData: <a href="tqsizepolicy.html#horData">TQSizePolicy</a><li>horStretch: <a href="tqsizepolicy.html#horStretch">TQSizePolicy</a><li>horizontalAlignment: - <a href="ntqapplication.html#horizontalAlignment">TQApplication</a><li>horizontalHeader: + <a href="tqapplication.html#horizontalAlignment">TQApplication</a><li>horizontalHeader: <a href="tqtable.html#horizontalHeader">TQTable</a><li>horizontalScrollBar: <a href="tqscrollview.html#horizontalScrollBar">TQScrollView</a><li>horizontalSliderPressed: <a href="tqscrollview.html#horizontalSliderPressed">TQScrollView</a><li>horizontalSliderReleased: @@ -1228,7 +1228,7 @@ icon: <a href="tqimageformatplugin.html#installIOHandler">TQImageFormatPlugin</a><li>installIconFactory: <a href="tqiconset.html#installIconFactory">TQIconSet</a><li>installPropertyMap: <a href="tqdatatable.html#installPropertyMap">TQDataTable</a> <a href="tqsqlform.html#installPropertyMap">TQSqlForm</a><li>installTranslator: - <a href="ntqapplication.html#installTranslator">TQApplication</a><li>intValue: + <a href="tqapplication.html#installTranslator">TQApplication</a><li>intValue: <a href="tqlcdnumber.html#intValue">TQLCDNumber</a><li>internalEntityDecl: <a href="tqxmldeclhandler.html#internalEntityDecl">TQXmlDeclHandler</a><li>internalSubset: <a href="tqdomdocumenttype.html#internalSubset">TQDomDocumentType</a><li>interpretText: @@ -1291,7 +1291,7 @@ icon: <a href="tqsqldatabase.html#isDriverAvailable">TQSqlDatabase</a><li>isEditable: <a href="tqcombotableitem.html#isEditable">TQComboTableItem</a><li>isEditing: <a href="tqtable.html#isEditing">TQTable</a><li>isEffectEnabled: - <a href="ntqapplication.html#isEffectEnabled">TQApplication</a><li>isElement: + <a href="tqapplication.html#isEffectEnabled">TQApplication</a><li>isElement: <a href="tqdomelement.html#isElement">TQDomElement</a> <a href="tqdomnode.html#isElement">TQDomNode</a><li>isEmpty: <a href="tqasciicache.html#isEmpty">TQAsciiCache</a> <a href="tqasciicacheiterator.html#isEmpty">TQAsciiCacheIterator</a> <a href="tqasciidict.html#isEmpty">TQAsciiDict</a> <a href="tqasciidictiterator.html#isEmpty">TQAsciiDictIterator</a> <a href="tqcstring.html#isEmpty">TQCString</a> <a href="tqcache.html#isEmpty">TQCache</a> <a href="tqcacheiterator.html#isEmpty">TQCacheIterator</a> <a href="tqdict.html#isEmpty">TQDict</a> <a href="tqdictiterator.html#isEmpty">TQDictIterator</a> <a href="tqdockarea.html#isEmpty">TQDockArea</a> <a href="tqglcolormap.html#isEmpty">TQGLColormap</a> <a href="tqintcache.html#isEmpty">TQIntCache</a> <a href="tqintcacheiterator.html#isEmpty">TQIntCacheIterator</a> <a href="tqintdict.html#isEmpty">TQIntDict</a> <a href="tqintdictiterator.html#isEmpty">TQIntDictIterator</a> <a href="tqkeysequence.html#isEmpty">TQKeySequence</a> <a href="tqlayout.html#isEmpty">TQLayout</a> <a href="tqlayoutitem.html#isEmpty">TQLayoutItem</a> <a href="tqmap.html#isEmpty">TQMap</a> <a href="tqmemarray.html#isEmpty">TQMemArray</a> <a href="tqobjectcleanuphandler.html#isEmpty">TQObjectCleanupHandler</a> <a href="tqptrdict.html#isEmpty">TQPtrDict</a> <a href="tqptrdictiterator.html#isEmpty">TQPtrDictIterator</a> <a href="tqptrlist.html#isEmpty">TQPtrList</a> <a href="tqptrlistiterator.html#isEmpty">TQPtrListIterator</a> <a href="tqptrqueue.html#isEmpty">TQPtrQueue</a> <a href="tqptrstack.html#isEmpty">TQPtrStack</a> <a href="tqptrvector.html#isEmpty">TQPtrVector</a> <a href="tqrect.html#isEmpty">TQRect</a> <a href="tqregexp.html#isEmpty">TQRegExp</a> <a href="tqregion.html#isEmpty">TQRegion</a> <a href="tqsize.html#isEmpty">TQSize</a> <a href="tqspaceritem.html#isEmpty">TQSpacerItem</a> <a href="tqsqlrecord.html#isEmpty">TQSqlRecord</a> <a href="tqstring.html#isEmpty">TQString</a> <a href="tqtableselection.html#isEmpty">TQTableSelection</a> <a href="tqtranslator.html#isEmpty">TQTranslator</a> <a href="tqvaluelist.html#isEmpty">TQValueList</a> <a href="tqvaluevector.html#isEmpty">TQValueVector</a> <a href="tqwidgetitem.html#isEmpty">TQWidgetItem</a><li>isEnabled: <a href="tqaccel.html#isEnabled">TQAccel</a> <a href="tqaction.html#isEnabled">TQAction</a> <a href="tqcanvasitem.html#isEnabled">TQCanvasItem</a> <a href="tqlayout.html#isEnabled">TQLayout</a> <a href="tqlistviewitem.html#isEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#isEnabled">TQSocketNotifier</a> <a href="tqtab.html#isEnabled">TQTab</a> <a href="tqtableitem.html#isEnabled">TQTableItem</a> <a href="tqwidget.html#isEnabled">TQWidget</a><li>isEnabledTo: @@ -1379,7 +1379,7 @@ icon: <a href="tqcanvasitem.html#isSelected">TQCanvasItem</a> <a href="tqiconviewitem.html#isSelected">TQIconViewItem</a> <a href="tqlistbox.html#isSelected">TQListBox</a> <a href="tqlistboxitem.html#isSelected">TQListBoxItem</a> <a href="tqlistview.html#isSelected">TQListView</a> <a href="tqlistviewitem.html#isSelected">TQListViewItem</a> <a href="tqtable.html#isSelected">TQTable</a><li>isSeparator: <a href="tqcustommenuitem.html#isSeparator">TQCustomMenuItem</a><li>isSequentialAccess: <a href="tqiodevice.html#isSequentialAccess">TQIODevice</a><li>isSessionRestored: - <a href="ntqapplication.html#isSessionRestored">TQApplication</a><li>isSetType: + <a href="tqapplication.html#isSessionRestored">TQApplication</a><li>isSetType: <a href="tqmetaproperty.html#isSetType">TQMetaProperty</a><li>isSharing: <a href="tqglcontext.html#isSharing">TQGLContext</a> <a href="tqglwidget.html#isSharing">TQGLWidget</a><li>isShown: <a href="tqwidget.html#isShown">TQWidget</a><li>isSizeGripEnabled: @@ -1468,7 +1468,7 @@ label: <a href="tqdatabrowser.html#lastRecordAvailable">TQDataBrowser</a><li>lastResortFamily: <a href="tqfont.html#lastResortFamily">TQFont</a><li>lastResortFont: <a href="tqfont.html#lastResortFont">TQFont</a><li>lastWindowClosed: - <a href="ntqapplication.html#lastWindowClosed">TQApplication</a><li>latin1: + <a href="tqapplication.html#lastWindowClosed">TQApplication</a><li>latin1: <a href="tqchar.html#latin1">TQChar</a> <a href="tqstring.html#latin1">TQString</a><li>launch: <a href="tqprocess.html#launch">TQProcess</a><li>launchFinished: <a href="tqprocess.html#launchFinished">TQProcess</a><li>layOutButtonRow: @@ -1493,7 +1493,7 @@ label: <a href="tqurlinfo.html#lessThan">TQUrlInfo</a><li>lexicalHandler: <a href="tqxmlreader.html#lexicalHandler">TQXmlReader</a><li>library: <a href="tqlibrary.html#library">TQLibrary</a><li>libraryPaths: - <a href="ntqapplication.html#libraryPaths">TQApplication</a><li>light: + <a href="tqapplication.html#libraryPaths">TQApplication</a><li>light: <a href="tqcolor.html#light">TQColor</a> <a href="tqcolorgroup.html#light">TQColorGroup</a><li>lineEdit: <a href="tqcombobox.html#lineEdit">TQComboBox</a><li>lineLength: <a href="tqmultilineedit.html#lineLength">TQMultiLineEdit</a><li>lineNumber: @@ -1529,8 +1529,8 @@ label: <a href="tqdomnode.html#localName">TQDomNode</a> <a href="tqxmlattributes.html#localName">TQXmlAttributes</a><li>locale: <a href="tqtextcodec.html#locale">TQTextCodec</a><li>localeAwareCompare: <a href="tqstring.html#localeAwareCompare">TQString</a><li>lock: - <a href="ntqapplication.html#lock">TQApplication</a> <a href="tqmutex.html#lock">TQMutex</a><li>locked: - <a href="ntqapplication.html#locked">TQApplication</a> <a href="tqmutex.html#locked">TQMutex</a><li>logicalDpiX: + <a href="tqapplication.html#lock">TQApplication</a> <a href="tqmutex.html#lock">TQMutex</a><li>locked: + <a href="tqapplication.html#locked">TQApplication</a> <a href="tqmutex.html#locked">TQMutex</a><li>logicalDpiX: <a href="tqpaintdevicemetrics.html#logicalDpiX">TQPaintDeviceMetrics</a><li>logicalDpiY: <a href="tqpaintdevicemetrics.html#logicalDpiY">TQPaintDeviceMetrics</a><li>logicalFontSize: <a href="tqstylesheetitem.html#logicalFontSize">TQStyleSheetItem</a><li>logicalFontSizeStep: @@ -1549,9 +1549,9 @@ m11: <a href="tqwmatrix.html#m21">TQWMatrix</a><li>m22: <a href="tqwmatrix.html#m22">TQWMatrix</a><li>macEvent: <a href="tqwidget.html#macEvent">TQWidget</a><li>macEventFilter: - <a href="ntqapplication.html#macEventFilter">TQApplication</a><li>mailServers: + <a href="tqapplication.html#macEventFilter">TQApplication</a><li>mailServers: <a href="tqdns.html#mailServers">TQDns</a><li>mainWidget: - <a href="ntqapplication.html#mainWidget">TQApplication</a> <a href="tqlayout.html#mainWidget">TQLayout</a><li>mainWindow: + <a href="tqapplication.html#mainWidget">TQApplication</a> <a href="tqlayout.html#mainWidget">TQLayout</a><li>mainWindow: <a href="tqtoolbar.html#mainWindow">TQToolBar</a><li>majorVersion: <a href="tqhttpheader.html#majorVersion">TQHttpHeader</a> <a href="tqhttprequestheader.html#majorVersion">TQHttpRequestHeader</a> <a href="tqhttpresponseheader.html#majorVersion">TQHttpResponseHeader</a><li>makeAbsolute: <a href="tqmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory</a><li>makeArc: @@ -1719,7 +1719,7 @@ name: <a href="tqdial.html#notchSize">TQDial</a><li>notchTarget: <a href="tqdial.html#notchTarget">TQDial</a><li>notchesVisible: <a href="tqdial.html#notchesVisible">TQDial</a><li>notify: - <a href="ntqapplication.html#notify">TQApplication</a><li>nrefs: + <a href="tqapplication.html#notify">TQApplication</a><li>nrefs: <a href="tqmemarray.html#nrefs">TQMemArray</a><li>nullText: <a href="tqdatatable.html#nullText">TQDataTable</a> <a href="tqsqldriver.html#nullText">TQSqlDriver</a><li>numBitPlanes: <a href="tqcolor.html#numBitPlanes">TQColor</a><li>numBytes: @@ -1820,7 +1820,7 @@ object: <a href="tqglcontext.html#overlayTransparentColor">TQGLContext</a><li>overline: <a href="tqfont.html#overline">TQFont</a><li>overlinePos: <a href="tqfontmetrics.html#overlinePos">TQFontMetrics</a><li>overrideCursor: - <a href="ntqapplication.html#overrideCursor">TQApplication</a><li>ownCursor: + <a href="tqapplication.html#overrideCursor">TQApplication</a><li>ownCursor: <a href="tqwidget.html#ownCursor">TQWidget</a><li>ownFont: <a href="tqwidget.html#ownFont">TQWidget</a><li>ownPalette: <a href="tqwidget.html#ownPalette">TQWidget</a><li>owner: @@ -1853,7 +1853,7 @@ packImage: <a href="tqheader.html#paintSection">TQHeader</a><li>paintSectionLabel: <a href="tqheader.html#paintSectionLabel">TQHeader</a><li>paintingActive: <a href="tqpaintdevice.html#paintingActive">TQPaintDevice</a><li>palette: - <a href="ntqapplication.html#palette">TQApplication</a> <a href="tqtooltip.html#palette">TQToolTip</a> <a href="tqwidget.html#palette">TQWidget</a><li>paletteBackgroundColor: + <a href="tqapplication.html#palette">TQApplication</a> <a href="tqtooltip.html#palette">TQToolTip</a> <a href="tqwidget.html#palette">TQWidget</a><li>paletteBackgroundColor: <a href="tqwidget.html#paletteBackgroundColor">TQWidget</a><li>paletteBackgroundPixmap: <a href="tqwidget.html#paletteBackgroundPixmap">TQWidget</a><li>paletteChange: <a href="tqwidget.html#paletteChange">TQWidget</a><li>paletteForegroundColor: @@ -1904,7 +1904,7 @@ packImage: <a href="tqfont.html#pointSizeFloat">TQFont</a><li>pointSizes: <a href="tqfontdatabase.html#pointSizes">TQFontDatabase</a><li>points: <a href="tqcanvaspolygon.html#points">TQCanvasPolygon</a><li>polish: - <a href="ntqapplication.html#polish">TQApplication</a> <a href="tqstyle.html#polish">TQStyle</a> <a href="tqwidget.html#polish">TQWidget</a><li>polishPopupMenu: + <a href="tqapplication.html#polish">TQApplication</a> <a href="tqstyle.html#polish">TQStyle</a> <a href="tqwidget.html#polish">TQWidget</a><li>polishPopupMenu: <a href="tqstyle.html#polishPopupMenu">TQStyle</a><li>pop: <a href="tqptrstack.html#pop">TQPtrStack</a> <a href="tqvaluestack.html#pop">TQValueStack</a><li>popContext: <a href="tqxmlnamespacesupport.html#popContext">TQXmlNamespaceSupport</a><li>pop_back: @@ -1917,7 +1917,7 @@ packImage: <a href="tqsqlrecord.html#position">TQSqlRecord</a><li>positionFromValue: <a href="tqrangecontrol.html#positionFromValue">TQRangeControl</a><li>post: <a href="tqhttp.html#post">TQHttp</a><li>postEvent: - <a href="ntqapplication.html#postEvent">TQApplication</a><li>precision: + <a href="tqapplication.html#postEvent">TQApplication</a><li>precision: <a href="tqsqlfieldinfo.html#precision">TQSqlFieldInfo</a> <a href="tqtextstream.html#precision">TQTextStream</a><li>prefix: <a href="tqdomnode.html#prefix">TQDomNode</a> <a href="tqspinbox.html#prefix">TQSpinBox</a> <a href="tqxmlnamespacesupport.html#prefix">TQXmlNamespaceSupport</a><li>prefixes: <a href="tqxmlnamespacesupport.html#prefixes">TQXmlNamespaceSupport</a><li>prepare: @@ -1943,7 +1943,7 @@ packImage: <a href="tqprinter.html#printRange">TQPrinter</a><li>printerName: <a href="tqprinter.html#printerName">TQPrinter</a><li>printerSelectionOption: <a href="tqprinter.html#printerSelectionOption">TQPrinter</a><li>processEvents: - <a href="ntqapplication.html#processEvents">TQApplication</a> <a href="tqeventloop.html#processEvents">TQEventLoop</a><li>processExited: + <a href="tqapplication.html#processEvents">TQApplication</a> <a href="tqeventloop.html#processEvents">TQEventLoop</a><li>processExited: <a href="tqprocess.html#processExited">TQProcess</a><li>processIdentifier: <a href="tqprocess.html#processIdentifier">TQProcess</a><li>processName: <a href="tqxmlnamespacesupport.html#processName">TQXmlNamespaceSupport</a><li>processingInstruction: @@ -1966,33 +1966,33 @@ packImage: <a href="tqpointarray.html#putPoints">TQPointArray</a><li>putch: <a href="tqfile.html#putch">TQFile</a> <a href="tqiodevice.html#putch">TQIODevice</a> <a href="tqsocket.html#putch">TQSocket</a><li><a name="q"></a> tqAddPostRoutine: - <a href="ntqapplication.html#qAddPostRoutine">TQApplication</a><li>tqAlpha: + <a href="tqapplication.html#qAddPostRoutine">TQApplication</a><li>tqAlpha: <a href="tqcolor.html#qAlpha">TQColor</a><li>tqBlue: <a href="tqcolor.html#qBlue">TQColor</a><li>tqChecksum: <a href="tqmemarray.html#qChecksum">TQMemArray</a><li>tqCompress: <a href="tqbytearray.html#qCompress">TQByteArray</a><li>tqDebug: - <a href="ntqapplication.html#qDebug">TQApplication</a><li>qDrawPlainRect: + <a href="tqapplication.html#qDebug">TQApplication</a><li>qDrawPlainRect: <a href="tqpainter.html#qDrawPlainRect">TQPainter</a><li>qDrawShadeLine: <a href="tqpainter.html#qDrawShadeLine">TQPainter</a><li>qDrawShadePanel: <a href="tqpainter.html#qDrawShadePanel">TQPainter</a><li>qDrawShadeRect: <a href="tqpainter.html#qDrawShadeRect">TQPainter</a><li>qDrawWinButton: <a href="tqpainter.html#qDrawWinButton">TQPainter</a><li>qDrawWinPanel: <a href="tqpainter.html#qDrawWinPanel">TQPainter</a><li>tqFatal: - <a href="ntqapplication.html#qFatal">TQApplication</a><li>tqGray: + <a href="tqapplication.html#qFatal">TQApplication</a><li>tqGray: <a href="tqcolor.html#qGray">TQColor</a><li>tqGreen: <a href="tqcolor.html#qGreen">TQColor</a><li>tqInitNetworkProtocols: <a href="tqurloperator.html#qInitNetworkProtocols">TQUrlOperator</a><li>qInstallMsgHandler: - <a href="ntqapplication.html#qInstallMsgHandler">TQApplication</a><li>qMakePair: + <a href="tqapplication.html#qInstallMsgHandler">TQApplication</a><li>qMakePair: <a href="tqpair.html#qMakePair">TQPair</a><li>qName: <a href="tqxmlattributes.html#qName">TQXmlAttributes</a><li>tqRed: <a href="tqcolor.html#qRed">TQColor</a><li>tqRgb: <a href="tqcolor.html#qRgb">TQColor</a><li>tqRgba: <a href="tqcolor.html#qRgba">TQColor</a><li>tqSysInfo: - <a href="ntqapplication.html#qSysInfo">TQApplication</a><li>tqSystemWarning: - <a href="ntqapplication.html#qSystemWarning">TQApplication</a><li>tqUncompress: + <a href="tqapplication.html#qSysInfo">TQApplication</a><li>tqSystemWarning: + <a href="tqapplication.html#qSystemWarning">TQApplication</a><li>tqUncompress: <a href="tqbytearray.html#qUncompress">TQByteArray</a><li>tqVersion: - <a href="ntqapplication.html#qVersion">TQApplication</a><li>tqWarning: - <a href="ntqapplication.html#qWarning">TQApplication</a><li>qglClearColor: + <a href="tqapplication.html#qVersion">TQApplication</a><li>tqWarning: + <a href="tqapplication.html#qWarning">TQApplication</a><li>qglClearColor: <a href="tqglwidget.html#qglClearColor">TQGLWidget</a><li>qglColor: <a href="tqglwidget.html#qglColor">TQGLWidget</a><li>tqmemmove: <a href="tqcstring.html#qmemmove">TQCString</a><li>qstrcmp: @@ -2016,7 +2016,7 @@ tqAddPostRoutine: <a href="tqstyle.html#querySubControl">TQStyle</a><li>querySubControlMetrics: <a href="tqstyle.html#querySubControlMetrics">TQStyle</a><li>question: <a href="tqmessagebox.html#question">TQMessageBox</a><li>quit: - <a href="ntqapplication.html#quit">TQApplication</a><li><a name="r"></a> + <a href="tqapplication.html#quit">TQApplication</a><li><a name="r"></a> rBottom: <a href="tqrect.html#rBottom">TQRect</a><li>rLeft: <a href="tqrect.html#rLeft">TQRect</a><li>rRight: @@ -2104,7 +2104,7 @@ rBottom: <a href="tqmenudata.html#removeItemAt">TQMenuData</a> <a href="tqmenudata.html#removeItemAt">TQPopupMenu</a><li>removeLabel: <a href="tqheader.html#removeLabel">TQHeader</a><li>removeLast: <a href="tqptrlist.html#removeLast">TQPtrList</a><li>removeLibraryPath: - <a href="ntqapplication.html#removeLibraryPath">TQApplication</a><li>removeLine: + <a href="tqapplication.html#removeLibraryPath">TQApplication</a><li>removeLine: <a href="tqmultilineedit.html#removeLine">TQMultiLineEdit</a><li>removeMappings: <a href="tqsignalmapper.html#removeMappings">TQSignalMapper</a><li>removeNamedItem: <a href="tqdomnamednodemap.html#removeNamedItem">TQDomNamedNodeMap</a><li>removeNamedItemNS: @@ -2112,7 +2112,7 @@ rBottom: <a href="tqptrlist.html#removeNode">TQPtrList</a><li>removePage: <a href="tqtabdialog.html#removePage">TQTabDialog</a> <a href="tqtabwidget.html#removePage">TQTabWidget</a> <a href="tqwizard.html#removePage">TQWizard</a><li>removeParagraph: <a href="tqtextedit.html#removeParagraph">TQTextEdit</a><li>removePostedEvents: - <a href="ntqapplication.html#removePostedEvents">TQApplication</a><li>removeRef: + <a href="tqapplication.html#removePostedEvents">TQApplication</a><li>removeRef: <a href="tqptrlist.html#removeRef">TQPtrList</a><li>removeRenameBox: <a href="tqiconviewitem.html#removeRenameBox">TQIconViewItem</a><li>removeRow: <a href="tqtable.html#removeRow">TQTable</a><li>removeRows: @@ -2125,7 +2125,7 @@ rBottom: <a href="tqtabwidget.html#removeTabToolTip">TQTabWidget</a><li>removeTip: <a href="tqtooltipgroup.html#removeTip">TQToolTipGroup</a><li>removeToolTip: <a href="tqtabbar.html#removeToolTip">TQTabBar</a><li>removeTranslator: - <a href="ntqapplication.html#removeTranslator">TQApplication</a><li>removeValue: + <a href="tqapplication.html#removeTranslator">TQApplication</a><li>removeValue: <a href="tqhttpheader.html#removeValue">TQHttpHeader</a><li>removeWidget: <a href="tqstatusbar.html#removeWidget">TQStatusBar</a> <a href="tqwidgetstack.html#removeWidget">TQWidgetStack</a><li>removed: <a href="tqchildevent.html#removed">TQChildEvent</a> <a href="tqnetworkprotocol.html#removed">TQNetworkProtocol</a> <a href="tqurloperator.html#removed">TQUrlOperator</a><li>rename: @@ -2178,12 +2178,12 @@ rBottom: <a href="tqsessionmanager.html#restartCommand">TQSessionManager</a><li>restartHint: <a href="tqsessionmanager.html#restartHint">TQSessionManager</a><li>restore: <a href="tqpainter.html#restore">TQPainter</a><li>restoreOverrideCursor: - <a href="ntqapplication.html#restoreOverrideCursor">TQApplication</a><li>result: + <a href="tqapplication.html#restoreOverrideCursor">TQApplication</a><li>result: <a href="tqdialog.html#result">TQDialog</a> <a href="tqsqlquery.html#result">TQSqlQuery</a><li>resultsReady: <a href="tqdns.html#resultsReady">TQDns</a><li>retune: <a href="tqcanvas.html#retune">TQCanvas</a><li>returnPressed: <a href="tqiconview.html#returnPressed">TQIconView</a> <a href="tqlineedit.html#returnPressed">TQLineEdit</a> <a href="tqlistbox.html#returnPressed">TQListBox</a> <a href="tqlistview.html#returnPressed">TQListView</a> <a href="tqtextedit.html#returnPressed">TQTextEdit</a><li>reverseLayout: - <a href="ntqapplication.html#reverseLayout">TQApplication</a><li>rewind: + <a href="tqapplication.html#reverseLayout">TQApplication</a><li>rewind: <a href="tqdatasource.html#rewind">TQDataSource</a> <a href="tqiodevicesource.html#rewind">TQIODeviceSource</a><li>rewindable: <a href="tqdatasource.html#rewindable">TQDataSource</a> <a href="tqiodevicesource.html#rewindable">TQIODeviceSource</a><li>rgb: <a href="tqcolor.html#rgb">TQColor</a><li>rgba: @@ -2226,7 +2226,7 @@ rBottom: sRect: <a href="tqheader.html#sRect">TQHeader</a><li>save: <a href="tqdomnode.html#save">TQDomNode</a> <a href="tqimage.html#save">TQImage</a> <a href="tqpainter.html#save">TQPainter</a> <a href="tqpicture.html#save">TQPicture</a> <a href="tqpixmap.html#save">TQPixmap</a> <a href="tqtranslator.html#save">TQTranslator</a><li>saveState: - <a href="ntqapplication.html#saveState">TQApplication</a><li>scale: + <a href="tqapplication.html#saveState">TQApplication</a><li>scale: <a href="tqimage.html#scale">TQImage</a> <a href="tqpainter.html#scale">TQPainter</a> <a href="tqsize.html#scale">TQSize</a> <a href="tqwmatrix.html#scale">TQWMatrix</a><li>scaleFont: <a href="tqstylesheet.html#scaleFont">TQStyleSheet</a><li>scaleHeight: <a href="tqimage.html#scaleHeight">TQImage</a><li>scaleWidth: @@ -2276,14 +2276,14 @@ sRect: <a href="tqpixmap.html#selfMask">TQPixmap</a><li>selfNesting: <a href="tqstylesheetitem.html#selfNesting">TQStyleSheetItem</a><li>sendBufferSize: <a href="tqsocketdevice.html#sendBufferSize">TQSocketDevice</a><li>sendEvent: - <a href="ntqapplication.html#sendEvent">TQApplication</a><li>sendTo: + <a href="tqapplication.html#sendEvent">TQApplication</a><li>sendTo: <a href="tqdatasource.html#sendTo">TQDataSource</a> <a href="tqiodevicesource.html#sendTo">TQIODeviceSource</a><li>sender: <a href="tqobject.html#sender">TQObject</a><li>separator: <a href="tqdateedit.html#separator">TQDateEdit</a> <a href="tqdir.html#separator">TQDir</a> <a href="tqtimeedit.html#separator">TQTimeEdit</a><li>serialNumber: <a href="tqmimesource.html#serialNumber">TQMimeSource</a> <a href="tqpalette.html#serialNumber">TQPalette</a> <a href="tqpixmap.html#serialNumber">TQPixmap</a><li>servers: <a href="tqdns.html#servers">TQDns</a><li>sessionId: - <a href="ntqapplication.html#sessionId">TQApplication</a> <a href="tqsessionmanager.html#sessionId">TQSessionManager</a><li>sessionKey: - <a href="ntqapplication.html#sessionKey">TQApplication</a> <a href="tqsessionmanager.html#sessionKey">TQSessionManager</a><li>setAccel: + <a href="tqapplication.html#sessionId">TQApplication</a> <a href="tqsessionmanager.html#sessionId">TQSessionManager</a><li>sessionKey: + <a href="tqapplication.html#sessionKey">TQApplication</a> <a href="tqsessionmanager.html#sessionKey">TQSessionManager</a><li>setAccel: <a href="tqaction.html#setAccel">TQAction</a> <a href="tqbutton.html#setAccel">TQButton</a> <a href="tqbutton.html#setAccel">TQCheckBox</a> <a href="tqmenudata.html#setAccel">TQMenuData</a> <a href="tqmenudata.html#setAccel">TQPopupMenu</a> <a href="tqbutton.html#setAccel">TQPushButton</a> <a href="tqbutton.html#setAccel">TQRadioButton</a><li>setAcceptDockWindow: <a href="tqdockarea.html#setAcceptDockWindow">TQDockArea</a><li>setAcceptDrops: <a href="tqwidget.html#setAcceptDrops">TQWidget</a><li>setAccum: @@ -2389,7 +2389,7 @@ sRect: <a href="tqsplitter.html#setCollapsible">TQSplitter</a><li>setColor: <a href="tqbrush.html#setColor">TQBrush</a> <a href="tqcanvastext.html#setColor">TQCanvasText</a> <a href="tqcolordrag.html#setColor">TQColorDrag</a> <a href="tqcolorgroup.html#setColor">TQColorGroup</a> <a href="tqimage.html#setColor">TQImage</a> <a href="tqpalette.html#setColor">TQPalette</a> <a href="tqpen.html#setColor">TQPen</a> <a href="tqstylesheetitem.html#setColor">TQStyleSheetItem</a> <a href="tqtextedit.html#setColor">TQTextEdit</a><li>setColorMode: <a href="tqprinter.html#setColorMode">TQPrinter</a><li>setColorSpec: - <a href="ntqapplication.html#setColorSpec">TQApplication</a><li>setColormap: + <a href="tqapplication.html#setColorSpec">TQApplication</a><li>setColormap: <a href="tqglwidget.html#setColormap">TQGLWidget</a><li>setColumn: <a href="tqdatatable.html#setColumn">TQDataTable</a><li>setColumnAlignment: <a href="tqlistview.html#setColumnAlignment">TQListView</a><li>setColumnLabels: @@ -2432,7 +2432,7 @@ sRect: <a href="tqtabbar.html#setCurrentTab">TQTabBar</a><li>setCurrentText: <a href="tqcombobox.html#setCurrentText">TQComboBox</a><li>setCursor: <a href="tqwidget.html#setCursor">TQWidget</a><li>setCursorFlashTime: - <a href="ntqapplication.html#setCursorFlashTime">TQApplication</a><li>setCursorName: + <a href="tqapplication.html#setCursorFlashTime">TQApplication</a><li>setCursorName: <a href="tqsqlindex.html#setCursorName">TQSqlIndex</a><li>setCursorPosition: <a href="tqlineedit.html#setCursorPosition">TQLineEdit</a> <a href="tqmultilineedit.html#setCursorPosition">TQMultiLineEdit</a> <a href="tqtextedit.html#setCursorPosition">TQTextEdit</a><li>setCustomColor: <a href="tqcolordialog.html#setCustomColor">TQColorDialog</a><li>setCustomHighlighting: @@ -2463,7 +2463,7 @@ sRect: <a href="tqglformat.html#setDepth">TQGLFormat</a><li>setDescending: <a href="tqsqlindex.html#setDescending">TQSqlIndex</a><li>setDescription: <a href="tqimageio.html#setDescription">TQImageIO</a><li>setDesktopSettingsAware: - <a href="ntqapplication.html#setDesktopSettingsAware">TQApplication</a><li>setDevice: + <a href="tqapplication.html#setDesktopSettingsAware">TQApplication</a><li>setDevice: <a href="tqdatastream.html#setDevice">TQDataStream</a> <a href="tqtextstream.html#setDevice">TQTextStream</a><li>setDir: <a href="tqfiledialog.html#setDir">TQFileDialog</a> <a href="tqurlinfo.html#setDir">TQUrlInfo</a><li>setDirectRendering: <a href="tqglformat.html#setDirectRendering">TQGLFormat</a><li>setDirection: @@ -2481,7 +2481,7 @@ sRect: <a href="tqimage.html#setDotsPerMeterY">TQImage</a><li>setDoubleBuffer: <a href="tqglformat.html#setDoubleBuffer">TQGLFormat</a><li>setDoubleBuffering: <a href="tqcanvas.html#setDoubleBuffering">TQCanvas</a><li>setDoubleClickInterval: - <a href="ntqapplication.html#setDoubleClickInterval">TQApplication</a><li>setDown: + <a href="tqapplication.html#setDoubleClickInterval">TQApplication</a><li>setDown: <a href="tqbutton.html#setDown">TQButton</a> <a href="tqbutton.html#setDown">TQCheckBox</a> <a href="tqbutton.html#setDown">TQPushButton</a> <a href="tqbutton.html#setDown">TQRadioButton</a><li>setDragAutoScroll: <a href="tqscrollview.html#setDragAutoScroll">TQScrollView</a><li>setDragEnabled: <a href="tqiconviewitem.html#setDragEnabled">TQIconViewItem</a> <a href="tqlineedit.html#setDragEnabled">TQLineEdit</a> <a href="tqlistviewitem.html#setDragEnabled">TQListViewItem</a> <a href="tqtable.html#setDragEnabled">TQTable</a><li>setDriverText: @@ -2493,7 +2493,7 @@ sRect: <a href="tqcombobox.html#setEditText">TQComboBox</a><li>setEditable: <a href="tqcombobox.html#setEditable">TQComboBox</a> <a href="tqcombotableitem.html#setEditable">TQComboTableItem</a><li>setEdited: <a href="tqmultilineedit.html#setEdited">TQMultiLineEdit</a><li>setEffectEnabled: - <a href="ntqapplication.html#setEffectEnabled">TQApplication</a><li>setEnabled: + <a href="tqapplication.html#setEffectEnabled">TQApplication</a><li>setEnabled: <a href="tqaccel.html#setEnabled">TQAccel</a> <a href="tqaction.html#setEnabled">TQAction</a> <a href="tqcanvasitem.html#setEnabled">TQCanvasItem</a> <a href="tqlayout.html#setEnabled">TQLayout</a> <a href="tqlistviewitem.html#setEnabled">TQListViewItem</a> <a href="tqsocketnotifier.html#setEnabled">TQSocketNotifier</a> <a href="tqtab.html#setEnabled">TQTab</a> <a href="tqtableitem.html#setEnabled">TQTableItem</a> <a href="tqtooltipgroup.html#setEnabled">TQToolTipGroup</a> <a href="tqwidget.html#setEnabled">TQWidget</a><li>setEncodedData: <a href="tqstoreddrag.html#setEncodedData">TQStoredDrag</a><li>setEncodedPathAndQuery: <a href="tqurl.html#setEncodedPathAndQuery">TQUrl</a><li>setEncoding: @@ -2536,7 +2536,7 @@ sRect: <a href="tqwidget.html#setFocusProxy">TQWidget</a><li>setFocusRectPolicy: <a href="tqmacstyle.html#setFocusRectPolicy">TQMacStyle</a><li>setFocusStyle: <a href="tqtable.html#setFocusStyle">TQTable</a><li>setFont: - <a href="ntqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="tqcombobox.html#setFont">TQComboBox</a> <a href="tqcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="tqlabel.html#setFont">TQLabel</a> <a href="tqpainter.html#setFont">TQPainter</a> <a href="tqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="tqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: + <a href="tqapplication.html#setFont">TQApplication</a> <a href="tqcanvastext.html#setFont">TQCanvasText</a> <a href="tqcombobox.html#setFont">TQComboBox</a> <a href="tqcustommenuitem.html#setFont">TQCustomMenuItem</a> <a href="tqlabel.html#setFont">TQLabel</a> <a href="tqpainter.html#setFont">TQPainter</a> <a href="tqtabdialog.html#setFont">TQTabDialog</a> <a href="tqtooltip.html#setFont">TQToolTip</a> <a href="tqwhatsthis.html#setFont">TQWhatsThis</a> <a href="tqwidget.html#setFont">TQWidget</a><li>setFontFamily: <a href="tqstylesheetitem.html#setFontFamily">TQStyleSheetItem</a><li>setFontItalic: <a href="tqstylesheetitem.html#setFontItalic">TQStyleSheetItem</a><li>setFontSize: <a href="tqstylesheetitem.html#setFontSize">TQStyleSheetItem</a><li>setFontStrikeOut: @@ -2558,8 +2558,8 @@ sRect: <a href="tqimageio.html#setGamma">TQImageIO</a><li>setGenerated: <a href="tqsqlcursor.html#setGenerated">TQSqlCursor</a> <a href="tqsqlfieldinfo.html#setGenerated">TQSqlFieldInfo</a> <a href="tqsqlrecord.html#setGenerated">TQSqlRecord</a><li>setGeometry: <a href="tqboxlayout.html#setGeometry">TQBoxLayout</a> <a href="tqgridlayout.html#setGeometry">TQGridLayout</a> <a href="tqlayout.html#setGeometry">TQLayout</a> <a href="tqlayoutitem.html#setGeometry">TQLayoutItem</a> <a href="tqspaceritem.html#setGeometry">TQSpacerItem</a> <a href="tqwidget.html#setGeometry">TQWidget</a> <a href="tqwidgetitem.html#setGeometry">TQWidgetItem</a><li>setGlobalMouseTracking: - <a href="ntqapplication.html#setGlobalMouseTracking">TQApplication</a><li>setGlobalStrut: - <a href="ntqapplication.html#setGlobalStrut">TQApplication</a><li>setGloballyEnabled: + <a href="tqapplication.html#setGlobalMouseTracking">TQApplication</a><li>setGlobalStrut: + <a href="tqapplication.html#setGlobalStrut">TQApplication</a><li>setGloballyEnabled: <a href="tqtooltip.html#setGloballyEnabled">TQToolTip</a><li>setGridX: <a href="tqiconview.html#setGridX">TQIconView</a><li>setGridY: <a href="tqiconview.html#setGridY">TQIconView</a><li>setGroup: @@ -2629,7 +2629,7 @@ sRect: <a href="tqtable.html#setLeftMargin">TQTable</a><li>setLength: <a href="tqstring.html#setLength">TQString</a><li>setLexicalHandler: <a href="tqxmlreader.html#setLexicalHandler">TQXmlReader</a><li>setLibraryPaths: - <a href="ntqapplication.html#setLibraryPaths">TQApplication</a><li>setLineEdit: + <a href="tqapplication.html#setLibraryPaths">TQApplication</a><li>setLineEdit: <a href="tqcombobox.html#setLineEdit">TQComboBox</a><li>setLineStep: <a href="tqdial.html#setLineStep">TQDial</a> <a href="tqscrollbar.html#setLineStep">TQScrollBar</a> <a href="tqslider.html#setLineStep">TQSlider</a> <a href="tqspinbox.html#setLineStep">TQSpinBox</a><li>setLineWidth: <a href="tqframe.html#setLineWidth">TQFrame</a><li>setLinkUnderline: @@ -2641,7 +2641,7 @@ sRect: <a href="tqstylesheetitem.html#setLogicalFontSizeStep">TQStyleSheetItem</a><li>setLooping: <a href="tqimageconsumer.html#setLooping">TQImageConsumer</a><li>setLoops: <a href="tqsound.html#setLoops">TQSound</a><li>setMainWidget: - <a href="ntqapplication.html#setMainWidget">TQApplication</a><li>setManagerProperty: + <a href="tqapplication.html#setMainWidget">TQApplication</a><li>setManagerProperty: <a href="tqsessionmanager.html#setManagerProperty">TQSessionManager</a><li>setMapping: <a href="tqsignalmapper.html#setMapping">TQSignalMapper</a><li>setMargin: <a href="tqframe.html#setMargin">TQFrame</a> <a href="tqlayout.html#setMargin">TQLayout</a> <a href="tqstylesheetitem.html#setMargin">TQStyleSheetItem</a> <a href="tqtabwidget.html#setMargin">TQTabWidget</a><li>setMargins: @@ -2718,13 +2718,13 @@ sRect: <a href="tqprinter.html#setOutputToFile">TQPrinter</a><li>setOverlay: <a href="tqglformat.html#setOverlay">TQGLFormat</a><li>setOverline: <a href="tqfont.html#setOverline">TQFont</a><li>setOverrideCursor: - <a href="ntqapplication.html#setOverrideCursor">TQApplication</a><li>setOverwriteMode: + <a href="tqapplication.html#setOverrideCursor">TQApplication</a><li>setOverwriteMode: <a href="tqtextedit.html#setOverwriteMode">TQTextEdit</a><li>setOwner: <a href="tqurlinfo.html#setOwner">TQUrlInfo</a><li>setPageOrder: <a href="tqprinter.html#setPageOrder">TQPrinter</a><li>setPageSize: <a href="tqprinter.html#setPageSize">TQPrinter</a><li>setPageStep: <a href="tqdial.html#setPageStep">TQDial</a> <a href="tqscrollbar.html#setPageStep">TQScrollBar</a> <a href="tqslider.html#setPageStep">TQSlider</a><li>setPalette: - <a href="ntqapplication.html#setPalette">TQApplication</a> <a href="tqcombobox.html#setPalette">TQComboBox</a> <a href="tqscrollbar.html#setPalette">TQScrollBar</a> <a href="tqslider.html#setPalette">TQSlider</a> <a href="tqtooltip.html#setPalette">TQToolTip</a> <a href="tqwidget.html#setPalette">TQWidget</a><li>setPaletteBackgroundColor: + <a href="tqapplication.html#setPalette">TQApplication</a> <a href="tqcombobox.html#setPalette">TQComboBox</a> <a href="tqscrollbar.html#setPalette">TQScrollBar</a> <a href="tqslider.html#setPalette">TQSlider</a> <a href="tqtooltip.html#setPalette">TQToolTip</a> <a href="tqwidget.html#setPalette">TQWidget</a><li>setPaletteBackgroundColor: <a href="tqwidget.html#setPaletteBackgroundColor">TQWidget</a><li>setPaletteBackgroundPixmap: <a href="tqwidget.html#setPaletteBackgroundPixmap">TQWidget</a><li>setPaletteForegroundColor: <a href="tqwidget.html#setPaletteForegroundColor">TQWidget</a><li>setPaper: @@ -2794,7 +2794,7 @@ sRect: <a href="tqsessionmanager.html#setRestartCommand">TQSessionManager</a><li>setRestartHint: <a href="tqsessionmanager.html#setRestartHint">TQSessionManager</a><li>setResult: <a href="tqdialog.html#setResult">TQDialog</a><li>setReverseLayout: - <a href="ntqapplication.html#setReverseLayout">TQApplication</a><li>setRgb: + <a href="tqapplication.html#setReverseLayout">TQApplication</a><li>setRgb: <a href="tqcolor.html#setRgb">TQColor</a><li>setRgba: <a href="tqglformat.html#setRgba">TQGLFormat</a><li>setRight: <a href="tqrect.html#setRight">TQRect</a><li>setRootIsDecorated: @@ -2853,8 +2853,8 @@ sRect: <a href="tqmovie.html#setSpeed">TQMovie</a><li>setSqlCursor: <a href="tqdatabrowser.html#setSqlCursor">TQDataBrowser</a> <a href="tqdatatable.html#setSqlCursor">TQDataTable</a><li>setStandardColor: <a href="tqcolordialog.html#setStandardColor">TQColorDialog</a><li>setStartDragDistance: - <a href="ntqapplication.html#setStartDragDistance">TQApplication</a><li>setStartDragTime: - <a href="ntqapplication.html#setStartDragTime">TQApplication</a><li>setState: + <a href="tqapplication.html#setStartDragDistance">TQApplication</a><li>setStartDragTime: + <a href="tqapplication.html#setStartDragTime">TQApplication</a><li>setState: <a href="tqbutton.html#setState">TQButton</a> <a href="tqchecklistitem.html#setState">TQCheckListItem</a> <a href="tqiodevice.html#setState">TQIODevice</a> <a href="tqnetworkoperation.html#setState">TQNetworkOperation</a><li>setStaticBackground: <a href="tqscrollview.html#setStaticBackground">TQScrollView</a><li>setStatus: <a href="tqiodevice.html#setStatus">TQIODevice</a> <a href="tqimageio.html#setStatus">TQImageIO</a><li>setStatusTip: @@ -2869,7 +2869,7 @@ sRect: <a href="tqtoolbar.html#setStretchableWidget">TQToolBar</a><li>setStrikeOut: <a href="tqfont.html#setStrikeOut">TQFont</a><li>setStringList: <a href="tqcombotableitem.html#setStringList">TQComboTableItem</a><li>setStyle: - <a href="ntqapplication.html#setStyle">TQApplication</a> <a href="tqbrush.html#setStyle">TQBrush</a> <a href="tqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: + <a href="tqapplication.html#setStyle">TQApplication</a> <a href="tqbrush.html#setStyle">TQBrush</a> <a href="tqpen.html#setStyle">TQPen</a> <a href="tqwidget.html#setStyle">TQWidget</a><li>setStyleHint: <a href="tqfont.html#setStyleHint">TQFont</a><li>setStyleSheet: <a href="tqtextedit.html#setStyleSheet">TQTextEdit</a><li>setStyleStrategy: <a href="tqfont.html#setStyleStrategy">TQFont</a><li>setSubtype: @@ -2962,7 +2962,7 @@ sRect: <a href="tqtooltip.html#setWakeUpDelay">TQToolTip</a><li>setWeight: <a href="tqfont.html#setWeight">TQFont</a><li>setWhatsThis: <a href="tqaccel.html#setWhatsThis">TQAccel</a> <a href="tqaction.html#setWhatsThis">TQAction</a> <a href="tqmenudata.html#setWhatsThis">TQMenuData</a> <a href="tqmenudata.html#setWhatsThis">TQPopupMenu</a><li>setWheelScrollLines: - <a href="ntqapplication.html#setWheelScrollLines">TQApplication</a><li>setWhiteSpaceMode: + <a href="tqapplication.html#setWheelScrollLines">TQApplication</a><li>setWhiteSpaceMode: <a href="tqstylesheetitem.html#setWhiteSpaceMode">TQStyleSheetItem</a><li>setWidget: <a href="tqdockwindow.html#setWidget">TQDockWindow</a><li>setWidgetSizePolicy: <a href="tqmacstyle.html#setWidgetSizePolicy">TQMacStyle</a><li>setWidth: @@ -3076,8 +3076,8 @@ sRect: <a href="tqxmllexicalhandler.html#startDTD">TQXmlLexicalHandler</a><li>startDocument: <a href="tqxmlcontenthandler.html#startDocument">TQXmlContentHandler</a><li>startDrag: <a href="tqiconview.html#startDrag">TQIconView</a> <a href="tqlistview.html#startDrag">TQListView</a> <a href="tqtable.html#startDrag">TQTable</a><li>startDragDistance: - <a href="ntqapplication.html#startDragDistance">TQApplication</a><li>startDragTime: - <a href="ntqapplication.html#startDragTime">TQApplication</a><li>startElement: + <a href="tqapplication.html#startDragDistance">TQApplication</a><li>startDragTime: + <a href="tqapplication.html#startDragTime">TQApplication</a><li>startElement: <a href="tqxmlcontenthandler.html#startElement">TQXmlContentHandler</a><li>startEntity: <a href="tqxmllexicalhandler.html#startEntity">TQXmlLexicalHandler</a><li>startPoint: <a href="tqcanvasline.html#startPoint">TQCanvasLine</a><li>startPrefixMapping: @@ -3085,7 +3085,7 @@ sRect: <a href="tqlistviewitem.html#startRename">TQListViewItem</a><li>startTimer: <a href="tqobject.html#startTimer">TQObject</a><li>startedNextCopy: <a href="tqurloperator.html#startedNextCopy">TQUrlOperator</a><li>startingUp: - <a href="ntqapplication.html#startingUp">TQApplication</a><li>startsWith: + <a href="tqapplication.html#startingUp">TQApplication</a><li>startsWith: <a href="tqstring.html#startsWith">TQString</a><li>state: <a href="tqaccessibleinterface.html#state">TQAccessibleInterface</a> <a href="tqbutton.html#state">TQButton</a> <a href="tqbutton.html#state">TQCheckBox</a> <a href="tqchecklistitem.html#state">TQCheckListItem</a> <a href="tqcontextmenuevent.html#state">TQContextMenuEvent</a> <a href="tqftp.html#state">TQFtp</a> <a href="tqhttp.html#state">TQHttp</a> <a href="tqiodevice.html#state">TQIODevice</a> <a href="tqkeyevent.html#state">TQKeyEvent</a> <a href="tqmouseevent.html#state">TQMouseEvent</a> <a href="tqnetworkoperation.html#state">TQNetworkOperation</a> <a href="tqbutton.html#state">TQPushButton</a> <a href="tqbutton.html#state">TQRadioButton</a> <a href="tqsocket.html#state">TQSocket</a> <a href="qwheelevent.html#state">TQWheelEvent</a><li>stateAfter: <a href="tqkeyevent.html#stateAfter">TQKeyEvent</a> <a href="tqmouseevent.html#stateAfter">TQMouseEvent</a><li>stateChange: @@ -3110,7 +3110,7 @@ sRect: <a href="tqfontmetrics.html#strikeOutPos">TQFontMetrics</a><li>string: <a href="tqconststring.html#string">TQConstString</a><li>stripWhiteSpace: <a href="tqcstring.html#stripWhiteSpace">TQCString</a> <a href="tqstring.html#stripWhiteSpace">TQString</a><li>style: - <a href="ntqapplication.html#style">TQApplication</a> <a href="tqbrush.html#style">TQBrush</a> <a href="tqpen.html#style">TQPen</a> <a href="tqwidget.html#style">TQWidget</a><li>styleChange: + <a href="tqapplication.html#style">TQApplication</a> <a href="tqbrush.html#style">TQBrush</a> <a href="tqpen.html#style">TQPen</a> <a href="tqwidget.html#style">TQWidget</a><li>styleChange: <a href="tqwidget.html#styleChange">TQWidget</a><li>styleHint: <a href="tqfont.html#styleHint">TQFont</a> <a href="tqfontinfo.html#styleHint">TQFontInfo</a> <a href="tqstyle.html#styleHint">TQStyle</a><li>stylePixmap: <a href="tqstyle.html#stylePixmap">TQStyle</a><li>styleSheet: @@ -3141,7 +3141,7 @@ sRect: <a href="tqimage.html#swapRGB">TQImage</a><li>swapRows: <a href="tqtable.html#swapRows">TQTable</a><li>sync: <a href="tqtextedit.html#sync">TQTextEdit</a><li>syncX: - <a href="ntqapplication.html#syncX">TQApplication</a><li>syntaxHighlighter: + <a href="tqapplication.html#syncX">TQApplication</a><li>syntaxHighlighter: <a href="tqtextedit.html#syntaxHighlighter">TQTextEdit</a><li>system: <a href="tqlocale.html#system">TQLocale</a><li>systemBitOrder: <a href="tqimage.html#systemBitOrder">TQImage</a><li>systemByteOrder: @@ -3284,7 +3284,7 @@ tab: <a href="tqlistbox.html#topItem">TQListBox</a><li>topLeft: <a href="tqrect.html#topLeft">TQRect</a><li>topLevelWidget: <a href="tqwidget.html#topLevelWidget">TQWidget</a><li>topLevelWidgets: - <a href="ntqapplication.html#topLevelWidgets">TQApplication</a><li>topMargin: + <a href="tqapplication.html#topLevelWidgets">TQApplication</a><li>topMargin: <a href="tqscrollview.html#topMargin">TQScrollView</a><li>topRight: <a href="tqrect.html#topRight">TQRect</a><li>topRow: <a href="tqtableselection.html#topRow">TQTableSelection</a><li>total: @@ -3297,7 +3297,7 @@ tab: <a href="tqdial.html#tracking">TQDial</a> <a href="tqheader.html#tracking">TQHeader</a> <a href="tqscrollbar.html#tracking">TQScrollBar</a> <a href="tqslider.html#tracking">TQSlider</a><li>transaction: <a href="tqsqldatabase.html#transaction">TQSqlDatabase</a><li>transformationMode: <a href="tqwmatrix.html#transformationMode">TQWMatrix</a><li>translate: - <a href="ntqapplication.html#translate">TQApplication</a> <a href="tqpainter.html#translate">TQPainter</a> <a href="tqpointarray.html#translate">TQPointArray</a> <a href="tqregion.html#translate">TQRegion</a> <a href="tqwmatrix.html#translate">TQWMatrix</a><li>translation: + <a href="tqapplication.html#translate">TQApplication</a> <a href="tqpainter.html#translate">TQPainter</a> <a href="tqpointarray.html#translate">TQPointArray</a> <a href="tqregion.html#translate">TQRegion</a> <a href="tqwmatrix.html#translate">TQWMatrix</a><li>translation: <a href="tqtranslatormessage.html#translation">TQTranslatorMessage</a><li>transpose: <a href="tqsize.html#transpose">TQSize</a> <a href="tqsizepolicy.html#transpose">TQSizePolicy</a><li>treeStepSize: <a href="tqlistview.html#treeStepSize">TQListView</a><li>triggerUpdate: @@ -3306,10 +3306,10 @@ tab: <a href="tqdatatable.html#trueText">TQDataTable</a><li>truncate: <a href="tqcstring.html#truncate">TQCString</a> <a href="tqmemarray.html#truncate">TQMemArray</a> <a href="tqstring.html#truncate">TQString</a><li>tryAccess: <a href="tqsemaphore.html#tryAccess">TQSemaphore</a><li>tryLock: - <a href="ntqapplication.html#tryLock">TQApplication</a> <a href="tqmutex.html#tryLock">TQMutex</a><li>tryTerminate: + <a href="tqapplication.html#tryLock">TQApplication</a> <a href="tqmutex.html#tryLock">TQMutex</a><li>tryTerminate: <a href="tqprocess.html#tryTerminate">TQProcess</a><li>turnOffChild: <a href="tqchecklistitem.html#turnOffChild">TQCheckListItem</a><li>type: - <a href="ntqapplication.html#type">TQApplication</a> <a href="tqchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="tqmetaproperty.html#type">TQMetaProperty</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="tqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: + <a href="tqapplication.html#type">TQApplication</a> <a href="tqchecklistitem.html#type">TQCheckListItem</a> <a href="tqevent.html#type">TQEvent</a> <a href="tqmetaproperty.html#type">TQMetaProperty</a> <a href="tqsocketdevice.html#type">TQSocketDevice</a> <a href="tqsocketnotifier.html#type">TQSocketNotifier</a> <a href="tqsqlerror.html#type">TQSqlError</a> <a href="tqsqlfield.html#type">TQSqlField</a> <a href="tqsqlfieldinfo.html#type">TQSqlFieldInfo</a> <a href="tqvariant.html#type">TQVariant</a> <a href="tqxmlattributes.html#type">TQXmlAttributes</a><li>typeID: <a href="tqsqlfieldinfo.html#typeID">TQSqlFieldInfo</a><li>typeName: <a href="tqvariant.html#typeName">TQVariant</a><li>typeToName: <a href="tqvariant.html#typeToName">TQVariant</a><li><a name="u"></a> @@ -3328,7 +3328,7 @@ ucs2: <a href="tqtabletevent.html#uniqueId">TQTabletEvent</a><li>unite: <a href="tqrect.html#unite">TQRect</a> <a href="tqregion.html#unite">TQRegion</a><li>unload: <a href="tqlibrary.html#unload">TQLibrary</a><li>unlock: - <a href="ntqapplication.html#unlock">TQApplication</a> <a href="tqmutex.html#unlock">TQMutex</a><li>unparsedEntityDecl: + <a href="tqapplication.html#unlock">TQApplication</a> <a href="tqmutex.html#unlock">TQMutex</a><li>unparsedEntityDecl: <a href="tqxmldtdhandler.html#unparsedEntityDecl">TQXmlDTDHandler</a><li>unpause: <a href="tqmovie.html#unpause">TQMovie</a><li>unregisterDecoderFactory: <a href="tqimagedecoder.html#unregisterDecoderFactory">TQImageDecoder</a><li>unregisterSocketNotifier: @@ -3412,7 +3412,7 @@ wait: <a href="tqwaitcondition.html#wakeAll">TQWaitCondition</a><li>wakeOne: <a href="tqwaitcondition.html#wakeOne">TQWaitCondition</a><li>wakeUp: <a href="tqeventloop.html#wakeUp">TQEventLoop</a><li>wakeUpGuiThread: - <a href="ntqapplication.html#wakeUpGuiThread">TQApplication</a><li>warning: + <a href="tqapplication.html#wakeUpGuiThread">TQApplication</a><li>warning: <a href="tqmessagebox.html#warning">TQMessageBox</a> <a href="tqxmlerrorhandler.html#warning">TQXmlErrorHandler</a><li>wasCanceled: <a href="tqprogressdialog.html#wasCanceled">TQProgressDialog</a><li>weekNumber: <a href="tqdate.html#weekNumber">TQDate</a><li>weight: @@ -3420,10 +3420,10 @@ wait: <a href="tqaccel.html#whatsThis">TQAccel</a> <a href="tqaction.html#whatsThis">TQAction</a> <a href="tqmainwindow.html#whatsThis">TQMainWindow</a> <a href="tqmenudata.html#whatsThis">TQMenuData</a> <a href="tqmenudata.html#whatsThis">TQPopupMenu</a> <a href="tqwidgetplugin.html#whatsThis">TQWidgetPlugin</a><li>whatsThisButton: <a href="tqwhatsthis.html#whatsThisButton">TQWhatsThis</a><li>wheelEvent: <a href="tqwidget.html#wheelEvent">TQWidget</a><li>wheelScrollLines: - <a href="ntqapplication.html#wheelScrollLines">TQApplication</a><li>whiteSpaceMode: + <a href="tqapplication.html#wheelScrollLines">TQApplication</a><li>whiteSpaceMode: <a href="tqstylesheetitem.html#whiteSpaceMode">TQStyleSheetItem</a><li>widget: <a href="tqdockwindow.html#widget">TQDockWindow</a> <a href="tqlayoutitem.html#widget">TQLayoutItem</a> <a href="tqsqlform.html#widget">TQSqlForm</a> <a href="tqstyleoption.html#widget">TQStyleOption</a> <a href="tqwidgetitem.html#widget">TQWidgetItem</a> <a href="tqwidgetstack.html#widget">TQWidgetStack</a><li>widgetAt: - <a href="ntqapplication.html#widgetAt">TQApplication</a><li>widgetSizePolicy: + <a href="tqapplication.html#widgetAt">TQApplication</a><li>widgetSizePolicy: <a href="tqmacstyle.html#widgetSizePolicy">TQMacStyle</a><li>widgetToField: <a href="tqsqlform.html#widgetToField">TQSqlForm</a><li>widgets: <a href="tqwidgetfactory.html#widgets">TQWidgetFactory</a><li>width: @@ -3433,8 +3433,8 @@ wait: <a href="tqsimplerichtext.html#widthUsed">TQSimpleRichText</a><li>wildcard: <a href="tqregexp.html#wildcard">TQRegExp</a><li>winEvent: <a href="tqwidget.html#winEvent">TQWidget</a><li>winEventFilter: - <a href="ntqapplication.html#winEventFilter">TQApplication</a><li>winFocus: - <a href="ntqapplication.html#winFocus">TQApplication</a><li>winId: + <a href="tqapplication.html#winEventFilter">TQApplication</a><li>winFocus: + <a href="tqapplication.html#winFocus">TQApplication</a><li>winId: <a href="tqwidget.html#winId">TQWidget</a><li>winPageSize: <a href="tqprinter.html#winPageSize">TQPrinter</a><li>winding: <a href="tqcanvaspolygonalitem.html#winding">TQCanvasPolygonalItem</a><li>window: @@ -3482,8 +3482,8 @@ x: <a href="tqpaintdevice.html#x11Depth">TQPaintDevice</a><li>x11Display: <a href="tqpaintdevice.html#x11Display">TQPaintDevice</a><li>x11Event: <a href="tqwidget.html#x11Event">TQWidget</a><li>x11EventFilter: - <a href="ntqapplication.html#x11EventFilter">TQApplication</a><li>x11ProcessEvent: - <a href="ntqapplication.html#x11ProcessEvent">TQApplication</a><li>x11Screen: + <a href="tqapplication.html#x11EventFilter">TQApplication</a><li>x11ProcessEvent: + <a href="tqapplication.html#x11ProcessEvent">TQApplication</a><li>x11Screen: <a href="tqpaintdevice.html#x11Screen">TQPaintDevice</a><li>x11SetAppDpiX: <a href="tqpaintdevice.html#x11SetAppDpiX">TQPaintDevice</a><li>x11SetAppDpiY: <a href="tqpaintdevice.html#x11SetAppDpiY">TQPaintDevice</a><li>x11Visual: diff --git a/doc/html/groups.html b/doc/html/groups.html index 51456cefa..715183466 100644 --- a/doc/html/groups.html +++ b/doc/html/groups.html @@ -67,7 +67,7 @@ event handling, access to system settings and <a href="i18n.html#internationaliz <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tools.html">Utility Classes</a> <td valign="top"><a href="collection.html#collection-classes">Collection classes</a> such as list, queue, stack and string, along -with other classes that can be used without needing <a href="ntqapplication.html">TQApplication</a>. +with other classes that can be used without needing <a href="tqapplication.html">TQApplication</a>. <tr bgcolor="#d0d0d0"> <td valign="top"><a href="graphics.html">Graphics and Printing</a> <td valign="top">Classes providing drawing (and printing) primitives, including diff --git a/doc/html/headers.html b/doc/html/headers.html index fc4beba1a..cc8c59e29 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <li><a href="tqaccel-h.html">tqaccel.h</a> <li><a href="tqaccessible-h.html">tqaccessible.h</a> <li><a href="tqaction-h.html">tqaction.h</a> -<li><a href="qapplication-h.html">ntqapplication.h</a> +<li><a href="tqapplication-h.html">tqapplication.h</a> <li><a href="tqasciicache-h.html">tqasciicache.h</a> <li><a href="tqasciidict-h.html">tqasciidict.h</a> <li><a href="tqassistantclient-h.html">tqassistantclient.h</a> diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 47f0f277a..d3479116b 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -191,7 +191,7 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpainte *****************************************************************************/ #include "hello.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> /* @@ -201,7 +201,7 @@ void Hello::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpainte int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a(argc,argv); + <a href="tqapplication.html">TQApplication</a> a(argc,argv); <a href="tqstring.html">TQString</a> s; for ( int i=1; i<argc; i++ ) { s += argv[i]; @@ -214,12 +214,12 @@ int main( int argc, char **argv ) #ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build h.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt says hello" ); #endif - TQObject::<a href="tqobject.html#connect">connect</a>( &h, TQ_SIGNAL(clicked()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &h, TQ_SIGNAL(clicked()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a name="x1650"></a> h.<a href="tqwidget.html#setFont">setFont</a>( TQFont("times",32,TQFont::Bold) ); // default font <a name="x1648"></a> h.<a href="tqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::white ); // default bg color - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &h ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &h ); h.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 89f6ac710..3b7df0469 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -455,16 +455,16 @@ location of the documentation files and shows the specified page in TQt Assistant. -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainwindow.h" int main( int argc, char** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); MainWindow main; main.<a href="tqwidget.html#show">show</a>(); - <a name="x2701"></a> app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &main ); - <a name="x2700"></a> return app.<a href="ntqapplication.html#exec">exec</a>(); + <a name="x2701"></a> app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &main ); + <a name="x2700"></a> return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p> The main function is a standard implementation opening diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 210654ae4..895524ec5 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -127,7 +127,7 @@ private: #include <<a href="tqstylesheet-h.html">tqstylesheet.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> @@ -173,7 +173,7 @@ private: file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Print"), this, TQ_SLOT( print() ), CTRL+Key_P ); file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&Close"), this, TQ_SLOT( <a href="tqwidget.html#close">close</a>() ), CTRL+Key_Q ); -<a name="x980"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_X ); +<a name="x980"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT( <a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_X ); // The same three icons are used twice each. <a href="tqiconset.html">TQIconSet</a> icon_back( TQPixmap("back.xpm") ); @@ -435,15 +435,15 @@ void <a name="f364"></a>HelpWindow::addBookmark() *****************************************************************************/ #include "helpwindow.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdir-h.html">tqdir.h</a>> #include <stdlib.h> int main( int argc, char ** argv ) { -<a name="x1041"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); - <a href="ntqapplication.html">TQApplication</a> a(argc, argv); +<a name="x1041"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); + <a href="tqapplication.html">TQApplication</a> a(argc, argv); <a href="tqstring.html">TQString</a> home; if (argc > 1) { @@ -455,16 +455,16 @@ int main( int argc, char ** argv ) HelpWindow *help = new HelpWindow(home, ".", 0, "help viewer"); help-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Helpviewer"); -<a name="x1037"></a> if ( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width() > 400 - && TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height() > 500 ) +<a name="x1037"></a> if ( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width() > 400 + && TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height() > 500 ) help-><a href="tqwidget.html#show">show</a>(); else <a name="x1045"></a> help-><a href="tqwidget.html#showMaximized">showMaximized</a>(); -<a name="x1039"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), - &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x1039"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), + &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 0d9e89dfa..dbeee1e25 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -297,7 +297,7 @@ classes in the TQt API. <ul> <li><a href="tqactiongroup.html">TQActionGroup</a> </ul> -<li><a href="ntqapplication.html">TQApplication</a> +<li><a href="tqapplication.html">TQApplication</a> <li><a href="tqassistantclient.html">TQAssistantClient</a> <ul> </ul> diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 06a1d69a4..7537218e2 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -51,7 +51,7 @@ sending the page, it closes the connection. #include <<a href="tqsocket-h.html">tqsocket.h</a>> #include <<a href="tqregexp-h.html">tqregexp.h</a>> #include <<a href="tqserversocket-h.html">tqserversocket.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqvbox-h.html">tqvbox.h</a>> @@ -68,7 +68,7 @@ public: <a href="tqserversocket.html">TQServerSocket</a>(8080,1,parent) { if ( !ok() ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>("Failed to bind to port 8080"); + <a href="tqapplication.html#qWarning">tqWarning</a>("Failed to bind to port 8080"); exit( 1 ); } } @@ -144,7 +144,7 @@ public: connect( httpd, TQ_SIGNAL(newConnect()), TQ_SLOT(newConnect()) ); connect( httpd, TQ_SIGNAL(endConnect()), TQ_SLOT(endConnect()) ); connect( httpd, TQ_SIGNAL(wroteToClient()), TQ_SLOT(wroteToClient()) ); -<a name="x724"></a> connect( quit, TQ_SIGNAL(<a href="tqbutton.html#pressed">pressed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<a name="x724"></a> connect( quit, TQ_SIGNAL(<a href="tqbutton.html#pressed">pressed</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); } ~HttpInfo() @@ -172,11 +172,11 @@ private: int main( int argc, char** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); HttpInfo info; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &info ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &info ); info.<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>(); } #include "httpd.moc" diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 45ad9e907..8d17ef04f 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -98,7 +98,7 @@ private: #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mywidget.h" @@ -111,7 +111,7 @@ private: <a href="tqmainwindow.html#setCentralWidget">setCentralWidget</a>(central); <a href="tqpopupmenu.html">TQPopupMenu</a>* file = new <a href="tqpopupmenu.html">TQPopupMenu</a>(this); - file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), + file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), <a name="x1921"></a> TQAccel::<a href="tqaccel.html#stringToKey">stringToKey</a>(<a href="tqobject.html#tr">tr</a>("Ctrl+Q")) ); <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertItem( <a href="tqobject.html#tr">tr</a>("&File"), file ); @@ -164,7 +164,7 @@ void <a name="f526"></a>MyWidget::initChoices(TQWidget* parent) ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtranslator-h.html">tqtranslator.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> @@ -228,7 +228,7 @@ MyWidget* showLang(TQString lang) static TQTranslator *translator = 0; -<a name="x1934"></a> tqApp-><a href="ntqapplication.html#setPalette">setPalette</a>(TQPalette(TQColor(220-rand()%64,220-rand()%64,220-rand()%64))); +<a name="x1934"></a> tqApp-><a href="tqapplication.html#setPalette">setPalette</a>(TQPalette(TQColor(220-rand()%64,220-rand()%64,220-rand()%64))); lang = "mywidget_" + lang + ".qm"; <a href="tqfileinfo.html">TQFileInfo</a> fi( lang ); @@ -240,12 +240,12 @@ MyWidget* showLang(TQString lang) return 0; } if ( translator ) { -<a name="x1932"></a> tqApp-><a href="ntqapplication.html#removeTranslator">removeTranslator</a>( translator ); +<a name="x1932"></a> tqApp-><a href="tqapplication.html#removeTranslator">removeTranslator</a>( translator ); delete translator; } translator = new <a href="tqtranslator.html">TQTranslator</a>( 0 ); <a name="x1950"></a> translator-><a href="tqtranslator.html#load">load</a>( lang, "." ); -<a name="x1930"></a> tqApp-><a href="ntqapplication.html#installTranslator">installTranslator</a>( translator ); +<a name="x1930"></a> tqApp-><a href="tqapplication.html#installTranslator">installTranslator</a>( translator ); MyWidget *m = new MyWidget; <a name="x1951"></a> m-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - <a href="i18n.html#i18n">i18n</a> - " + m-><a href="tqwidget.html#caption">caption</a>() ); return m; @@ -253,7 +253,7 @@ MyWidget* showLang(TQString lang) int main( int argc, char** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); const char* qm[]= { "ar", "cs", "de", "el", "en", "eo", "fr", "it", "jp", "ko", "no", "ru", "zh", 0 }; @@ -283,7 +283,7 @@ int main( int argc, char** argv ) <a name="x1936"></a> r = dlg.<a href="tqdialog.html#exec">exec</a>(); } if ( r ) { -<a name="x1928"></a> <a href="tqrect.html">TQRect</a> screen = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->availableGeometry(); +<a name="x1928"></a> <a href="tqrect.html">TQRect</a> screen = tqApp-><a href="tqapplication.html#desktop">desktop</a>()->availableGeometry(); bool tight = screen.<a href="tqrect.html#width">width</a>() < 1024; <a name="x1942"></a> int x=screen.<a href="tqrect.html#left">left</a>()+5; int y=screen.<a href="tqrect.html#top">top</a>()+25; @@ -292,7 +292,7 @@ int main( int argc, char** argv ) MyWidget* w = showLang((const char*)qm[i]); if( w == 0 ) exit( 0 ); - TQObject::<a href="tqobject.html#connect">connect</a>(w, TQ_SIGNAL(closed()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(w, TQ_SIGNAL(closed()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); <a name="x1953"></a> w-><a href="tqwidget.html#setGeometry">setGeometry</a>(x,y,197,356); w-><a href="tqwidget.html#show">show</a>(); if ( tight ) { @@ -313,7 +313,7 @@ int main( int argc, char** argv ) } else { <a href="tqstring.html">TQString</a> lang = argv[1]; <a href="tqwidget.html">TQWidget</a>* m = showLang(lang); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( m ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( m ); m-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - i18n"); m-><a href="tqwidget.html#show">show</a>(); } @@ -323,7 +323,7 @@ int main( int argc, char** argv ) #endif // While we run "all", kill them all - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 75b50385a..bd7ba3bc4 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -176,7 +176,7 @@ const char* and char from traditional C. <p> <h3> Use tr() for all Literal Text </h3> <a name="1-2"></a><p> Wherever your program uses <tt>"quoted text"</tt> for text that will -be presented to the user, ensure that it is processed by the <a href="ntqapplication.html#translate">TQApplication::translate</a>() function. Essentially all that is necessary +be presented to the user, ensure that it is processed by the <a href="tqapplication.html#translate">TQApplication::translate</a>() function. Essentially all that is necessary to achieve this is to use <a href="tqobject.html#tr">TQObject::tr</a>(). For example, assuming the <tt>LoginWidget</tt> is a subclass of TQWidget: <p> <pre> @@ -191,7 +191,7 @@ to achieve this is to use <a href="tqobject.html#tr">TQObject::tr</a>(). For exa write. <p> If the quoted text is not in a member function of a <a href="tqobject.html">TQObject</a> subclass, use either the tr() function of an -appropriate class, or the <a href="ntqapplication.html#translate">TQApplication::translate</a>() function +appropriate class, or the <a href="tqapplication.html#translate">TQApplication::translate</a>() function directly: <p> <pre> void some_global_function( LoginWidget *logwid ) @@ -203,7 +203,7 @@ directly: void same_global_function( LoginWidget *logwid ) { <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>( - tqApp-><a href="ntqapplication.html#translate">translate</a>("LoginWidget", "Password:"), + tqApp-><a href="tqapplication.html#translate">translate</a>("LoginWidget", "Password:"), logwid ); } </pre> @@ -239,7 +239,7 @@ The macros expand to just the text (without the context). <a href="tqstring.html">TQString</a> global_greeting( int greet_type ) { - return tqApp-><a href="ntqapplication.html#translate">translate</a>( "FriendlyConversation", + return tqApp-><a href="tqapplication.html#translate">translate</a>( "FriendlyConversation", greeting_strings[greet_type] ); } </pre> @@ -252,7 +252,7 @@ Disabling the conversion can make programming a bit cumbersome. <p> If your source language uses characters outside Latin-1, you might find <a href="tqobject.html#trUtf8">TQObject::trUtf8</a>() more convenient than <a href="tqobject.html#tr">TQObject::tr</a>(), as tr() depends on the -<a href="ntqapplication.html#defaultCodec">TQApplication::defaultCodec</a>(), which makes it more fragile than +<a href="tqapplication.html#defaultCodec">TQApplication::defaultCodec</a>(), which makes it more fragile than TQObject::trUtf8(). <p> <h3> Use <a href="tqkeysequence.html">TQKeySequence</a>() for Accelerator Values </h3> @@ -288,8 +288,8 @@ example: <a href="tqstring.html">TQString</a> s1 = "%1 of %2 files copied. Copying: %3"; <a href="tqstring.html">TQString</a> s2 = "Kopierer nu %3. Av totalt %2 filer er %1 kopiert."; - <a href="ntqapplication.html#qDebug">tqDebug</a>( s1.<a href="tqstring.html#arg">arg</a>(5).arg(10).arg("somefile.txt").ascii() ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( s2.<a href="tqstring.html#arg">arg</a>(5).arg(10).arg("somefile.txt").ascii() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( s1.<a href="tqstring.html#arg">arg</a>(5).arg(10).arg("somefile.txt").ascii() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( s2.<a href="tqstring.html#arg">arg</a>(5).arg(10).arg("somefile.txt").ascii() ); </pre> <p> produces the correct output in English and Norwegian: @@ -345,7 +345,7 @@ Norwegian and Swedish. If you use <a href="qmake-manual.html">qmake</a>, you usu file for <em>lupdate</em>; your <tt>qmake</tt> project file will work fine once you add the <tt>TRANSLATIONS</tt> entry. <p> In your application, you must <a href="tqtranslator.html#load">TQTranslator::load</a>() the translation -files appropriate for the user's language, and install them using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(). +files appropriate for the user's language, and install them using <a href="tqapplication.html#installTranslator">TQApplication::installTranslator</a>(). <p> If you have been using the old TQt tools (<tt>tqtfindtr</tt>, <tt>msg2tqm</tt> and <tt>tqtmergetr</tt>), you can use <em>tqm2ts</em> to convert your old <tt>.qm</tt> files. <p> <em>linguist</em>, <em>lupdate</em> and <em>lrelease</em> are installed in the <tt>bin</tt> subdirectory of the base directory TQt is installed into. Click Help|Manual @@ -368,21 +368,21 @@ useful.) <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); // translation file for TQt <a href="tqtranslator.html">TQTranslator</a> qt( 0 ); qt.<a href="tqtranslator.html#load">load</a>( TQString( "qt_" ) + TQTextCodec::locale(), "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &qt ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &qt ); // translation file for application strings <a href="tqtranslator.html">TQTranslator</a> myapp( 0 ); myapp.<a href="tqtranslator.html#load">load</a>( TQString( "myapp_" ) + TQTextCodec::locale(), "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &myapp ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &myapp ); ... - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/iconview-example.html b/doc/html/iconview-example.html index c81d36f0b..2208c85b4 100644 --- a/doc/html/iconview-example.html +++ b/doc/html/iconview-example.html @@ -47,7 +47,7 @@ view modes, rubberband selection, etc. *****************************************************************************/ #include <<a href="tqiconview-h.html">tqiconview.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdragobject-h.html">tqdragobject.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqiconset-h.html">tqiconset.h</a>> @@ -66,18 +66,18 @@ public: public slots: void dropped( <a href="tqdropevent.html">TQDropEvent</a> *mime ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Dropped Mimesource %p into the view %p", mime, view ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( " Formats:" ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Dropped Mimesource %p into the view %p", mime, view ); + <a href="tqapplication.html#qDebug">tqDebug</a>( " Formats:" ); int i = 0; <a name="x1454"></a> const char *str = mime-><a href="tqdropevent.html#format">format</a>( i ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( " %s", str ); + <a href="tqapplication.html#qDebug">tqDebug</a>( " %s", str ); while ( str ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( " %s", str ); + <a href="tqapplication.html#qDebug">tqDebug</a>( " %s", str ); str = mime-><a href="tqdropevent.html#format">format</a>( ++i ); } }; void moved() { - <a href="ntqapplication.html#qDebug">tqDebug</a>( "All selected items were moved to another widget" ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "All selected items were moved to another widget" ); } protected: @@ -87,7 +87,7 @@ protected: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); <a href="tqiconview.html">TQIconView</a> tqiconview; <a name="x1457"></a> tqiconview.<a href="tqiconview.html#setSelectionMode">setSelectionMode</a>( TQIconView::Extended ); @@ -104,11 +104,11 @@ int main( int argc, char **argv ) &listen_dnd, TQ_SLOT( dropped( <a href="tqdropevent.html">TQDropEvent</a> * ) ) ); <a name="x1456"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &tqiconview, TQ_SIGNAL( <a href="tqiconview.html#moved">moved</a>() ), &listen_dnd, TQ_SLOT( moved() ) ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &tqiconview ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &tqiconview ); <a name="x1462"></a> tqiconview.<a href="tqwidget.html#show">show</a>(); <a name="x1461"></a><a name="x1458"></a> tqiconview.<a href="tqwidget.html#resize">resize</a>( tqiconview.<a href="tqwidget.html#sizeHint">sizeHint</a>() ); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "main.moc" diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index fb9f51f0a..e7160804d 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -191,13 +191,13 @@ void <a name="f1"></a>DDIconView::slotNewItem( <a href="tqdropevent.html">TQDrop int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); // Create and show the widgets <a href="tqsplitter.html">TQSplitter</a> *split = new <a href="tqsplitter.html">TQSplitter</a>(); DDIconView *iv = new DDIconView( split ); (void) new DDListBox( split ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( split ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( split ); split-><a href="tqwidget.html#resize">resize</a>( 600, 400 ); split-><a href="tqwidget.html#show">show</a>(); @@ -215,7 +215,7 @@ int main( int argc, char *argv[] ) item = new DDIconViewItem( iv, "Blue", TQPixmap( blue_icon ) ); item-><a href="tqiconviewitem.html#setRenameEnabled">setRenameEnabled</a>( TRUE ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } diff --git a/doc/html/iconview-simple_dd-main-h.html b/doc/html/iconview-simple_dd-main-h.html index de28cec58..a91815ff4 100644 --- a/doc/html/iconview-simple_dd-main-h.html +++ b/doc/html/iconview-simple_dd-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> #include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> diff --git a/doc/html/index b/doc/html/index index 4f94b1562..042448975 100644 --- a/doc/html/index +++ b/doc/html/index @@ -208,107 +208,107 @@ "TQActionGroup::usesDropDown" tqactiongroup.html#usesDropDown "TQActionGroup::usesDropDown" tqactiongroup.html#usesDropDown-prop "TQActionGroup::~TQActionGroup" tqactiongroup.html#~TQActionGroup -"QApplication" ntqapplication.html -"QApplication::ColorSpec" ntqapplication.html#ColorSpec -"QApplication::Encoding" ntqapplication.html#Encoding -"QApplication::Type" ntqapplication.html#Type -"QApplication::aboutTQt" ntqapplication.html#aboutTQt -"QApplication::aboutToQuit" ntqapplication.html#aboutToQuit -"QApplication::activeModalWidget" ntqapplication.html#activeModalWidget -"QApplication::activePopupWidget" ntqapplication.html#activePopupWidget -"QApplication::activeWindow" ntqapplication.html#activeWindow -"QApplication::addLibraryPath" ntqapplication.html#addLibraryPath -"QApplication::allWidgets" ntqapplication.html#allWidgets -"QApplication::applicationDirPath" ntqapplication.html#applicationDirPath -"QApplication::applicationFilePath" ntqapplication.html#applicationFilePath -"QApplication::argc" ntqapplication.html#argc -"QApplication::argv" ntqapplication.html#argv -"QApplication::beep" ntqapplication.html#beep -"QApplication::clipboard" ntqapplication.html#clipboard -"QApplication::closeAllWindows" ntqapplication.html#closeAllWindows -"QApplication::closingDown" ntqapplication.html#closingDown -"QApplication::colorSpec" ntqapplication.html#colorSpec -"QApplication::commitData" ntqapplication.html#commitData -"QApplication::cursorFlashTime" ntqapplication.html#cursorFlashTime -"QApplication::desktop" ntqapplication.html#desktop -"QApplication::desktopSettingsAware" ntqapplication.html#desktopSettingsAware -"QApplication::doubleClickInterval" ntqapplication.html#doubleClickInterval -"QApplication::eventLoop" ntqapplication.html#eventLoop -"QApplication::exec" ntqapplication.html#exec -"QApplication::exit" ntqapplication.html#exit -"QApplication::flush" ntqapplication.html#flush -"QApplication::flushX" ntqapplication.html#flushX -"QApplication::focusWidget" ntqapplication.html#focusWidget -"QApplication::font" ntqapplication.html#font -"QApplication::fontMetrics" ntqapplication.html#fontMetrics -"QApplication::globalStrut" ntqapplication.html#globalStrut -"QApplication::guiThreadAwake" ntqapplication.html#guiThreadAwake -"QApplication::hasGlobalMouseTracking" ntqapplication.html#hasGlobalMouseTracking -"QApplication::hasPendingEvents" ntqapplication.html#hasPendingEvents -"QApplication::horizontalAlignment" ntqapplication.html#horizontalAlignment -"QApplication::initialize" ntqapplication.html#initialize -"QApplication::installTranslator" ntqapplication.html#installTranslator -"QApplication::isEffectEnabled" ntqapplication.html#isEffectEnabled -"QApplication::isSessionRestored" ntqapplication.html#isSessionRestored -"QApplication::lastWindowClosed" ntqapplication.html#lastWindowClosed -"QApplication::libraryPaths" ntqapplication.html#libraryPaths -"QApplication::lock" ntqapplication.html#lock -"QApplication::locked" ntqapplication.html#locked -"QApplication::macEventFilter" ntqapplication.html#macEventFilter -"QApplication::mainWidget" ntqapplication.html#mainWidget -"QApplication::notify" ntqapplication.html#notify -"QApplication::overrideCursor" ntqapplication.html#overrideCursor -"QApplication::palette" ntqapplication.html#palette -"QApplication::polish" ntqapplication.html#polish -"QApplication::postEvent" ntqapplication.html#postEvent -"QApplication::processEvents" ntqapplication.html#processEvents -"QApplication::quit" ntqapplication.html#quit -"QApplication::removeLibraryPath" ntqapplication.html#removeLibraryPath -"QApplication::removePostedEvent" ntqapplication.html#removePostedEvent -"QApplication::removePostedEvents" ntqapplication.html#removePostedEvents -"QApplication::removeTranslator" ntqapplication.html#removeTranslator -"QApplication::restoreOverrideCursor" ntqapplication.html#restoreOverrideCursor -"QApplication::reverseLayout" ntqapplication.html#reverseLayout -"QApplication::saveState" ntqapplication.html#saveState -"QApplication::sendEvent" ntqapplication.html#sendEvent -"QApplication::sendPostedEvents" ntqapplication.html#sendPostedEvents -"QApplication::sessionId" ntqapplication.html#sessionId -"QApplication::sessionKey" ntqapplication.html#sessionKey -"QApplication::setColorSpec" ntqapplication.html#setColorSpec -"QApplication::setCursorFlashTime" ntqapplication.html#setCursorFlashTime -"QApplication::setDesktopSettingsAware" ntqapplication.html#setDesktopSettingsAware -"QApplication::setDoubleClickInterval" ntqapplication.html#setDoubleClickInterval -"QApplication::setEffectEnabled" ntqapplication.html#setEffectEnabled -"QApplication::setFont" ntqapplication.html#setFont -"QApplication::setGlobalMouseTracking" ntqapplication.html#setGlobalMouseTracking -"QApplication::setGlobalStrut" ntqapplication.html#setGlobalStrut -"QApplication::setLibraryPaths" ntqapplication.html#setLibraryPaths -"QApplication::setMainWidget" ntqapplication.html#setMainWidget -"QApplication::setOverrideCursor" ntqapplication.html#setOverrideCursor -"QApplication::setPalette" ntqapplication.html#setPalette -"QApplication::setReverseLayout" ntqapplication.html#setReverseLayout -"QApplication::setStartDragDistance" ntqapplication.html#setStartDragDistance -"QApplication::setStartDragTime" ntqapplication.html#setStartDragTime -"QApplication::setStyle" ntqapplication.html#setStyle -"QApplication::setWheelScrollLines" ntqapplication.html#setWheelScrollLines -"QApplication::startDragDistance" ntqapplication.html#startDragDistance -"QApplication::startDragTime" ntqapplication.html#startDragTime -"QApplication::startingUp" ntqapplication.html#startingUp -"QApplication::style" ntqapplication.html#style -"QApplication::syncX" ntqapplication.html#syncX -"QApplication::topLevelWidgets" ntqapplication.html#topLevelWidgets -"QApplication::translate" ntqapplication.html#translate -"QApplication::tryLock" ntqapplication.html#tryLock -"QApplication::type" ntqapplication.html#type -"QApplication::unlock" ntqapplication.html#unlock -"QApplication::wakeUpGuiThread" ntqapplication.html#wakeUpGuiThread -"QApplication::wheelScrollLines" ntqapplication.html#wheelScrollLines -"QApplication::widgetAt" ntqapplication.html#widgetAt -"QApplication::winEventFilter" ntqapplication.html#winEventFilter -"QApplication::winFocus" ntqapplication.html#winFocus -"QApplication::x11EventFilter" ntqapplication.html#x11EventFilter -"QApplication::x11ProcessEvent" ntqapplication.html#x11ProcessEvent -"QApplication::~QApplication" ntqapplication.html#~QApplication +"TQApplication" tqapplication.html +"TQApplication::ColorSpec" tqapplication.html#ColorSpec +"TQApplication::Encoding" tqapplication.html#Encoding +"TQApplication::Type" tqapplication.html#Type +"TQApplication::aboutTQt" tqapplication.html#aboutTQt +"TQApplication::aboutToQuit" tqapplication.html#aboutToQuit +"TQApplication::activeModalWidget" tqapplication.html#activeModalWidget +"TQApplication::activePopupWidget" tqapplication.html#activePopupWidget +"TQApplication::activeWindow" tqapplication.html#activeWindow +"TQApplication::addLibraryPath" tqapplication.html#addLibraryPath +"TQApplication::allWidgets" tqapplication.html#allWidgets +"TQApplication::applicationDirPath" tqapplication.html#applicationDirPath +"TQApplication::applicationFilePath" tqapplication.html#applicationFilePath +"TQApplication::argc" tqapplication.html#argc +"TQApplication::argv" tqapplication.html#argv +"TQApplication::beep" tqapplication.html#beep +"TQApplication::clipboard" tqapplication.html#clipboard +"TQApplication::closeAllWindows" tqapplication.html#closeAllWindows +"TQApplication::closingDown" tqapplication.html#closingDown +"TQApplication::colorSpec" tqapplication.html#colorSpec +"TQApplication::commitData" tqapplication.html#commitData +"TQApplication::cursorFlashTime" tqapplication.html#cursorFlashTime +"TQApplication::desktop" tqapplication.html#desktop +"TQApplication::desktopSettingsAware" tqapplication.html#desktopSettingsAware +"TQApplication::doubleClickInterval" tqapplication.html#doubleClickInterval +"TQApplication::eventLoop" tqapplication.html#eventLoop +"TQApplication::exec" tqapplication.html#exec +"TQApplication::exit" tqapplication.html#exit +"TQApplication::flush" tqapplication.html#flush +"TQApplication::flushX" tqapplication.html#flushX +"TQApplication::focusWidget" tqapplication.html#focusWidget +"TQApplication::font" tqapplication.html#font +"TQApplication::fontMetrics" tqapplication.html#fontMetrics +"TQApplication::globalStrut" tqapplication.html#globalStrut +"TQApplication::guiThreadAwake" tqapplication.html#guiThreadAwake +"TQApplication::hasGlobalMouseTracking" tqapplication.html#hasGlobalMouseTracking +"TQApplication::hasPendingEvents" tqapplication.html#hasPendingEvents +"TQApplication::horizontalAlignment" tqapplication.html#horizontalAlignment +"TQApplication::initialize" tqapplication.html#initialize +"TQApplication::installTranslator" tqapplication.html#installTranslator +"TQApplication::isEffectEnabled" tqapplication.html#isEffectEnabled +"TQApplication::isSessionRestored" tqapplication.html#isSessionRestored +"TQApplication::lastWindowClosed" tqapplication.html#lastWindowClosed +"TQApplication::libraryPaths" tqapplication.html#libraryPaths +"TQApplication::lock" tqapplication.html#lock +"TQApplication::locked" tqapplication.html#locked +"TQApplication::macEventFilter" tqapplication.html#macEventFilter +"TQApplication::mainWidget" tqapplication.html#mainWidget +"TQApplication::notify" tqapplication.html#notify +"TQApplication::overrideCursor" tqapplication.html#overrideCursor +"TQApplication::palette" tqapplication.html#palette +"TQApplication::polish" tqapplication.html#polish +"TQApplication::postEvent" tqapplication.html#postEvent +"TQApplication::processEvents" tqapplication.html#processEvents +"TQApplication::quit" tqapplication.html#quit +"TQApplication::removeLibraryPath" tqapplication.html#removeLibraryPath +"TQApplication::removePostedEvent" tqapplication.html#removePostedEvent +"TQApplication::removePostedEvents" tqapplication.html#removePostedEvents +"TQApplication::removeTranslator" tqapplication.html#removeTranslator +"TQApplication::restoreOverrideCursor" tqapplication.html#restoreOverrideCursor +"TQApplication::reverseLayout" tqapplication.html#reverseLayout +"TQApplication::saveState" tqapplication.html#saveState +"TQApplication::sendEvent" tqapplication.html#sendEvent +"TQApplication::sendPostedEvents" tqapplication.html#sendPostedEvents +"TQApplication::sessionId" tqapplication.html#sessionId +"TQApplication::sessionKey" tqapplication.html#sessionKey +"TQApplication::setColorSpec" tqapplication.html#setColorSpec +"TQApplication::setCursorFlashTime" tqapplication.html#setCursorFlashTime +"TQApplication::setDesktopSettingsAware" tqapplication.html#setDesktopSettingsAware +"TQApplication::setDoubleClickInterval" tqapplication.html#setDoubleClickInterval +"TQApplication::setEffectEnabled" tqapplication.html#setEffectEnabled +"TQApplication::setFont" tqapplication.html#setFont +"TQApplication::setGlobalMouseTracking" tqapplication.html#setGlobalMouseTracking +"TQApplication::setGlobalStrut" tqapplication.html#setGlobalStrut +"TQApplication::setLibraryPaths" tqapplication.html#setLibraryPaths +"TQApplication::setMainWidget" tqapplication.html#setMainWidget +"TQApplication::setOverrideCursor" tqapplication.html#setOverrideCursor +"TQApplication::setPalette" tqapplication.html#setPalette +"TQApplication::setReverseLayout" tqapplication.html#setReverseLayout +"TQApplication::setStartDragDistance" tqapplication.html#setStartDragDistance +"TQApplication::setStartDragTime" tqapplication.html#setStartDragTime +"TQApplication::setStyle" tqapplication.html#setStyle +"TQApplication::setWheelScrollLines" tqapplication.html#setWheelScrollLines +"TQApplication::startDragDistance" tqapplication.html#startDragDistance +"TQApplication::startDragTime" tqapplication.html#startDragTime +"TQApplication::startingUp" tqapplication.html#startingUp +"TQApplication::style" tqapplication.html#style +"TQApplication::syncX" tqapplication.html#syncX +"TQApplication::topLevelWidgets" tqapplication.html#topLevelWidgets +"TQApplication::translate" tqapplication.html#translate +"TQApplication::tryLock" tqapplication.html#tryLock +"TQApplication::type" tqapplication.html#type +"TQApplication::unlock" tqapplication.html#unlock +"TQApplication::wakeUpGuiThread" tqapplication.html#wakeUpGuiThread +"TQApplication::wheelScrollLines" tqapplication.html#wheelScrollLines +"TQApplication::widgetAt" tqapplication.html#widgetAt +"TQApplication::winEventFilter" tqapplication.html#winEventFilter +"TQApplication::winFocus" tqapplication.html#winFocus +"TQApplication::x11EventFilter" tqapplication.html#x11EventFilter +"TQApplication::x11ProcessEvent" tqapplication.html#x11ProcessEvent +"TQApplication::~TQApplication" tqapplication.html#~TQApplication "TQAsciiCache" tqasciicache.html "TQAsciiCache::clear" tqasciicache.html#clear "TQAsciiCache::count" tqasciicache.html#count @@ -7695,8 +7695,8 @@ "TQXmlSimpleReader::parseContinue" tqxmlsimplereader.html#parseContinue "TQXmlSimpleReader::setFeature" tqxmlsimplereader.html#setFeature "TQXmlSimpleReader::~TQXmlSimpleReader" tqxmlsimplereader.html#~TQXmlSimpleReader -"Q_ASSERT" ntqapplication.html#Q_ASSERT -"TQ_CHECK_PTR" ntqapplication.html#TQ_CHECK_PTR +"Q_ASSERT" tqapplication.html#Q_ASSERT +"TQ_CHECK_PTR" tqapplication.html#TQ_CHECK_PTR "Qt" tqt.html "TQt Commercial Editions" commercialeditions.html "TQt Demo" demo-example.html @@ -7948,32 +7948,32 @@ "operator|" tqbitarray.html#operator| "organizers" organizers.html "plugins" plugins.html -"qAddPostRoutine" ntqapplication.html#qAddPostRoutine +"qAddPostRoutine" tqapplication.html#qAddPostRoutine "qAlpha" tqcolor.html#qAlpha "qBlue" tqcolor.html#qBlue "qChecksum" tqmemarray.html#qChecksum "qCompress" tqbytearray.html#qCompress -"qDebug" ntqapplication.html#qDebug +"qDebug" tqapplication.html#qDebug "qDrawPlainRect" tqpainter.html#qDrawPlainRect "qDrawShadeLine" tqpainter.html#qDrawShadeLine "qDrawShadePanel" tqpainter.html#qDrawShadePanel "qDrawShadeRect" tqpainter.html#qDrawShadeRect "qDrawWinButton" tqpainter.html#qDrawWinButton "qDrawWinPanel" tqpainter.html#qDrawWinPanel -"qFatal" ntqapplication.html#qFatal +"qFatal" tqapplication.html#qFatal "qGray" tqcolor.html#qGray "qGreen" tqcolor.html#qGreen "qInitNetworkProtocols" tqurloperator.html#qInitNetworkProtocols -"qInstallMsgHandler" ntqapplication.html#qInstallMsgHandler +"qInstallMsgHandler" tqapplication.html#qInstallMsgHandler "qMakePair" tqpair.html#qMakePair "qRed" tqcolor.html#qRed "qRgb" tqcolor.html#qRgb "qRgba" tqcolor.html#qRgba -"qSysInfo" ntqapplication.html#qSysInfo -"qSystemWarning" ntqapplication.html#qSystemWarning +"qSysInfo" tqapplication.html#qSysInfo +"qSystemWarning" tqapplication.html#qSystemWarning "qUncompress" tqbytearray.html#qUncompress -"qVersion" ntqapplication.html#qVersion -"qWarning" ntqapplication.html#qWarning +"qVersion" tqapplication.html#qVersion +"qWarning" tqapplication.html#qWarning "tqaction-examples" tqaction-examples.html "tqfont-examples" tqfont-examples.html "qmemmove" tqcstring.html#qmemmove diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index 475ddf93f..b1c3552d8 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -46,7 +46,7 @@ classes, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="tqboxlayout.html ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqcolor-h.html">tqcolor.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -75,7 +75,7 @@ public: <a name="x540"></a> menubar-><a href="tqmenubar.html#setSeparator">setSeparator</a>( TQMenuBar::InWindowsStyle ); <a href="tqpopupmenu.html">TQPopupMenu</a>* popup; popup = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - popup-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + popup-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&File", popup ); // ...and tell the layout about it. @@ -187,14 +187,14 @@ ExampleWidget::~ExampleWidget() int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); ExampleWidget f; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(&f); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&f); f.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Layouts"); f.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/life-example.html b/doc/html/life-example.html index fcc286029..007905bcd 100644 --- a/doc/html/life-example.html +++ b/doc/html/life-example.html @@ -113,7 +113,7 @@ private: #include <<a href="tqdrawutil-h.html">tqdrawutil.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> // The main game of life widget @@ -249,17 +249,17 @@ void <a name="f521"></a>LifeWidget::nextGeneration() *****************************************************************************/ #include "lifedlg.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <stdlib.h> void usage() { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Usage: life [-scale scale]" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Usage: life [-scale scale]" ); } int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); int scale = 10; @@ -277,11 +277,11 @@ int main( int argc, char **argv ) scale = 2; LifeDialog *life = new LifeDialog( scale ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( life ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( life ); life-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Life"); life-><a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index 463a8312d..17f13c7b5 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -366,18 +366,18 @@ void <a name="f224"></a>LineEdits::slotReadOnlyChanged( int i ) *****************************************************************************/ #include "lineedits.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 ); LineEdits lineedits; lineedits.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Lineedits" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &lineedits ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &lineedits ); lineedits.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/linguist-manual-4.html b/doc/html/linguist-manual-4.html index 9e21faf9a..fe06608a6 100644 --- a/doc/html/linguist-manual-4.html +++ b/doc/html/linguist-manual-4.html @@ -51,25 +51,25 @@ body { background: #ffffff; color: black; } <h4><a name="1-2"></a>Loading Translations</h4> <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); </pre> <!-- index main() --> <p>This is how a simple <tt>main()</tt> function of a TQt application begins.</p> <!-- index TQTranslator!load() --><!-- index load()!TQTranslator --><!-- index TQApplication!installTranslator() --><!-- index installTranslator()!TQApplication --><pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqtranslator.html">TQTranslator</a> translator( 0 ); translator.<a href="tqtranslator.html#load">load</a>( "tt1_la", "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <p>For a translation-aware application a translator object is created, a translation is loaded and the translator object installed into the application.</p> <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqtranslator.html">TQTranslator</a> translator( 0 ); translator.<a href="tqtranslator.html#load">load</a>( TQString("tt2_") + TQTextCodec::locale(), "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <p>In production applications a more flexible approach, for example, loading translations according to locale, might be more appropriate. If the <tt>.ts</tt> files are all named according to a convention such as <em>appname_locale</em>, e.g. <tt>tt2_fr</tt>, <tt>tt2_de</tt> etc, then the code above will load the current locale's translation at runtime.</p> <p>If there is no translation file for the current locale the application will fall back to using the original source text.</p> @@ -101,7 +101,7 @@ body { background: #ffffff; color: black; } rbh = new TQRadioButton( tr("Enabled", "Hue frame"), this ); </pre> <!-- index Ctrl Key --><p>Ctrl key accelerators are also translatable:</p> -<pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), +<pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); </pre> <p>It is strongly recommended that the two argument form of <tt>tr()</tt> is used for Ctrl key accelerators. The second argument is the only clue the translator has as to the function performed by the accelerator.</p> @@ -188,24 +188,24 @@ TRANSLATIONS = tt1_la.ts ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtranslator-h.html">tqtranslator.h</a>> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqtranslator.html">TQTranslator</a> translator( 0 ); translator.<a href="tqtranslator.html#load">load</a>( "tt1_la", "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); <a href="tqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &hello ); hello.<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> <blockquote><p align="center"><em><tt>main.cpp</tt></em></p></blockquote> @@ -220,7 +220,7 @@ int main( int argc, char **argv ) <pre> translator.<a href="tqtranslator.html#load">load</a>( "tt1_la", "." ); </pre> <!-- index tt1_la.qm --> <p>Tries to load a file called <tt>tt1_la.qm</tt> (the <tt>.qm</tt> file extension is implicit) that contains Latin translations for the source texts used in the program. No error will occur if the file is not found.</p> -<!-- index TQApplication!installTranslator() --><!-- index installTranslator()!TQApplication --><pre> app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); +<!-- index TQApplication!installTranslator() --><!-- index installTranslator()!TQApplication --><pre> app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <p>Adds the translations from <tt>tt1_la.qm</tt> to the pool of translations used by the program.</p> <!-- index Hello World --><pre> <a href="tqpushbutton.html">TQPushButton</a> hello( TQPushButton::<a href="tqobject.html#tr">tr</a>("Hello world!"), 0 ); @@ -335,14 +335,14 @@ TRANSLATIONS = tt2_fr.ts \ <pre> ArrowPad *ap = new ArrowPad( this, "arrow pad" ); </pre> <p>We also call <tt>MainWindow::tr()</tt> twice, once for the menu item and once for the accelerator.</p> -<!-- index Ctrl Key --><!-- index Alt Key --><pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), +<!-- index Ctrl Key --><!-- index Alt Key --><pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); </pre> <p>Note the use of <tt>tr()</tt> to support different keys in other languages. "Ctrl+Q" is a good choice for Quit in English, but a Dutch translator might want to use "Ctrl+A" (for Afsluiten) and a German translator "Strg+E" (for Beenden). When using <tt>tr()</tt> for Ctrl key accelerators, the two argument form should be used with the second argument describing the function that the accelerator performs.</p> <!-- index main() --><p>Our <tt>main()</tt> function is defined in <tt>main.cpp</tt> as usual.</p> <pre> <a href="tqtranslator.html">TQTranslator</a> translator( 0 ); translator.<a href="tqtranslator.html#load">load</a>( TQString("tt2_") + TQTextCodec::locale(), "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <!-- index TQTextCodec!locale() --><!-- index locale()!TQTextCodec --><!-- index LANG!Environment Variable --><!-- index Environment Variables!LANG --> <p>We choose which translation to use according to the current locale. <a href="tqtextcodec.html#locale">TQTextCodec::locale</a>() can be influenced by setting the <tt>LANG</tt> environment variable, for example. Notice that the use of a naming convention that incorporates the locale for <tt>.qm</tt> message files, (and <tt>.ts</tt> files), makes it easy to implement choosing the translation file according to locale.</p> <p>If there is no <tt>.qm</tt> message file for the locale chosen the original source text will be used and no error raised.</p> @@ -451,7 +451,7 @@ TRANSLATIONS = tt3_pt.ts <pre> <a href="tqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>("Troll Print 1.0") ); </pre> <p>We must translate the window's caption.</p> -<pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()), +<pre> file-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&xit"), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), <a href="tqobject.html#tr">tr</a>("Ctrl+Q", "Quit") ); <a href="tqpopupmenu.html">TQPopupMenu</a> *help = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); help-><a href="tqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("&About"), this, TQ_SLOT(about()), Key_F1 ); @@ -464,7 +464,7 @@ TRANSLATIONS = tt3_pt.ts <p>We also need to translate the menu items. Note that the two argument form of <tt>tr()</tt> is used for the keyboard accelerator, "Ctrl+Q", since the second argument is the only clue the translator has to indicate what function that accelerator will perform.</p> <pre> <a href="tqtranslator.html">TQTranslator</a> translator( 0 ); translator.<a href="tqtranslator.html#load">load</a>( TQString("tt3_") + TQTextCodec::locale(), "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); </pre> <!-- index main() --> <p>The <tt>main()</tt> function in <tt>main.cpp</tt> is the same as the one in <a href="linguist-manual-4.html#2-2">Tutorial 2</a>. In particular it chooses a translation file based on the current locale.</p> <h5><a name="2-3-2"></a>Running Troll Print 1.0 in English and in Portuguese</h5> diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index 90a1148a1..2f806e96b 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -297,18 +297,18 @@ void <a name="f450"></a>ListBoxDemo::sortDescending() *****************************************************************************/ #include "listbox.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 ); ListBoxDemo t; t.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Listbox" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &t ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &t ); t.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/listboxcombo-example.html b/doc/html/listboxcombo-example.html index 3779695a0..f13c05176 100644 --- a/doc/html/listboxcombo-example.html +++ b/doc/html/listboxcombo-example.html @@ -280,19 +280,19 @@ void <a name="f440"></a>ListBoxCombo::slotCombo2Activated( const <a href="tqstri *****************************************************************************/ #include "listboxcombo.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 ); ListBoxCombo listboxcombo; listboxcombo.<a href="tqwidget.html#resize">resize</a>( 400, 270 ); listboxcombo.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Listboxes and Comboboxes" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &listboxcombo ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &listboxcombo ); listboxcombo.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html index 030504ac8..9ce039ad1 100644 --- a/doc/html/listviews-example.html +++ b/doc/html/listviews-example.html @@ -484,19 +484,19 @@ void <a name="f217"></a>ListViews::slotMessageChanged() *****************************************************************************/ #include "listviews.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 ); ListViews listViews; <a name="x166"></a> listViews.<a href="tqwidget.html#resize">resize</a>( 640, 480 ); <a name="x167"></a> listViews.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Listview" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &listViews ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &listViews ); listViews.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index cb598a363..62aa0a567 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -203,7 +203,7 @@ do this: kCFURLPOSIXPathStyle); const char *pathPtr = CFStringGetCStringPtr(macPath, CFStringGetSystemEncoding()); - <a href="ntqapplication.html#qDebug">tqDebug</a>("Path = %s", pathPtr); + <a href="tqapplication.html#qDebug">tqDebug</a>("Path = %s", pathPtr); CFRelease(pluginRef); CFRelease(macPath); </pre> @@ -253,7 +253,7 @@ one-button mouse support. into Mac native menubars. Fitting this into your existing TQt application will normally be automatic, however, if you have special needs the TQt/Mac implementation currently selects a menubar by starting at the active window -(ie <a href="ntqapplication.html#activeWindow">TQApplication::activeWindow</a>()), and applying: +(ie <a href="tqapplication.html#activeWindow">TQApplication::activeWindow</a>()), and applying: <p> 1) If the window has a <a href="tqmenubar.html">TQMenuBar</a> then it is used. 2) If the window is a modal then its menubar is used. If no menubar is specified then a default menubar is used (as documented below) diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index 001e8feff..4ad42d003 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -116,7 +116,7 @@ private: #include <<a href="tqsocket-h.html">tqsocket.h</a>> #include <<a href="tqdns-h.html">tqdns.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> -#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="tqregexp-h.html">tqregexp.h</a>> @@ -219,7 +219,7 @@ void <a name="f300"></a>Smtp::readyRead() return; } else { // something broke. -<a name="x708"></a><a name="x704"></a> TQMessageBox::<a href="tqmessagebox.html#warning">warning</a>( tqApp-><a href="ntqapplication.html#activeWindow">activeWindow</a>(), +<a name="x708"></a><a name="x704"></a> TQMessageBox::<a href="tqmessagebox.html#warning">warning</a>( tqApp-><a href="tqapplication.html#activeWindow">activeWindow</a>(), <a href="tqobject.html#tr">tr</a>( "TQt Mail Example" ), <a href="tqobject.html#tr">tr</a>( "Unexpected reply from SMTP server:\n\n" ) + response ); diff --git a/doc/html/mainclasses.html b/doc/html/mainclasses.html index f9f261e36..c9856171a 100644 --- a/doc/html/mainclasses.html +++ b/doc/html/mainclasses.html @@ -49,7 +49,7 @@ classes), see <a href="classes.html">TQt's Classes</a>. <td><a href="tqtimer.html">TQTimer</a> <tr> <td align="right"> -<td><a href="ntqapplication.html">TQApplication</a> +<td><a href="tqapplication.html">TQApplication</a> <td align="right"> <td><a href="tqfont.html">TQFont</a> <td align="right"> diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 3a98a4788..3a94262e9 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -147,7 +147,7 @@ private: #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqaccel-h.html">tqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -232,7 +232,7 @@ const char * filePrintText = "Click this button to print the file you " #endif file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Close", this, TQ_SLOT(closeWindow()), CTRL+Key_W ); -<a name="x2020"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); +<a name="x2020"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); windowsMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); <a name="x2049"></a> windowsMenu-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); @@ -569,17 +569,17 @@ void <a name="f551"></a>MDIWindow::print( <a href="tqprinter.html">TQPrinter</a> ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "application.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 ); ApplicationWindow * mw = new ApplicationWindow(); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(mw); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(mw); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Multiple Documents Interface (MDI)" ); mw-><a href="tqwidget.html#show">show</a>(); -<a name="x2097"></a><a name="x2096"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - int res = a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x2097"></a><a name="x2096"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); + int res = a.<a href="tqapplication.html#exec">exec</a>(); return res; } </pre> diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index 2d8864374..e91c9ee22 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -114,7 +114,7 @@ private: #include "menu.h" #include <<a href="tqcursor-h.html">tqcursor.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#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="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -224,7 +224,7 @@ private: <a href="tqpixmap.html">TQPixmap</a> p2( p2_xpm ); <a href="tqpixmap.html">TQPixmap</a> p3( p3_xpm ); <a href="tqpopupmenu.html">TQPopupMenu</a> *print = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( print ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( print ); <a name="x1879"></a> print-><a href="tqpopupmenu.html#insertTearOffHandle">insertTearOffHandle</a>(); <a name="x1869"></a> print-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Print to printer", this, TQ_SLOT(printer()) ); print-><a href="tqmenudata.html#insertItem">insertItem</a>( "Print to &file", this, TQ_SLOT(file()) ); @@ -233,7 +233,7 @@ private: print-><a href="tqmenudata.html#insertItem">insertItem</a>( "Printer &Setup", this, TQ_SLOT(printerSetup()) ); <a href="tqpopupmenu.html">TQPopupMenu</a> *file = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); file-><a href="tqmenudata.html#insertItem">insertItem</a>( p1, "&Open", this, TQ_SLOT(open()), CTRL+Key_O ); file-><a href="tqmenudata.html#insertItem">insertItem</a>( p2, "&New", this, TQ_SLOT(news()), CTRL+Key_N ); file-><a href="tqmenudata.html#insertItem">insertItem</a>( p3, "&Save", this, TQ_SLOT(save()), CTRL+Key_S ); @@ -241,17 +241,17 @@ private: file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Print", print, CTRL+Key_P ); 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>()), CTRL+Key_Q ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "E&xit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), CTRL+Key_Q ); <a href="tqpopupmenu.html">TQPopupMenu</a> *edit = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( edit ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( edit ); int undoID = edit-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Undo", this, TQ_SLOT(undo()) ); int redoID = edit-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Redo", this, TQ_SLOT(redo()) ); <a name="x1873"></a> edit-><a href="tqmenudata.html#setItemEnabled">setItemEnabled</a>( undoID, FALSE ); edit-><a href="tqmenudata.html#setItemEnabled">setItemEnabled</a>( redoID, FALSE ); <a href="tqpopupmenu.html">TQPopupMenu</a>* options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( options ); options-><a href="tqpopupmenu.html#insertTearOffHandle">insertTearOffHandle</a>(); options-><a href="tqwidget.html#setCaption">setCaption</a>("Options"); options-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Normal Font", this, TQ_SLOT(normal()) ); @@ -275,13 +275,13 @@ private: <a href="tqpopupmenu.html">TQPopupMenu</a> *help = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( help ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( help ); help-><a href="tqmenudata.html#insertItem">insertItem</a>( "&About", this, TQ_SLOT(about()), CTRL+Key_H ); help-><a href="tqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, TQ_SLOT(aboutTQt()) ); // If we used a TQMainWindow we could use its built-in menuBar(). menu = new <a href="tqmenubar.html">TQMenuBar</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menu ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menu ); menu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&File", file ); menu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Edit", edit ); menu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Options", options ); @@ -291,7 +291,7 @@ private: <a href="tqlabel.html">TQLabel</a> *msg = new <a href="tqlabel.html">TQLabel</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( msg ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( msg ); msg-><a href="tqlabel.html#setText">setText</a>( "A context menu is available.\n" "Invoke it by right-clicking or by" " pressing the 'context' button." ); @@ -299,7 +299,7 @@ private: <a name="x1864"></a> msg-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter ); label = new <a href="tqlabel.html">TQLabel</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( label ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( label ); label-><a href="tqwidget.html#setGeometry">setGeometry</a>( 20, rect().center().y()-20, width()-40, 40 ); label-><a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised ); <a name="x1863"></a> label-><a href="tqframe.html#setLineWidth">setLineWidth</a>( 1 ); @@ -316,7 +316,7 @@ private: <a name="x1881"></a>void MenuExample::<a href="tqwidget.html#contextMenuEvent">contextMenuEvent</a>( <a href="tqcontextmenuevent.html">TQContextMenuEvent</a> * ) { <a href="tqpopupmenu.html">TQPopupMenu</a>* contextMenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( contextMenu ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( contextMenu ); <a href="tqlabel.html">TQLabel</a> *caption = new <a href="tqlabel.html">TQLabel</a>( "<font color=darkblue><u><b>" "Context Menu</b></u></font>", this ); caption-><a href="tqlabel.html#setAlignment">setAlignment</a>( TQt::AlignCenter ); @@ -325,7 +325,7 @@ private: contextMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Open...", this, TQ_SLOT(open()), CTRL+Key_O ); contextMenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Save", this, TQ_SLOT(save()), CTRL+Key_S ); <a href="tqpopupmenu.html">TQPopupMenu</a> *submenu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( submenu ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( submenu ); submenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Print to printer", this, TQ_SLOT(printer()) ); submenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "Print to &file", this, TQ_SLOT(file()) ); submenu-><a href="tqmenudata.html#insertItem">insertItem</a>( "Print to fa&x", this, TQ_SLOT(fax()) ); @@ -450,12 +450,12 @@ void <a name="f516"></a>MenuExample::printerSetup() int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MenuExample m; m.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Examples - Menus"); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &m ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &m ); m.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/movies-example.html b/doc/html/movies-example.html index 069cfae8b..e5c0317e0 100644 --- a/doc/html/movies-example.html +++ b/doc/html/movies-example.html @@ -47,7 +47,7 @@ The Movies example displays MNG and animated GIF files using the <a href="tqmovi ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -291,7 +291,7 @@ void <a name="f259"></a>MovieStarter::startMovie(const <a href="tqstring.html">T <a name="x495"></a>void MovieStarter::<a href="tqdialog.html#done">done</a>( int r ) { if (r != Accepted) - tqApp-><a href="ntqapplication.html#quit">quit</a>(); // end on Cancel + tqApp-><a href="tqapplication.html#quit">quit</a>(); // end on Cancel <a href="tqdialog.html#setResult">setResult</a>( r ); // And don't hide. @@ -300,7 +300,7 @@ void <a name="f259"></a>MovieStarter::startMovie(const <a href="tqstring.html">T int main(int argc, char **argv) { - <a href="ntqapplication.html">TQApplication</a> a(argc, argv); + <a href="tqapplication.html">TQApplication</a> a(argc, argv); if (argc > 1) { // Commandline mode - show movies given on the command line @@ -316,7 +316,7 @@ int main(int argc, char **argv) (void)new MovieScreen(argv[arg], TQMovie(argv[arg]), 0, 0, TQt::WDestructiveClose); } - TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); } else { // "GUI" mode - open a chooser for movies // @@ -325,7 +325,7 @@ int main(int argc, char **argv) } // Go! - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "main.moc" diff --git a/doc/html/network.html b/doc/html/network.html index e80ffcdab..ab49f5528 100644 --- a/doc/html/network.html +++ b/doc/html/network.html @@ -128,9 +128,9 @@ void MyClass::slotOperationFinished( <a href="tqnetworkoperation.html">TQNetwork switch ( op-><a href="tqnetworkoperation.html#operation">operation</a>() ) { case TQNetworkProtocol::OpMkDir: if ( op-><a href="tqnetworkoperation.html#state">state</a>() == TQNetworkProtocol::StFailed ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Couldn't create directory %s", op-><a href="tqnetworkoperation.html#arg">arg</a>( 0 ).latin1() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Couldn't create directory %s", op-><a href="tqnetworkoperation.html#arg">arg</a>( 0 ).latin1() ); else - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Successfully created directory %s", op-><a href="tqnetworkoperation.html#arg">arg</a>( 0 ).latin1() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Successfully created directory %s", op-><a href="tqnetworkoperation.html#arg">arg</a>( 0 ).latin1() ); break; // ... and so on } @@ -158,24 +158,24 @@ void MyClass::slotInsertEntries( const <a href="tqvaluelist.html">TQValueList</a TQValueList<TQUrlInfo>::ConstIterator it = info.<a href="tqvaluelist.html#begin">begin</a>(); for ( ; it != info.<a href="tqvaluelist.html#end">end</a>(); ++it ) { const <a href="tqurlinfo.html">TQUrlInfo</a> &inf = *it; - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Name: %s, Size: %d, Last Modified: %s", + <a href="tqapplication.html#qDebug">tqDebug</a>( "Name: %s, Size: %d, Last Modified: %s", inf.<a href="tqurlinfo.html#name">name</a>().latin1(), inf.<a href="tqurlinfo.html#size">size</a>(), inf.<a href="tqurlinfo.html#lastModified">lastModified</a>().toString().latin1() ); } } void MyClass::slotStart( <a href="tqnetworkoperation.html">TQNetworkOperation</a> * ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Start reading '%s'", op.toString().latin1() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Start reading '%s'", op.toString().latin1() ); } void MyClass::slotFinished( <a href="tqnetworkoperation.html">TQNetworkOperation</a> *operation ) { if ( operation-><a href="tqnetworkoperation.html#operation">operation</a>() == TQNetworkProtocol::OpListChildren ) { if ( operation-><a href="tqnetworkoperation.html#state">state</a>() == TQNetworkProtocol::StFailed ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Couldn't read '%s'! Following error occurred: %s", + <a href="tqapplication.html#qDebug">tqDebug</a>( "Couldn't read '%s'! Following error occurred: %s", op.toString().latin1(), operation-><a href="tqnetworkoperation.html#protocolDetail">protocolDetail</a>().latin1() ); else - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Finished reading '%s'!", op.toString().latin1() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Finished reading '%s'!", op.toString().latin1() ); } } diff --git a/doc/html/opengl-x11-overlays.html b/doc/html/opengl-x11-overlays.html index e7aa57dc8..2efb4d6c4 100644 --- a/doc/html/opengl-x11-overlays.html +++ b/doc/html/opengl-x11-overlays.html @@ -83,7 +83,7 @@ transparent color. For the overlay widget, you will typically want to set the background color to the transparent color, so that the OpenGL image shows through except where explicitly overpainted. <p> Note: to use this technique, you must not use the "ManyColor" or -"TrueColor" ColorSpec for <a href="ntqapplication.html">TQApplication</a>, because this will force +"TrueColor" ColorSpec for <a href="tqapplication.html">TQApplication</a>, because this will force the normal TQt widgets to use a TrueColor visual, which will typically be in the main plane, not in the overlay plane as desired. <p> <a name="x11visuals"></a> diff --git a/doc/html/outliner-example.html b/doc/html/outliner-example.html index 452660ce8..f8c3c4689 100644 --- a/doc/html/outliner-example.html +++ b/doc/html/outliner-example.html @@ -251,18 +251,18 @@ void <a name="f524"></a>OutlineTree::buildTree( <a href="tqlistviewitem.html">TQ ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "outlinetree.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 ); OutlineTree outline( "todos.opml" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &outline ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &outline ); <a name="x1920"></a> outline.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html index 89fd4f01d..b632df5f0 100644 --- a/doc/html/picture-example.html +++ b/doc/html/picture-example.html @@ -46,7 +46,7 @@ a set of drawing commands. ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqpicture-h.html">tqpicture.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -132,7 +132,7 @@ void PictureDisplay::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href= <a href="tqwidget.html#update">update</a>(); break; case 'q': // quit -<a name="x106"></a> TQApplication::<a href="ntqapplication.html#exit">exit</a>(); +<a name="x106"></a> TQApplication::<a href="tqapplication.html#exit">exit</a>(); break; } } @@ -140,7 +140,7 @@ void PictureDisplay::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href= int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); // TQApplication required! + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); // TQApplication required! const char *fileName = "car.pic"; // default picture file name @@ -160,11 +160,11 @@ int main( int argc, char **argv ) return 0; } else { PictureDisplay test( fileName ); // create picture display - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &test); // set main widget + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &test); // set main widget test.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Picture"); test.<a href="tqwidget.html#show">show</a>(); // show it - return a.<a href="ntqapplication.html#exec">exec</a>(); // start event loop + return a.<a href="tqapplication.html#exec">exec</a>(); // start event loop } } </pre> diff --git a/doc/html/plugins-howto.html b/doc/html/plugins-howto.html index 05502bd31..c9182a9f8 100644 --- a/doc/html/plugins-howto.html +++ b/doc/html/plugins-howto.html @@ -62,13 +62,13 @@ by default in the standard plugin directory. </table></center> <p> But where is the <tt>pluginsbase</tt> directory? When the application is run, TQt will first treat the application's executable directory as the -<tt>pluginsbase</tt>. For example if the application is in <tt>C:\Program Files\MyApp</tt> and has a style plugin, TQt will look in <tt>C:\Program Files\MyApp\styles</tt>. (See <a href="ntqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>() for +<tt>pluginsbase</tt>. For example if the application is in <tt>C:\Program Files\MyApp</tt> and has a style plugin, TQt will look in <tt>C:\Program Files\MyApp\styles</tt>. (See <a href="tqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>() for how to find out where the application's executable is.) TQt will also look in the directory given by <tt>tqInstallPathPlugins()</tt>. If you want TQt to look in additional places you can add as many paths as you need -with calls to <a href="ntqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>(). And if you want to +with calls to <a href="tqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>(). And if you want to set your own path or paths you can use -<a href="ntqapplication.html#setLibraryPaths">TQApplication::setLibraryPaths</a>(). +<a href="tqapplication.html#setLibraryPaths">TQApplication::setLibraryPaths</a>(). <p> Suppose that you have a new style class called 'MyStyle' that you want to make available as a plugin. The required code is straightforward: <pre> @@ -111,7 +111,7 @@ no explicit object creation is required. TQt will find and create them as required. Styles are an exception, since you might want to set a style explicitly in code. To apply a style, use code like this: <pre> - TQApplication::<a href="ntqapplication.html#setStyle">setStyle</a>( TQStyleFactory::<a href="tqstylefactory.html#create">create</a>( "MyStyle" ) ); + TQApplication::<a href="tqapplication.html#setStyle">setStyle</a>( TQStyleFactory::<a href="tqstylefactory.html#create">create</a>( "MyStyle" ) ); </pre> <p> Some plugin classes require additional functions to be implemented. @@ -132,7 +132,7 @@ with each type of plugin in a subdirectory for that type, e.g. <tt>styles</tt>. want to use the standard plugins path, have your installation process determine the path you want to use for the plugins, and save the path, e.g. using <a href="tqsettings.html">TQSettings</a>, for the application to read when it runs. The -application can then call <a href="ntqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>() with this +application can then call <a href="tqapplication.html#addLibraryPath">TQApplication::addLibraryPath</a>() with this path and your plugins will be available to the application. Note that the final part of the path, i.e. <tt>styles</tt>, <tt>widgets</tt>, etc., cannot be changed. diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index 032f285d0..53f86132b 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -110,7 +110,7 @@ private: *****************************************************************************/ #include "popup.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> <a name="f468"></a>FancyPopup::FancyPopup( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ): @@ -148,7 +148,7 @@ private: // avoid the button remaining in pressed state we simply send a // faked mouse button release event to it. <a href="tqmouseevent.html">TQMouseEvent</a> me( TQEvent::MouseButtonRelease, TQPoint(0,0), TQPoint(0,0), TQMouseEvent::LeftButton, TQMouseEvent::NoButton); -<a name="x1602"></a> TQApplication::<a href="ntqapplication.html#sendEvent">sendEvent</a>( popupParent, &me ); +<a name="x1602"></a> TQApplication::<a href="tqapplication.html#sendEvent">sendEvent</a>( popupParent, &me ); } void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* parent) { @@ -224,13 +224,13 @@ void <a name="f472"></a>Frame::button2Pressed(){ int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a(argc,argv); + <a href="tqapplication.html">TQApplication</a> a(argc,argv); Frame frame; frame.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Custom Popups"); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(&frame); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&frame); frame.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/process-example.html b/doc/html/process-example.html index c270ee210..3df808575 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -53,7 +53,7 @@ output of the command. #include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#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 <stdlib.h> @@ -82,7 +82,7 @@ private: output = new <a href="tqtextview.html">TQTextView</a>( this ); quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("Quit"), this ); <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), - tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqwidget.html#resize">resize</a>( 500, 500 ); // TQProcess related code @@ -125,11 +125,11 @@ void <a name="f206"></a>UicManager::scrollToTop() int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); UicManager manager; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &manager ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &manager ); manager.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "process.moc" diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index c74912a4c..0f4c11248 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -48,7 +48,7 @@ demonstrates simple use of menus. *****************************************************************************/ #include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -182,19 +182,19 @@ public: pb(0) { menubar = new <a href="tqmenubar.html">TQMenuBar</a>( this, "menu" ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menubar ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menubar ); <a href="tqpopupmenu.html">TQPopupMenu</a>* file = new <a href="tqpopupmenu.html">TQPopupMenu</a>(); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&File", file ); for (int i=first_draw_item; i<=last_draw_item; i++) file-><a href="tqmenudata.html#insertItem">insertItem</a>( drawItemText(i), i ); <a name="x67"></a> connect( menubar, TQ_SIGNAL(<a href="tqmenubar.html#activated">activated</a>(int)), this, TQ_SLOT(doMenuItem(int)) ); <a name="x69"></a> file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); - file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); options = new <a href="tqpopupmenu.html">TQPopupMenu</a>(); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( options ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Options", options ); td_id = options-><a href="tqmenudata.html#insertItem">insertItem</a>( "Timer driven", this, TQ_SLOT(timerDriven()) ); ld_id = options-><a href="tqmenudata.html#insertItem">insertItem</a>( "Loop driven", this, TQ_SLOT(loopDriven()) ); @@ -312,7 +312,7 @@ private: { if ( timer_driven ) { if ( pb ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>("This cannot happen!"); + <a href="tqapplication.html#qWarning">tqWarning</a>("This cannot happen!"); return; } rects = n; @@ -362,16 +362,16 @@ private: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); int wincount = argc > 1 ? atoi(argv[1]) : 1; for ( int i=0; i<wincount; i++ ) { CPUWaster* cpuw = new CPUWaster; - if ( i == 0 ) a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(cpuw); + if ( i == 0 ) a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(cpuw); cpuw-><a href="tqwidget.html#show">show</a>(); } - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "progress.moc" diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index ba45b7f16..d5ef1c61c 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -261,18 +261,18 @@ void <a name="f349"></a>ProgressBar::slotTimeout() *****************************************************************************/ #include "progressbar.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); ProgressBar progressbar; progressbar.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - ProgressBar"); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(&progressbar); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&progressbar); progressbar.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 83d70b6d7..81478984e 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -2702,11 +2702,11 @@ function. The object name is not very useful in the current version of Qt, but will become increasingly important in the future. <p> If the object does not have a name, the <a href="tqobject.html#name">name</a>() function returns -"unnamed", so printf() (used in <a href="ntqapplication.html#qDebug">qDebug</a>()) will not be asked to +"unnamed", so printf() (used in <a href="tqapplication.html#qDebug">qDebug</a>()) will not be asked to output a null pointer. If you want a null pointer to be returned for unnamed objects, you can call name( 0 ). <p> <pre> - <a href="ntqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", + <a href="tqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", <a href="tqobject.html#name">name</a>(), newPrecision ); </pre> @@ -2839,7 +2839,7 @@ this property to 0 and finally set it to in-between. <p> <b>Warning:</b> If the progress dialog is modal (see <a href="tqprogressdialog.html#TQProgressDialog">TQProgressDialog::TQProgressDialog</a>()), -this function calls <a href="ntqapplication.html#processEvents">QApplication::processEvents</a>(), so take care that +this function calls <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>(), so take care that this does not cause undesirable re-entrancy in your code. For example, don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()! <p> <p>See also <a href="tqprogressdialog.html#totalSteps-prop">totalSteps</a>. @@ -4282,7 +4282,7 @@ together seamlessly, you will probably want to use <p>This property holds the widget's background brush. <p>The background brush depends on a widget's palette and its background mode. -<p> <p>See also <a href="tqwidget.html#backgroundColor">backgroundColor</a>(), <a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>(), <a href="tqwidget.html#eraseColor">eraseColor</a>(), <a href="tqwidget.html#palette-prop">palette</a>, and <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>(). +<p> <p>See also <a href="tqwidget.html#backgroundColor">backgroundColor</a>(), <a href="tqwidget.html#backgroundPixmap">backgroundPixmap</a>(), <a href="tqwidget.html#eraseColor">eraseColor</a>(), <a href="tqwidget.html#palette-prop">palette</a>, and <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(). <p>Get this property's value with <a href="tqwidget.html#backgroundBrush">backgroundBrush</a>(). </doc> @@ -4401,7 +4401,7 @@ widget. See the <a href="tqt.html#CursorShape-enum">list of predefined cur <p> If no cursor has been set, or after a call to <a href="tqwidget.html#unsetCursor">unsetCursor</a>(), the parent's cursor is used. The function unsetCursor() has no effect on top-level widgets. -<p> <p>See also <a href="ntqapplication.html#setOverrideCursor">QApplication::setOverrideCursor</a>(). +<p> <p>See also <a href="tqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p>Set this property's value with <a href="tqwidget.html#setCursor">setCursor</a>(), get this property's value with <a href="tqwidget.html#cursor">cursor</a>(), and reset this property's value with <a href="tqwidget.html#unsetCursor">unsetCursor</a>(). </doc> @@ -4448,7 +4448,7 @@ explicitly disabled. <doc href="tqwidget.html#focus-prop"> <p>This property holds whether this widget (or its focus proxy) has the keyboard input focus. <p>Effectively equivalent to <tt>qApp-&gt;focusWidget() == this</tt>. -<p> <p>See also <a href="tqwidget.html#setFocus">setFocus</a>(), <a href="tqwidget.html#clearFocus">clearFocus</a>(), <a href="tqwidget.html#focusPolicy-prop">focusPolicy</a>, and <a href="ntqapplication.html#focusWidget">QApplication::focusWidget</a>(). +<p> <p>See also <a href="tqwidget.html#setFocus">setFocus</a>(), <a href="tqwidget.html#clearFocus">clearFocus</a>(), <a href="tqwidget.html#focusPolicy-prop">focusPolicy</a>, and <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(). <p>Get this property's value with <a href="tqwidget.html#hasFocus">hasFocus</a>(). </doc> @@ -4621,7 +4621,7 @@ the input method disabled if they have focus. This is the default. that has <a href="focus.html#keyboard-focus">keyboard focus</a>. <p> When popup windows are visible, this property is TRUE for both the active window <em>and</em> for the popup. -<p> <p>See also <a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() and <a href="ntqapplication.html#activeWindow">QApplication::activeWindow</a>(). +<p> <p>See also <a href="tqwidget.html#setActiveWindow">setActiveWindow</a>() and <a href="tqapplication.html#activeWindow">TQApplication::activeWindow</a>(). <p>Get this property's value with <a href="tqwidget.html#isActiveWindow">isActiveWindow</a>(). </doc> @@ -4631,7 +4631,7 @@ active window <em>and</em> for the popup. <doc href="tqwidget.html#isDesktop-prop"> <p>This property holds whether the widget is a desktop widget, i.e. represents the desktop. <p>A desktop widget is also a top-level widget. -<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="ntqapplication.html#desktop">QApplication::desktop</a>(). +<p> <p>See also <a href="tqwidget.html#isTopLevel-prop">isTopLevel</a> and <a href="tqapplication.html#desktop">TQApplication::desktop</a>(). <p>Get this property's value with <a href="tqwidget.html#isDesktop">isDesktop</a>(). </doc> @@ -4815,7 +4815,7 @@ receives mouse move events when at least one mouse button is pressed while the mouse is being moved. <p> If mouse tracking is enabled, the widget receives mouse move events even if no buttons are pressed. -<p> <p>See also <a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() and <a href="ntqapplication.html#setGlobalMouseTracking">QApplication::setGlobalMouseTracking</a>(). +<p> <p>See also <a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() and <a href="tqapplication.html#setGlobalMouseTracking">TQApplication::setGlobalMouseTracking</a>(). <p>Set this property's value with <a href="tqwidget.html#setMouseTracking">setMouseTracking</a>() and get this property's value with <a href="tqwidget.html#hasMouseTracking">hasMouseTracking</a>(). </doc> @@ -4864,7 +4864,7 @@ widget), the default application palette. <a href="tqwidget.html#paletteForegroundColor-prop">paletteForegroundColor</a> convenience properties to change a widget's background and foreground appearance only. -<p> <p>See also <a href="tqwidget.html#ownPalette-prop">ownPalette</a>, <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="ntqapplication.html#palette">QApplication::palette</a>(). +<p> <p>See also <a href="tqwidget.html#ownPalette-prop">ownPalette</a>, <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="tqapplication.html#palette">TQApplication::palette</a>(). <p>Set this property's value with <a href="tqwidget.html#setPalette">setPalette</a>(), get this property's value with <a href="tqwidget.html#palette">palette</a>(), and reset this property's value with <a href="tqwidget.html#unsetPalette">unsetPalette</a>(). </doc> @@ -4916,7 +4916,7 @@ and sets a modified <a href="tqpalette.html">TQPalette</a> with < modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. -<p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">QApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). +<p> <p>See also <a href="tqwidget.html#palette-prop">palette</a>, <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, <a href="tqwidget.html#foregroundColor">foregroundColor</a>(), <a href="tqwidget.html#backgroundMode-prop">backgroundMode</a>, and <a href="tqwidget.html#setEraseColor">setEraseColor</a>(). <p>Set this property's value with <a href="tqwidget.html#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="tqwidget.html#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="tqwidget.html#unsetPalette">unsetPalette</a>(). </doc> @@ -5177,7 +5177,7 @@ for an overview of top-level widget geometry. <name>TQWizard::titleFont</name> <doc href="tqwizard.html#titleFont-prop"> <p>This property holds the font used for page titles. -<p>The default is <a href="ntqapplication.html#font">QApplication::font</a>(). +<p>The default is <a href="tqapplication.html#font">TQApplication::font</a>(). <p>Set this property's value with <a href="tqwizard.html#setTitleFont">setTitleFont</a>() and get this property's value with <a href="tqwizard.html#titleFont">titleFont</a>(). </doc> diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index 8635ddb17..e8c582e7d 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -98,7 +98,7 @@ public: *****************************************************************************/ #include "fontdisplayer.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -117,7 +117,7 @@ public: <a href="tqframe.html#setFrameStyle">setFrameStyle</a>(Panel|Sunken); <a href="tqframe.html#setMargin">setMargin</a>(8); setRow(0); -<a name="x1979"></a> tablefont = TQApplication::<a href="ntqapplication.html#font">font</a>(); +<a name="x1979"></a> tablefont = TQApplication::<a href="tqapplication.html#font">font</a>(); } <a name="x1996"></a>TQSize FontRowTable::<a href="tqwidget.html#sizeHint">sizeHint</a>() const @@ -259,7 +259,7 @@ void <a name="f534"></a>FontRowTable::chooseFont() #include "fontdisplayer.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> @@ -268,17 +268,17 @@ void <a name="f534"></a>FontRowTable::chooseFont() int main(int argc, char** argv) { - <a href="ntqapplication.html">TQApplication</a> app(argc,argv); + <a href="tqapplication.html">TQApplication</a> app(argc,argv); FontDisplayer m; <a name="x2013"></a> <a href="tqsize.html">TQSize</a> sh = m.<a href="tqmainwindow.html#centralWidget">centralWidget</a>()->sizeHint(); <a name="x2017"></a> m.<a href="tqwidget.html#resize">resize</a>(sh.<a href="tqsize.html#width">width</a>(), <a name="x2016"></a><a name="x2015"></a> sh.<a href="tqsize.html#height">height</a>()+3*m.<a href="tqmainwindow.html#statusBar">statusBar</a>()->height()); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(&m); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(&m); m.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - TQFD"); <a name="x2014"></a> m.<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> diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html index b3448ebbe..632655a37 100644 --- a/doc/html/qmag-example.html +++ b/doc/html/qmag-example.html @@ -59,7 +59,7 @@ magnified area as a .bmp file. #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqregexp-h.html">tqregexp.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqwmatrix-h.html">tqwmatrix.h</a>> @@ -132,12 +132,12 @@ static const int timer[] = { int w=0, x=0, n; zoom = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(zoom); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(zoom); <a name="x1773"></a> zoom-><a href="tqcombobox.html#insertStrList">insertStrList</a>( zoomfactors, 9 ); <a name="x1772"></a> <a href="tqobject.html#connect">connect</a>( zoom, TQ_SIGNAL(<a href="tqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setZoom(int)) ); refresh = new <a href="tqcombobox.html">TQComboBox</a>( FALSE, this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(refresh); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(refresh); refresh-><a href="tqcombobox.html#insertStrList">insertStrList</a>( refreshrates, 9 ); <a href="tqobject.html#connect">connect</a>( refresh, TQ_SIGNAL(<a href="tqcombobox.html#activated">activated</a>(int)), TQ_SLOT(setRefresh(int)) ); @@ -156,7 +156,7 @@ static const int timer[] = { refresh-><a href="tqwidget.html#setGeometry">setGeometry</a>( x, 2, w+30, 20 ); saveButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(saveButton); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(saveButton); <a href="tqobject.html#connect">connect</a>( saveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(save()) ); <a name="x1771"></a> saveButton-><a href="tqbutton.html#setText">setText</a>( "Save" ); <a name="x1788"></a> saveButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( x+w+30+2, 2, @@ -164,15 +164,15 @@ static const int timer[] = { multiSaveButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); <a name="x1790"></a> multiSaveButton-><a href="tqpushbutton.html#setToggleButton">setToggleButton</a>(TRUE); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(multiSaveButton); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(multiSaveButton); <a href="tqobject.html#connect">connect</a>( multiSaveButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), this, TQ_SLOT(multiSave()) ); multiSaveButton-><a href="tqbutton.html#setText">setText</a>( "MultiSave" ); <a name="x1798"></a> multiSaveButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( saveButton-><a href="tqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+multiSaveButton-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width("MultiSave"), 20 ); quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(quitButton); - <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>(quitButton); + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); quitButton-><a href="tqbutton.html#setText">setText</a>( "Quit" ); quitButton-><a href="tqwidget.html#setGeometry">setGeometry</a>( multiSaveButton-><a href="tqwidget.html#geometry">geometry</a>().right() + 2, 2, 10+quitButton-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().width("Quit"), 20 ); @@ -185,7 +185,7 @@ static const int timer[] = { setZoom(5); rgb = new <a href="tqlabel.html">TQLabel</a>( this ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( rgb ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( rgb ); <a name="x1779"></a> rgb-><a href="tqlabel.html#setText">setText</a>( "" ); rgb-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignVCenter ); rgb-><a href="tqwidget.html#resize">resize</a>( <a href="tqwidget.html#width">width</a>(), rgb-><a href="tqwidget.html#fontMetrics">fontMetrics</a>().height() + 4 ); @@ -206,7 +206,7 @@ static const int timer[] = { <a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); // and do let me know what pixel I'm at, eh? -<a name="x1765"></a> grabAround( TQPoint(grabx=tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->width()/2, graby=tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->height()/2) ); +<a name="x1765"></a> grabAround( TQPoint(grabx=tqApp-><a href="tqapplication.html#desktop">desktop</a>()->width()/2, graby=tqApp-><a href="tqapplication.html#desktop">desktop</a>()->height()/2) ); } @@ -273,16 +273,16 @@ void <a name="f489"></a>MagWidget::grab() x = grabx-w/2; // find a suitable position to grab from y = graby-h/2; - if ( x + w > TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width() ) - x = TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width()-w; + if ( x + w > TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width() ) + x = TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width()-w; else if ( x < 0 ) x = 0; - if ( y + h > TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height() ) - y = TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height()-h; + if ( y + h > TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height() ) + y = TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height()-h; else if ( y < 0 ) y = 0; -<a name="x1784"></a> p = TQPixmap::<a href="tqpixmap.html#grabWindow">grabWindow</a>( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->winId(), x, y, w, h ); +<a name="x1784"></a> p = TQPixmap::<a href="tqpixmap.html#grabWindow">grabWindow</a>( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->winId(), x, y, w, h ); <a name="x1783"></a> image = p.<a href="tqpixmap.html#convertToImage">convertToImage</a>(); <a href="tqwmatrix.html">TQWMatrix</a> m; // after getting it, scale it <a name="x1809"></a> m.<a href="tqwmatrix.html#scale">scale</a>( (double)z, (double)z ); @@ -339,8 +339,8 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) int pz; pz = 1; while ( w*pz*h*pz < width()*(<a href="tqwidget.html#height">height</a>()-yoffset) && - w*pz < TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width() && - h*pz < TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height() ) + w*pz < TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width() && + h*pz < TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height() ) pz++; if ( (w*pz*h*pz - width()*(<a href="tqwidget.html#height">height</a>()-yoffset)) > (<a href="tqwidget.html#width">width</a>()*(<a href="tqwidget.html#height">height</a>()-yoffset) - w*(pz-1)*h*(pz-1)) ) @@ -425,11 +425,11 @@ void <a name="f490"></a>MagWidget::grabAround(TQPoint pos) int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MagWidget m; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &m ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &m ); m.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html index 0f83e33fc..498096730 100644 --- a/doc/html/qmake-manual-7.html +++ b/doc/html/qmake-manual-7.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } #include <stdlib> #include <iostream> #include <vector> - #include <ntqapplication.h> // TQt includes + #include <tqapplication.h> // TQt includes #include <tqpushbutton.h> #include <tqlabel.h> #include "thirdparty/include/libmain.h" @@ -117,7 +117,7 @@ body { background: #ffffff; color: black; } /* Add C++ includes here */ # include <iostream> - # include <ntqapplication.h> + # include <tqapplication.h> # include <tqpushbutton.h> # include <tqlabel.h> #endif @@ -152,7 +152,7 @@ body { background: #ffffff; color: black; } } </pre> <p><b>main.cpp</b></p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include "myobject.h" @@ -160,15 +160,15 @@ body { background: #ffffff; color: black; } int main(int argc, char **argv) { - <a href="ntqapplication.html">TQApplication</a> app(argc, argv); + <a href="tqapplication.html">TQApplication</a> app(argc, argv); MyObject obj; MyDialog dia; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &dia ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &dia ); dia.connect( dia.aButton, TQ_SIGNAL(clicked()), TQ_SLOT(<a href="tqwidget.html#close">close</a>()) ); dia.show(); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p><b>precompile.pro</b></p> diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 0f08678ea..856ee66c9 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -130,120 +130,120 @@ <section ref="tqactiongroup-members.html" title="List of All Member Functions"/> <section ref="tqaction-h.html" title="Header File"/> </section> -<section ref="ntqapplication.html" title="QApplication Class Reference"> - <keyword ref="ntqapplication.html">QApplication</keyword> - <keyword ref="ntqapplication.html#ColorSpec">ColorSpec</keyword> - <keyword ref="ntqapplication.html#Encoding">Encoding</keyword> - <keyword ref="ntqapplication.html#Type">Type</keyword> - <keyword ref="ntqapplication.html#aboutTQt">aboutTQt</keyword> - <keyword ref="ntqapplication.html#aboutToQuit">aboutToQuit</keyword> - <keyword ref="ntqapplication.html#activeModalWidget">activeModalWidget</keyword> - <keyword ref="ntqapplication.html#activePopupWidget">activePopupWidget</keyword> - <keyword ref="ntqapplication.html#activeWindow">activeWindow</keyword> - <keyword ref="ntqapplication.html#addLibraryPath">addLibraryPath</keyword> - <keyword ref="ntqapplication.html#allWidgets">allWidgets</keyword> - <keyword ref="ntqapplication.html#applicationDirPath">applicationDirPath</keyword> - <keyword ref="ntqapplication.html#applicationFilePath">applicationFilePath</keyword> - <keyword ref="ntqapplication.html#argc">argc</keyword> - <keyword ref="ntqapplication.html#argv">argv</keyword> - <keyword ref="ntqapplication.html#beep">beep</keyword> - <keyword ref="ntqapplication.html#clipboard">clipboard</keyword> - <keyword ref="ntqapplication.html#closeAllWindows">closeAllWindows</keyword> - <keyword ref="ntqapplication.html#closingDown">closingDown</keyword> - <keyword ref="ntqapplication.html#colorSpec">colorSpec</keyword> - <keyword ref="ntqapplication.html#commitData">commitData</keyword> - <keyword ref="ntqapplication.html#cursorFlashTime">cursorFlashTime</keyword> - <keyword ref="ntqapplication.html#desktop">desktop</keyword> - <keyword ref="ntqapplication.html#desktopSettingsAware">desktopSettingsAware</keyword> - <keyword ref="ntqapplication.html#doubleClickInterval">doubleClickInterval</keyword> - <keyword ref="ntqapplication.html#eventLoop">eventLoop</keyword> - <keyword ref="ntqapplication.html#exec">exec</keyword> - <keyword ref="ntqapplication.html#exit">exit</keyword> - <keyword ref="ntqapplication.html#flush">flush</keyword> - <keyword ref="ntqapplication.html#flushX">flushX</keyword> - <keyword ref="ntqapplication.html#focusWidget">focusWidget</keyword> - <keyword ref="ntqapplication.html#font">font</keyword> - <keyword ref="ntqapplication.html#fontMetrics">fontMetrics</keyword> - <keyword ref="ntqapplication.html#globalStrut">globalStrut</keyword> - <keyword ref="ntqapplication.html#guiThreadAwake">guiThreadAwake</keyword> - <keyword ref="ntqapplication.html#hasGlobalMouseTracking">hasGlobalMouseTracking</keyword> - <keyword ref="ntqapplication.html#hasPendingEvents">hasPendingEvents</keyword> - <keyword ref="ntqapplication.html#horizontalAlignment">horizontalAlignment</keyword> - <keyword ref="ntqapplication.html#initialize">initialize</keyword> - <keyword ref="ntqapplication.html#installTranslator">installTranslator</keyword> - <keyword ref="ntqapplication.html#isEffectEnabled">isEffectEnabled</keyword> - <keyword ref="ntqapplication.html#isSessionRestored">isSessionRestored</keyword> - <keyword ref="ntqapplication.html#lastWindowClosed">lastWindowClosed</keyword> - <keyword ref="ntqapplication.html#libraryPaths">libraryPaths</keyword> - <keyword ref="ntqapplication.html#lock">lock</keyword> - <keyword ref="ntqapplication.html#locked">locked</keyword> - <keyword ref="ntqapplication.html#macEventFilter">macEventFilter</keyword> - <keyword ref="ntqapplication.html#mainWidget">mainWidget</keyword> - <keyword ref="ntqapplication.html#notify">notify</keyword> - <keyword ref="ntqapplication.html#overrideCursor">overrideCursor</keyword> - <keyword ref="ntqapplication.html#palette">palette</keyword> - <keyword ref="ntqapplication.html#polish">polish</keyword> - <keyword ref="ntqapplication.html#postEvent">postEvent</keyword> - <keyword ref="ntqapplication.html#processEvents">processEvents</keyword> - <keyword ref="ntqapplication.html#quit">quit</keyword> - <keyword ref="ntqapplication.html#removeLibraryPath">removeLibraryPath</keyword> - <keyword ref="ntqapplication.html#removePostedEvent">removePostedEvent</keyword> - <keyword ref="ntqapplication.html#removePostedEvents">removePostedEvents</keyword> - <keyword ref="ntqapplication.html#removeTranslator">removeTranslator</keyword> - <keyword ref="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</keyword> - <keyword ref="ntqapplication.html#reverseLayout">reverseLayout</keyword> - <keyword ref="ntqapplication.html#saveState">saveState</keyword> - <keyword ref="ntqapplication.html#sendEvent">sendEvent</keyword> - <keyword ref="ntqapplication.html#sendPostedEvents">sendPostedEvents</keyword> - <keyword ref="ntqapplication.html#sessionId">sessionId</keyword> - <keyword ref="ntqapplication.html#sessionKey">sessionKey</keyword> - <keyword ref="ntqapplication.html#setColorSpec">setColorSpec</keyword> - <keyword ref="ntqapplication.html#setCursorFlashTime">setCursorFlashTime</keyword> - <keyword ref="ntqapplication.html#setDesktopSettingsAware">setDesktopSettingsAware</keyword> - <keyword ref="ntqapplication.html#setDoubleClickInterval">setDoubleClickInterval</keyword> - <keyword ref="ntqapplication.html#setEffectEnabled">setEffectEnabled</keyword> - <keyword ref="ntqapplication.html#setFont">setFont</keyword> - <keyword ref="ntqapplication.html#setGlobalMouseTracking">setGlobalMouseTracking</keyword> - <keyword ref="ntqapplication.html#setGlobalStrut">setGlobalStrut</keyword> - <keyword ref="ntqapplication.html#setLibraryPaths">setLibraryPaths</keyword> - <keyword ref="ntqapplication.html#setMainWidget">setMainWidget</keyword> - <keyword ref="ntqapplication.html#setOverrideCursor">setOverrideCursor</keyword> - <keyword ref="ntqapplication.html#setPalette">setPalette</keyword> - <keyword ref="ntqapplication.html#setReverseLayout">setReverseLayout</keyword> - <keyword ref="ntqapplication.html#setStartDragDistance">setStartDragDistance</keyword> - <keyword ref="ntqapplication.html#setStartDragTime">setStartDragTime</keyword> - <keyword ref="ntqapplication.html#setStyle">setStyle</keyword> - <keyword ref="ntqapplication.html#setWheelScrollLines">setWheelScrollLines</keyword> - <keyword ref="ntqapplication.html#startDragDistance">startDragDistance</keyword> - <keyword ref="ntqapplication.html#startDragTime">startDragTime</keyword> - <keyword ref="ntqapplication.html#startingUp">startingUp</keyword> - <keyword ref="ntqapplication.html#style">style</keyword> - <keyword ref="ntqapplication.html#syncX">syncX</keyword> - <keyword ref="ntqapplication.html#topLevelWidgets">topLevelWidgets</keyword> - <keyword ref="ntqapplication.html#translate">translate</keyword> - <keyword ref="ntqapplication.html#tryLock">tryLock</keyword> - <keyword ref="ntqapplication.html#type">type</keyword> - <keyword ref="ntqapplication.html#unlock">unlock</keyword> - <keyword ref="ntqapplication.html#wakeUpGuiThread">wakeUpGuiThread</keyword> - <keyword ref="ntqapplication.html#wheelScrollLines">wheelScrollLines</keyword> - <keyword ref="ntqapplication.html#widgetAt">widgetAt</keyword> - <keyword ref="ntqapplication.html#winEventFilter">winEventFilter</keyword> - <keyword ref="ntqapplication.html#winFocus">winFocus</keyword> - <keyword ref="ntqapplication.html#x11EventFilter">x11EventFilter</keyword> - <keyword ref="ntqapplication.html#x11ProcessEvent">x11ProcessEvent</keyword> - <keyword ref="ntqapplication.html#~QApplication">~QApplication</keyword> - <keyword ref="ntqapplication.html#Q_ASSERT">Q_ASSERT</keyword> - <keyword ref="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</keyword> - <keyword ref="ntqapplication.html#qAddPostRoutine">tqAddPostRoutine</keyword> - <keyword ref="ntqapplication.html#qDebug">tqDebug</keyword> - <keyword ref="ntqapplication.html#qFatal">tqFatal</keyword> - <keyword ref="ntqapplication.html#qInstallMsgHandler">qInstallMsgHandler</keyword> - <keyword ref="ntqapplication.html#qSysInfo">tqSysInfo</keyword> - <keyword ref="ntqapplication.html#qSystemWarning">tqSystemWarning</keyword> - <keyword ref="ntqapplication.html#qVersion">tqVersion</keyword> - <keyword ref="ntqapplication.html#qWarning">tqWarning</keyword> - <section ref="qapplication-members.html" title="List of All Member Functions"/> - <section ref="qapplication-h.html" title="Header File"/> +<section ref="tqapplication.html" title="TQApplication Class Reference"> + <keyword ref="tqapplication.html">TQApplication</keyword> + <keyword ref="tqapplication.html#ColorSpec">ColorSpec</keyword> + <keyword ref="tqapplication.html#Encoding">Encoding</keyword> + <keyword ref="tqapplication.html#Type">Type</keyword> + <keyword ref="tqapplication.html#aboutTQt">aboutTQt</keyword> + <keyword ref="tqapplication.html#aboutToQuit">aboutToQuit</keyword> + <keyword ref="tqapplication.html#activeModalWidget">activeModalWidget</keyword> + <keyword ref="tqapplication.html#activePopupWidget">activePopupWidget</keyword> + <keyword ref="tqapplication.html#activeWindow">activeWindow</keyword> + <keyword ref="tqapplication.html#addLibraryPath">addLibraryPath</keyword> + <keyword ref="tqapplication.html#allWidgets">allWidgets</keyword> + <keyword ref="tqapplication.html#applicationDirPath">applicationDirPath</keyword> + <keyword ref="tqapplication.html#applicationFilePath">applicationFilePath</keyword> + <keyword ref="tqapplication.html#argc">argc</keyword> + <keyword ref="tqapplication.html#argv">argv</keyword> + <keyword ref="tqapplication.html#beep">beep</keyword> + <keyword ref="tqapplication.html#clipboard">clipboard</keyword> + <keyword ref="tqapplication.html#closeAllWindows">closeAllWindows</keyword> + <keyword ref="tqapplication.html#closingDown">closingDown</keyword> + <keyword ref="tqapplication.html#colorSpec">colorSpec</keyword> + <keyword ref="tqapplication.html#commitData">commitData</keyword> + <keyword ref="tqapplication.html#cursorFlashTime">cursorFlashTime</keyword> + <keyword ref="tqapplication.html#desktop">desktop</keyword> + <keyword ref="tqapplication.html#desktopSettingsAware">desktopSettingsAware</keyword> + <keyword ref="tqapplication.html#doubleClickInterval">doubleClickInterval</keyword> + <keyword ref="tqapplication.html#eventLoop">eventLoop</keyword> + <keyword ref="tqapplication.html#exec">exec</keyword> + <keyword ref="tqapplication.html#exit">exit</keyword> + <keyword ref="tqapplication.html#flush">flush</keyword> + <keyword ref="tqapplication.html#flushX">flushX</keyword> + <keyword ref="tqapplication.html#focusWidget">focusWidget</keyword> + <keyword ref="tqapplication.html#font">font</keyword> + <keyword ref="tqapplication.html#fontMetrics">fontMetrics</keyword> + <keyword ref="tqapplication.html#globalStrut">globalStrut</keyword> + <keyword ref="tqapplication.html#guiThreadAwake">guiThreadAwake</keyword> + <keyword ref="tqapplication.html#hasGlobalMouseTracking">hasGlobalMouseTracking</keyword> + <keyword ref="tqapplication.html#hasPendingEvents">hasPendingEvents</keyword> + <keyword ref="tqapplication.html#horizontalAlignment">horizontalAlignment</keyword> + <keyword ref="tqapplication.html#initialize">initialize</keyword> + <keyword ref="tqapplication.html#installTranslator">installTranslator</keyword> + <keyword ref="tqapplication.html#isEffectEnabled">isEffectEnabled</keyword> + <keyword ref="tqapplication.html#isSessionRestored">isSessionRestored</keyword> + <keyword ref="tqapplication.html#lastWindowClosed">lastWindowClosed</keyword> + <keyword ref="tqapplication.html#libraryPaths">libraryPaths</keyword> + <keyword ref="tqapplication.html#lock">lock</keyword> + <keyword ref="tqapplication.html#locked">locked</keyword> + <keyword ref="tqapplication.html#macEventFilter">macEventFilter</keyword> + <keyword ref="tqapplication.html#mainWidget">mainWidget</keyword> + <keyword ref="tqapplication.html#notify">notify</keyword> + <keyword ref="tqapplication.html#overrideCursor">overrideCursor</keyword> + <keyword ref="tqapplication.html#palette">palette</keyword> + <keyword ref="tqapplication.html#polish">polish</keyword> + <keyword ref="tqapplication.html#postEvent">postEvent</keyword> + <keyword ref="tqapplication.html#processEvents">processEvents</keyword> + <keyword ref="tqapplication.html#quit">quit</keyword> + <keyword ref="tqapplication.html#removeLibraryPath">removeLibraryPath</keyword> + <keyword ref="tqapplication.html#removePostedEvent">removePostedEvent</keyword> + <keyword ref="tqapplication.html#removePostedEvents">removePostedEvents</keyword> + <keyword ref="tqapplication.html#removeTranslator">removeTranslator</keyword> + <keyword ref="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</keyword> + <keyword ref="tqapplication.html#reverseLayout">reverseLayout</keyword> + <keyword ref="tqapplication.html#saveState">saveState</keyword> + <keyword ref="tqapplication.html#sendEvent">sendEvent</keyword> + <keyword ref="tqapplication.html#sendPostedEvents">sendPostedEvents</keyword> + <keyword ref="tqapplication.html#sessionId">sessionId</keyword> + <keyword ref="tqapplication.html#sessionKey">sessionKey</keyword> + <keyword ref="tqapplication.html#setColorSpec">setColorSpec</keyword> + <keyword ref="tqapplication.html#setCursorFlashTime">setCursorFlashTime</keyword> + <keyword ref="tqapplication.html#setDesktopSettingsAware">setDesktopSettingsAware</keyword> + <keyword ref="tqapplication.html#setDoubleClickInterval">setDoubleClickInterval</keyword> + <keyword ref="tqapplication.html#setEffectEnabled">setEffectEnabled</keyword> + <keyword ref="tqapplication.html#setFont">setFont</keyword> + <keyword ref="tqapplication.html#setGlobalMouseTracking">setGlobalMouseTracking</keyword> + <keyword ref="tqapplication.html#setGlobalStrut">setGlobalStrut</keyword> + <keyword ref="tqapplication.html#setLibraryPaths">setLibraryPaths</keyword> + <keyword ref="tqapplication.html#setMainWidget">setMainWidget</keyword> + <keyword ref="tqapplication.html#setOverrideCursor">setOverrideCursor</keyword> + <keyword ref="tqapplication.html#setPalette">setPalette</keyword> + <keyword ref="tqapplication.html#setReverseLayout">setReverseLayout</keyword> + <keyword ref="tqapplication.html#setStartDragDistance">setStartDragDistance</keyword> + <keyword ref="tqapplication.html#setStartDragTime">setStartDragTime</keyword> + <keyword ref="tqapplication.html#setStyle">setStyle</keyword> + <keyword ref="tqapplication.html#setWheelScrollLines">setWheelScrollLines</keyword> + <keyword ref="tqapplication.html#startDragDistance">startDragDistance</keyword> + <keyword ref="tqapplication.html#startDragTime">startDragTime</keyword> + <keyword ref="tqapplication.html#startingUp">startingUp</keyword> + <keyword ref="tqapplication.html#style">style</keyword> + <keyword ref="tqapplication.html#syncX">syncX</keyword> + <keyword ref="tqapplication.html#topLevelWidgets">topLevelWidgets</keyword> + <keyword ref="tqapplication.html#translate">translate</keyword> + <keyword ref="tqapplication.html#tryLock">tryLock</keyword> + <keyword ref="tqapplication.html#type">type</keyword> + <keyword ref="tqapplication.html#unlock">unlock</keyword> + <keyword ref="tqapplication.html#wakeUpGuiThread">wakeUpGuiThread</keyword> + <keyword ref="tqapplication.html#wheelScrollLines">wheelScrollLines</keyword> + <keyword ref="tqapplication.html#widgetAt">widgetAt</keyword> + <keyword ref="tqapplication.html#winEventFilter">winEventFilter</keyword> + <keyword ref="tqapplication.html#winFocus">winFocus</keyword> + <keyword ref="tqapplication.html#x11EventFilter">x11EventFilter</keyword> + <keyword ref="tqapplication.html#x11ProcessEvent">x11ProcessEvent</keyword> + <keyword ref="tqapplication.html#~TQApplication">~TQApplication</keyword> + <keyword ref="tqapplication.html#Q_ASSERT">Q_ASSERT</keyword> + <keyword ref="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</keyword> + <keyword ref="tqapplication.html#qAddPostRoutine">tqAddPostRoutine</keyword> + <keyword ref="tqapplication.html#qDebug">tqDebug</keyword> + <keyword ref="tqapplication.html#qFatal">tqFatal</keyword> + <keyword ref="tqapplication.html#qInstallMsgHandler">qInstallMsgHandler</keyword> + <keyword ref="tqapplication.html#qSysInfo">tqSysInfo</keyword> + <keyword ref="tqapplication.html#qSystemWarning">tqSystemWarning</keyword> + <keyword ref="tqapplication.html#qVersion">tqVersion</keyword> + <keyword ref="tqapplication.html#qWarning">tqWarning</keyword> + <section ref="tqapplication-members.html" title="List of All Member Functions"/> + <section ref="tqapplication-h.html" title="Header File"/> </section> <section ref="tqasciicache.html" title="TQAsciiCache Class Reference"> <keyword ref="tqasciicache.html">TQAsciiCache</keyword> diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 4c076f173..44b208c0a 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -108,7 +108,7 @@ private: *****************************************************************************/ #include "qwerty.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> @@ -134,7 +134,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; m = new <a href="tqmenubar.html">TQMenuBar</a>( this, "menu" ); <a href="tqpopupmenu.html">TQPopupMenu</a> * file = new <a href="tqpopupmenu.html">TQPopupMenu</a>(); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); <a name="x371"></a> m-><a href="tqmenudata.html#insertItem">insertItem</a>( "&File", file ); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&New", this, TQ_SLOT(newDoc()), ALT+Key_N ); @@ -152,14 +152,14 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; #endif file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Close", this, TQ_SLOT(<a href="tqwidget.html#close">close</a>()),ALT+Key_W ); -<a name="x358"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>()), ALT+Key_Q ); +<a name="x358"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT(<a href="tqapplication.html#closeAllWindows">closeAllWindows</a>()), ALT+Key_Q ); <a name="x386"></a> <a href="tqobject.html#connect">connect</a>( save_as, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(saveAsEncoding(int)) ); <a href="tqobject.html#connect">connect</a>( open_as, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(openAsEncoding(int)) ); rebuildCodecList(); <a href="tqpopupmenu.html">TQPopupMenu</a> * edit = new <a href="tqpopupmenu.html">TQPopupMenu</a>(); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( edit ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( edit ); m-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Edit", edit ); edit-><a href="tqmenudata.html#insertItem">insertItem</a>( "To &Uppercase", this, TQ_SLOT(toUpper()), ALT+Key_U ); @@ -230,8 +230,8 @@ void <a name="f236"></a>Editor::rebuildCodecList() void <a name="f237"></a>Editor::newDoc() { Editor *ed = new Editor; - if ( tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().width() < 450 - || tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().height() < 450 ) { + if ( tqApp-><a href="tqapplication.html#desktop">desktop</a>()->size().width() < 450 + || tqApp-><a href="tqapplication.html#desktop">desktop</a>()->size().height() < 450 ) { <a name="x413"></a> ed-><a href="tqwidget.html#showMaximized">showMaximized</a>(); } else { ed-><a href="tqwidget.html#resize">resize</a>( 400, 400 ); @@ -466,17 +466,17 @@ void <a name="f247"></a>Editor::textChanged() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "qwerty.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 ); -<a name="x414"></a> bool isSmall = tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().width() < 450 - || tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().height() < 450; +<a name="x414"></a> bool isSmall = tqApp-><a href="tqapplication.html#desktop">desktop</a>()->size().width() < 450 + || tqApp-><a href="tqapplication.html#desktop">desktop</a>()->size().height() < 450; int i; for ( i= argc <= 1 ? 0 : 1; i<argc; i++ ) { @@ -491,8 +491,8 @@ int main( int argc, char **argv ) e-><a href="tqwidget.html#show">show</a>(); } } -<a name="x416"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x416"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/rangecontrols-example.html b/doc/html/rangecontrols-example.html index 40e7ea264..7766fd2f4 100644 --- a/doc/html/rangecontrols-example.html +++ b/doc/html/rangecontrols-example.html @@ -155,19 +155,19 @@ private: *****************************************************************************/ #include "rangecontrols.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 ); RangeControls rangecontrols; rangecontrols.<a href="tqwidget.html#resize">resize</a>( 500, 300 ); rangecontrols.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Range Control Widgets" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &rangecontrols ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &rangecontrols ); rangecontrols.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index 1afbddefd..63e247b99 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -90,7 +90,7 @@ private: <p> <hr> <p> Implementation: -<p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<p> <pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqclipboard-h.html">tqclipboard.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> @@ -245,7 +245,7 @@ void <a name="f558"></a>RegexpTester::copy() <a href="tqstring.html">TQString</a> escaped = regexComboBox-><a href="tqcombobox.html#currentText">currentText</a>(); if (!escaped.<a href="tqstring.html#isEmpty">isEmpty</a>()) { escaped = escaped.<a href="tqstring.html#replace">replace</a>("\\", "\\\\"); -<a name="x2468"></a> <a href="tqclipboard.html">TQClipboard</a> *cb = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>(); +<a name="x2468"></a> <a href="tqclipboard.html">TQClipboard</a> *cb = TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>(); <a name="x2476"></a> cb-><a href="tqclipboard.html#setText">setText</a>(escaped, TQClipboard::Clipboard); <a name="x2477"></a> if (cb-><a href="tqclipboard.html#supportsSelection">supportsSelection</a>()) cb-><a href="tqclipboard.html#setText">setText</a>(escaped, TQClipboard::Selection); @@ -273,16 +273,16 @@ void <a name="f559"></a>RegexpTester::languageChange() <p> <hr> <p> Main: -<p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<p> <pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "regexptester.h" int main(int argc, char **argv) { - <a href="ntqapplication.html">TQApplication</a> app(argc, argv); + <a href="tqapplication.html">TQApplication</a> app(argc, argv); RegexpTester form; <a name="x2511"></a> form.<a href="tqdialog.html#show">show</a>(); -<a name="x2512"></a><a name="x2510"></a><a name="x2509"></a> app.<a href="tqobject.html#connect">connect</a>(&app, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &app, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); - return app.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x2512"></a><a name="x2510"></a><a name="x2509"></a> app.<a href="tqobject.html#connect">connect</a>(&app, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &app, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index d0ad7de19..311f415bb 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -95,7 +95,7 @@ protected slots: #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqbrush-h.html">tqbrush.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> static const char* sayings[] = { "<b>Saying 1:</b><br>" @@ -181,7 +181,7 @@ static const char* sayings[] = { <a name="x466"></a> bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); -<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); +<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="tqapplication.html#quit">quit</a>() ) ); <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); @@ -235,19 +235,19 @@ void <a name="f257"></a>MyRichText::next() *****************************************************************************/ #include "richtext.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 ); MyRichText richtext; richtext.<a href="tqwidget.html#resize">resize</a>( 450, 350 ); richtext.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Richtext" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &richtext ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &richtext ); richtext.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index 954698644..77227cde3 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -92,7 +92,7 @@ private: #include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> <a name="f432"></a>Rot13::Rot13() @@ -104,7 +104,7 @@ private: <a href="tqpushbutton.html">TQPushButton</a> * quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this ); <a name="x1379"></a> quit-><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>( NoFocus ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqgridlayout.html">TQGridLayout</a> * l = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 5 ); <a name="x1370"></a> l-><a href="tqgridlayout.html#addWidget">addWidget</a>( left, 0, 0 ); @@ -149,13 +149,13 @@ TQString <a name="f435"></a>Rot13::rot13( const <a href="tqstring.html">TQString int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); Rot13 r; r.<a href="tqwidget.html#resize">resize</a>( 400, 400 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &r ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &r ); r.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - ROT13"); r.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 3c5ec5689..a82937778 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -140,7 +140,7 @@ protected slots: #include "scribble.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> @@ -164,7 +164,7 @@ const bool no_writing = FALSE; mousePressed( FALSE ), buffer( <a href="tqwidget.html#width">width</a>(), height() ) { -<a name="x907"></a><a name="x906"></a> if ((tqApp-><a href="ntqapplication.html#argc">argc</a>() > 0) && !buffer.load(tqApp-><a href="ntqapplication.html#argv">argv</a>()[1])) +<a name="x907"></a><a name="x906"></a> if ((tqApp-><a href="tqapplication.html#argc">argc</a>() > 0) && !buffer.load(tqApp-><a href="tqapplication.html#argv">argv</a>()[1])) buffer.fill( <a href="tqwidget.html#colorGroup">colorGroup</a>().base() ); <a href="tqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteBase ); #ifndef TQT_NO_CURSOR @@ -331,24 +331,24 @@ void <a name="f345"></a>Scribble::slotClear() *****************************************************************************/ #include "scribble.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 ); Scribble scribble; scribble.<a href="tqwidget.html#resize">resize</a>( 500, 350 ); scribble.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Scribble"); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &scribble ); -<a name="x954"></a> if ( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->width() > 550 - && TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->height() > 366 ) + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &scribble ); +<a name="x954"></a> if ( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->width() > 550 + && TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->height() > 366 ) scribble.<a href="tqwidget.html#show">show</a>(); else <a name="x960"></a> scribble.<a href="tqwidget.html#showMaximized">showMaximized</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 8b11778cc..a9d8d4a43 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -47,7 +47,7 @@ optimized for very large contents. *****************************************************************************/ #include <<a href="tqscrollview-h.html">tqscrollview.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -82,7 +82,7 @@ public: for (int y=0; y<2000-h; y+=h+10) { if (y == 0) { <a href="tqbutton.html">TQButton</a>* q=new <a href="tqpushbutton.html">TQPushButton</a>("Quit", this); - connect(q, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + connect(q, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); } else { <a href="tqstring.html">TQString</a> str; if ( b > 0 ) { @@ -241,15 +241,15 @@ public: <a href="tqwidget.html">TQWidget</a>(parent,name) { <a href="tqmenubar.html">TQMenuBar</a>* menubar = new <a href="tqmenubar.html">TQMenuBar</a>(this); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menubar ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( menubar ); <a href="tqpopupmenu.html">TQPopupMenu</a>* file = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( file ); <a name="x634"></a> menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&File", file ); - file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Quit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); vp_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( vp_options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( vp_options ); <a name="x644"></a> vp_options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&ScrollView", vp_options ); <a name="x642"></a> connect( vp_options, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), @@ -287,7 +287,7 @@ public: } f_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( f_options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( f_options ); f_options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "F&rame", f_options ); connect( f_options, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), @@ -304,7 +304,7 @@ public: f_options-><a href="tqmenudata.html#insertItem">insertItem</a>( "Sunken", style_id|TQFrame::Sunken )); f_options-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); lw_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( lw_options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( lw_options ); lw_options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); for (int lw = 1; lw <= max_lw; lw++) { <a href="tqstring.html">TQString</a> str; @@ -315,7 +315,7 @@ public: connect( lw_options, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(doFMenuItem(int)) ); mlw_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( mlw_options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( mlw_options ); mlw_options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); for (int mlw = 0; mlw <= max_mlw; mlw++) { <a href="tqstring.html">TQString</a> str; @@ -326,7 +326,7 @@ public: connect( mlw_options, TQ_SIGNAL(<a href="tqpopupmenu.html#activated">activated</a>(int)), this, TQ_SLOT(doFMenuItem(int)) ); mw_options = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); - <a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( mw_options ); + <a href="tqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( mw_options ); mw_options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); for (int mw = 0; mw <= max_mw; mw++) { <a href="tqstring.html">TQString</a> str; @@ -460,7 +460,7 @@ private: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); ScrollViewExample ve1(1,0,"ve1"); ScrollViewExample ve2(2,0,"ve2"); @@ -472,9 +472,9 @@ int main( int argc, char **argv ) ve3.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Scrollviews"); ve3.<a href="tqwidget.html#show">show</a>(); - TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "scrollview.moc" diff --git a/doc/html/session.html b/doc/html/session.html index 24e32fb52..85e6d1315 100644 --- a/doc/html/session.html +++ b/doc/html/session.html @@ -63,11 +63,11 @@ the machine! management for applications yet, i.e. no restoring of previous sessions. They do support graceful logouts where applications have the opportunity to cancel the process after getting confirmation -from the user. This is the functionality that corresponds to the <a href="ntqapplication.html#commitData">TQApplication::commitData</a>() method. +from the user. This is the functionality that corresponds to the <a href="tqapplication.html#commitData">TQApplication::commitData</a>() method. <p> X11 has supported complete session management since X11R6. <p> <h2> Getting session management to work with TQt </h2> -<a name="4"></a><p> Start by reimplementing <a href="ntqapplication.html#commitData">TQApplication::commitData</a>() to +<a name="4"></a><p> Start by reimplementing <a href="tqapplication.html#commitData">TQApplication::commitData</a>() to enable your application to take part in the graceful logout process. If you are only targeting the MS-Windows platform, this is all you can and must provide. Ideally, your application should provide a shutdown @@ -77,14 +77,14 @@ dialog similar to the following: <p> For complete session management (only supported on X11R6 at present), you must also take care of saving the application's state, and potentially of restoring the state in the next life cycle of the -session. This saving is done by reimplementing <a href="ntqapplication.html#saveState">TQApplication::saveState</a>(). All state data you are saving in this -function, should be marked with the session identifier <a href="ntqapplication.html#sessionId">TQApplication::sessionId</a>(). This application specific identifier is +session. This saving is done by reimplementing <a href="tqapplication.html#saveState">TQApplication::saveState</a>(). All state data you are saving in this +function, should be marked with the session identifier <a href="tqapplication.html#sessionId">TQApplication::sessionId</a>(). This application specific identifier is globally unique, so no clashes will occur. (See <a href="tqsessionmanager.html">TQSessionManager</a> for information on saving/restoring the state of a particular TQt application.) <p> Restoration is usually done in the application's main() -function. Check if <a href="ntqapplication.html#isSessionRestored">TQApplication::isSessionRestored</a>() is <tt>TRUE</tt>. If -that's the case, use the session identifier <a href="ntqapplication.html#sessionId">TQApplication::sessionId</a>() again to access your state data and restore +function. Check if <a href="tqapplication.html#isSessionRestored">TQApplication::isSessionRestored</a>() is <tt>TRUE</tt>. If +that's the case, use the session identifier <a href="tqapplication.html#sessionId">TQApplication::sessionId</a>() again to access your state data and restore the state of the application. <p> <strong>Important:</strong> In order to allow the window manager to restore window attributes such as stacking order or geometry @@ -134,8 +134,8 @@ crash. <li> Use the session manager's <em>Checkpoint</em> and <em>Shutdown</em> buttons with different settings and see how your application behaves. The save type <em>local</em> means that the clients should save their state. It -corresponds to the <a href="ntqapplication.html#saveState">TQApplication::saveState</a>() function. The <em>global</em> save type asks applications to save their unsaved changes in -permanent, globally accessible storage. It invokes <a href="ntqapplication.html#commitData">TQApplication::commitData</a>(). +corresponds to the <a href="tqapplication.html#saveState">TQApplication::saveState</a>() function. The <em>global</em> save type asks applications to save their unsaved changes in +permanent, globally accessible storage. It invokes <a href="tqapplication.html#commitData">TQApplication::commitData</a>(). <li> Whenever something crashes, blame <tt>xsm</tt> and not TQt. <tt>xsm</tt> is far from being a usable session manager on a user's desktop. It is, however, stable and useful enough to serve as testing environment. diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index df1bce029..c44642cf7 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -152,7 +152,7 @@ private slots: #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqclipboard-h.html">tqclipboard.h</a>> @@ -194,7 +194,7 @@ private slots: si = file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Save image", saveimage ); sp = file-><a href="tqmenudata.html#insertItem">insertItem</a>( "Save pixmap", savepixmap ); <a name="x1328"></a> 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>()), CTRL+Key_Q ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "E&xit", tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()), CTRL+Key_Q ); edit = new <a href="tqpopupmenu.html">TQPopupMenu</a>( menubar ); menubar-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Edit", edit ); @@ -230,7 +230,7 @@ private slots: options-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); ss = options-><a href="tqmenudata.html#insertItem">insertItem</a>( "Smooth scaling" ); cc = options-><a href="tqmenudata.html#insertItem">insertItem</a>( "Use color context" ); -<a name="x1309"></a> if ( TQApplication::<a href="ntqapplication.html#colorSpec">colorSpec</a>() == TQApplication::ManyColor ) +<a name="x1309"></a> if ( TQApplication::<a href="tqapplication.html#colorSpec">colorSpec</a>() == TQApplication::ManyColor ) <a name="x1331"></a> options-><a href="tqmenudata.html#setItemEnabled">setItemEnabled</a>( cc, FALSE ); <a name="x1342"></a> options-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); setMenuItemFlags(); @@ -481,7 +481,7 @@ bool <a name="f413"></a>ImageViewer::loadImage( const <a href="tqstring.html">TQ filename = fileName; bool ok = FALSE; if ( !filename.isEmpty() ) { -<a name="x1312"></a> TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time +<a name="x1312"></a> TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time ok = image.load(filename, 0); pickx = -1; clickx = -1; @@ -506,7 +506,7 @@ bool <a name="f413"></a>ImageViewer::loadImage( const <a href="tqstring.html">TQ pm.resize(0,0); // couldn't load image <a href="tqwidget.html#update">update</a>(); } -<a name="x1311"></a> TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor +<a name="x1311"></a> TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor } updateStatus(); setMenuItemFlags(); @@ -530,7 +530,7 @@ bool <a name="f414"></a>ImageViewer::reconvertImage() <a name="x1338"></a> painter.<a href="tqpainter.html#eraseRect">eraseRect</a>(0, menubar-><a href="tqmenubar.html#heightForWidth">heightForWidth</a>( <a href="tqwidget.html#width">width</a>() ), width(), height()); } - TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time + TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time if ( pm.convertFromImage(image, conversion_flags) ) { pmScaled = TQPixmap(); @@ -542,7 +542,7 @@ bool <a name="f414"></a>ImageViewer::reconvertImage() } updateStatus(); setMenuItemFlags(); - TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor + TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor if ( useColorContext() ) <a name="x1315"></a> TQColor::<a href="tqcolor.html#leaveAllocContext">leaveAllocContext</a>(); @@ -571,7 +571,7 @@ void <a name="f417"></a>ImageViewer::scale() if ( image.isNull() ) return; - TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time + TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( waitCursor ); // this might take time if ( <a href="tqwidget.html#width">width</a>() == pm.width() && h == pm.height() ) { // no need to scale if widget pmScaled = pm; // size equals pixmap size @@ -586,7 +586,7 @@ void <a name="f417"></a>ImageViewer::scale() pmScaled = pm.xForm( m ); // create scaled pixmap } } - TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor + TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); // restore original cursor } /* @@ -735,14 +735,14 @@ void <a name="f423"></a>ImageViewer::rot180() void <a name="f424"></a>ImageViewer::copy() { #ifndef TQT_NO_MIMECLIPBOARD -<a name="x1308"></a> TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->setImage(image); // Less information loss +<a name="x1308"></a> TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>()->setImage(image); // Less information loss #endif } void <a name="f425"></a>ImageViewer::paste() { #ifndef TQT_NO_MIMECLIPBOARD - <a href="tqimage.html">TQImage</a> p = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->image(); + <a href="tqimage.html">TQImage</a> p = TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>()->image(); <a name="x1322"></a> if ( !p.<a href="tqimage.html#isNull">isNull</a>() ) { filename = "pasted"; setImage(p); @@ -823,26 +823,26 @@ void <a name="f431"></a>ImageViewer::toBitDepth(int d) #include "showimg.h" #include "imagefip.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> int main( int argc, char **argv ) { if ( argc > 1 && TQString(argv[1]) == "-m" ) { -<a name="x1361"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); +<a name="x1361"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); argc--; argv++; } else if ( argc > 1 && TQString(argv[1]) == "-n" ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::NormalColor ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::NormalColor ); argc--; argv++; } else { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); } - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); ImageIconProvider iip; <a name="x1362"></a> TQFileDialog::<a href="tqfiledialog.html#setIconProvider">setIconProvider</a>( &iip ); @@ -864,9 +864,9 @@ int main( int argc, char **argv ) } } - TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>())); + TQObject::<a href="tqobject.html#connect">connect</a>(tqApp, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>())); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index a5ba219a5..d8e2a0ae7 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -114,7 +114,7 @@ private: #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqaccel-h.html">tqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -205,7 +205,7 @@ private: file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Close", this, TQ_SLOT(<a href="tqwidget.html#close">close</a>()), CTRL+Key_W ); -<a name="x1544"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); +<a name="x1544"></a> file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); @@ -399,16 +399,16 @@ void <a name="f467"></a>ApplicationWindow::aboutTQt() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "application.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 ); ApplicationWindow *mw = new ApplicationWindow(); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Application" ); <a name="x1598"></a> mw-><a href="tqwidget.html#show">show</a>(); -<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index 0c8c62fea..91df8c6f2 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } <p> This walkthrough shows simple use of <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqtoolbar.html">TQToolBar</a> and <a href="tqstatusbar.html">TQStatusBar</a> - classes that every modern application window tends to use. (See also <a href="tutorial2.html">Tutorial #2</a>.) <p> It also illustrates some aspects of <a href="tqwhatsthis.html">TQWhatsThis</a> (for simple help) and a -typical <tt>main()</tt> using <a href="ntqapplication.html">TQApplication</a>. +typical <tt>main()</tt> using <a href="tqapplication.html">TQApplication</a>. <p> Finally, it shows a typical print function based on <a href="tqprinter.html">TQPrinter</a>. <p> <h2> The declaration of ApplicationWindow </h2> @@ -109,16 +109,16 @@ includes <tt>application.h</tt> when <a href="tqtextedit-h.html">tqtextedit.h</a ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "application.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 ); ApplicationWindow *mw = new ApplicationWindow(); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Application" ); <a name="x1598"></a> mw-><a href="tqwidget.html#show">show</a>(); -<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x1599"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -126,9 +126,9 @@ int main( int argc, char ** argv ) { <p> <pre> int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); </pre> -<p> With the above line, we create a <a href="ntqapplication.html">TQApplication</a> object with the usual +<p> With the above line, we create a <a href="tqapplication.html">TQApplication</a> object with the usual constructor and let it parse <em>argc</em> and <em>argv</em>. TQApplication itself takes care of X11-specific command-line options like <em>-geometry</em>, so the program will automatically @@ -140,11 +140,11 @@ behave the way X clients are expected to. <p> We create an <em>ApplicationWindow</em> as a top-level widget, set its window system caption to "Document 1", and <em>show()</em> it. <p> <a name="close"></a> -<pre> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<pre> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); </pre> <p> When the application's last window is closed, it should quit. Both -the signal and the slot are predefined members of <a href="ntqapplication.html">TQApplication</a>. -<p> <pre> return a.<a href="ntqapplication.html#exec">exec</a>(); +the signal and the slot are predefined members of <a href="tqapplication.html">TQApplication</a>. +<p> <pre> return a.<a href="tqapplication.html#exec">exec</a>(); </pre> <p> Having completed the application's initialization, we start the main event loop (the GUI), and eventually return the error code @@ -291,7 +291,7 @@ example for a shorter and easier approach.) file-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Close", this, TQ_SLOT(<a href="tqwidget.html#close">close</a>()), CTRL+Key_W ); - file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); + file-><a href="tqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, TQ_SLOT( <a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_Q ); </pre> <p> ... the <em>Print</em> command with "What's This?" help, another separator and two more commands (<em>Close</em> and <em>Quit</em>) without "What's This?" and pixmaps. diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index f86dddc5e..194dd96bb 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -247,16 +247,16 @@ void <a name="f595"></a>Viewer::setFontSubstitutions() #include "viewer.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> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); Viewer * textViewer = new Viewer(); textViewer-><a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Simple TQFont Demo" ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( textViewer ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( textViewer ); textViewer-><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> diff --git a/doc/html/simple_dd-example.html b/doc/html/simple_dd-example.html index 71cad2f02..5234a03fa 100644 --- a/doc/html/simple_dd-example.html +++ b/doc/html/simple_dd-example.html @@ -47,7 +47,7 @@ functionality. ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> #include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> @@ -262,13 +262,13 @@ void <a name="f588"></a>DDIconView::slotNewItem( <a href="tqdropevent.html">TQDr int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); // Create and show the widgets <a href="tqsplitter.html">TQSplitter</a> *split = new <a href="tqsplitter.html">TQSplitter</a>(); DDIconView *iv = new DDIconView( split ); (void) new DDListBox( split ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( split ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( split ); split-><a href="tqwidget.html#resize">resize</a>( 600, 400 ); split-><a href="tqwidget.html#show">show</a>(); @@ -286,7 +286,7 @@ int main( int argc, char *argv[] ) item = new DDIconViewItem( iv, "Blue", TQPixmap( blue_icon ) ); item-><a href="tqiconviewitem.html#setRenameEnabled">setRenameEnabled</a>( TRUE ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } diff --git a/doc/html/small-table-example-example.html b/doc/html/small-table-example-example.html index 582857396..9515ea06f 100644 --- a/doc/html/small-table-example-example.html +++ b/doc/html/small-table-example-example.html @@ -45,7 +45,7 @@ This example displays a <a href="tqtable.html">TQTable</a> and some <a href="tqt ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtable-h.html">tqtable.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -63,7 +63,7 @@ const int numCols = 10; int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqtable.html">TQTable</a> table( numRows, numCols ); @@ -89,9 +89,9 @@ int main( int argc, char **argv ) for ( int j = 0; j < numRows; ++j ) table.<a href="tqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &table ); table.<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> 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> diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index 586bb202c..a6045f34a 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -46,7 +46,7 @@ decide for themselves how much space each child item should get. ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqsplitter-h.html">tqsplitter.h</a>> #include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> @@ -95,7 +95,7 @@ private: int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); <a href="tqsplitter.html">TQSplitter</a> *s1 = new <a href="tqsplitter.html">TQSplitter</a>( TQSplitter::Vertical, 0 , "main" ); @@ -125,10 +125,10 @@ int main( int argc, char ** argv ) s2-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); s3-><a href="tqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( s1 ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( s1 ); s1-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Splitters"); s1-><a href="tqwidget.html#show">show</a>(); - int result = a.<a href="ntqapplication.html#exec">exec</a>(); + int result = a.<a href="tqapplication.html#exec">exec</a>(); delete s1; return result; } diff --git a/doc/html/sql-overview-basicbrowsing-main-cpp.html b/doc/html/sql-overview-basicbrowsing-main-cpp.html index ca35ce942..eb7531558 100644 --- a/doc/html/sql-overview-basicbrowsing-main-cpp.html +++ b/doc/html/sql-overview-basicbrowsing-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="tqsqldatabase.html#database">database</a>( "ORACLE" ); diff --git a/doc/html/sql-overview-basicbrowsing2-main-cpp.html b/doc/html/sql-overview-basicbrowsing2-main-cpp.html index 3b0c38f6d..a6553bb70 100644 --- a/doc/html/sql-overview-basicbrowsing2-main-cpp.html +++ b/doc/html/sql-overview-basicbrowsing2-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="tqsqldatabase.html#database">database</a>( "ORACLE" ); diff --git a/doc/html/sql-overview-basicdatamanip-main-cpp.html b/doc/html/sql-overview-basicdatamanip-main-cpp.html index c7805bc27..93e846e10 100644 --- a/doc/html/sql-overview-basicdatamanip-main-cpp.html +++ b/doc/html/sql-overview-basicdatamanip-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" @@ -51,7 +51,7 @@ bool createConnections(); int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); int rows = 0; diff --git a/doc/html/sql-overview-connect1-main-cpp.html b/doc/html/sql-overview-connect1-main-cpp.html index 3ba7a7053..a294c4ff3 100644 --- a/doc/html/sql-overview-connect1-main-cpp.html +++ b/doc/html/sql-overview-connect1-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); <a href="tqsqldatabase.html">TQSqlDatabase</a> *defaultDB = TQSqlDatabase::<a href="tqsqldatabase.html#addDatabase">addDatabase</a>( DB_SALES_DRIVER ); defaultDB-><a href="tqsqldatabase.html#setDatabaseName">setDatabaseName</a>( DB_SALES_DBNAME ); diff --git a/doc/html/sql-overview-create_connections-main-cpp.html b/doc/html/sql-overview-create_connections-main-cpp.html index d2523b18f..b1dadfaa5 100644 --- a/doc/html/sql-overview-create_connections-main-cpp.html +++ b/doc/html/sql-overview-create_connections-main-cpp.html @@ -41,13 +41,13 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { // Databases successfully opened; get pointers to them: diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 55782533c..b575aaeaf 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -130,16 +130,16 @@ void <a name="f21"></a>FormDialog::save() int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( ! createConnections() ) return 1; FormDialog *formDialog = new FormDialog(); formDialog-><a href="tqdialog.html#show">show</a>(); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/sql-overview-custom1-main-h.html b/doc/html/sql-overview-custom1-main-h.html index e30c2331f..7bede1912 100644 --- a/doc/html/sql-overview-custom1-main-h.html +++ b/doc/html/sql-overview-custom1-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> diff --git a/doc/html/sql-overview-delete-main-cpp.html b/doc/html/sql-overview-delete-main-cpp.html index c879e2c26..78c5bd9a3 100644 --- a/doc/html/sql-overview-delete-main-cpp.html +++ b/doc/html/sql-overview-delete-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "prices" ); diff --git a/doc/html/sql-overview-extract-main-cpp.html b/doc/html/sql-overview-extract-main-cpp.html index 50445c2ee..279cedd0d 100644 --- a/doc/html/sql-overview-extract-main-cpp.html +++ b/doc/html/sql-overview-extract-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "creditors" ); @@ -67,7 +67,7 @@ int main( int argc, char *argv[] ) int id = cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toInt(); <a href="tqstring.html">TQString</a> name = cur.<a href="tqsqlquery.html#value">value</a>( "forename" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString(); - <a href="ntqapplication.html#qDebug">tqDebug</a>( TQString::<a href="tqstring.html#number">number</a>( id ) + ": " + name ); + <a href="tqapplication.html#qDebug">tqDebug</a>( TQString::<a href="tqstring.html#number">number</a>( id ) + ": " + name ); } } diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index fd86d48ad..bbf1b2bdb 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> @@ -91,15 +91,15 @@ class FormDialog : public <a href="tqdialog.html">TQDialog</a> int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( ! createConnections() ) return 1; FormDialog *formDialog = new FormDialog(); formDialog-><a href="tqdialog.html#show">show</a>(); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/sql-overview-form2-main-h.html b/doc/html/sql-overview-form2-main-h.html index d97249c7e..304daf2b8 100644 --- a/doc/html/sql-overview-form2-main-h.html +++ b/doc/html/sql-overview-form2-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> diff --git a/doc/html/sql-overview-insert-main-cpp.html b/doc/html/sql-overview-insert-main-cpp.html index ebd31b601..6c87d1012 100644 --- a/doc/html/sql-overview-insert-main-cpp.html +++ b/doc/html/sql-overview-insert-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { int count = 0; diff --git a/doc/html/sql-overview-navigating-main-cpp.html b/doc/html/sql-overview-navigating-main-cpp.html index 5c942c583..61549533f 100644 --- a/doc/html/sql-overview-navigating-main-cpp.html +++ b/doc/html/sql-overview-navigating-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlquery.html">TQSqlQuery</a> query( "SELECT id, name FROM people ORDER BY name" ); diff --git a/doc/html/sql-overview-order1-main-cpp.html b/doc/html/sql-overview-order1-main-cpp.html index 5dd03fe5e..3d3c5498b 100644 --- a/doc/html/sql-overview-order1-main-cpp.html +++ b/doc/html/sql-overview-order1-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "staff" ); @@ -56,7 +56,7 @@ int main( int argc, char *argv[] ) <a href="tqsqlindex.html">TQSqlIndex</a> order = cur.<a href="tqsqlcursor.html#index">index</a>( fields ); cur.<a href="tqsqlcursor.html#select">select</a>( order ); while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a href="tqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "forename" ).toString() ); } diff --git a/doc/html/sql-overview-order2-main-cpp.html b/doc/html/sql-overview-order2-main-cpp.html index b3d540a23..1922d2b32 100644 --- a/doc/html/sql-overview-order2-main-cpp.html +++ b/doc/html/sql-overview-order2-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "staff" ); @@ -58,7 +58,7 @@ int main( int argc, char *argv[] ) cur.<a href="tqsqlrecord.html#setValue">setValue</a>( "surname", "Bloggs" ); cur.<a href="tqsqlcursor.html#select">select</a>( filter, order ); while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a href="tqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "forename" ).toString() ); } diff --git a/doc/html/sql-overview-retrieve1-main-cpp.html b/doc/html/sql-overview-retrieve1-main-cpp.html index 2523f383b..ae2bfab2d 100644 --- a/doc/html/sql-overview-retrieve1-main-cpp.html +++ b/doc/html/sql-overview-retrieve1-main-cpp.html @@ -41,20 +41,20 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlquery.html">TQSqlQuery</a> query( "SELECT id, surname FROM staff" ); if ( query.<a href="tqsqlquery.html#isActive">isActive</a>() ) { while ( query.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( query.<a href="tqsqlquery.html#value">value</a>(0).toString() + ": " + + <a href="tqapplication.html#qDebug">tqDebug</a>( query.<a href="tqsqlquery.html#value">value</a>(0).toString() + ": " + query.<a href="tqsqlquery.html#value">value</a>(1).toString() ); } } diff --git a/doc/html/sql-overview-retrieve2-main-cpp.html b/doc/html/sql-overview-retrieve2-main-cpp.html index f4bac8f04..bab196b73 100644 --- a/doc/html/sql-overview-retrieve2-main-cpp.html +++ b/doc/html/sql-overview-retrieve2-main-cpp.html @@ -41,20 +41,20 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "staff" ); // Specify the table/view name cur.<a href="tqsqlcursor.html#select">select</a>(); // We'll retrieve every record while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a href="tqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "salary" ).toString() ); } diff --git a/doc/html/sql-overview-subclass1-main-cpp.html b/doc/html/sql-overview-subclass1-main-cpp.html index af7fb2320..cba13dbf7 100644 --- a/doc/html/sql-overview-subclass1-main-cpp.html +++ b/doc/html/sql-overview-subclass1-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> @@ -49,14 +49,14 @@ body { background: #ffffff; color: black; } int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> invoiceItemCursor( "invoiceitem" ); <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "pricesid", "PriceID" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "quantity", "Quantity" ); @@ -65,7 +65,7 @@ int main( int argc, char *argv[] ) invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-subclass2-main-cpp.html b/doc/html/sql-overview-subclass2-main-cpp.html index 63d9455e6..2289656c5 100644 --- a/doc/html/sql-overview-subclass2-main-cpp.html +++ b/doc/html/sql-overview-subclass2-main-cpp.html @@ -53,14 +53,14 @@ body { background: #ffffff; color: black; } int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { InvoiceItemCursor invoiceItemCursor; <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "pricesid", "PriceID" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "quantity", "Quantity" ); @@ -69,7 +69,7 @@ int main( int argc, char *argv[] ) invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-subclass2-main-h.html b/doc/html/sql-overview-subclass2-main-h.html index f7c69ac89..f4c0e164b 100644 --- a/doc/html/sql-overview-subclass2-main-h.html +++ b/doc/html/sql-overview-subclass2-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" diff --git a/doc/html/sql-overview-subclass3-main-cpp.html b/doc/html/sql-overview-subclass3-main-cpp.html index 1aec0bcad..dc93b28ee 100644 --- a/doc/html/sql-overview-subclass3-main-cpp.html +++ b/doc/html/sql-overview-subclass3-main-cpp.html @@ -68,14 +68,14 @@ TQVariant InvoiceItemCursor::<a href="tqsqlcursor.html#calculateField">calculate int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { InvoiceItemCursor invoiceItemCursor; <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "productname", "Product" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "quantity", "Quantity" ); @@ -84,7 +84,7 @@ int main( int argc, char *argv[] ) invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-subclass3-main-h.html b/doc/html/sql-overview-subclass3-main-h.html index 1724ad579..62912cff2 100644 --- a/doc/html/sql-overview-subclass3-main-h.html +++ b/doc/html/sql-overview-subclass3-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" diff --git a/doc/html/sql-overview-subclass4-main-cpp.html b/doc/html/sql-overview-subclass4-main-cpp.html index b51f4bac2..779a2887a 100644 --- a/doc/html/sql-overview-subclass4-main-cpp.html +++ b/doc/html/sql-overview-subclass4-main-cpp.html @@ -90,14 +90,14 @@ TQVariant InvoiceItemCursor::<a href="tqsqlcursor.html#calculateField">calculate int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { InvoiceItemCursor invoiceItemCursor; <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "productname", "Product" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "price", "Price" ); @@ -108,7 +108,7 @@ int main( int argc, char *argv[] ) invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-subclass4-main-h.html b/doc/html/sql-overview-subclass4-main-h.html index fee1c76ac..b0afe4d28 100644 --- a/doc/html/sql-overview-subclass4-main-h.html +++ b/doc/html/sql-overview-subclass4-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" diff --git a/doc/html/sql-overview-subclass5-main-cpp.html b/doc/html/sql-overview-subclass5-main-cpp.html index c7ff0d4fd..cce7d978c 100644 --- a/doc/html/sql-overview-subclass5-main-cpp.html +++ b/doc/html/sql-overview-subclass5-main-cpp.html @@ -103,14 +103,14 @@ TQSqlRecord *InvoiceItemCursor::<a href="tqsqlcursor.html#primeInsert">primeInse int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { InvoiceItemCursor invoiceItemCursor; <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "productname", "Product" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "price", "Price" ); @@ -121,7 +121,7 @@ int main( int argc, char *argv[] ) invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-subclass5-main-h.html b/doc/html/sql-overview-subclass5-main-h.html index e470e00ce..9ded30f84 100644 --- a/doc/html/sql-overview-subclass5-main-h.html +++ b/doc/html/sql-overview-subclass5-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> diff --git a/doc/html/sql-overview-table1-main-cpp.html b/doc/html/sql-overview-table1-main-cpp.html index f8be6f2b1..ffc506d7f 100644 --- a/doc/html/sql-overview-table1-main-cpp.html +++ b/doc/html/sql-overview-table1-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> @@ -49,16 +49,16 @@ body { background: #ffffff; color: black; } int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); <a href="tqdatatable.html">TQDataTable</a> *staffTable = new <a href="tqdatatable.html">TQDataTable</a>( &staffCursor, TRUE ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); staffTable-><a href="tqdatatable.html#refresh">refresh</a>(); staffTable-><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>(); } return 0; diff --git a/doc/html/sql-overview-table2-main-cpp.html b/doc/html/sql-overview-table2-main-cpp.html index 294ceb34a..6507bf55e 100644 --- a/doc/html/sql-overview-table2-main-cpp.html +++ b/doc/html/sql-overview-table2-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> @@ -49,14 +49,14 @@ body { background: #ffffff; color: black; } int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); <a href="tqdatatable.html">TQDataTable</a> *staffTable = new <a href="tqdatatable.html">TQDataTable</a>( &staffCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "forename", "Forename" ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "surname", "Surname" ); @@ -68,7 +68,7 @@ int main( int argc, char *argv[] ) staffTable-><a href="tqdatatable.html#refresh">refresh</a>(); staffTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-table3-main-cpp.html b/doc/html/sql-overview-table3-main-cpp.html index 1ffc30d29..bd3f41bd7 100644 --- a/doc/html/sql-overview-table3-main-cpp.html +++ b/doc/html/sql-overview-table3-main-cpp.html @@ -92,7 +92,7 @@ TQWidget *CustomSqlEditorFactory::<a href="tqsqleditorfactory.html#createEditor" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); @@ -104,7 +104,7 @@ int main( int argc, char *argv[] ) staffTable-><a href="tqdatatable.html#installPropertyMap">installPropertyMap</a>( propMap ); staffTable-><a href="tqdatatable.html#installEditorFactory">installEditorFactory</a>( editorFactory ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "forename", "Forename" ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "surname", "Surname" ); @@ -117,7 +117,7 @@ int main( int argc, char *argv[] ) staffTable-><a href="tqdatatable.html#refresh">refresh</a>(); staffTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-table3-main-h.html b/doc/html/sql-overview-table3-main-h.html index 9e6640e22..f618bcf3a 100644 --- a/doc/html/sql-overview-table3-main-h.html +++ b/doc/html/sql-overview-table3-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html index 9b6d5fa48..c304320f9 100644 --- a/doc/html/sql-overview-table4-main-cpp.html +++ b/doc/html/sql-overview-table4-main-cpp.html @@ -111,7 +111,7 @@ TQWidget *CustomSqlEditorFactory::<a href="tqsqleditorfactory.html#createEditor" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); @@ -123,7 +123,7 @@ int main( int argc, char *argv[] ) staffTable-><a href="tqdatatable.html#installPropertyMap">installPropertyMap</a>( propMap ); staffTable-><a href="tqdatatable.html#installEditorFactory">installEditorFactory</a>( editorFactory ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "forename", "Forename" ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "surname", "Surname" ); @@ -136,7 +136,7 @@ int main( int argc, char *argv[] ) staffTable-><a href="tqdatatable.html#refresh">refresh</a>(); staffTable-><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>(); } return 1; diff --git a/doc/html/sql-overview-table4-main-h.html b/doc/html/sql-overview-table4-main-h.html index 5d03f9ac1..a31072d58 100644 --- a/doc/html/sql-overview-table4-main-h.html +++ b/doc/html/sql-overview-table4-main-h.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqmap-h.html">tqmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> diff --git a/doc/html/sql-overview-update-main-cpp.html b/doc/html/sql-overview-update-main-cpp.html index 9c8bb989c..46832c3b8 100644 --- a/doc/html/sql-overview-update-main-cpp.html +++ b/doc/html/sql-overview-update-main-cpp.html @@ -41,14 +41,14 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "prices" ); diff --git a/doc/html/sql.html b/doc/html/sql.html index 4b6ce21a1..9a9aa90d1 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -232,13 +232,13 @@ the driver, set up the connection information, and open the connection. <p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); <a name="x2141"></a> <a href="tqsqldatabase.html">TQSqlDatabase</a> *defaultDB = TQSqlDatabase::<a href="tqsqldatabase.html#addDatabase">addDatabase</a>( DB_SALES_DRIVER ); <a name="x2143"></a> defaultDB-><a href="tqsqldatabase.html#setDatabaseName">setDatabaseName</a>( DB_SALES_DBNAME ); @@ -313,7 +313,7 @@ function in <tt>connection.h</tt>. <a name="x2152"></a> defaultDB-><a href="tqsqldatabase.html#setPassword">setPassword</a>( DB_SALES_PASSWD ); <a name="x2151"></a> defaultDB-><a href="tqsqldatabase.html#setHostName">setHostName</a>( DB_SALES_HOST ); <a name="x2149"></a> if ( ! defaultDB-><a href="tqsqldatabase.html#open">open</a>() ) { - <a name="x2148"></a> <a href="ntqapplication.html#qWarning">tqWarning</a>( "Failed to open sales database: " + defaultDB-><a href="tqsqldatabase.html#lastError">lastError</a>().text() ); + <a name="x2148"></a> <a href="tqapplication.html#qWarning">tqWarning</a>( "Failed to open sales database: " + defaultDB-><a href="tqsqldatabase.html#lastError">lastError</a>().text() ); return FALSE; } @@ -323,7 +323,7 @@ function in <tt>connection.h</tt>. oracle-><a href="tqsqldatabase.html#setPassword">setPassword</a>( DB_ORDERS_PASSWD ); oracle-><a href="tqsqldatabase.html#setHostName">setHostName</a>( DB_ORDERS_HOST ); if ( ! oracle-><a href="tqsqldatabase.html#open">open</a>() ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Failed to open orders database: " + oracle-><a href="tqsqldatabase.html#lastError">lastError</a>().text() ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Failed to open orders database: " + oracle-><a href="tqsqldatabase.html#lastError">lastError</a>().text() ); return FALSE; } @@ -349,13 +349,13 @@ function in <tt>connection.h</tt>. <p> <a name="create_connections"></a> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { // Databases successfully opened; get pointers to them: @@ -411,14 +411,14 @@ the transaction, and then either <a href="tqsqldatabase.html#commit">TQSqlDataba </h3> <a name="6-2"></a><p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); if ( createConnections() ) { <a name="x2156"></a> <a href="tqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="tqsqldatabase.html#database">database</a>( "ORACLE" ); @@ -486,7 +486,7 @@ cannot be determined, e.g. if the query fails. ** *****************************************************************************/ - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlquery-h.html">tqsqlquery.h</a>> #include "../connection.h" @@ -495,7 +495,7 @@ cannot be determined, e.g. if the query fails. int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE ); int rows = 0; @@ -569,7 +569,7 @@ retrieve data from it. <a href="tqsqlquery.html">TQSqlQuery</a> query( "SELECT id, surname FROM staff" ); <a name="x2175"></a> if ( query.<a href="tqsqlquery.html#isActive">isActive</a>() ) { <a name="x2176"></a> while ( query.<a href="tqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( query.<a href="tqsqlquery.html#value">value</a>(0).toString() + ": " + + <a href="tqapplication.html#qDebug">tqDebug</a>( query.<a href="tqsqlquery.html#value">value</a>(0).toString() + ": " + <a name="x2177"></a> query.<a href="tqsqlquery.html#value">value</a>(1).toString() ); } } @@ -627,20 +627,20 @@ discuss <a href="#Subclassing_QSqlCursor">subclassing TQSqlCursor</a>. </h3> <a name="7-1"></a><p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include "../connection.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "staff" ); // Specify the table/view name <a name="x2178"></a> cur.<a href="tqsqlcursor.html#select">select</a>(); // We'll retrieve every record while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a name="x2179"></a> <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a name="x2179"></a> <a href="tqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "salary" ).toString() ); } @@ -779,7 +779,7 @@ setValue() to ensure that the value used is the one we want. <a name="x2191"></a> int id = cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toInt(); <a href="tqstring.html">TQString</a> name = cur.<a href="tqsqlquery.html#value">value</a>( "forename" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString(); - <a name="x2193"></a> <a href="ntqapplication.html#qDebug">tqDebug</a>( TQString::<a href="tqstring.html#number">number</a>( id ) + ": " + name ); + <a name="x2193"></a> <a href="tqapplication.html#qDebug">tqDebug</a>( TQString::<a href="tqstring.html#number">number</a>( id ) + ": " + name ); } </pre><blockquote><p align="center"><em> From <a href="sql-overview-extract-main-cpp.html">sql/overview/extract/main.cpp</a> </em></p> @@ -803,7 +803,7 @@ values ourselves with the setValue() calls. The order fields are used in the <tt>ORDER BY</tt> clause. <p> Now we iterate through each matching record (if any). We retrieve the contents of the id, forename and surname fields and pass them on to -some processing function, in this example a simple <a href="ntqapplication.html#qDebug">tqDebug</a>() call. +some processing function, in this example a simple <a href="tqapplication.html#qDebug">tqDebug</a>() call. <p> <a name="Manipulating_Records"></a> <h3> Manipulating Records </h3> @@ -949,7 +949,7 @@ examples provides additional information. </h3> <a name="8-1"></a><p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> @@ -957,16 +957,16 @@ examples provides additional information. int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); <a href="tqdatatable.html">TQDataTable</a> *staffTable = new <a href="tqdatatable.html">TQDataTable</a>( &staffCursor, TRUE ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); <a name="x2211"></a> staffTable-><a href="tqdatatable.html#refresh">refresh</a>(); staffTable-><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>(); } return 0; @@ -987,7 +987,7 @@ function. <pre> <a href="tqsqlcursor.html">TQSqlCursor</a> staffCursor( "staff" ); <a href="tqdatatable.html">TQDataTable</a> *staffTable = new <a href="tqdatatable.html">TQDataTable</a>( &staffCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( staffTable ); <a name="x2214"></a> staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "forename", "Forename" ); staffTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "surname", "Surname" ); @@ -1022,7 +1022,7 @@ the code below can be automatically generated by <a href="designer-manual.html"> </h4> <a name="8-2-1"></a><p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> @@ -1070,15 +1070,15 @@ the code below can be automatically generated by <a href="designer-manual.html"> int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( ! createConnections() ) return 1; FormDialog *formDialog = new FormDialog(); <a name="x2220"></a> formDialog-><a href="tqdialog.html#show">show</a>(); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( formDialog ); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre><blockquote><p align="center"><em> From <a href="sql-overview-form1-main-cpp.html">sql/overview/form1/main.cpp</a> </em></p> @@ -1420,7 +1420,7 @@ staffTable from being a TQDataTable to being a CustomTable. </h2> <a name="9"></a><p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> @@ -1428,14 +1428,14 @@ staffTable from being a TQDataTable to being a CustomTable. int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); if ( createConnections() ) { <a href="tqsqlcursor.html">TQSqlCursor</a> invoiceItemCursor( "invoiceitem" ); <a href="tqdatatable.html">TQDataTable</a> *invoiceItemTable = new <a href="tqdatatable.html">TQDataTable</a>( &invoiceItemCursor ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( invoiceItemTable ); <a name="x2255"></a> invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "pricesid", "PriceID" ); invoiceItemTable-><a href="tqdatatable.html#addColumn">addColumn</a>( "quantity", "Quantity" ); @@ -1444,7 +1444,7 @@ staffTable from being a TQDataTable to being a CustomTable. <a name="x2256"></a> invoiceItemTable-><a href="tqdatatable.html#refresh">refresh</a>(); invoiceItemTable-><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>(); } return 1; diff --git a/doc/html/sqltable-example.html b/doc/html/sqltable-example.html index 394d4fa48..aed386f19 100644 --- a/doc/html/sqltable-example.html +++ b/doc/html/sqltable-example.html @@ -44,7 +44,7 @@ This example shows how to use a <a href="tqdatatable.html">TQDataTable</a> to br ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>> #include <<a href="tqdatatable-h.html">tqdatatable.h</a>> #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>> @@ -75,7 +75,7 @@ protected: int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); <a name="x2454"></a> <a href="tqsqldatabase.html">TQSqlDatabase</a> * db = TQSqlDatabase::<a href="tqsqldatabase.html#addDatabase">addDatabase</a>( DRIVER ); <a name="x2457"></a> db-><a href="tqsqldatabase.html#setDatabaseName">setDatabaseName</a>( DATABASE ); @@ -100,11 +100,11 @@ int main( int argc, char ** argv ) table.<a href="tqdatatable.html#addColumn">addColumn</a>( "address", "Address" ); <a name="x2465"></a> table.<a href="tqtable.html#setSorting">setSorting</a>( TRUE ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &table ); <a name="x2452"></a> table.<a href="tqdatatable.html#refresh">refresh</a>(); /* load data */ table.<a href="tqwidget.html#show">show</a>(); /* show widget */ - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 48896710b..56275aa95 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -279,15 +279,15 @@ void <a name="f580"></a>Table::recalcSum( int, int col ) *****************************************************************************/ #include "statistics.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); Table t; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &t ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &t ); t.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/t10-lcdrange-cpp.html b/doc/html/t10-lcdrange-cpp.html index 2c1045434..3eae6bcbf 100644 --- a/doc/html/t10-lcdrange-cpp.html +++ b/doc/html/t10-lcdrange-cpp.html @@ -70,7 +70,7 @@ void <a name="f46"></a>LCDRange::setValue( int value ) void <a name="f47"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html index 7d474eba6..1d62d97fb 100644 --- a/doc/html/t10-main-cpp.html +++ b/doc/html/t10-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -97,14 +97,14 @@ public: int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t11-lcdrange-cpp.html b/doc/html/t11-lcdrange-cpp.html index 40760e2e6..55d67cedb 100644 --- a/doc/html/t11-lcdrange-cpp.html +++ b/doc/html/t11-lcdrange-cpp.html @@ -70,7 +70,7 @@ void <a name="f55"></a>LCDRange::setValue( int value ) void <a name="f56"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t11-main-cpp.html b/doc/html/t11-main-cpp.html index 735afb93f..4d1432f8b 100644 --- a/doc/html/t11-main-cpp.html +++ b/doc/html/t11-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -107,14 +107,14 @@ public: int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t12-lcdrange-cpp.html b/doc/html/t12-lcdrange-cpp.html index d7fb4a798..4f95640e4 100644 --- a/doc/html/t12-lcdrange-cpp.html +++ b/doc/html/t12-lcdrange-cpp.html @@ -100,7 +100,7 @@ void <a name="f71"></a>LCDRange::setValue( int value ) void <a name="f72"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t12-main-cpp.html b/doc/html/t12-main-cpp.html index bfe3190aa..fbba608f5 100644 --- a/doc/html/t12-main-cpp.html +++ b/doc/html/t12-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -107,14 +107,14 @@ public: int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t13-gamebrd-cpp.html b/doc/html/t13-gamebrd-cpp.html index 18971f888..d5c507914 100644 --- a/doc/html/t13-gamebrd-cpp.html +++ b/doc/html/t13-gamebrd-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "gamebrd.h" #include <<a href="tqfont-h.html">tqfont.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); diff --git a/doc/html/t13-lcdrange-cpp.html b/doc/html/t13-lcdrange-cpp.html index d3307f759..f76139af2 100644 --- a/doc/html/t13-lcdrange-cpp.html +++ b/doc/html/t13-lcdrange-cpp.html @@ -105,7 +105,7 @@ void <a name="f91"></a>LCDRange::setValue( int value ) void <a name="f92"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t13-main-cpp.html b/doc/html/t13-main-cpp.html index 34d886bb0..553af9c66 100644 --- a/doc/html/t13-main-cpp.html +++ b/doc/html/t13-main-cpp.html @@ -37,21 +37,21 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "gamebrd.h" int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); GameBoard gb; gb.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &gb ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &gb ); gb.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t14-gamebrd-cpp.html b/doc/html/t14-gamebrd-cpp.html index c6a8a1e86..1186c66af 100644 --- a/doc/html/t14-gamebrd-cpp.html +++ b/doc/html/t14-gamebrd-cpp.html @@ -40,7 +40,7 @@ body { background: #ffffff; color: black; } #include "gamebrd.h" #include <<a href="tqfont-h.html">tqfont.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqaccel-h.html">tqaccel.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( "ANGLE", this, "angle" ); angle->setRange( 5, 70 ); @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } accel-><a href="tqaccel.html#connectItem">connectItem</a>( accel-><a href="tqaccel.html#insertItem">insertItem</a>( Key_Return ), this, TQ_SLOT(fire()) ); accel-><a href="tqaccel.html#connectItem">connectItem</a>( accel-><a href="tqaccel.html#insertItem">insertItem</a>( CTRL+Key_Q ), - tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); grid-><a href="tqgridlayout.html#addWidget">addWidget</a>( quit, 0, 0 ); diff --git a/doc/html/t14-lcdrange-cpp.html b/doc/html/t14-lcdrange-cpp.html index 939eeb984..94478429e 100644 --- a/doc/html/t14-lcdrange-cpp.html +++ b/doc/html/t14-lcdrange-cpp.html @@ -105,7 +105,7 @@ void <a name="f118"></a>LCDRange::setValue( int value ) void <a name="f119"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t14-main-cpp.html b/doc/html/t14-main-cpp.html index 9bf4b856f..fcd0b0ae3 100644 --- a/doc/html/t14-main-cpp.html +++ b/doc/html/t14-main-cpp.html @@ -37,21 +37,21 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "gamebrd.h" int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); GameBoard gb; gb.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &gb ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &gb ); gb.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index 34e90556d..01c71e433 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqgrid.html">TQGrid</a> *grid = new <a href="tqgrid.html">TQGrid</a>( 4, this ); @@ -79,12 +79,12 @@ public: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t8-lcdrange-cpp.html b/doc/html/t8-lcdrange-cpp.html index 0ce51d8b3..865416902 100644 --- a/doc/html/t8-lcdrange-cpp.html +++ b/doc/html/t8-lcdrange-cpp.html @@ -70,7 +70,7 @@ void <a name="f32"></a>LCDRange::setValue( int value ) void <a name="f33"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index af7c74b1a..ff85a584c 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -88,13 +88,13 @@ public: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/t9-lcdrange-cpp.html b/doc/html/t9-lcdrange-cpp.html index a239019af..8bc9fe0c0 100644 --- a/doc/html/t9-lcdrange-cpp.html +++ b/doc/html/t9-lcdrange-cpp.html @@ -70,7 +70,7 @@ void <a name="f39"></a>LCDRange::setValue( int value ) void <a name="f40"></a>LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html index b92b3e4f2..2c4c63ef6 100644 --- a/doc/html/t9-main-cpp.html +++ b/doc/html/t9-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); LCDRange *angle = new LCDRange( this, "angle" ); angle->setRange( 5, 70 ); @@ -84,14 +84,14 @@ public: int main( int argc, char **argv ) { - TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index cd9dcedef..d5e407bb6 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -96,7 +96,7 @@ protected: #include <<a href="tqbuttongroup-h.html">tqbuttongroup.h</a>> #include <<a href="tqcheckbox-h.html">tqcheckbox.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> <a name="f200"></a>TabDialog::TabDialog( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, const <a href="tqstring.html">TQString</a> &_filename ) : <a href="tqtabdialog.html">TQTabDialog</a>( parent, name ), filename( _filename ), fileinfo( filename ) @@ -105,7 +105,7 @@ protected: setupTab2(); setupTab3(); - <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="tqtabdialog.html#applyButtonPressed">applyButtonPressed</a>() ), tqApp, TQ_SLOT( <a href="tqapplication.html#quit">quit</a>() ) ); } void <a name="f201"></a>TabDialog::setupTab1() @@ -203,21 +203,21 @@ void <a name="f203"></a>TabDialog::setupTab3() *****************************************************************************/ #include "tabdialog.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqstring-h.html">tqstring.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 ); TabDialog tabdialog( 0, "tabdialog", TQString( argc < 2 ? "." : argv[1] ) ); <a name="x60"></a> tabdialog.<a href="tqwidget.html#resize">resize</a>( 450, 350 ); tabdialog.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Tabbed Dialog" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &tabdialog ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &tabdialog ); <a name="x61"></a> tabdialog.<a href="tqdialog.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/table-bigtable-main-cpp.html b/doc/html/table-bigtable-main-cpp.html index 5c89ca113..3a04306c3 100644 --- a/doc/html/table-bigtable-main-cpp.html +++ b/doc/html/table-bigtable-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtable-h.html">tqtable.h</a>> // Table size @@ -88,12 +88,12 @@ private: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); MyTable table( numRows, numCols ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &table ); <a name="x1292"></a> table.<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><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/table-small-table-demo-main-cpp.html b/doc/html/table-small-table-demo-main-cpp.html index 5d2fc3d8e..a7015224d 100644 --- a/doc/html/table-small-table-demo-main-cpp.html +++ b/doc/html/table-small-table-demo-main-cpp.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtable-h.html">tqtable.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> @@ -59,7 +59,7 @@ const int numCols = 10; int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqtable.html">TQTable</a> table( numRows, numCols ); @@ -85,9 +85,9 @@ int main( int argc, char **argv ) for ( int j = 0; j < numRows; ++j ) table.<a href="tqtable.html#setItem">setItem</a>( j, 1, new <a href="tqchecktableitem.html">TQCheckTableItem</a>( &table, "Check me" ) ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &table ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &table ); table.<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><!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/tagreader-with-features-example.html b/doc/html/tagreader-with-features-example.html index 1e82f3144..0e70aee56 100644 --- a/doc/html/tagreader-with-features-example.html +++ b/doc/html/tagreader-with-features-example.html @@ -150,7 +150,7 @@ void <a name="f529"></a>StructureParser::setListView( <a href="tqlistview.html"> *****************************************************************************/ #include "structureparser.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> #include <<a href="tqlistview-h.html">tqlistview.h</a>> @@ -160,7 +160,7 @@ void <a name="f529"></a>StructureParser::setListView( <a href="tqlistview.html"> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqfile.html">TQFile</a> xmlFile( argc == 2 ? argv[1] : "fnord.xml" ); <a href="tqxmlinputsource.html">TQXmlInputSource</a> source( &xmlFile ); @@ -210,9 +210,9 @@ int main( int argc, char **argv ) container ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( container ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( container ); container-><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> diff --git a/doc/html/tetrix-example.html b/doc/html/tetrix-example.html index 4dffee843..0e5ae8aa8 100644 --- a/doc/html/tetrix-example.html +++ b/doc/html/tetrix-example.html @@ -51,14 +51,14 @@ This is the TQt implementation of the well known game Tetris. int main( int argc, char **argv ) { -<a name="x354"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); +<a name="x354"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); TQDragApplication a(argc,argv); TQTetrix *tetrix = new TQTetrix; <a name="x356"></a> tetrix-><a href="tqwidget.html#setCaption">setCaption</a>("Tetrix"); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(tetrix); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>(tetrix); tetrix-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix"); tetrix-><a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index aa6b313f8..c78ce1e67 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -67,10 +67,10 @@ class NorwegianWoodStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</ { public: NorwegianWoodStyle(); - void polish( <a href="ntqapplication.html">TQApplication</a>*); + void polish( <a href="tqapplication.html">TQApplication</a>*); void polish( <a href="tqwidget.html">TQWidget</a>* ); void unPolish( <a href="tqwidget.html">TQWidget</a>* ); - void unPolish( <a href="ntqapplication.html">TQApplication</a>*); + void unPolish( <a href="tqapplication.html">TQApplication</a>*); void drawPrimitive( PrimitiveElement pe, <a href="tqpainter.html">TQPainter</a> *p, @@ -147,7 +147,7 @@ private: #ifndef TQT_NO_STYLE_WINDOWS -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqcombobox.h" #include "tqpainter.h" #include "tqdrawutil.h" // for now @@ -905,10 +905,10 @@ enum { PointUp, PointDown, PointLeft, PointRight }; /*! Reimplementation from TQStyle */ -<a name="x261"></a>void NorwegianWoodStyle::<a href="tqstyle.html#polish">polish</a>( <a href="ntqapplication.html">TQApplication</a> *app) +<a name="x261"></a>void NorwegianWoodStyle::<a href="tqstyle.html#polish">polish</a>( <a href="tqapplication.html">TQApplication</a> *app) { -<a name="x186"></a> oldPalette = app-><a href="ntqapplication.html#palette">palette</a>(); +<a name="x186"></a> oldPalette = app-><a href="tqapplication.html#palette">palette</a>(); // we simply create a nice TQColorGroup with a couple of fancy wood // pixmaps here and apply to it all widgets @@ -1005,13 +1005,13 @@ enum { PointUp, PointDown, PointLeft, PointRight }; TQBrush(op.<a href="tqpalette.html#disabled">disabled</a>().background(), background) ); -<a name="x187"></a> app-><a href="ntqapplication.html#setPalette">setPalette</a>(TQPalette(active, disabled, active), TRUE ); +<a name="x187"></a> app-><a href="tqapplication.html#setPalette">setPalette</a>(TQPalette(active, disabled, active), TRUE ); } -<a name="x263"></a>void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="ntqapplication.html">TQApplication</a> *app) +<a name="x263"></a>void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqapplication.html">TQApplication</a> *app) { - app-><a href="ntqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); + app-><a href="tqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); } /*! @@ -1581,8 +1581,8 @@ class MetalStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a> { public: MetalStyle(); - void polish( <a href="ntqapplication.html">TQApplication</a>*); - void unPolish( <a href="ntqapplication.html">TQApplication</a>*); + void polish( <a href="tqapplication.html">TQApplication</a>*); + void unPolish( <a href="tqapplication.html">TQApplication</a>*); void polish( <a href="tqwidget.html">TQWidget</a>* ); void unPolish( <a href="tqwidget.html">TQWidget</a>* ); @@ -1643,7 +1643,7 @@ private: #ifndef TQT_NO_STYLE_WINDOWS -#include "ntqapplication.h" +#include "tqapplication.h" #include "tqcombobox.h" #include "tqpainter.h" #include "tqdrawutil.h" // for now @@ -1673,18 +1673,18 @@ private: /*! Reimplementation from TQStyle */ -<a name="x314"></a>void MetalStyle::<a href="tqstyle.html#polish">polish</a>( <a href="ntqapplication.html">TQApplication</a> *app) +<a name="x314"></a>void MetalStyle::<a href="tqstyle.html#polish">polish</a>( <a href="tqapplication.html">TQApplication</a> *app) { -<a name="x265"></a> oldPalette = app-><a href="ntqapplication.html#palette">palette</a>(); +<a name="x265"></a> oldPalette = app-><a href="tqapplication.html#palette">palette</a>(); // we simply create a nice TQColorGroup with a couple of fancy // pixmaps here and apply to it all widgets -<a name="x264"></a> <a href="tqfont.html">TQFont</a> f("times", app-><a href="ntqapplication.html#font">font</a>().pointSize() ); +<a name="x264"></a> <a href="tqfont.html">TQFont</a> f("times", app-><a href="tqapplication.html#font">font</a>().pointSize() ); <a name="x280"></a> f.<a href="tqfont.html#setBold">setBold</a>( TRUE ); <a name="x281"></a> f.<a href="tqfont.html#setItalic">setItalic</a>( TRUE ); -<a name="x266"></a> app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQMenuBar"); - app-><a href="ntqapplication.html#setFont">setFont</a>( f, TRUE, "TQPopupMenu"); +<a name="x266"></a> app-><a href="tqapplication.html#setFont">setFont</a>( f, TRUE, "TQMenuBar"); + app-><a href="tqapplication.html#setFont">setFont</a>( f, TRUE, "TQPopupMenu"); @@ -1698,7 +1698,7 @@ private: <a href="tqpixmap.html">TQPixmap</a> mid( stone1_xpm ); <a href="tqpixmap.html">TQPixmap</a> light( stone1_xpm );//1, 1 ); light.<a href="tqpixmap.html#fill">fill</a>( green ); - <a href="tqpalette.html">TQPalette</a> op = app-><a href="ntqapplication.html#palette">palette</a>(); + <a href="tqpalette.html">TQPalette</a> op = app-><a href="tqapplication.html#palette">palette</a>(); <a href="tqcolor.html">TQColor</a> backCol( 227,227,227 ); @@ -1727,16 +1727,16 @@ private: ); <a href="tqpalette.html">TQPalette</a> newPalette( active, disabled, active ); -<a name="x267"></a> app-><a href="ntqapplication.html#setPalette">setPalette</a>( newPalette, TRUE ); +<a name="x267"></a> app-><a href="tqapplication.html#setPalette">setPalette</a>( newPalette, TRUE ); } /*! Reimplementation from TQStyle */ -<a name="x315"></a>void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="ntqapplication.html">TQApplication</a> *app) +<a name="x315"></a>void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqapplication.html">TQApplication</a> *app) { - app-><a href="ntqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); - app-><a href="ntqapplication.html#setFont">setFont</a>( app-><a href="ntqapplication.html#font">font</a>(), TRUE ); + app-><a href="tqapplication.html#setPalette">setPalette</a>(oldPalette, TRUE); + app-><a href="tqapplication.html#setFont">setFont</a>( app-><a href="tqapplication.html#font">font</a>(), TRUE ); } /*! @@ -2186,7 +2186,7 @@ private: #include "../richtext/richtext.h" #include <<a href="tqtabwidget-h.html">tqtabwidget.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> @@ -2199,7 +2199,7 @@ private: <a name="f231"></a>Themes::Themes( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, WFlags f ) : <a href="tqmainwindow.html">TQMainWindow</a>( parent, name, f ) { -<a name="x321"></a> appFont = TQApplication::<a href="ntqapplication.html#font">font</a>(); +<a name="x321"></a> appFont = TQApplication::<a href="tqapplication.html#font">font</a>(); tabwidget = new <a href="tqtabwidget.html">TQTabWidget</a>( this ); <a name="x343"></a> tabwidget-><a href="tqtabwidget.html#addTab">addTab</a>( new ButtonsGroups( tabwidget ), "Buttons/Groups" ); @@ -2252,7 +2252,7 @@ private: } <a name="x318"></a> ag-><a href="tqactiongroup.html#addTo">addTo</a>(style); style-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); - style-><a href="tqmenudata.html#insertItem">insertItem</a>("&Quit", tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ), CTRL | Key_Q ); + style-><a href="tqmenudata.html#insertItem">insertItem</a>("&Quit", tqApp, TQ_SLOT( <a href="tqapplication.html#quit">quit</a>() ), CTRL | Key_Q ); <a href="tqpopupmenu.html">TQPopupMenu</a> * help = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this ); <a href="tqmainwindow.html#menuBar">menuBar</a>()->insertSeparator(); @@ -2261,7 +2261,7 @@ private: help-><a href="tqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, TQ_SLOT(aboutTQt())); #ifndef TQT_NO_STYLE_WINDOWS -<a name="x325"></a> tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); +<a name="x325"></a> tqApp-><a href="tqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } @@ -2269,20 +2269,20 @@ void <a name="f232"></a>Themes::makeStyle(const <a href="tqstring.html">TQString { if(style == "Norwegian Wood") { #ifndef TQT_NO_STYLE_WINDOWS - tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); + tqApp-><a href="tqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } else if( style == "Metal" ) { #ifndef TQT_NO_STYLE_WINDOWS - tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new MetalStyle ); + tqApp-><a href="tqapplication.html#setStyle">setStyle</a>( new MetalStyle ); #endif } else { - tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>(style); + tqApp-><a href="tqapplication.html#setStyle">setStyle</a>(style); if(style == "Platinum") { <a href="tqpalette.html">TQPalette</a> p( TQColor( 239, 239, 239 ) ); -<a name="x324"></a> tqApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); -<a name="x323"></a> tqApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); +<a name="x324"></a> tqApp-><a href="tqapplication.html#setPalette">setPalette</a>( p, TRUE ); +<a name="x323"></a> tqApp-><a href="tqapplication.html#setFont">setFont</a>( appFont, TRUE ); } else if(style == "Windows") { - tqApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); + tqApp-><a href="tqapplication.html#setFont">setFont</a>( appFont, TRUE ); } else if(style == "CDE") { <a href="tqpalette.html">TQPalette</a> p( TQColor( 75, 123, 130 ) ); <a name="x332"></a> p.<a href="tqpalette.html#setColor">setColor</a>( TQPalette::Active, TQColorGroup::Base, TQColor( 55, 77, 78 ) ); @@ -2303,12 +2303,12 @@ void <a name="f232"></a>Themes::makeStyle(const <a href="tqstring.html">TQString p.<a href="tqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Foreground, TQt::lightGray ); p.<a href="tqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::Text, TQt::lightGray ); p.<a href="tqpalette.html#setColor">setColor</a>( TQPalette::Disabled, TQColorGroup::ButtonText, TQt::lightGray ); - tqApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); - tqApp-><a href="ntqapplication.html#setFont">setFont</a>( TQFont( "times", appFont.pointSize() ), TRUE ); + tqApp-><a href="tqapplication.html#setPalette">setPalette</a>( p, TRUE ); + tqApp-><a href="tqapplication.html#setFont">setFont</a>( TQFont( "times", appFont.pointSize() ), TRUE ); } else if(style == "Motif" || style == "MotifPlus") { <a href="tqpalette.html">TQPalette</a> p( TQColor( 192, 192, 192 ) ); - tqApp-><a href="ntqapplication.html#setPalette">setPalette</a>( p, TRUE ); - tqApp-><a href="ntqapplication.html#setFont">setFont</a>( appFont, TRUE ); + tqApp-><a href="tqapplication.html#setPalette">setPalette</a>( p, TRUE ); + tqApp-><a href="tqapplication.html#setFont">setFont</a>( appFont, TRUE ); } } } @@ -2342,7 +2342,7 @@ void <a name="f234"></a>Themes::aboutTQt() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>> #include "themes.h" @@ -2350,16 +2350,16 @@ void <a name="f234"></a>Themes::aboutTQt() int main( int argc, char ** argv ) { -<a name="x348"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); +<a name="x348"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::ManyColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); Themes themes; themes.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Themes (TQStyle)" ); themes.<a href="tqwidget.html#resize">resize</a>( 640, 400 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &themes ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &themes ); <a name="x350"></a> themes.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/threads.html b/doc/html/threads.html index 9d4444352..492080901 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -82,7 +82,7 @@ against this library (with <tt>-ltqt-mt</tt>) rather than the standard TQt library. <p> On both platforms, you should compile with the macro <tt>TQT_THREAD_SUPPORT</tt> defined (e.g. compile with <tt>-DTQT_THREAD_SUPPORT</tt>). On Windows, this is usually done by an -entry in <tt>ntqconfig.h</tt>. +entry in <tt>tqconfig.h</tt>. <p> <h2> The Thread Classes </h2> <a name="3"></a><p> These classes are built into the TQt library when thread support is enabled: @@ -184,8 +184,8 @@ mutex must be used: <p> <h2> Thread-safe Event Posting </h2> <a name="5"></a><p> In TQt, one thread is always the GUI or event thread. This is the -thread that creates a <a href="ntqapplication.html">TQApplication</a> object and calls -<a href="ntqapplication.html#exec">TQApplication::exec</a>(). This is also the initial thread that calls +thread that creates a <a href="tqapplication.html">TQApplication</a> object and calls +<a href="tqapplication.html#exec">TQApplication::exec</a>(). This is also the initial thread that calls main() at program start. This thread is the only thread that is allowed to perform GUI operations, including generating and receiving events from the window system. TQt does not support creating @@ -194,7 +194,7 @@ a secondary thread. You must create the TQApplication object and call TQApplication::exec() from the main() function in your program. <p> Threads that wish to display data in a widget cannot modify the widget directly, so they must post an event to the widget using -<a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(). The event will be delivered later on by +<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>(). The event will be delivered later on by the GUI thread. <p> Normally, the programmer would like to include some information in the event sent to the widget. See the documentation for <a href="tqcustomevent.html">TQCustomEvent</a> for @@ -226,7 +226,7 @@ delivered to the object. <p> </ol> <p> <h2> The TQt Library Mutex </h2> -<a name="7"></a><p> <a href="ntqapplication.html">TQApplication</a> includes a mutex that is used to protect access to window +<a name="7"></a><p> <a href="tqapplication.html">TQApplication</a> includes a mutex that is used to protect access to window system functions. This mutex is locked while the event loop is running (e.g. during event delivery) and unlocked when the eventloop goes to sleep. Note: The TQt event loop is recursive, and the library @@ -238,7 +238,7 @@ operations. Operations such as creating a <a href="tqpainter.html">TQPainter</a are examples of simple GUI operations: <p> <pre> ... - tqApp-><a href="ntqapplication.html#lock">lock</a>(); + tqApp-><a href="tqapplication.html#lock">lock</a>(); <a href="tqpainter.html">TQPainter</a> p; p.<a href="tqpainter.html#begin">begin</a>( mywidget ); @@ -246,7 +246,7 @@ are examples of simple GUI operations: p.<a href="tqpainter.html#drawLine">drawLine</a>( 0,0,100,100 ); p.<a href="tqpainter.html#end">end</a>(); - tqApp-><a href="ntqapplication.html#unlock">unlock</a>(); + tqApp-><a href="tqapplication.html#unlock">unlock</a>(); ... </pre> @@ -314,8 +314,8 @@ library, you should not link with the normal TQt library, dynamically load the normal TQt library or dynamically load another library or plugin that depends on the normal TQt library. On some systems, doing this can corrupt the static data used in the TQt library. -<p> <li> TQt does not support creating <a href="ntqapplication.html">TQApplication</a> and running the event -loop (with <a href="ntqapplication.html#exec">TQApplication::exec</a>()) in a secondary thread. You must +<p> <li> TQt does not support creating <a href="tqapplication.html">TQApplication</a> and running the event +loop (with <a href="tqapplication.html#exec">TQApplication::exec</a>()) in a secondary thread. You must create the TQApplication object and call TQApplication::exec() from the main() function in your program. <p> </ul> diff --git a/doc/html/tictac-example.html b/doc/html/tictac-example.html index 5cc4714a2..a9945bffd 100644 --- a/doc/html/tictac-example.html +++ b/doc/html/tictac-example.html @@ -162,7 +162,7 @@ private: *****************************************************************************/ #include "tictac.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqdrawutil-h.html">tqdrawutil.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> @@ -478,7 +478,7 @@ void <a name="f195"></a>TicTacGameBoard::computerMove() newGame = new <a href="tqpushbutton.html">TQPushButton</a>( "Play!", this ); <a href="tqobject.html#connect">connect</a>( newGame, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), TQ_SLOT(newGameClicked()) ); quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqhboxlayout.html">TQHBoxLayout</a> * b = new <a href="tqhboxlayout.html">TQHBoxLayout</a>; <a name="x19"></a> l-><a href="tqboxlayout.html#addLayout">addLayout</a>( b ); b-><a href="tqboxlayout.html#addWidget">addWidget</a>( newGame ); @@ -541,26 +541,26 @@ void <a name="f199"></a>TicTacToe::newState() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <stdlib.h> #include "tictac.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 ); int n = 3; if ( argc == 2 ) // get board size n n = atoi(argv[1]); if ( n < 3 || n > 10 ) { // out of range - <a href="ntqapplication.html#qWarning">tqWarning</a>( "%s: Board size must be from 3x3 to 10x10", argv[0] ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "%s: Board size must be from 3x3 to 10x10", argv[0] ); return 1; } TicTacToe ttt( n ); // create game - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &ttt ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &ttt ); ttt.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - TicTac"); ttt.<a href="tqwidget.html#show">show</a>(); // show widget - return a.<a href="ntqapplication.html#exec">exec</a>(); // go + return a.<a href="tqapplication.html#exec">exec</a>(); // go } </pre> diff --git a/doc/html/timers.html b/doc/html/timers.html index 4bfcf5848..ce6865026 100644 --- a/doc/html/timers.html +++ b/doc/html/timers.html @@ -39,7 +39,7 @@ unique integer timer id. The timer will now "fire" every <em>interval</em> milliseconds, until you explicitly call <a href="tqobject.html#killTimer">TQObject::killTimer</a>() with the timer id. <p> For this mechanism to work, the application must run in an event -loop. You start an event loop with <a href="ntqapplication.html#exec">TQApplication::exec</a>(). When a +loop. You start an event loop with <a href="tqapplication.html#exec">TQApplication::exec</a>(). When a timer fires, the application sends a <a href="tqtimerevent.html">TQTimerEvent</a>, and the flow of control leaves the event loop until the timer event is processed. This implies that a timer cannot fire while your application is busy doing diff --git a/doc/html/titleindex b/doc/html/titleindex index 5e2f9628d..42c5f2882 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -140,8 +140,8 @@ TQAction Examples | tqaction-examples.html TQAction Member List | tqaction-members.html TQActionGroup Class | tqactiongroup.html TQActionGroup Member List | tqactiongroup-members.html -QApplication Class | ntqapplication.html -QApplication Member List | qapplication-members.html +TQApplication Class | tqapplication.html +TQApplication Member List | tqapplication-members.html TQAsciiCache Class | tqasciicache.html TQAsciiCache Member List | tqasciicache-members.html TQAsciiCacheIterator Class | tqasciicacheiterator.html @@ -1039,7 +1039,7 @@ iconview/simple_dd/main.h Example File | iconview-simple_dd-main-h.html tqaccel.h Include File | tqaccel-h.html tqaccessible.h Include File | tqaccessible-h.html tqaction.h Include File | tqaction-h.html -ntqapplication.h Include File | qapplication-h.html +tqapplication.h Include File | tqapplication-h.html tqasciicache.h Include File | tqasciicache-h.html tqasciidict.h Include File | tqasciidict-h.html tqassistantclient.h Include File | tqassistantclient-h.html diff --git a/doc/html/toggleaction-example.html b/doc/html/toggleaction-example.html index 3c1a5ce00..38c0e93a1 100644 --- a/doc/html/toggleaction-example.html +++ b/doc/html/toggleaction-example.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } in its incarnation as a toggle action. <p> <hr> <p> Main: -<p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> +<p> <pre>#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqaction-h.html">tqaction.h</a>> @@ -45,7 +45,7 @@ in its incarnation as a toggle action. int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqmainwindow.html">TQMainWindow</a> * window = new <a href="tqmainwindow.html">TQMainWindow</a>; window-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Toggleaction"); <a href="tqtoolbar.html">TQToolBar</a> * toolbar = new <a href="tqtoolbar.html">TQToolBar</a>( window ); @@ -62,9 +62,9 @@ int main( int argc, char **argv ) <a name="x2971"></a> labelonoffaction-><a href="tqaction.html#addTo">addTo</a>( toolbar ); - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( window ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( window ); window-><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> diff --git a/doc/html/tools.html b/doc/html/tools.html index aced757fd..b0ccda8c0 100644 --- a/doc/html/tools.html +++ b/doc/html/tools.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p> The non-GUI classes are general-purpose collection and string classes that may be used independently of the GUI classes. -<p> In particular, these classes do not depend on <a href="ntqapplication.html">TQApplication</a> at all, +<p> In particular, these classes do not depend on <a href="tqapplication.html">TQApplication</a> at all, and so can be used in non-GUI programs. <p> See also the <a href="collection.html">introduction to the TQt collection classes.</a> diff --git a/doc/html/tooltip-example.html b/doc/html/tooltip-example.html index c978d1460..a4ab7b73b 100644 --- a/doc/html/tooltip-example.html +++ b/doc/html/tooltip-example.html @@ -98,7 +98,7 @@ private: *****************************************************************************/ #include "tooltip.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <stdlib.h> @@ -218,19 +218,19 @@ TQRect <a name="f254"></a>TellMe::tip( const <a href="tqpoint.html">TQPoint</a> ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "tooltip.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 ); TellMe mw; mw.<a href="tqwidget.html#setCaption">setCaption</a>( "TQt Example - Dynamic Tool Tips" ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &mw ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &mw ); mw.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> 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 <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #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(); } diff --git a/doc/html/tqaction-application-example.html b/doc/html/tqaction-application-example.html index 49560af19..42968e34f 100644 --- a/doc/html/tqaction-application-example.html +++ b/doc/html/tqaction-application-example.html @@ -115,7 +115,7 @@ private: #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqaccel-h.html">tqaccel.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -189,7 +189,7 @@ private: fileQuitAction = new <a href="tqaction.html">TQAction</a>( "Quit", "&Quit", CTRL+Key_Q, this, "quit" ); <a name="x1127"></a> <a href="tqobject.html#connect">connect</a>( fileQuitAction, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ) , tqApp, - TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ) ); + TQ_SLOT( <a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() ) ); // populate a tool bar with some actions @@ -412,16 +412,16 @@ void <a name="f383"></a>ApplicationWindow::aboutTQt() ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "application.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 ); ApplicationWindow * mw = new ApplicationWindow(); mw-><a href="tqwidget.html#setCaption">setCaption</a>( "Document 1" ); <a name="x1178"></a> mw-><a href="tqwidget.html#show">show</a>(); -<a name="x1179"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="ntqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); - return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x1179"></a> a.<a href="tqobject.html#connect">connect</a>( &a, TQ_SIGNAL(<a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/qapplication-h.html b/doc/html/tqapplication-h.html index f8606370d..f3bc3b9d1 100644 --- a/doc/html/qapplication-h.html +++ b/doc/html/tqapplication-h.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqapplication.h Include File</title> +<title>tqapplication.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -28,13 +28,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqapplication.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqapplication.h</h1> -<p>This is the verbatim text of the ntqapplication.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqapplication.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqapplication.h 3.3.8 edited Jan 16 10:54 $ +** $Id: qt/tqapplication.h 3.3.8 edited Jan 16 10:54 $ ** ** Definition of TQApplication class ** diff --git a/doc/html/tqapplication-members.html b/doc/html/tqapplication-members.html new file mode 100644 index 000000000..bcb60e10c --- /dev/null +++ b/doc/html/tqapplication-members.html @@ -0,0 +1,191 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQApplication Member List</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQApplication</h1> + +<p>This is the complete list of member functions for +<a href="tqapplication.html">TQApplication</a>, including inherited members. + +<ul> +<li><a href="tqapplication.html#TQApplication">TQApplication</a>() +<li><a href="tqapplication.html#~TQApplication">~TQApplication</a>() +<li><a href="tqapplication.html#aboutTQt">aboutTQt</a>() +<li><a href="tqapplication.html#aboutToQuit">aboutToQuit</a>() +<li><a href="tqapplication.html#activeModalWidget">activeModalWidget</a>() +<li><a href="tqapplication.html#activePopupWidget">activePopupWidget</a>() +<li><a href="tqapplication.html#activeWindow">activeWindow</a>() +<li><a href="tqapplication.html#addLibraryPath">addLibraryPath</a>() +<li><a href="tqapplication.html#allWidgets">allWidgets</a>() +<li><a href="tqapplication.html#applicationDirPath">applicationDirPath</a>() +<li><a href="tqapplication.html#applicationFilePath">applicationFilePath</a>() +<li><a href="tqapplication.html#argc">argc</a>() +<li><a href="tqapplication.html#argv">argv</a>() +<li><a href="tqapplication.html#beep">beep</a>() +<li><a href="tqobject.html#blockSignals">blockSignals</a>() +<li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() +<li><a href="tqobject.html#child">child</a>() +<li><a href="tqobject.html#childEvent">childEvent</a>() +<li><a href="tqobject.html#children">children</a>() +<li><a href="tqobject.html#className">className</a>() +<li><a href="tqapplication.html#clipboard">clipboard</a>() +<li><a href="tqapplication.html#closeAllWindows">closeAllWindows</a>() +<li><a href="tqapplication.html#closingDown">closingDown</a>() +<li><a href="tqapplication.html#colorSpec">colorSpec</a>() +<li><a href="tqapplication.html#commitData">commitData</a>() +<li><a href="tqobject.html#connect">connect</a>() +<li><a href="tqobject.html#connectNotify">connectNotify</a>() +<li><a href="tqapplication.html#cursorFlashTime">cursorFlashTime</a>() +<li><a href="tqobject.html#customEvent">customEvent</a>() +<li><a href="tqapplication.html#defaultCodec">defaultCodec</a>() +<li><a href="tqobject.html#deleteLater">deleteLater</a>() +<li><a href="tqapplication.html#desktop">desktop</a>() +<li><a href="tqapplication.html#desktopSettingsAware">desktopSettingsAware</a>() +<li><a href="tqobject.html#destroyed">destroyed</a>() +<li><a href="tqobject.html#disconnect">disconnect</a>() +<li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() +<li><a href="tqapplication.html#doubleClickInterval">doubleClickInterval</a>() +<li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() +<li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() +<li><a href="tqapplication.html#enter_loop">enter_loop</a>() +<li><a href="tqobject.html#event">event</a>() +<li><a href="tqobject.html#eventFilter">eventFilter</a>() +<li><a href="tqapplication.html#eventLoop">eventLoop</a>() +<li><a href="tqapplication.html#exec">exec</a>() +<li><a href="tqapplication.html#exit">exit</a>() +<li><a href="tqapplication.html#exit_loop">exit_loop</a>() +<li><a href="tqapplication.html#flush">flush</a>() +<li><a href="tqapplication.html#flushX">flushX</a>() +<li><a href="tqapplication.html#focusWidget">focusWidget</a>() +<li><a href="tqapplication.html#font">font</a>() +<li><a href="tqapplication.html#fontMetrics">fontMetrics</a>() +<li><a href="tqapplication.html#globalStrut">globalStrut</a>() +<li><a href="tqapplication.html#guiThreadAwake">guiThreadAwake</a>() +<li><a href="tqapplication.html#hasGlobalMouseTracking">hasGlobalMouseTracking</a>() +<li><a href="tqapplication.html#hasPendingEvents">hasPendingEvents</a>() +<li><a href="tqobject.html#highPriority">highPriority</a>() +<li><a href="tqapplication.html#horizontalAlignment">horizontalAlignment</a>() +<li><a href="tqobject.html#inherits">inherits</a>() +<li><a href="tqobject.html#insertChild">insertChild</a>() +<li><a href="tqobject.html#installEventFilter">installEventFilter</a>() +<li><a href="tqapplication.html#installTranslator">installTranslator</a>() +<li><a href="tqobject.html#isA">isA</a>() +<li><a href="tqapplication.html#isEffectEnabled">isEffectEnabled</a>() +<li><a href="tqapplication.html#isSessionRestored">isSessionRestored</a>() +<li><a href="tqobject.html#isWidgetType">isWidgetType</a>() +<li><a href="tqobject.html#killTimer">killTimer</a>() +<li><a href="tqobject.html#killTimers">killTimers</a>() +<li><a href="tqapplication.html#lastWindowClosed">lastWindowClosed</a>() +<li><a href="tqapplication.html#libraryPaths">libraryPaths</a>() +<li><a href="tqapplication.html#lock">lock</a>() +<li><a href="tqapplication.html#locked">locked</a>() +<li><a href="tqapplication.html#loopLevel">loopLevel</a>() +<li><a href="tqapplication.html#macEventFilter">macEventFilter</a>() +<li><a href="tqapplication.html#mainWidget">mainWidget</a>() +<li><a href="tqobject.html#metaObject">metaObject</a>() +<li><a href="tqobject.html#name">name</a>() +<li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() +<li><a href="tqapplication.html#notify">notify</a>() +<li><a href="tqobject.html#objectTrees">objectTrees</a>() +<li><a href="tqapplication.html#overrideCursor">overrideCursor</a>() +<li><a href="tqapplication.html#palette">palette</a>() +<li><a href="tqobject.html#parent">parent</a>() +<li><a href="tqapplication.html#polish">polish</a>() +<li><a href="tqapplication.html#postEvent">postEvent</a>() +<li><a href="tqapplication.html#processEvents">processEvents</a>() +<li><a href="tqapplication.html#processOneEvent">processOneEvent</a>() +<li><a href="tqobject.html#property">property</a>() +<li><a href="tqobject.html#queryList">queryList</a>() +<li><a href="tqapplication.html#quit">quit</a>() +<li><a href="tqobject.html#removeChild">removeChild</a>() +<li><a href="tqobject.html#removeEventFilter">removeEventFilter</a>() +<li><a href="tqapplication.html#removeLibraryPath">removeLibraryPath</a>() +<li><a href="tqapplication.html#removePostedEvents">removePostedEvents</a>() +<li><a href="tqapplication.html#removeTranslator">removeTranslator</a>() +<li><a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>() +<li><a href="tqapplication.html#reverseLayout">reverseLayout</a>() +<li><a href="tqapplication.html#saveState">saveState</a>() +<li><a href="tqapplication.html#sendEvent">sendEvent</a>() +<li><a href="tqapplication.html#sendPostedEvents">sendPostedEvents</a>() +<li><a href="tqobject.html#sender">sender</a>() +<li><a href="tqapplication.html#sessionId">sessionId</a>() +<li><a href="tqapplication.html#sessionKey">sessionKey</a>() +<li><a href="tqapplication.html#setColorSpec">setColorSpec</a>() +<li><a href="tqapplication.html#setCursorFlashTime">setCursorFlashTime</a>() +<li><a href="tqapplication.html#setDefaultCodec">setDefaultCodec</a>() +<li><a href="tqapplication.html#setDesktopSettingsAware">setDesktopSettingsAware</a>() +<li><a href="tqapplication.html#setDoubleClickInterval">setDoubleClickInterval</a>() +<li><a href="tqapplication.html#setEffectEnabled">setEffectEnabled</a>() +<li><a href="tqapplication.html#setFont">setFont</a>() +<li><a href="tqapplication.html#setGlobalMouseTracking">setGlobalMouseTracking</a>() +<li><a href="tqapplication.html#setGlobalStrut">setGlobalStrut</a>() +<li><a href="tqapplication.html#setLibraryPaths">setLibraryPaths</a>() +<li><a href="tqapplication.html#setMainWidget">setMainWidget</a>() +<li><a href="tqobject.html#setName">setName</a>() +<li><a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>() +<li><a href="tqapplication.html#setPalette">setPalette</a>() +<li><a href="tqobject.html#setProperty">setProperty</a>() +<li><a href="tqapplication.html#setReverseLayout">setReverseLayout</a>() +<li><a href="tqapplication.html#setStartDragDistance">setStartDragDistance</a>() +<li><a href="tqapplication.html#setStartDragTime">setStartDragTime</a>() +<li><a href="tqapplication.html#setStyle">setStyle</a>() +<li><a href="tqapplication.html#setWheelScrollLines">setWheelScrollLines</a>() +<li><a href="tqapplication.html#setWinStyleHighlightColor">setWinStyleHighlightColor</a>() +<li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() +<li><a href="tqapplication.html#startDragDistance">startDragDistance</a>() +<li><a href="tqapplication.html#startDragTime">startDragTime</a>() +<li><a href="tqobject.html#startTimer">startTimer</a>() +<li><a href="tqapplication.html#startingUp">startingUp</a>() +<li><a href="tqapplication.html#style">style</a>() +<li><a href="tqapplication.html#syncX">syncX</a>() +<li><a href="tqobject.html#timerEvent">timerEvent</a>() +<li><a href="tqapplication.html#topLevelWidgets">topLevelWidgets</a>() +<li><a href="tqobject.html#tr">tr</a>() +<li><a href="tqobject.html#trUtf8">trUtf8</a>() +<li><a href="tqapplication.html#translate">translate</a>() +<li><a href="tqapplication.html#tryLock">tryLock</a>() +<li><a href="tqapplication.html#type">type</a>() +<li><a href="tqapplication.html#unlock">unlock</a>() +<li><a href="tqapplication.html#wakeUpGuiThread">wakeUpGuiThread</a>() +<li><a href="tqapplication.html#wheelScrollLines">wheelScrollLines</a>() +<li><a href="tqapplication.html#widgetAt">widgetAt</a>() +<li><a href="tqapplication.html#winEventFilter">winEventFilter</a>() +<li><a href="tqapplication.html#winFocus">winFocus</a>() +<li><a href="tqapplication.html#winStyleHighlightColor">winStyleHighlightColor</a>() +<li><a href="tqapplication.html#x11EventFilter">x11EventFilter</a>() +<li><a href="tqapplication.html#x11ProcessEvent">x11ProcessEvent</a>() +</ul> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> diff --git a/doc/html/ntqapplication.html b/doc/html/tqapplication.html index 33a61f84a..369c8ef6d 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/tqapplication.html @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQApplication class manages the GUI application's control flow and main settings. <a href="#details">More...</a> -<p><tt>#include <<a href="qapplication-h.html">ntqapplication.h</a>></tt> +<p><tt>#include <<a href="tqapplication-h.html">tqapplication.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a>. -<p><a href="qapplication-members.html">List of all member functions.</a> +<p><a href="tqapplication-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQApplication"><b>TQApplication</b></a> ( int & argc, char ** argv )</li> @@ -482,7 +482,7 @@ uses a graphical interface when available. </pre> -<h3 class=fn><a name="TQApplication-3"></a>TQApplication::TQApplication ( int & argc, char ** argv, <a href="ntqapplication.html#Type-enum">Type</a> type ) +<h3 class=fn><a name="TQApplication-3"></a>TQApplication::TQApplication ( int & argc, char ** argv, <a href="tqapplication.html#Type-enum">Type</a> type ) </h3> Constructs an application object with <em>argc</em> command line arguments in <em>argv</em>. @@ -644,7 +644,7 @@ and a few more options. <pre> // showargs.cpp - displays program arguments in a list box - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqlistbox-h.html">tqlistbox.h</a>> int main( int argc, char **argv ) @@ -1614,7 +1614,7 @@ the tooltip if no tooltip is currently shown. The widgets in the list may be deleted by someone else at any time. <p> <p>See also <a href="#allWidgets">allWidgets</a>(), <a href="tqwidget.html#isTopLevel-prop">TQWidget::isTopLevel</a>, <a href="tqwidget.html#visible-prop">TQWidget::visible</a>, and <a href="tqptrlist.html#isEmpty">TQPtrList::isEmpty</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="translate"></a>TQApplication::translate ( const char * context, const char * sourceText, const char * comment = 0, <a href="ntqapplication.html#Encoding-enum">Encoding</a> encoding = DefaultCodec ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="translate"></a>TQApplication::translate ( const char * context, const char * sourceText, const char * comment = 0, <a href="tqapplication.html#Encoding-enum">Encoding</a> encoding = DefaultCodec ) const </h3><p><b>Note:</b> This function is <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> Returns the translation text for <em>sourceText</em>, by querying the @@ -1652,7 +1652,7 @@ waiting for the lock to become available. successfully lock it. <p> <p>See also <a href="#lock">lock</a>(), <a href="#unlock">unlock</a>(), and <a href="threads.html">Thread Support in TQt</a>. -<h3 class=fn><a href="ntqapplication.html#Type-enum">Type</a> <a name="type"></a>TQApplication::type () const +<h3 class=fn><a href="tqapplication.html#Type-enum">Type</a> <a name="type"></a>TQApplication::type () const </h3> Returns the type of application, Tty, GuiClient or GuiServer. @@ -1903,7 +1903,7 @@ done on an application-wide basis to control debug output. <p> To restore the message handler, call <tt>qInstallMsgHandler(0)</tt>. <p> Example: <pre> - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <stdio.h> #include <stdlib.h> diff --git a/doc/html/tqasciicache.html b/doc/html/tqasciicache.html index b1a94d224..0f4a5216b 100644 --- a/doc/html/tqasciicache.html +++ b/doc/html/tqasciicache.html @@ -216,7 +216,7 @@ This should be a bit bigger than <a href="#count">count</a>() is likely to be. </h3> <p> A debug-only utility function. Prints out cache usage, hit/miss, -and distribution information using <a href="ntqapplication.html#qDebug">tqDebug</a>(). This function does +and distribution information using <a href="tqapplication.html#qDebug">tqDebug</a>(). This function does nothing in the release library. <h3 class=fn>type * <a name="take"></a>TQAsciiCache::take ( const char * k ) diff --git a/doc/html/tqasciidict.html b/doc/html/tqasciidict.html index 90c00b613..a7bcc7b5b 100644 --- a/doc/html/tqasciidict.html +++ b/doc/html/tqasciidict.html @@ -289,7 +289,7 @@ constructor). </h3> <p> Debugging-only function that prints out the dictionary -distribution using <a href="ntqapplication.html#qDebug">tqDebug</a>(). +distribution using <a href="tqapplication.html#qDebug">tqDebug</a>(). <h3 class=fn>type * <a name="take"></a>TQAsciiDict::take ( const char * key ) </h3> diff --git a/doc/html/tqcache.html b/doc/html/tqcache.html index e4eb58764..c7f046f0d 100644 --- a/doc/html/tqcache.html +++ b/doc/html/tqcache.html @@ -243,7 +243,7 @@ This should be a bit bigger than <a href="#count">count</a>() is likely to be. </h3> <p> A debug-only utility function. Prints out cache usage, hit/miss, -and distribution information using <a href="ntqapplication.html#qDebug">tqDebug</a>(). This function does +and distribution information using <a href="tqapplication.html#qDebug">tqDebug</a>(). This function does nothing in the release library. <h3 class=fn>type * <a name="take"></a>TQCache::take ( const <a href="tqstring.html">TQString</a> & k ) diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html index 5cc443413..48fe627c5 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -70,7 +70,7 @@ subclass TQCanvasView. You might then reimplement <a href="tqcanvasitemlist.html">TQCanvasItemList</a> l = <a href="#canvas">canvas</a>()->collisions(e-><a href="tqmouseevent.html#pos">pos</a>()); for (TQCanvasItemList::Iterator it=l.<a href="tqvaluelist.html#begin">begin</a>(); it!=l.<a href="tqvaluelist.html#end">end</a>(); ++it) { if ( (*it)->rtti() == TQCanvasRectangle::RTTI ) - <a href="ntqapplication.html#qDebug">tqDebug</a>("A TQCanvasRectangle lies somewhere at this point"); + <a href="tqapplication.html#qDebug">tqDebug</a>("A TQCanvasRectangle lies somewhere at this point"); } } </pre> diff --git a/doc/html/tqchildevent.html b/doc/html/tqchildevent.html index 02fad3b23..19ac970ee 100644 --- a/doc/html/tqchildevent.html +++ b/doc/html/tqchildevent.html @@ -51,7 +51,7 @@ events. <p> <p> Child events are sent to objects when children are inserted or removed. -<p> A <a href="tqevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="tqevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>()). +<p> A <a href="tqevent.html#Type-enum">ChildRemoved</a> event is sent immediately, but a <a href="tqevent.html#Type-enum">ChildInserted</a> event is <em>posted</em> (with <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>()). <p> Note that if a child is removed immediately after it is inserted, the <a href="tqevent.html#Type-enum">ChildInserted</a> event may be suppressed, but the <a href="tqevent.html#Type-enum">ChildRemoved</a> event will always be sent. In this case there will be a <a href="tqevent.html#Type-enum">ChildRemoved</a> event without a corresponding <a href="tqevent.html#Type-enum">ChildInserted</a> diff --git a/doc/html/tqclipboard.html b/doc/html/tqclipboard.html index ef2dec2db..bde04f0e0 100644 --- a/doc/html/tqclipboard.html +++ b/doc/html/tqclipboard.html @@ -82,15 +82,15 @@ between applications. uses similar mechanisms. For advanced clipboard usage read <a href="dnd.html">the drag-and-drop documentation</a>. <p> There is a single TQClipboard object in an application, and you can -access it using <a href="ntqapplication.html#clipboard">TQApplication::clipboard</a>(). +access it using <a href="tqapplication.html#clipboard">TQApplication::clipboard</a>(). <p> Example: <pre> - TQClipboard *cb = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>(); + TQClipboard *cb = TQApplication::<a href="tqapplication.html#clipboard">clipboard</a>(); // Copy text from the clipboard (paste) <a href="tqstring.html">TQString</a> text = cb-><a href="#text">text</a>(TQClipboard::<a href="#Mode-enum">Clipboard</a>); if ( !text.<a href="tqstring.html#isNull">isNull</a>() ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "The clipboard contains: " + text ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "The clipboard contains: " + text ); // Copy text into the clipboard cb-><a href="#setText">setText</a>( "This text can be pasted by other programs", diff --git a/doc/html/tqcloseevent.html b/doc/html/tqcloseevent.html index 98405e12a..bfe2fe879 100644 --- a/doc/html/tqcloseevent.html +++ b/doc/html/tqcloseevent.html @@ -58,10 +58,10 @@ the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag). If it refus event nothing happens. (Under X11 it is possible that the window manager will forcibly close the window; but at the time of writing we are not aware of any window manager that does this.) -<p> The application's main widget -- <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>() -- +<p> The application's main widget -- <a href="tqapplication.html#mainWidget">TQApplication::mainWidget</a>() -- is a special case. When it accepts the close event, TQt leaves the main event loop and the application is immediately terminated -(i.e. it returns from the call to <a href="ntqapplication.html#exec">TQApplication::exec</a>() in the +(i.e. it returns from the call to <a href="tqapplication.html#exec">TQApplication::exec</a>() in the main() function). <p> The event handler <a href="tqwidget.html#closeEvent">TQWidget::closeEvent</a>() receives close events. The default implementation of this event handler accepts the close @@ -75,12 +75,12 @@ with the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag. independent top-level windows in a multi-window application. <p> <a href="tqobject.html">TQObject</a>s emits the <a href="tqobject.html#destroyed">destroyed()</a> signal when they are deleted. <p> If the last top-level window is closed, the -<a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. +<a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. <p> The <a href="#isAccepted">isAccepted</a>() function returns TRUE if the event's receiver has agreed to close the widget; call <a href="#accept">accept</a>() to agree to close the widget and call <a href="#ignore">ignore</a>() if the receiver of this event does not want the widget to be closed. -<p> <p>See also <a href="tqwidget.html#close">TQWidget::close</a>(), <a href="tqwidget.html#hide">TQWidget::hide</a>(), <a href="tqobject.html#destroyed">TQObject::destroyed</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="ntqapplication.html#exec">TQApplication::exec</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqwidget.html#close">TQWidget::close</a>(), <a href="tqwidget.html#hide">TQWidget::hide</a>(), <a href="tqobject.html#destroyed">TQObject::destroyed</a>(), <a href="tqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="tqapplication.html#exec">TQApplication::exec</a>(), <a href="tqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCloseEvent"></a>TQCloseEvent::TQCloseEvent () diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html index 60f87a2d3..d44963cdb 100644 --- a/doc/html/tqcolor.html +++ b/doc/html/tqcolor.html @@ -178,7 +178,7 @@ moving slightly towards the magenta, could be H=350 (equivalent to <p> TQt returns a hue value of -1 for achromatic colors. If you pass a too-big hue value, TQt forces it into range. Hue 360 or 720 is treated as 0; hue 540 is treated as 180. -<p> <p>See also <a href="tqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="tqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Spec-enum"></a>TQColor::Spec</h3> @@ -262,7 +262,7 @@ don't need to call this function. <h3 class=fn>void <a name="cleanup"></a>TQColor::cleanup ()<tt> [static]</tt> </h3> Internal clean up required for TQColor. -This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> destructor. <p> <p>See also <a href="#initialize">initialize</a>(). <h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="colorNames"></a>TQColor::colorNames ()<tt> [static]</tt> @@ -351,8 +351,8 @@ enterAllocContex() must have a corresponding leaveAllocContext(). </pre> <p> You may also want to set the application's color specification. -See <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() for more information. -<p> <p>See also <a href="#leaveAllocContext">leaveAllocContext</a>(), <a href="#currentAllocContext">currentAllocContext</a>(), <a href="#destroyAllocContext">destroyAllocContext</a>(), and <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(). +See <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() for more information. +<p> <p>See also <a href="#leaveAllocContext">leaveAllocContext</a>(), <a href="#currentAllocContext">currentAllocContext</a>(), <a href="#destroyAllocContext">destroyAllocContext</a>(), and <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(). <p>Example: <a href="showimg-example.html#x1314">showimg/showimg.cpp</a>. <h3 class=fn>void <a name="getHsv"></a>TQColor::getHsv ( int * h, int * s, int * v ) const @@ -390,7 +390,7 @@ Use <a href="#getHsv">getHsv</a>() instead. <h3 class=fn>void <a name="initialize"></a>TQColor::initialize ()<tt> [static]</tt> </h3> Internal initialization required for TQColor. -This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> constructor. <p> <p>See also <a href="#cleanup">cleanup</a>(). <h3 class=fn>bool <a name="isValid"></a>TQColor::isValid () const diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html index 117294741..3b68b69ea 100644 --- a/doc/html/tqcursor.html +++ b/doc/html/tqcursor.html @@ -81,7 +81,7 @@ of the mouse cursor. custom cursor shapes based on a <a href="tqbitmap.html">TQBitmap</a>, a mask and a hotspot. <p> To associate a cursor with a widget, use <a href="tqwidget.html#setCursor">TQWidget::setCursor</a>(). To associate a cursor with all widgets (normally for a short period -of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). +of time), use <a href="tqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor constructor which takes the shape as argument, or you can use one of the predefined cursors defined in the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum. @@ -196,7 +196,7 @@ cursors. <h3 class=fn>void <a name="cleanup"></a>TQCursor::cleanup ()<tt> [static]</tt> </h3> Internal function that deinitializes the predefined cursors. -This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> destructor. <p> <p>See also <a href="#initialize">initialize</a>(). <h3 class=fn>HANDLE <a name="handle"></a>TQCursor::handle () const @@ -214,7 +214,7 @@ standard cursors. <h3 class=fn>void <a name="initialize"></a>TQCursor::initialize ()<tt> [static]</tt> </h3> Internal function that initializes the predefined cursors. -This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> constructor. <p> <p>See also <a href="#cleanup">cleanup</a>(). <h3 class=fn>const <a href="tqbitmap.html">TQBitmap</a> * <a name="mask"></a>TQCursor::mask () const diff --git a/doc/html/tqcustomevent.html b/doc/html/tqcustomevent.html index e29b1c0dd..f8626d291 100644 --- a/doc/html/tqcustomevent.html +++ b/doc/html/tqcustomevent.html @@ -49,8 +49,8 @@ The TQCustomEvent class provides support for custom events. <p> <p> TQCustomEvent is a generic event class for user-defined events. User defined events can be sent to widgets or other <a href="tqobject.html">TQObject</a> -instances using <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() or -<a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(). Subclasses of TQObject can easily +instances using <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() or +<a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>(). Subclasses of TQObject can easily receive custom events by implementing the <a href="tqobject.html#customEvent">TQObject::customEvent</a>() event handler function. <p> TQCustomEvent objects should be created with a type ID that @@ -81,7 +81,7 @@ suitable for your event type. // To send an event of this custom event type: ColorChangeEvent* ce = new ColorChangeEvent( blue ); - TQApplication::<a href="ntqapplication.html#postEvent">postEvent</a>( receiver, ce ); // TQt will delete it when done + TQApplication::<a href="tqapplication.html#postEvent">postEvent</a>( receiver, ce ); // TQt will delete it when done // To receive an event of this custom event type: @@ -94,7 +94,7 @@ suitable for your event type. } </pre> -<p> <p>See also <a href="tqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="ntqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqobject.html#customEvent">TQWidget::customEvent</a>(), <a href="tqapplication.html#notify">TQApplication::notify</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCustomEvent"></a>TQCustomEvent::TQCustomEvent ( int type ) diff --git a/doc/html/tqdatasource.html b/doc/html/tqdatasource.html index c5267c3fb..f31e7832f 100644 --- a/doc/html/tqdatasource.html +++ b/doc/html/tqdatasource.html @@ -64,7 +64,7 @@ If this function is called with <em>on</em> set to TRUE, and <a href="#rewindabl is TRUE, then the data source must take measures to allow the <a href="#rewind">rewind</a>() function to subsequently operate as described. If rewindable() is FALSE, the function should call <a href="#enableRewind">TQDataSource::enableRewind</a>(), which aborts with -a <a href="ntqapplication.html#qFatal">tqFatal</a>() error. +a <a href="tqapplication.html#qFatal">tqFatal</a>() error. <p> For example, a network connection may choose to use a disk cache of input only if rewinding is enabled before the first buffer-full of data is discarded, returning FALSE in rewindable() if that first buffer diff --git a/doc/html/tqdatetime.html b/doc/html/tqdatetime.html index 0e9c2d440..707b3f51d 100644 --- a/doc/html/tqdatetime.html +++ b/doc/html/tqdatetime.html @@ -244,7 +244,7 @@ is negative if <em>dt</em> is earlier than this datetime). <pre> TQDateTime dt = TQDateTime::<a href="#currentDateTime">currentDateTime</a>(); TQDateTime xmas( TQDate(dt.<a href="#date">date</a>().year(),12,24), TQTime(17,00) ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( "There are %d seconds to Christmas", dt.<a href="#secsTo">secsTo</a>(xmas) ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "There are %d seconds to Christmas", dt.<a href="#secsTo">secsTo</a>(xmas) ); </pre> <p> <p>See also <a href="#addSecs">addSecs</a>(), <a href="#daysTo">daysTo</a>(), and <a href="tqtime.html#secsTo">TQTime::secsTo</a>(). diff --git a/doc/html/tqdesktopwidget.html b/doc/html/tqdesktopwidget.html index 2977ae116..a32e86fa2 100644 --- a/doc/html/tqdesktopwidget.html +++ b/doc/html/tqdesktopwidget.html @@ -95,7 +95,7 @@ Creates the desktop widget. the size of the virtual desktop; otherwise this widget will have the size of the primary screen. <p> Instead of using TQDesktopWidget directly, use -<a href="ntqapplication.html#desktop">TQApplication::desktop</a>(). +<a href="tqapplication.html#desktop">TQApplication::desktop</a>(). <h3 class=fn><a name="~TQDesktopWidget"></a>TQDesktopWidget::~TQDesktopWidget () </h3> @@ -149,7 +149,7 @@ Returns a widget that represents the screen with index <em>screen</em>. This widget can be used to draw directly on the desktop, using an unclipped painter like this: <p> <pre> - <a href="tqpainter.html">TQPainter</a> paint( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); + <a href="tqpainter.html">TQPainter</a> paint( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); paint.draw... ... paint.<a href="tqpainter.html#end">end</a>(); diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index f8d072887..0c8fbad3f 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -112,7 +112,7 @@ setModal(TRUE) is especially useful for progress dialogs, where the user must have the ability to interact with the dialog, e.g. to cancel a long running operation. If you use show() and setModal(TRUE) together you must call -<a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>() periodically during processing to +<a href="tqapplication.html#processEvents">TQApplication::processEvents</a>() periodically during processing to enable the user to interact with the dialog. (See <a href="tqprogressdialog.html">TQProgressDialog</a>.) <p> <a name="modeless"></a> <h3> Modeless Dialogs @@ -188,13 +188,13 @@ event loop. <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); </pre><pre> int scale = 10; </pre><pre> LifeDialog *life = new LifeDialog( scale ); - <a name="x2133"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( life ); + <a name="x2133"></a> a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( life ); <a name="x2134"></a> life-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Life"); <a name="x2135"></a> life-><a href="tqwidget.html#show">show</a>(); -</pre><pre> <a name="x2132"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); +</pre><pre> <a name="x2132"></a> return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Dialogs, Standard</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, and <a href="dialogs.html">Dialog Classes</a>. @@ -239,9 +239,9 @@ is shown with <a href="#exec">exec</a>(), <a href="#done">done</a>() causes the and exec() to return <em>r</em>. <p> As with <a href="tqwidget.html#close">TQWidget::close</a>(), done() deletes the dialog if the <a href="tqt.html#WidgetFlags-enum">WDestructiveClose</a> flag is set. If the dialog is the application's main widget, the application terminates. If the dialog is the -last window closed, the <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is +last window closed, the <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. -<p> <p>See also <a href="#accept">accept</a>(), <a href="#reject">reject</a>(), <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>(), and <a href="ntqapplication.html#quit">TQApplication::quit</a>(). +<p> <p>See also <a href="#accept">accept</a>(), <a href="#reject">reject</a>(), <a href="tqapplication.html#mainWidget">TQApplication::mainWidget</a>(), and <a href="tqapplication.html#quit">TQApplication::quit</a>(). <h3 class=fn>int <a name="exec"></a>TQDialog::exec ()<tt> [slot]</tt> </h3> diff --git a/doc/html/tqdict.html b/doc/html/tqdict.html index 52fb5a789..f3d034688 100644 --- a/doc/html/tqdict.html +++ b/doc/html/tqdict.html @@ -363,7 +363,7 @@ constructor). </h3> <p> Debugging-only function that prints out the dictionary -distribution using <a href="ntqapplication.html#qDebug">tqDebug</a>(). +distribution using <a href="tqapplication.html#qDebug">tqDebug</a>(). <h3 class=fn>type * <a name="take"></a>TQDict::take ( const <a href="tqstring.html">TQString</a> & key ) </h3> diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index 1559e8094..6144bb26d 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; } #include "../dirview/dirview.h" #include "tqdir.h" -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> @@ -328,7 +328,7 @@ int main( int argc, char ** argv ) <a href="tqstring.html">TQString</a> caption; bool preview = FALSE; bool custom = FALSE; - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); for (int i=1; i<argc; i++) { <a href="tqstring.html">TQString</a> arg = argv[i]; if ( arg == "-any" ) @@ -344,7 +344,7 @@ int main( int argc, char ** argv ) else if ( arg == "-custom" ) custom = TRUE; else if ( arg[0] == '-' ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>("Usage: tqdir [-any | -dir | -custom] [-preview] [-default f] {-filter f} [caption ...]\n" + <a href="tqapplication.html#qDebug">tqDebug</a>("Usage: tqdir [-any | -dir | -custom] [-preview] [-default f] {-filter f} [caption ...]\n" " -any Get any filename, need not exist.\n" " -dir Return a directory rather than a file.\n" " -custom Opens a customized TQFileDialog with \n" diff --git a/doc/html/tqdir.html b/doc/html/tqdir.html index bd578e9a1..604502d3c 100644 --- a/doc/html/tqdir.html +++ b/doc/html/tqdir.html @@ -135,7 +135,7 @@ common paths is provided with the static functions, <a href="#current">current</ <a href="#home">home</a>() and <a href="#root">root</a>() which return TQDir objects or currentDirPath(), <a href="#homeDirPath">homeDirPath</a>() and <a href="#rootDirPath">rootDirPath</a>() which return the path as a string. If you want to know about your application's path use -<a href="ntqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>(). +<a href="tqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>(). <p> The number of entries in a directory is returned by <a href="#count">count</a>(). Obtain a string list of the names of all the files and directories in a directory with <a href="#entryList">entryList</a>(). If you prefer a list of <a href="tqfileinfo.html">TQFileInfo</a> @@ -165,18 +165,18 @@ for a function in the underlying operating system use <pre> TQDir d( "example" ); // "./example" if ( !d.<a href="#exists">exists</a>() ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Cannot find the example directory" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Cannot find the example directory" ); </pre> <p> Traversing directories and reading a file. <pre> TQDir d = TQDir::<a href="#root">root</a>(); // "/" if ( !d.<a href="#cd">cd</a>("tmp") ) { // "/tmp" - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Cannot find the \"/tmp\" directory" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Cannot find the \"/tmp\" directory" ); } else { <a href="tqfile.html">TQFile</a> f( d.<a href="#filePath">filePath</a>("ex1.txt") ); // "/tmp/ex1.txt" if ( !f.<a href="tqfile.html#open">open</a>(IO_ReadWrite) ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Cannot create the file %s", f.<a href="tqfile.html#name">name</a>() ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Cannot create the file %s", f.<a href="tqfile.html#name">name</a>() ); } </pre> @@ -205,7 +205,7 @@ for a function in the underlying operating system use } </pre> -<p> <p>See also <a href="ntqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>() and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="tqapplication.html#applicationDirPath">TQApplication::applicationDirPath</a>() and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="FilterSpec-enum"></a>TQDir::FilterSpec</h3> @@ -583,7 +583,7 @@ this function returns FALSE. If you want to test for this use TQDir d( "/tmp/root_link" ); d = d.<a href="#canonicalPath">canonicalPath</a>(); if ( d.<a href="#isRoot">isRoot</a>() ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "It is a root link" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "It is a root link" ); </pre> <p> <p>See also <a href="#root">root</a>() and <a href="#rootDirPath">rootDirPath</a>(). @@ -639,7 +639,7 @@ FALSE. TQDir d1( "/usr/local/bin" ); TQDir d2( "bin" ); if ( d1 != d2 ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "They differ" ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "They differ" ); </pre> @@ -664,7 +664,7 @@ returns FALSE. TQDir d2( "bin" ); d2.<a href="#convertToAbs">convertToAbs</a>(); if ( d1 == d2 ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "They're the same" ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "They're the same" ); </pre> diff --git a/doc/html/tqerrormessage.html b/doc/html/tqerrormessage.html index d965c9078..6bf816711 100644 --- a/doc/html/tqerrormessage.html +++ b/doc/html/tqerrormessage.html @@ -62,8 +62,8 @@ display messages which you don't need the user to see more than once. To use TQErrorMessage like this, you create the dialog in the usual way and call the <a href="#message">message</a>() slot, or connect signals to it. <p> <li> For developers. In this context the static <a href="#qtHandler">qtHandler</a>() installs -a message handler using <a href="ntqapplication.html#qInstallMsgHandler">qInstallMsgHandler</a>() and creates a TQErrorMessage -that displays <a href="ntqapplication.html#qDebug">tqDebug</a>(), <a href="ntqapplication.html#qWarning">tqWarning</a>() and <a href="ntqapplication.html#qFatal">tqFatal</a>() messages. +a message handler using <a href="tqapplication.html#qInstallMsgHandler">qInstallMsgHandler</a>() and creates a TQErrorMessage +that displays <a href="tqapplication.html#qDebug">tqDebug</a>(), <a href="tqapplication.html#qWarning">tqWarning</a>() and <a href="tqapplication.html#qFatal">tqFatal</a>() messages. </ol> <p> In both cases TQErrorMessage will queue pending messages, and display them (or not) in order, as soon as the user presses Enter or clicks OK diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html index a67c9018f..0c9b46753 100644 --- a/doc/html/tqevent.html +++ b/doc/html/tqevent.html @@ -52,13 +52,13 @@ The TQEvent class is the base class of all event classes. Event objects contain event parameters. <p> -<p> TQt's main event loop (<a href="ntqapplication.html#exec">TQApplication::exec</a>()) fetches native window +<p> TQt's main event loop (<a href="tqapplication.html#exec">TQApplication::exec</a>()) fetches native window system events from the event queue, translates them into TQEvents and sends the translated events to TQObjects. <p> In general, events come from the underlying window system (<a href="#spontaneous">spontaneous</a>() returns TRUE) but it is also possible to manually -send events using <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>() and -<a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). +send events using <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>() and +<a href="tqapplication.html#postEvent">TQApplication::postEvent</a>() (spontaneous() returns FALSE). <p> TQObjects receive events by having their <a href="tqobject.html#event">TQObject::event</a>() function called. The function can be reimplemented in subclasses to customize event handling and add additional event types; @@ -69,7 +69,7 @@ object to intercept events destined for another object. <p> The basic TQEvent contains only an event type parameter. Subclasses of TQEvent contain additional parameters that describe the particular event. -<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="tqwidget.html#event">TQWidget::event</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="tqobject.html#event">TQObject::event</a>(), <a href="tqobject.html#installEventFilter">TQObject::installEventFilter</a>(), <a href="tqwidget.html#event">TQWidget::event</a>(), <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>(), <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>(), <a href="environment.html">Environment Classes</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Type-enum"></a>TQEvent::Type</h3> @@ -165,7 +165,7 @@ maximized or full-screen, has changed. See <a href="tqwidget.html#windowState">T <h3 class=fn><a name="~TQEvent"></a>TQEvent::~TQEvent ()<tt> [virtual]</tt> </h3> -Destroys the event. If it was <a href="ntqapplication.html#postEvent">posted</a>, +Destroys the event. If it was <a href="tqapplication.html#postEvent">posted</a>, it will be removed from the list of events to be posted. <h3 class=fn>bool <a name="spontaneous"></a>TQEvent::spontaneous () const diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index fa115503f..267855afe 100644 --- a/doc/html/tqeventloop.html +++ b/doc/html/tqeventloop.html @@ -69,7 +69,7 @@ The TQEventLoop class manages the event queue. <p> <p> It receives events from the window system and other sources. It -then sends them to <a href="ntqapplication.html">TQApplication</a> for processing and delivery. +then sends them to <a href="tqapplication.html">TQApplication</a> for processing and delivery. <p> TQEventLoop allows the application programmer to have more control over event delivery. Programs that perform long operations can call either processOneEvent() or <a href="#processEvents">processEvents</a>() with various @@ -104,8 +104,8 @@ A <tt>typedef</tt> to allow various ProcessEvents values to be OR'ed together. </h3> Creates a TQEventLoop object, this object becomes the global event loop object. There can only be one event loop object. The TQEventLoop is usually constructed -by calling <a href="ntqapplication.html#eventLoop">TQApplication::eventLoop</a>(). To create your own event loop object create -it before you instantiate the <a href="ntqapplication.html">TQApplication</a> object. +by calling <a href="tqapplication.html#eventLoop">TQApplication::eventLoop</a>(). To create your own event loop object create +it before you instantiate the <a href="tqapplication.html">TQApplication</a> object. <p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQEventLoop"></a>TQEventLoop::~TQEventLoop () @@ -161,7 +161,7 @@ exec() to start a local event loop. special function whenever there are no pending events, use a <a href="tqtimer.html">TQTimer</a> with 0 timeout. More advanced idle processing schemes can be achieved using <a href="#processEvents">processEvents</a>(). -<p> <p>See also <a href="ntqapplication.html#quit">TQApplication::quit</a>(), <a href="#exit">exit</a>(), and <a href="#processEvents">processEvents</a>(). +<p> <p>See also <a href="tqapplication.html#quit">TQApplication::quit</a>(), <a href="#exit">exit</a>(), and <a href="#processEvents">processEvents</a>(). <h3 class=fn>void <a name="exit"></a>TQEventLoop::exit ( int retcode = 0 )<tt> [virtual]</tt> </h3> @@ -173,7 +173,7 @@ value indicates an error. <p> Note that unlike the C library function of the same name, this function <em>does</em> return to the caller -- it is event processing that stops. -<p> <p>See also <a href="ntqapplication.html#quit">TQApplication::quit</a>() and <a href="#exec">exec</a>(). +<p> <p>See also <a href="tqapplication.html#quit">TQApplication::quit</a>() and <a href="#exec">exec</a>(). <h3 class=fn>void <a name="exitLoop"></a>TQEventLoop::exitLoop ()<tt> [virtual]</tt> </h3> diff --git a/doc/html/tqfile.html b/doc/html/tqfile.html index 1bbaca399..ff845a39c 100644 --- a/doc/html/tqfile.html +++ b/doc/html/tqfile.html @@ -219,7 +219,7 @@ Returns a human-readable description of the reason of an error that occurred on the device. The error described by the string corresponds to changes of <a href="tqiodevice.html#status">TQIODevice::status</a>(). If the status is reset, the error string is also reset. <p> The returned strings are not translated with the <a href="tqobject.html#tr">TQObject::tr</a>() or -<a href="ntqapplication.html#translate">TQApplication::translate</a>() functions. They are marked as translatable +<a href="tqapplication.html#translate">TQApplication::translate</a>() functions. They are marked as translatable strings in the "TQFile" context. Before you show the string to the user you should translate it first, for example: <p> <pre> @@ -228,7 +228,7 @@ should translate it first, for example: TQMessageBox::<a href="tqmessagebox.html#critical">critical</a>( this, tr("Open failed"), - tr("Could not open file for reading: %1").arg( tqApp-><a href="ntqapplication.html#translate">translate</a>("TQFile",f.<a href="#errorString">errorString</a>()) ) + tr("Could not open file for reading: %1").arg( tqApp-><a href="tqapplication.html#translate">translate</a>("TQFile",f.<a href="#errorString">errorString</a>()) ) ); return; } diff --git a/doc/html/tqfileinfo.html b/doc/html/tqfileinfo.html index c893307a6..52cd5286f 100644 --- a/doc/html/tqfileinfo.html +++ b/doc/html/tqfileinfo.html @@ -410,9 +410,9 @@ always returns TRUE. <pre> TQFileInfo fi( "/tmp/archive.tar.gz" ); if ( fi.<a href="#permission">permission</a>( TQFileInfo::<a href="#PermissionSpec-enum">WriteUser</a> | TQFileInfo::<a href="#PermissionSpec-enum">ReadGroup</a> ) ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "I can change the file; my group can read the file" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "I can change the file; my group can read the file" ); if ( fi.<a href="#permission">permission</a>( TQFileInfo::<a href="#PermissionSpec-enum">WriteGroup</a> | TQFileInfo::<a href="#PermissionSpec-enum">WriteOther</a> ) ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "The group or others can change the file" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "The group or others can change the file" ); </pre> <p> <p>See also <a href="#isReadable">isReadable</a>(), <a href="#isWritable">isWritable</a>(), and <a href="#isExecutable">isExecutable</a>(). diff --git a/doc/html/tqfont.html b/doc/html/tqfont.html index fde1552bf..d1344d9c0 100644 --- a/doc/html/tqfont.html +++ b/doc/html/tqfont.html @@ -129,7 +129,7 @@ actually used are retrievable from a <a href="tqfontinfo.html">TQFontInfo</a> ob window system provides an exact match <a href="#exactMatch">exactMatch</a>() returns TRUE. Use <a href="tqfontmetrics.html">TQFontMetrics</a> to get measurements, e.g. the pixel length of a string using <a href="tqfontmetrics.html#width">TQFontMetrics::width</a>(). -<p> Use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() to set the application's default font. +<p> Use <a href="tqapplication.html#setFont">TQApplication::setFont</a>() to set the application's default font. <p> If a choosen X11 font does not include all the characters that need to be displayed, TQFont will try to find the characters in the nearest equivalent fonts. When a <a href="tqpainter.html">TQPainter</a> draws a character from a @@ -248,7 +248,7 @@ system, use a TQFontInfo object, e.g. <a href="http://www.nwalsh.com/comp.fonts/FAQ/">comp.fonts FAQ.</a> Information on encodings can be found from <a href="http://czyborra.com/">Roman Czyborra's</a> page. -<p> <p>See also <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="ntqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="tqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqfontmetrics.html">TQFontMetrics</a>, <a href="tqfontinfo.html">TQFontInfo</a>, <a href="tqfontdatabase.html">TQFontDatabase</a>, <a href="tqapplication.html#setFont">TQApplication::setFont</a>(), <a href="tqwidget.html#font-prop">TQWidget::font</a>, <a href="tqpainter.html#setFont">TQPainter::setFont</a>(), <a href="#StyleHint-enum">TQFont::StyleHint</a>, <a href="#Weight-enum">TQFont::Weight</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Script-enum"></a>TQFont::Script</h3> @@ -447,7 +447,7 @@ ultralight, whilst 99 will be an extremely black. <h3 class=fn><a name="TQFont"></a>TQFont::TQFont () </h3> Constructs a font object that uses the application's default font. -<p> <p>See also <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() and <a href="ntqapplication.html#font">TQApplication::font</a>(). +<p> <p>See also <a href="tqapplication.html#setFont">TQApplication::setFont</a>() and <a href="tqapplication.html#font">TQApplication::font</a>(). <h3 class=fn><a name="TQFont-2"></a>TQFont::TQFont ( const <a href="tqstring.html">TQString</a> & family, int pointSize = 12, int weight = Normal, bool italic = FALSE ) </h3> @@ -460,7 +460,7 @@ available from more than one foundry and the foundry isn't specified, an arbitrary foundry is chosen. If the family isn't available a family will be set using the <a href="#fontmatching">font matching</a> algorithm. -<p> <p>See also <a href="#Weight-enum">Weight</a>, <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setWeight">setWeight</a>(), <a href="#setItalic">setItalic</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="ntqapplication.html#font">TQApplication::font</a>(). +<p> <p>See also <a href="#Weight-enum">Weight</a>, <a href="#setFamily">setFamily</a>(), <a href="#setPointSize">setPointSize</a>(), <a href="#setWeight">setWeight</a>(), <a href="#setItalic">setItalic</a>(), <a href="#setStyleHint">setStyleHint</a>(), and <a href="tqapplication.html#font">TQApplication::font</a>(). <h3 class=fn><a name="TQFont-3"></a>TQFont::TQFont ( const <a href="tqfont.html">TQFont</a> & font ) </h3> @@ -492,7 +492,7 @@ hint. <h3 class=fn><a href="tqfont.html">TQFont</a> <a name="defaultFont"></a>TQFont::defaultFont ()<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Please use <a href="ntqapplication.html#font">TQApplication::font</a>() instead. +<p> Please use <a href="tqapplication.html#font">TQApplication::font</a>() instead. <h3 class=fn>bool <a name="dirty"></a>TQFont::dirty () const<tt> [protected]</tt> </h3> @@ -670,7 +670,7 @@ Returns a new TQFont that has attributes copied from <em>other</em>. <p>Examples: <a href="menu-example.html#x1860">menu/menu.cpp</a> and <a href="themes-example.html#x280">themes/metal.cpp</a>. <h3 class=fn>void <a name="setDefaultFont"></a>TQFont::setDefaultFont ( const <a href="tqfont.html">TQFont</a> & f )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Please use <a href="ntqapplication.html#setFont">TQApplication::setFont</a>() instead. +<p> Please use <a href="tqapplication.html#setFont">TQApplication::setFont</a>() instead. <h3 class=fn>void <a name="setFamily"></a>TQFont::setFamily ( const <a href="tqstring.html">TQString</a> & family ) </h3> diff --git a/doc/html/tqfontdatabase.html b/doc/html/tqfontdatabase.html index 21b488012..8f1579ed4 100644 --- a/doc/html/tqfontdatabase.html +++ b/doc/html/tqfontdatabase.html @@ -103,18 +103,18 @@ description of a <a href="tqfont.html#Script-enum">script</a> using <a href="#scriptSample">scriptSample</a>(). <p> Example: <pre> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfontdatabase-h.html">tqfontdatabase.h</a>> #include <else.h> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); TQFontDatabase fdb; <a href="tqstringlist.html">TQStringList</a> families = fdb.<a href="#families">families</a>(); for ( TQStringList::Iterator f = families.<a href="tqvaluelist.html#begin">begin</a>(); f != families.<a href="tqvaluelist.html#end">end</a>(); ++f ) { <a href="tqstring.html">TQString</a> family = *f; - <a href="ntqapplication.html#qDebug">tqDebug</a>( family ); + <a href="tqapplication.html#qDebug">tqDebug</a>( family ); <a href="tqstringlist.html">TQStringList</a> styles = fdb.<a href="#styles">styles</a>( family ); for ( TQStringList::Iterator s = styles.<a href="tqvaluelist.html#begin">begin</a>(); s != styles.<a href="tqvaluelist.html#end">end</a>(); ++s ) { <a href="tqstring.html">TQString</a> style = *s; @@ -125,7 +125,7 @@ int main( int argc, char **argv ) dstyle += TQString::<a href="tqstring.html#number">number</a>( *points ) + " "; } dstyle = dstyle.<a href="tqstring.html#left">left</a>( dstyle.<a href="tqstring.html#length">length</a>() - 1 ) + ")"; - <a href="ntqapplication.html#qDebug">tqDebug</a>( dstyle ); + <a href="tqapplication.html#qDebug">tqDebug</a>( dstyle ); } } return 0; diff --git a/doc/html/tqglcolormap.html b/doc/html/tqglcolormap.html index e0046648b..86ebe77de 100644 --- a/doc/html/tqglcolormap.html +++ b/doc/html/tqglcolormap.html @@ -78,12 +78,12 @@ in child widgets. Classes</a>). <p> Example of use: <pre> - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqglcolormap-h.html">tqglcolormap.h</a>> int main() { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MySuperGLWidget widget( 0 ); // A TQGLWidget in color-index mode TQGLColormap colormap; @@ -95,7 +95,7 @@ in child widgets. widget.setColormap( colormap ); widget.show(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/tqglformat.html b/doc/html/tqglformat.html index c8b59c49d..f2c6a9c61 100644 --- a/doc/html/tqglformat.html +++ b/doc/html/tqglformat.html @@ -130,7 +130,7 @@ requested features the system was able to provide: if ( !w->format().stereo() ) { // ok, goggles off if ( !w->format().hasOverlay() ) { - <a href="ntqapplication.html#qFatal">tqFatal</a>( "Cool hardware required" ); + <a href="tqapplication.html#qFatal">tqFatal</a>( "Cool hardware required" ); } } </pre> @@ -171,9 +171,9 @@ in classes derived from <a href="tqglwidget.html">TQGLWidget</a>, for example: : <a href="tqglwidget.html">TQGLWidget</a>( <a href="#TQGLFormat">TQGLFormat</a>( StencilBuffer | AlphaChannel ), parent, name ) { if ( !format().stencil() ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Could not get stencil buffer; results will be suboptimal" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Could not get stencil buffer; results will be suboptimal" ); if ( !format().alphaChannel() ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Could not get alpha channel; results will be suboptimal" ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Could not get alpha channel; results will be suboptimal" ); ... } </pre> @@ -255,7 +255,7 @@ FALSE. Double buffering is enabled by default. <p> Returns TRUE if the window system has any OpenGL support; otherwise returns FALSE. -<p> <b>Warning:</b> This function must not be called until the <a href="ntqapplication.html">TQApplication</a> +<p> <b>Warning:</b> This function must not be called until the <a href="tqapplication.html">TQApplication</a> object has been created. <h3 class=fn>bool <a name="hasOpenGLOverlays"></a>TQGLFormat::hasOpenGLOverlays ()<tt> [static]</tt> @@ -263,7 +263,7 @@ object has been created. <p> Returns TRUE if the window system supports OpenGL overlays; otherwise returns FALSE. -<p> <b>Warning:</b> This function must not be called until the <a href="ntqapplication.html">TQApplication</a> +<p> <b>Warning:</b> This function must not be called until the <a href="tqapplication.html">TQApplication</a> object has been created. <h3 class=fn>bool <a name="hasOverlay"></a>TQGLFormat::hasOverlay () const @@ -312,7 +312,7 @@ Sets a new default TQGLFormat for the application to <em>f</em>. For example, to set single buffering as the default instead of double buffering, your main() might contain code like this: <pre> - <a href="ntqapplication.html">TQApplication</a> a(argc, argv); + <a href="tqapplication.html">TQApplication</a> a(argc, argv); TQGLFormat f; f.<a href="#setDoubleBuffer">setDoubleBuffer</a>( FALSE ); TQGLFormat::<a href="#setDefaultFormat">setDefaultFormat</a>( f ); diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html index fe52090e8..a6dade0be 100644 --- a/doc/html/tqglobal-h.html +++ b/doc/html/tqglobal-h.html @@ -768,17 +768,17 @@ class TQDataStream; #if !defined(QT_MOC) #if defined(TQCONFIG_LOCAL) -#include "qconfig-local.h" +#include "tqconfig-local.h" #elif defined(TQCONFIG_MINIMAL) -#include "qconfig-minimal.h" +#include "tqconfig-minimal.h" #elif defined(TQCONFIG_SMALL) -#include "qconfig-small.h" +#include "tqconfig-small.h" #elif defined(TQCONFIG_MEDIUM) -#include "qconfig-medium.h" +#include "tqconfig-medium.h" #elif defined(TQCONFIG_LARGE) -#include "qconfig-large.h" +#include "tqconfig-large.h" #else // everything... -#include "ntqconfig.h" +#include "tqconfig.h" #endif #endif @@ -788,7 +788,7 @@ class TQDataStream; #endif // prune to local config -#include "ntqmodules.h" +#include "tqmodules.h" #ifndef TQT_MODULE_DIALOGS # define TQT_NO_DIALOG #endif diff --git a/doc/html/tqguardedptr.html b/doc/html/tqguardedptr.html index 410265727..992cd31ae 100644 --- a/doc/html/tqguardedptr.html +++ b/doc/html/tqguardedptr.html @@ -74,7 +74,7 @@ test the pointer for validity. if ( label) label->show(); else - <a href="ntqapplication.html#qDebug">tqDebug</a>("The label has been destroyed"); + <a href="tqapplication.html#qDebug">tqDebug</a>("The label has been destroyed"); </pre> <p> The program will output <tt>The label has been destroyed</tt> rather diff --git a/doc/html/tqintcache.html b/doc/html/tqintcache.html index e6d6a71e1..a72ef3ee4 100644 --- a/doc/html/tqintcache.html +++ b/doc/html/tqintcache.html @@ -206,7 +206,7 @@ This should be a bit larger than <a href="#count">count</a>() is likely to be. </h3> <p> A debug-only utility function. Prints out cache usage, hit/miss, -and distribution information using <a href="ntqapplication.html#qDebug">tqDebug</a>(). This function does +and distribution information using <a href="tqapplication.html#qDebug">tqDebug</a>(). This function does nothing in the release library. <h3 class=fn>type * <a name="take"></a>TQIntCache::take ( long k ) diff --git a/doc/html/tqintdict.html b/doc/html/tqintdict.html index 4ae68ebfa..d25f1a99f 100644 --- a/doc/html/tqintdict.html +++ b/doc/html/tqintdict.html @@ -276,7 +276,7 @@ constructor). </h3> <p> Debugging-only function that prints out the dictionary -distribution using <a href="ntqapplication.html#qDebug">tqDebug</a>(). +distribution using <a href="tqapplication.html#qDebug">tqDebug</a>(). <h3 class=fn>type * <a name="take"></a>TQIntDict::take ( long key ) </h3> diff --git a/doc/html/tqlistboxitem.html b/doc/html/tqlistboxitem.html index 8790d486d..94cc06b35 100644 --- a/doc/html/tqlistboxitem.html +++ b/doc/html/tqlistboxitem.html @@ -96,7 +96,7 @@ Destroys the list box item. <p> Implement this function to return the height of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for convenience and compatibility. <p> The default implementation returns -<a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s height. +<a href="tqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s height. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). <p>Reimplemented in <a href="tqlistboxtext.html#height">TQListBoxText</a> and <a href="tqlistboxpixmap.html#height">TQListBoxPixmap</a>. @@ -199,7 +199,7 @@ Returns the text of the item. This text is also used for sorting. <p> Reimplement this function to return the width of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for convenience and compatibility. <p> The default implementation returns -<a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s width. +<a href="tqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s width. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). <p>Reimplemented in <a href="tqlistboxtext.html#width">TQListBoxText</a> and <a href="tqlistboxpixmap.html#width">TQListBoxPixmap</a>. diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index a47aff444..4c296c9a1 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -162,7 +162,7 @@ the STL-like functions if preferred. int main(int argc, char **argv) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); typedef TQMap<TQString, Employee> EmployeeMap; EmployeeMap map; diff --git a/doc/html/tqmemarray.html b/doc/html/tqmemarray.html index d49fea400..6ee45bdb2 100644 --- a/doc/html/tqmemarray.html +++ b/doc/html/tqmemarray.html @@ -121,7 +121,7 @@ constructor). TQValueVector provides an STL-compatible syntax and is TQMemArray<int> fib( int num ) // returns fibonacci array { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>( num > 2 ); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>( num > 2 ); TQMemArray<int> f( num ); // array of ints f[0] = f[1] = 1; @@ -135,10 +135,10 @@ constructor). TQValueVector provides an STL-compatible syntax and is { TQMemArray<int> a = fib( 6 ); // get first 6 fibonaccis for ( int i = 0; i < a.<a href="#size">size</a>(); i++ ) - <a href="ntqapplication.html#qDebug">tqDebug</a>( "%d: %d", i, a[i] ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "%d: %d", i, a[i] ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( "1 is found %d times", a.<a href="#contains">contains</a>(1) ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( "5 is found at index %d", a.<a href="#find">find</a>(5) ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "1 is found %d times", a.<a href="#contains">contains</a>(1) ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "5 is found at index %d", a.<a href="#find">find</a>(5) ); return 0; } diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 12c8b38d5..2f92f5c2b 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -170,7 +170,7 @@ the Application Menu <tr bgcolor="#f0f0f0"> <td valign="top">quit or exit <td valign="top">Application Menu | Quit <application name> <td valign="top">If this entry is not found a default Quit item will be -created to call <a href="ntqapplication.html#quit">TQApplication::quit</a>() +created to call <a href="tqapplication.html#quit">TQApplication::quit</a>() </table></center> <p> <a href="menu-example.html">menu/menu.cpp</a> is an example of TQMenuBar and <a href="tqpopupmenu.html">TQPopupMenu</a> use. diff --git a/doc/html/tqmessagebox-h.html b/doc/html/tqmessagebox-h.html index f43f4d114..da5b08063 100644 --- a/doc/html/tqmessagebox-h.html +++ b/doc/html/tqmessagebox-h.html @@ -235,7 +235,7 @@ private: // Disabled copy constructor and operator= /* * Macro to be used at the beginning of main(), e.g. * -* #include <ntqapplication.h> +* #include <tqapplication.h> * #include <tqmessagebox.h> * int main( int argc, char**argv ) * { diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html index 33fe75b23..77f834b7c 100644 --- a/doc/html/tqmessagebox.html +++ b/doc/html/tqmessagebox.html @@ -389,11 +389,11 @@ Displays a simple about box with caption <em>caption</em> and text <em>text</em> <ol type=1> <li> It prefers <a href="tqwidget.html#icon">parent->icon()</a> if that exists. <li> If not, it tries the top-level widget containing <em>parent</em>. -<li> If that fails, it tries the <a href="ntqapplication.html#mainWidget">main widget.</a> +<li> If that fails, it tries the <a href="tqapplication.html#mainWidget">main widget.</a> <li> As a last resort it uses the Information icon. </ol> <p> The about box has a single button labelled "OK". -<p> <p>See also <a href="tqwidget.html#icon-prop">TQWidget::icon</a> and <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>(). +<p> <p>See also <a href="tqwidget.html#icon-prop">TQWidget::icon</a> and <a href="tqapplication.html#mainWidget">TQApplication::mainWidget</a>(). <p>Examples: <a href="tqaction-application-example.html#x1137">action/application.cpp</a>, <a href="simple-application-example.html#x1555">application/application.cpp</a>, <a href="canvas-chart-example.html#x2886">chart/chartform.cpp</a>, <a href="helpviewer-example.html#x994">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2036">mdi/application.cpp</a>, <a href="menu-example.html#x1874">menu/menu.cpp</a>, and <a href="themes-example.html#x330">themes/themes.cpp</a>. <h3 class=fn>void <a name="aboutTQt"></a>TQMessageBox::aboutTQt ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqstring.html">TQString</a> & caption = TQString::null )<tt> [static]</tt> @@ -403,8 +403,8 @@ and centered over <em>parent</em> (if <em>parent</em> is not 0). The message includes the version number of TQt being used by the application. <p> This is useful for inclusion in the Help menu of an application. See the examples/menu/menu.cpp example. -<p> <a href="ntqapplication.html">TQApplication</a> provides this functionality as a slot. -<p> <p>See also <a href="ntqapplication.html#aboutTQt">TQApplication::aboutTQt</a>(). +<p> <a href="tqapplication.html">TQApplication</a> provides this functionality as a slot. +<p> <p>See also <a href="tqapplication.html#aboutTQt">TQApplication::aboutTQt</a>(). <p>Examples: <a href="tqaction-application-example.html#x1138">action/application.cpp</a>, <a href="simple-application-example.html#x1556">application/application.cpp</a>, <a href="canvas-chart-example.html#x2887">chart/chartform.cpp</a>, <a href="helpviewer-example.html#x995">helpviewer/helpwindow.cpp</a>, <a href="menu-example.html#x1875">menu/menu.cpp</a> and <a href="themes-example.html#x331">themes/themes.cpp</a></a>. <h3 class=fn>void <a name="adjustSize"></a>TQMessageBox::adjustSize ()<tt> [virtual]</tt> diff --git a/doc/html/tqmotifstyle.html b/doc/html/tqmotifstyle.html index 9572485a8..eb3dd93f3 100644 --- a/doc/html/tqmotifstyle.html +++ b/doc/html/tqmotifstyle.html @@ -68,7 +68,7 @@ If <em>arg</em> is FALSE, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. <p> The effect will show up the next time an application palette is -set via <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(). The current color palette of +set via <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(). The current color palette of the application remains unchanged. <p> <p>See also <a href="tqstyle.html#polish">TQStyle::polish</a>(). diff --git a/doc/html/tqnamespace-h.html b/doc/html/tqnamespace-h.html index 284f58728..c19218310 100644 --- a/doc/html/tqnamespace-h.html +++ b/doc/html/tqnamespace-h.html @@ -737,7 +737,7 @@ public: CustomPattern=24 }; - // documented in qapplication_mac.cpp + // documented in tqapplication_mac.cpp enum MacintoshVersion { //Unknown MV_Unknown = 0x0000, @@ -758,7 +758,7 @@ public: MV_TIGER = MV_10_DOT_4 }; - // documented in qapplication_win.cpp + // documented in tqapplication_win.cpp enum WindowsVersion { WV_32s = 0x0001, WV_95 = 0x0002, @@ -928,7 +928,7 @@ public: }; // "handle" type for system objects. Documented as \internal in - // qapplication.cpp + // tqapplication.cpp #if defined(TQ_WS_MAC) typedef void * HANDLE; #elif defined(TQ_WS_WIN) diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index d1098dbc3..85cb488d0 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> <p><tt>#include <<a href="tqobject-h.html">tqobject.h</a>></tt> <p>Inherits <a href="tqt.html">TQt</a>. --<p>Inherited by <a href="tqaccel.html">TQAccel</a>, <a href="tqaccessibleobject.html">TQAccessibleObject</a>, <a href="tqaction.html">TQAction</a>, <a href="ntqapplication.html">TQApplication</a>, <a href="tqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="tqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.html">TQUrlOperator</a>, and <a href="tqvalidator.html">TQValidator</a>. +-<p>Inherited by <a href="tqaccel.html">TQAccel</a>, <a href="tqaccessibleobject.html">TQAccessibleObject</a>, <a href="tqaction.html">TQAction</a>, <a href="tqapplication.html">TQApplication</a>, <a href="tqassistantclient.html">TQAssistantClient</a>, <a href="tqdatapump.html">TQDataPump</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqcanvas.html">TQCanvas</a>, <a href="tqstyle.html">TQStyle</a>, <a href="tqclipboard.html">TQClipboard</a>, <a href="tqdns.html">TQDns</a>, <a href="tqlayout.html">TQLayout</a>, <a href="tqdragobject.html">TQDragObject</a>, <a href="tqeditorfactory.html">TQEditorFactory</a>, <a href="tqeventloop.html">TQEventLoop</a>, <a href="tqfileiconprovider.html">TQFileIconProvider</a>, <a href="tqnetworkprotocol.html">TQNetworkProtocol</a>, <a href="tqnetworkoperation.html">TQNetworkOperation</a>, <a href="tqobjectcleanuphandler.html">TQObjectCleanupHandler</a>, <a href="tqprocess.html">TQProcess</a>, <a href="tqserversocket.html">TQServerSocket</a>, <a href="tqsessionmanager.html">TQSessionManager</a>, <a href="tqsignal.html">TQSignal</a>, <a href="tqsignalmapper.html">TQSignalMapper</a>, <a href="tqsocket.html">TQSocket</a>, <a href="tqsocketnotifier.html">TQSocketNotifier</a>, <a href="tqsound.html">TQSound</a>, <a href="tqsqldatabase.html">TQSqlDatabase</a>, <a href="tqsqldriver.html">TQSqlDriver</a>, <a href="tqsqlform.html">TQSqlForm</a>, <a href="tqstylesheet.html">TQStyleSheet</a>, <a href="tqtimer.html">TQTimer</a>, <a href="tqtooltipgroup.html">TQToolTipGroup</a>, <a href="tqtranslator.html">TQTranslator</a>, <a href="tqurloperator.html">TQUrlOperator</a>, and <a href="tqvalidator.html">TQValidator</a>. <p><a href="tqobject-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -231,7 +231,7 @@ child events. <p> Child events are sent to objects when children are inserted or removed. <p> Note that events with <a href="tqevent.html#type">TQEvent::type</a>() <a href="tqevent.html#Type-enum">TQEvent::ChildInserted</a> are -posted (with <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>()) to make sure that the +posted (with <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>()) to make sure that the child's construction is completed before this function is called. <p> If a child is removed immediately after it is inserted, the <tt>ChildInserted</tt> event may be suppressed, but the <tt>ChildRemoved</tt> event will always be sent. In such cases it is possible that there @@ -239,7 +239,7 @@ will be a <tt>ChildRemoved</tt> event without a corresponding <tt>ChildInserted< <p> If you change state based on <tt>ChildInserted</tt> events, call <a href="tqwidget.html#constPolish">TQWidget::constPolish</a>(), or do <pre> - TQApplication::<a href="ntqapplication.html#sendPostedEvents">sendPostedEvents</a>( this, TQEvent::ChildInserted ); + TQApplication::<a href="tqapplication.html#sendPostedEvents">sendPostedEvents</a>( this, TQEvent::ChildInserted ); </pre> in functions that depend on the state. One notable example is @@ -484,7 +484,7 @@ This virtual function receives events to an object and should return TRUE if the event <em>e</em> was recognized and processed. <p> The <a href="#event">event</a>() function can be reimplemented to customize the behavior of an object. -<p> <p>See also <a href="#installEventFilter">installEventFilter</a>(), <a href="#timerEvent">timerEvent</a>(), <a href="ntqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="ntqapplication.html#postEvent">TQApplication::postEvent</a>(), and <a href="tqwidget.html#event">TQWidget::event</a>(). +<p> <p>See also <a href="#installEventFilter">installEventFilter</a>(), <a href="#timerEvent">timerEvent</a>(), <a href="tqapplication.html#sendEvent">TQApplication::sendEvent</a>(), <a href="tqapplication.html#postEvent">TQApplication::postEvent</a>(), and <a href="tqwidget.html#event">TQWidget::event</a>(). <p>Reimplemented in <a href="tqwidget.html#event">TQWidget</a>. <h3 class=fn>bool <a name="eventFilter"></a>TQObject::eventFilter ( <a href="tqobject.html">TQObject</a> * watched, <a href="tqevent.html">TQEvent</a> * e )<tt> [virtual]</tt> @@ -521,7 +521,7 @@ TRUE; otherwise return FALSE. if ( obj == textEdit ) { if ( e->type() == TQEvent::KeyPress ) { <a href="tqkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent*)ev; - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); return TRUE; } else { return FALSE; @@ -615,7 +615,7 @@ monitored objects: if ( e->type() == TQEvent::KeyPress ) { // special processing for key press <a href="tqkeyevent.html">TQKeyEvent</a> *k = (TQKeyEvent *)e; - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Ate key press %d", k-><a href="tqkeyevent.html#key">key</a>() ); return TRUE; // eat event } else { // standard event processing @@ -856,7 +856,7 @@ used to find out which timer was activated. void MyObject::<a href="#timerEvent">timerEvent</a>( <a href="tqtimerevent.html">TQTimerEvent</a> *e ) { - <a href="ntqapplication.html#qDebug">tqDebug</a>( "timer event, id %d", e-><a href="tqtimerevent.html#timerId">timerId</a>() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "timer event, id %d", e-><a href="tqtimerevent.html#timerId">timerId</a>() ); } </pre> @@ -891,7 +891,7 @@ context. installed <em>before</em> calling this method. Installing or removing translators while performing translations is not supported. Doing so will probably result in crashes or other undesirable behavior. -<p> <p>See also <a href="#trUtf8">trUtf8</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="#trUtf8">trUtf8</a>(), <a href="tqapplication.html#translate">TQApplication::translate</a>(), and <a href="i18n.html">Internationalization with TQt</a>. <p>Example: <a href="tqdialog.html#x2130">network/networkprotocol/view.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="trUtf8"></a>TQObject::trUtf8 ( const char * sourceText, const char * comment )<tt> [static]</tt> @@ -905,7 +905,7 @@ version. It is otherwise identical to <a href="#tr">tr</a>(<em>sourceText</em>, installed <em>before</em> calling this method. Installing or removing translators while performing translations is not supported. Doing so will probably result in crashes or other undesirable behavior. -<p> <p>See also <a href="#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>(). +<p> <p>See also <a href="#tr">tr</a>() and <a href="tqapplication.html#translate">TQApplication::translate</a>(). <hr><h2>Property Documentation</h2> <h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="name-prop"></a>name</h3> @@ -917,11 +917,11 @@ function. The object name is not very useful in the current version of TQt, but will become increasingly important in the future. <p> If the object does not have a name, the <a href="#name">name</a>() function returns -"unnamed", so printf() (used in <a href="ntqapplication.html#qDebug">tqDebug</a>()) will not be asked to +"unnamed", so printf() (used in <a href="tqapplication.html#qDebug">tqDebug</a>()) will not be asked to output a null pointer. If you want a null pointer to be returned for unnamed objects, you can call name( 0 ). <p> <pre> - <a href="ntqapplication.html#qDebug">tqDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", + <a href="tqapplication.html#qDebug">tqDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", <a href="#name">name</a>(), newPrecision ); </pre> diff --git a/doc/html/tqpaintdevice.html b/doc/html/tqpaintdevice.html index 446469e17..206d51f92 100644 --- a/doc/html/tqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -126,7 +126,7 @@ is implemented as the global function <a href="#bitBlt">bitBlt</a>(). <a href="#bitBlt">bitBlt</a>( myWidget, 10, 0, myWidget ); </pre> -<p> <b>Warning:</b> TQt requires that a <a href="ntqapplication.html">TQApplication</a> object exists before +<p> <b>Warning:</b> TQt requires that a <a href="tqapplication.html">TQApplication</a> object exists before any paint devices can be created. Paint devices access window system resources, and these resources are not initialized before an application object is created. diff --git a/doc/html/tqpainter.html b/doc/html/tqpainter.html index 3d5cf510d..bf08f62b4 100644 --- a/doc/html/tqpainter.html +++ b/doc/html/tqpainter.html @@ -898,13 +898,13 @@ Draws a Windows focus rectangle with upper left corner at (<em>x</em>, <em>y</em>) and with width <em>w</em> and height <em>h</em> using a pen color that contrasts with <em>bgColor</em>. <p> This function draws a stippled rectangle (XOR is not used) that is -used to indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when the <a href="ntqapplication.html#style">TQApplication::style</a>() is +used to indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when the <a href="tqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). <p> The pen color used to draw the rectangle is either white or black depending on the color of <em>bgColor</em> (see TQColor::gray()). <p> <b>Warning:</b> This function draws nothing if the coordinate system has been <a href="#rotate">rotated</a> or <a href="#shear">sheared</a>. -<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="ntqapplication.html#style">TQApplication::style</a>(). +<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="tqapplication.html#style">TQApplication::style</a>(). <h3 class=fn>void <a name="drawWinFocusRect-2"></a>TQPainter::drawWinFocusRect ( int x, int y, int w, int h ) </h3> @@ -912,10 +912,10 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Draws a Windows focus rectangle with upper left corner at (<em>x</em>, <em>y</em>) and with width <em>w</em> and height <em>h</em>. <p> This function draws a stippled XOR rectangle that is used to -indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when <a href="ntqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). +indicate <a href="focus.html#keyboard-focus">keyboard focus</a> (when <a href="tqapplication.html#style">TQApplication::style</a>() is <tt>WindowStyle</tt>). <p> <b>Warning:</b> This function draws nothing if the coordinate system has been <a href="#rotate">rotated</a> or <a href="#shear">sheared</a>. -<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="ntqapplication.html#style">TQApplication::style</a>(). +<p> <p>See also <a href="#drawRect">drawRect</a>() and <a href="tqapplication.html#style">TQApplication::style</a>(). <h3 class=fn>void <a name="drawWinFocusRect-3"></a>TQPainter::drawWinFocusRect ( const <a href="tqrect.html">TQRect</a> & r ) </h3> @@ -1518,7 +1518,7 @@ using the painter <em>p</em>. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a plain rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Plain )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>() and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1539,7 +1539,7 @@ drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded line, for example <tt>TQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeRect">qDrawShadeRect</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1556,7 +1556,7 @@ the painter <em>p</em>. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::Panel | TQFrame::Sunken )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>(), <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadeRect">qDrawShadeRect</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). @@ -1577,7 +1577,7 @@ drawn in the <a href="tqcolorgroup.html#mid">TQColorGroup::mid</a>() color. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded rectangle, for example <tt>TQFrame::setFrameStyle( TQFrame::Box | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadeLine">qDrawShadeLine</a>(), <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawPlainRect">qDrawPlainRect</a>(), <a href="tqstyle.html#drawItem">TQStyle::drawItem</a>(), <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(), and <a href="tqstyle.html#drawComplexControl">TQStyle::drawComplexControl</a>(). @@ -1591,7 +1591,7 @@ widgets that follow the current GUI style. <p> The line width is 2 pixels. <p> The button's interior is filled with the <em>*fill</em> brush unless <em>fill</em> is 0. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawWinPanel">qDrawWinPanel</a>() and <a href="tqstyle.html#drawControl">TQStyle::drawControl</a>(). @@ -1607,7 +1607,7 @@ widgets that follow the current GUI style. <p> If you want to use a <a href="tqframe.html">TQFrame</a> widget instead, you can make it display a shaded panel, for example <tt>TQFrame::setFrameStyle( TQFrame::WinPanel | TQFrame::Raised )</tt>. <p> <b>Warning:</b> This function does not look at <a href="tqwidget.html#style">TQWidget::style</a>() or -<a href="ntqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make +<a href="tqapplication.html#style">TQApplication::style</a>(). Use the drawing functions in <a href="tqstyle.html">TQStyle</a> to make widgets that follow the current GUI style. <p> <p>See also <a href="#qDrawShadePanel">qDrawShadePanel</a>(), <a href="#qDrawWinButton">qDrawWinButton</a>(), and <a href="tqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). diff --git a/doc/html/tqpalette.html b/doc/html/tqpalette.html index 1a6b7d64c..37265b295 100644 --- a/doc/html/tqpalette.html +++ b/doc/html/tqpalette.html @@ -100,7 +100,7 @@ to modify the palette. palette's color groups with <a href="#setColor">setColor</a>() and <a href="#setBrush">setBrush</a>(). <p> You can copy a palette using the copy constructor and test to see if two palettes are <em>identical</em> using <a href="#isCopyOf">isCopyOf</a>(). -<p> <p>See also <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="tqcolor.html">TQColor</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. +<p> <p>See also <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="tqwidget.html#palette-prop">TQWidget::palette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="tqcolor.html">TQColor</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="shared.html">Implicitly and Explicitly Shared Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ColorGroup-enum"></a>TQPalette::ColorGroup</h3> diff --git a/doc/html/tqprogressdialog.html b/doc/html/tqprogressdialog.html index 5bfb7e7b4..54125a361 100644 --- a/doc/html/tqprogressdialog.html +++ b/doc/html/tqprogressdialog.html @@ -115,7 +115,7 @@ operation. Use <a href="#setAutoReset">setAutoReset</a>() and <a href="#setAutoC behavior. <p> There are two ways of using TQProgressDialog: modal and modeless. <p> Using a modal TQProgressDialog is simpler for the programmer, but you -must call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>() or +must call <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>() or <a href="tqeventloop.html#processEvents">TQEventLoop::processEvents</a>(ExcludeUserInput) to keep the event loop running to ensure that the application doesn't freeze. Do the operation in a loop, call <a href="#setProgress">setProgress</a>() at intervals, and check @@ -125,7 +125,7 @@ TQProgressDialog progress( "Copying files...", "Abort Copy", numFiles, this, "progress", TRUE ); for ( int i = 0; i < numFiles; i++ ) { progress.setProgress( i ); - tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="tqapplication.html#processEvents">processEvents</a>(); if ( progress.wasCanceled() ) break; @@ -373,7 +373,7 @@ this property to 0 and finally set it to in-between. <p> <b>Warning:</b> If the progress dialog is modal (see <a href="#TQProgressDialog">TQProgressDialog::TQProgressDialog</a>()), -this function calls <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), so take care that +this function calls <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>(), so take care that this does not cause undesirable re-entrancy in your code. For example, don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()! <p> <p>See also <a href="#totalSteps-prop">totalSteps</a>. diff --git a/doc/html/tqptrdict.html b/doc/html/tqptrdict.html index 8b6ca6d7d..a2dbd76c4 100644 --- a/doc/html/tqptrdict.html +++ b/doc/html/tqptrdict.html @@ -280,7 +280,7 @@ constructor). </h3> <p> Debugging-only function that prints out the dictionary -distribution using <a href="ntqapplication.html#qDebug">tqDebug</a>(). +distribution using <a href="tqapplication.html#qDebug">tqDebug</a>(). <h3 class=fn>type * <a name="take"></a>TQPtrDict::take ( void * key ) </h3> diff --git a/doc/html/tqsessionmanager.html b/doc/html/tqsessionmanager.html index eb8ab42d5..d918c5f2f 100644 --- a/doc/html/tqsessionmanager.html +++ b/doc/html/tqsessionmanager.html @@ -74,8 +74,8 @@ etc. <p> TQSessionManager provides an interface between the application and the session manager so that the program can work well with the session manager. In TQt, session management requests for action -are handled by the two virtual functions <a href="ntqapplication.html#commitData">TQApplication::commitData</a>() -and <a href="ntqapplication.html#saveState">TQApplication::saveState</a>(). Both provide a reference to +are handled by the two virtual functions <a href="tqapplication.html#commitData">TQApplication::commitData</a>() +and <a href="tqapplication.html#saveState">TQApplication::saveState</a>(). Both provide a reference to a session manager object as argument, to allow the application to communicate with the session manager. <p> During a session management action (i.e. within commitData() and @@ -141,7 +141,7 @@ released when the application exits.) <p> If the user decides to cancel the shutdown process during the interaction phase, you must tell the session manager that this has happened by calling <a href="#cancel">cancel</a>(). -<p> Here's an example of how an application's <a href="ntqapplication.html#commitData">TQApplication::commitData</a>() +<p> Here's an example of how an application's <a href="tqapplication.html#commitData">TQApplication::commitData</a>() might be implemented: <p> <pre> void MyApplication::commitData( TQSessionManager& sm ) { @@ -173,7 +173,7 @@ void MyApplication::commitData( TQSessionManager& sm ) { <p> If an error occurred within the application while saving its data, you may want to try <a href="#allowsErrorInteraction">allowsErrorInteraction</a>() instead. -<p> <p>See also <a href="ntqapplication.html#commitData">TQApplication::commitData</a>(), <a href="#release">release</a>(), and <a href="#cancel">cancel</a>(). +<p> <p>See also <a href="tqapplication.html#commitData">TQApplication::commitData</a>(), <a href="#release">release</a>(), and <a href="#cancel">cancel</a>(). <h3 class=fn>void <a name="cancel"></a>TQSessionManager::cancel () </h3> @@ -224,7 +224,7 @@ interaction phase. <p> Requests a second session management phase for the application. The application may then return immediately from the -<a href="ntqapplication.html#commitData">TQApplication::commitData</a>() or <a href="ntqapplication.html#saveState">TQApplication::saveState</a>() function, +<a href="tqapplication.html#commitData">TQApplication::commitData</a>() or <a href="tqapplication.html#saveState">TQApplication::saveState</a>() function, and they will be called again once most or all other applications have finished their session management. <p> The two phases are useful for applications such as the X11 window manager @@ -266,7 +266,7 @@ iterate over a copy, e.g. <p> Returns the identifier of the current session. <p> If the application has been restored from an earlier session, this identifier is the same as it was in that earlier session. -<p> <p>See also <a href="#sessionKey">sessionKey</a>() and <a href="ntqapplication.html#sessionId">TQApplication::sessionId</a>(). +<p> <p>See also <a href="#sessionKey">sessionKey</a>() and <a href="tqapplication.html#sessionId">TQApplication::sessionId</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="sessionKey"></a>TQSessionManager::sessionKey () const </h3> @@ -276,7 +276,7 @@ identifier is the same as it was in that earlier session. key is the same as it was when the previous session ended. <p> The session key changes with every call of commitData() or saveState(). -<p> <p>See also <a href="#sessionId">sessionId</a>() and <a href="ntqapplication.html#sessionKey">TQApplication::sessionKey</a>(). +<p> <p>See also <a href="#sessionId">sessionId</a>() and <a href="tqapplication.html#sessionKey">TQApplication::sessionKey</a>(). <h3 class=fn>void <a name="setDiscardCommand"></a>TQSessionManager::setDiscardCommand ( const <a href="tqstringlist.html">TQStringList</a> & ) </h3> @@ -307,10 +307,10 @@ defaults to appname -session id </pre> -<p> The <tt>-session</tt> option is mandatory; otherwise <a href="ntqapplication.html">TQApplication</a> cannot +<p> The <tt>-session</tt> option is mandatory; otherwise <a href="tqapplication.html">TQApplication</a> cannot tell whether it has been restored or what the current session -identifier is. See <a href="ntqapplication.html#isSessionRestored">TQApplication::isSessionRestored</a>() and -<a href="ntqapplication.html#sessionId">TQApplication::sessionId</a>() for details. +identifier is. See <a href="tqapplication.html#isSessionRestored">TQApplication::isSessionRestored</a>() and +<a href="tqapplication.html#sessionId">TQApplication::sessionId</a>() for details. <p> If your application is very simple, it may be possible to store the entire application state in additional command line options. This is usually a very bad idea because command lines are often limited @@ -327,7 +327,7 @@ session. startup the hint is set to <a href="#RestartHint-enum">RestartIfRunning</a>. <p> Note that these flags are only hints, a session manager may or may not respect them. -<p> We recommend setting the restart hint in <a href="ntqapplication.html#saveState">TQApplication::saveState</a>() +<p> We recommend setting the restart hint in <a href="tqapplication.html#saveState">TQApplication::saveState</a>() because most session managers perform a checkpoint shortly after an application's startup. <p> <p>See also <a href="#restartHint">restartHint</a>(). diff --git a/doc/html/tqsjiscodec.html b/doc/html/tqsjiscodec.html index cda95a225..dfd167e6c 100644 --- a/doc/html/tqsjiscodec.html +++ b/doc/html/tqsjiscodec.html @@ -88,7 +88,7 @@ SUCH DAMAGE. <h3 class=fn><a name="TQSjisCodec"></a>TQSjisCodec::TQSjisCodec () </h3> Creates a Shift-JIS codec. Note that this is done automatically by -the <a href="ntqapplication.html">TQApplication</a>, you do not need construct your own. +the <a href="tqapplication.html">TQApplication</a>, you do not need construct your own. <h3 class=fn><a name="~TQSjisCodec"></a>TQSjisCodec::~TQSjisCodec () </h3> diff --git a/doc/html/tqsocket.html b/doc/html/tqsocket.html index 18cf443d9..a981d31fe 100644 --- a/doc/html/tqsocket.html +++ b/doc/html/tqsocket.html @@ -93,7 +93,7 @@ The TQSocket class provides a buffered TCP connection. <p> It provides a totally non-blocking <a href="tqiodevice.html">TQIODevice</a>, and modifies and extends the API of TQIODevice with socket-specific code. -<p> Note that a <a href="ntqapplication.html">TQApplication</a> must have been constructed before this +<p> Note that a <a href="tqapplication.html">TQApplication</a> must have been constructed before this class can be used. <p> The functions you're likely to call most are <a href="#connectToHost">connectToHost</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), <a href="#canReadLine">canReadLine</a>() and the ones it inherits from @@ -163,7 +163,7 @@ using TQSocketDevice instead. Creates a TQSocket object in <a href="#State-enum">TQSocket::Idle</a> state. <p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqobject.html">TQObject</a> constructor. -<p> Note that a <a href="ntqapplication.html">TQApplication</a> must have been constructed before sockets +<p> Note that a <a href="tqapplication.html">TQApplication</a> must have been constructed before sockets can be used. <h3 class=fn><a name="~TQSocket"></a>TQSocket::~TQSocket ()<tt> [virtual]</tt> diff --git a/doc/html/tqsocketnotifier.html b/doc/html/tqsocketnotifier.html index 9452196ff..2db360748 100644 --- a/doc/html/tqsocketnotifier.html +++ b/doc/html/tqsocketnotifier.html @@ -96,7 +96,7 @@ block" error has occurred) is undefined. Depending on the operating system, it may fire on every pass of the event loop or not at all. <p> If you need a time-out for your sockets you can use either <a href="tqobject.html#startTimer">timer events</a> or the <a href="tqtimer.html">TQTimer</a> class. -<p> Socket action is detected in the <a href="ntqapplication.html#exec">main +<p> Socket action is detected in the <a href="tqapplication.html#exec">main event loop</a> of TQt. The X11 version of TQt has a single UNIX select() call that incorporates all socket notifiers and the X socket. diff --git a/doc/html/tqsplashscreen.html b/doc/html/tqsplashscreen.html index 831fea0a8..138570743 100644 --- a/doc/html/tqsplashscreen.html +++ b/doc/html/tqsplashscreen.html @@ -82,17 +82,17 @@ following code snippet. <p> <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqpixmap.html">TQPixmap</a> pixmap( "splash.png" ); TQSplashScreen *splash = new TQSplashScreen( pixmap ); splash-><a href="tqwidget.html#show">show</a>(); <a href="tqmainwindow.html">TQMainWindow</a> *mainWin = new <a href="tqmainwindow.html">TQMainWindow</a>; ... - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( mainWin ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( mainWin ); mainWin-><a href="tqwidget.html#show">show</a>(); splash-><a href="#finish">finish</a>( mainWin ); delete splash; - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -106,17 +106,17 @@ Alternatively, you can subclass TQSplashScreen and reimplement <p> The user can hide the splash screen by clicking on it with the mouse. Since the splash screen is typically displayed before the event loop has started running, it is necessary to periodically -call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>() to receive the mouse clicks. +call <a href="tqapplication.html#processEvents">TQApplication::processEvents</a>() to receive the mouse clicks. <p> <pre> <a href="tqpixmap.html">TQPixmap</a> pixmap( "splash.png" ); TQSplashScreen *splash = new TQSplashScreen( pixmap ); splash-><a href="tqwidget.html#show">show</a>(); ... // Loading some items splash-><a href="#message">message</a>( "Loaded modules" ); - tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="tqapplication.html#processEvents">processEvents</a>(); ... // Establishing connections splash-><a href="#message">message</a>( "Established connections" ); - tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="tqapplication.html#processEvents">processEvents</a>(); </pre> <p> <p>See also <a href="misc.html">Miscellaneous Classes</a>. @@ -170,7 +170,7 @@ does not have any of the text drawn by <a href="#message">message</a>() calls. <h3 class=fn>void <a name="repaint"></a>TQSplashScreen::repaint () </h3> This overrides <a href="tqwidget.html#repaint">TQWidget::repaint</a>(). It differs from the standard -repaint function in that it also calls <a href="ntqapplication.html#flush">TQApplication::flush</a>() to +repaint function in that it also calls <a href="tqapplication.html#flush">TQApplication::flush</a>() to ensure the updates are displayed, even when there is no event loop present. diff --git a/doc/html/tqsqlcursor.html b/doc/html/tqsqlcursor.html index b68079c5f..f88598a43 100644 --- a/doc/html/tqsqlcursor.html +++ b/doc/html/tqsqlcursor.html @@ -126,7 +126,7 @@ and the values returned by value() are undefined. <pre> TQSqlCursor cur( "staff" ); // Specify the table/view name <a name="x2178"></a> cur.<a href="#select">select</a>(); // We'll retrieve every record while ( cur.<a href="tqsqlquery.html#next">next</a>() ) { - <a name="x2179"></a> <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a name="x2179"></a> <a href="tqapplication.html#qDebug">tqDebug</a>( cur.<a href="tqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="tqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="tqsqlquery.html#value">value</a>( "salary" ).toString() ); } diff --git a/doc/html/tqsqlquery.html b/doc/html/tqsqlquery.html index 58db878b6..ca4e3314f 100644 --- a/doc/html/tqsqlquery.html +++ b/doc/html/tqsqlquery.html @@ -323,7 +323,7 @@ Returns a map of the bound values. TQMap<TQString, TQVariant>::ConstIterator it; <a href="tqmap.html">TQMap</a><TQString, TQVariant> vals = query.<a href="#boundValues">boundValues</a>(); for ( it = vals.<a href="tqmap.html#begin">begin</a>(); it != vals.<a href="tqmap.html#end">end</a>(); ++it ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); ... // Examine the bound values - bound using positional binding @@ -331,7 +331,7 @@ Returns a map of the bound values. <a href="tqvaluelist.html">TQValueList</a><TQVariant> list = query.<a href="#boundValues">boundValues</a>().values(); int i = 0; for ( it = list.<a href="tqvaluelist.html#begin">begin</a>(); it != list.<a href="tqvaluelist.html#end">end</a>(); ++it ) - <a href="ntqapplication.html#qWarning">tqWarning</a>( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); + <a href="tqapplication.html#qWarning">tqWarning</a>( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); ... </pre> diff --git a/doc/html/tqstring.html b/doc/html/tqstring.html index 78bb1c9fb..054176257 100644 --- a/doc/html/tqstring.html +++ b/doc/html/tqstring.html @@ -466,7 +466,7 @@ natural language sentences does not usually translate well into other languages because sentence structure and word order often differ between languages. <p> If there is no place marker (<tt>%1</tt>, <tt>%2</tt>, etc.), a warning -message (<a href="ntqapplication.html#qWarning">tqWarning</a>()) is output and the result is undefined. +message (<a href="tqapplication.html#qWarning">tqWarning</a>()) is output and the result is undefined. <p> <b>Warning:</b> If any placeholder occurs more than once, the result is undefined. <p> <h3 class=fn><a href="tqstring.html">TQString</a> <a name="arg-2"></a>TQString::arg ( long a, int fieldWidth = 0, int base = 10 ) const diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 4dd3ab7c5..be1169606 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -1016,10 +1016,10 @@ expected to work reasonably with all current and <em>future</em> widgets. <p> <p>See also <a href="#unPolish">unPolish</a>(). -<h3 class=fn>void <a name="polish-2"></a>TQStyle::polish ( <a href="ntqapplication.html">TQApplication</a> * )<tt> [virtual]</tt> +<h3 class=fn>void <a name="polish-2"></a>TQStyle::polish ( <a href="tqapplication.html">TQApplication</a> * )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Late initialization of the <a href="ntqapplication.html">TQApplication</a> object. +<p> Late initialization of the <a href="tqapplication.html">TQApplication</a> object. <p> <p>See also <a href="#unPolish">unPolish</a>(). <h3 class=fn>void <a name="polish-3"></a>TQStyle::polish ( <a href="tqpalette.html">TQPalette</a> & )<tt> [virtual]</tt> @@ -1028,7 +1028,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> The style may have certain requirements for color palettes. In this function it has the chance to change the palette according to these requirements. -<p> <p>See also <a href="tqpalette.html">TQPalette</a> and <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(). +<p> <p>See also <a href="tqpalette.html">TQPalette</a> and <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(). <h3 class=fn>void <a name="polishPopupMenu"></a>TQStyle::polishPopupMenu ( <a href="tqpopupmenu.html">TQPopupMenu</a> * )<tt> [pure virtual]</tt> </h3> @@ -1183,7 +1183,7 @@ style has to unpolish its settings before the new style can polish them again. <p> <p>See also <a href="#polish">polish</a>(). -<h3 class=fn>void <a name="unPolish-2"></a>TQStyle::unPolish ( <a href="ntqapplication.html">TQApplication</a> * )<tt> [virtual]</tt> +<h3 class=fn>void <a name="unPolish-2"></a>TQStyle::unPolish ( <a href="tqapplication.html">TQApplication</a> * )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Undoes the application polish. @@ -1196,7 +1196,7 @@ This is an overloaded member function, provided for convenience. It behaves esse rect for widget <em>w</em> is used to perform the translation. This function is provided to aid style implementors in supporting right-to-left mode. -<p> <p>See also <a href="ntqapplication.html#reverseLayout">TQApplication::reverseLayout</a>(). +<p> <p>See also <a href="tqapplication.html#reverseLayout">TQApplication::reverseLayout</a>(). <h3 class=fn><a href="tqrect.html">TQRect</a> <a name="visualRect-2"></a>TQStyle::visualRect ( const <a href="tqrect.html">TQRect</a> & logical, const <a href="tqrect.html">TQRect</a> & bounding )<tt> [static]</tt> </h3> @@ -1204,7 +1204,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the rect <em>logical</em> in screen coordinates. The rect <em>bounding</em> is used to perform the translation. This function is provided to aid style implementors in supporting right-to-left mode. -<p> <p>See also <a href="ntqapplication.html#reverseLayout">TQApplication::reverseLayout</a>(). +<p> <p>See also <a href="tqapplication.html#reverseLayout">TQApplication::reverseLayout</a>(). <!-- eof --> <hr><p> diff --git a/doc/html/tqtextcodec.html b/doc/html/tqtextcodec.html index f196de136..6d9eb5afb 100644 --- a/doc/html/tqtextcodec.html +++ b/doc/html/tqtextcodec.html @@ -359,7 +359,7 @@ function returns 0 (the default), tr() assumes Latin-1. </h3> Deletes all the created codecs. <p> <b>Warning:</b> Do not call this function. -<p> <a href="ntqapplication.html">TQApplication</a> calls this function just before exiting to delete +<p> <a href="tqapplication.html">TQApplication</a> calls this function just before exiting to delete any TQTextCodec objects that may be lying around. Since various other classes hold pointers to TQTextCodec objects, it is not safe to call this function earlier. @@ -538,7 +538,7 @@ main() function might look like this: <p> <pre> int main(int argc, char** argv) { - <a href="ntqapplication.html">TQApplication</a> app(argc, argv); + <a href="tqapplication.html">TQApplication</a> app(argc, argv); ... install any additional codecs ... TQTextCodec::<a href="#setCodecForTr">setCodecForTr</a>( TQTextCodec::<a href="#codecForName">codecForName</a>("eucKR") ); ... diff --git a/doc/html/tqthread.html b/doc/html/tqthread.html index e521e69f5..8858f4aaa 100644 --- a/doc/html/tqthread.html +++ b/doc/html/tqthread.html @@ -88,7 +88,7 @@ run() to include your code. For example: { for( int count = 0; count < 20; count++ ) { <a href="#sleep">sleep</a>( 1 ); - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ping!" ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Ping!" ); } } diff --git a/doc/html/tqthreadstorage.html b/doc/html/tqthreadstorage.html index 984207711..3ab7fdd98 100644 --- a/doc/html/tqthreadstorage.html +++ b/doc/html/tqthreadstorage.html @@ -106,7 +106,7 @@ used to exit or terminate a TQThread using TQThreadStorage. Doing so will cause all per-thread data to be leaked. See <a href="tqthread.html#exit">TQThread::exit</a>() and <a href="tqthread.html#terminate">TQThread::terminate</a>(). <p> <li> TQThreadStorage <em>can</em> be used to store data for the <em>main()</em> -thread <em>after</em> <a href="ntqapplication.html">TQApplication</a> has been constructed. TQThreadStorage +thread <em>after</em> <a href="tqapplication.html">TQApplication</a> has been constructed. TQThreadStorage deletes all data set for the <em>main()</em> thread when TQApplication is destroyed, regardless of whether or not the <em>main()</em> thread has actually finished. diff --git a/doc/html/tqtime.html b/doc/html/tqtime.html index d265b4ae9..3e1159a19 100644 --- a/doc/html/tqtime.html +++ b/doc/html/tqtime.html @@ -315,7 +315,7 @@ Sets this time to the current time. This is practical for timing: TQTime t; t.<a href="#start">start</a>(); some_lengthy_task(); - <a href="ntqapplication.html#qDebug">tqDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() ); + <a href="tqapplication.html#qDebug">tqDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() ); </pre> <p> <p>See also <a href="#restart">restart</a>(), <a href="#elapsed">elapsed</a>(), and <a href="#currentTime">currentTime</a>(). diff --git a/doc/html/tqtimer.html b/doc/html/tqtimer.html index e8b8029b8..3e1a5f786 100644 --- a/doc/html/tqtimer.html +++ b/doc/html/tqtimer.html @@ -140,15 +140,15 @@ to bother with a <a href="tqobject.html#timerEvent">timerEvent</a> or to create a local TQTimer object. <p> Example: <pre> - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtimer-h.html">tqtimer.h</a>> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); - TQTimer::<a href="#singleShot">singleShot</a>( 10*60*1000, &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); + TQTimer::<a href="#singleShot">singleShot</a>( 10*60*1000, &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); ... // create and show your widgets - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/tqtranslator.html b/doc/html/tqtranslator.html index 28fedbab6..1a3f06ce7 100644 --- a/doc/html/tqtranslator.html +++ b/doc/html/tqtranslator.html @@ -72,22 +72,22 @@ look up translations, add new ones, remove them, load and save them, etc. <p> The most common use of TQTranslator is to: load a translator file created with <a href="linguist-manual.html">TQt Linguist</a>, -install it using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), and use it via +install it using <a href="tqapplication.html#installTranslator">TQApplication::installTranslator</a>(), and use it via <a href="tqobject.html#tr">TQObject::tr</a>(). For example: <p> <pre> int main( int argc, char ** argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); TQTranslator translator( 0 ); translator.<a href="#load">load</a>( "french.qm", "." ); - app.<a href="ntqapplication.html#installTranslator">installTranslator</a>( &translator ); + app.<a href="tqapplication.html#installTranslator">installTranslator</a>( &translator ); MyWidget m; - app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &m ); + app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &m ); m.show(); - return app.<a href="ntqapplication.html#exec">exec</a>(); + return app.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -99,7 +99,7 @@ applications that work on translator files. <p> We call a translation a "messsage". For this reason, translation files are sometimes referred to as "message files". <p> It is possible to lookup a translation using <a href="#findMessage">findMessage</a>() (as -<a href="tqobject.html#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a +<a href="tqobject.html#tr">tr</a>() and <a href="tqapplication.html#translate">TQApplication::translate</a>() do) and <a href="#contains">contains</a>(), to insert a new translation messsage using <a href="#insert">insert</a>(), and to remove one using <a href="#remove">remove</a>(). <p> Translation tools often need more information than the bare source @@ -147,7 +147,7 @@ translations. <p> Note that when TQTranslator loads a stripped file, most functions do not work. The functions that do work with stripped files are explicitly documented as such. -<p> <p>See also <a href="tqtranslatormessage.html">TQTranslatorMessage</a>, <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="ntqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="ntqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="tqtranslatormessage.html">TQTranslatorMessage</a>, <a href="tqapplication.html#installTranslator">TQApplication::installTranslator</a>(), <a href="tqapplication.html#removeTranslator">TQApplication::removeTranslator</a>(), <a href="tqobject.html#tr">TQObject::tr</a>(), <a href="tqapplication.html#translate">TQApplication::translate</a>(), <a href="environment.html">Environment Classes</a>, and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="SaveMode-enum"></a>TQTranslator::SaveMode</h3> diff --git a/doc/html/tqvariant.html b/doc/html/tqvariant.html index 2c15249d7..96ec899c7 100644 --- a/doc/html/tqvariant.html +++ b/doc/html/tqvariant.html @@ -214,7 +214,7 @@ return a reference to the new contents of the variant. <a href="tqdatastream.html">TQDataStream</a> in(...); // (opening the previously written stream) in >> v; // Reads an Int variant int z = v.<a href="#toInt">toInt</a>(); // z = 123 - <a href="ntqapplication.html#qDebug">tqDebug</a>("Type is %s", // prints "Type is int" + <a href="tqapplication.html#qDebug">tqDebug</a>("Type is %s", // prints "Type is int" v.<a href="#typeName">typeName</a>()); v.<a href="#asInt">asInt</a>() += 100; // The variant now hold the value 223. v = <a href="#TQVariant">TQVariant</a>( TQStringList() ); diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index efebd7515..0fe84bb54 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -807,7 +807,7 @@ Takes keyboard input focus from the widget. to lose the focus. <p> This widget must enable focus setting in order to get the keyboard input focus, i.e. it must call <a href="#setFocusPolicy">setFocusPolicy</a>(). -<p> <p>See also <a href="#focus-prop">focus</a>, <a href="#setFocus">setFocus</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, and <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(). +<p> <p>See also <a href="#focus-prop">focus</a>, <a href="#setFocus">setFocus</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, and <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(). <h3 class=fn>void <a name="clearMask"></a>TQWidget::clearMask () </h3> @@ -836,7 +836,7 @@ general you do not need to call it. otherwise returns FALSE. <p> First it sends the widget a <a href="tqcloseevent.html">TQCloseEvent</a>. The widget is <a href="#hide">hidden</a> if it <a href="tqcloseevent.html#accept">accepts</a> the close event. The default implementation of <a href="#closeEvent">TQWidget::closeEvent</a>() accepts the close event. -<p> The <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the +<p> The <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the last visible top level widget is closed. <p> <p>Examples: <a href="mdi-example.html#x2076">mdi/application.cpp</a>, <a href="popup-example.html#x1616">popup/popup.cpp</a>, and <a href="toplevel-example.html#x2535">toplevel/options.ui.h</a>. @@ -849,11 +849,11 @@ otherwise returns FALSE. widget can prevent itself from being closed by rejecting the <a href="tqcloseevent.html">TQCloseEvent</a> it gets. A close events is delivered to the widget no matter if the widget is visible or not. -<p> The <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the +<p> The <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted when the last visible top level widget is closed. -<p> Note that closing the <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>() terminates the +<p> Note that closing the <a href="tqapplication.html#mainWidget">TQApplication::mainWidget</a>() terminates the application. -<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="#hide">hide</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), and <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(). +<p> <p>See also <a href="#closeEvent">closeEvent</a>(), <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="#hide">hide</a>(), <a href="tqapplication.html#quit">TQApplication::quit</a>(), <a href="tqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), and <a href="tqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(). <h3 class=fn>void <a name="closeEvent"></a>TQWidget::closeEvent ( <a href="tqcloseevent.html">TQCloseEvent</a> * e )<tt> [virtual protected]</tt> </h3> @@ -1119,7 +1119,7 @@ Returns the focus proxy, or 0 if there is no focus proxy. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="focusWidget"></a>TQWidget::focusWidget () const </h3> Returns the focus widget in this widget's window. This is not the -same as <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(), which returns the focus +same as <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(), which returns the focus widget in the currently active window. <h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQWidget::font () const @@ -1447,7 +1447,7 @@ event being handled by TQt, return TRUE. If you return FALSE, this native event is passed back to TQt, which translates the event into a TQt event and sends it to the widget. <p> <b>Warning:</b> This function is not portable. -<p> <p>See also <a href="ntqapplication.html#macEventFilter">TQApplication::macEventFilter</a>(). +<p> <p>See also <a href="tqapplication.html#macEventFilter">TQApplication::macEventFilter</a>(). <h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="mapFrom"></a>TQWidget::mapFrom ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqpoint.html">TQPoint</a> & pos ) const </h3> @@ -1675,10 +1675,10 @@ having an instantiated widget. This is something a constructor cannot guarantee since the initialization of the subclasses might not be finished. <p> After this function, the widget has a proper font and palette and -<a href="ntqapplication.html#polish">TQApplication::polish</a>() has been called. +<a href="tqapplication.html#polish">TQApplication::polish</a>() has been called. <p> Remember to call TQWidget's implementation first when reimplementing this function to ensure that your program does not end up in infinite recursion. -<p> <p>See also <a href="#constPolish">constPolish</a>() and <a href="ntqapplication.html#polish">TQApplication::polish</a>(). +<p> <p>See also <a href="#constPolish">constPolish</a>() and <a href="tqapplication.html#polish">TQApplication::polish</a>(). <p>Example: <a href="menu-example.html#x1883">menu/menu.cpp</a>. <h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos"></a>TQWidget::pos () const @@ -1832,7 +1832,7 @@ that is read but not written. For example, when scrolling 10 pixels rightwards, the leftmost ten pixels of the widget need repainting. The paint event may be delivered immediately or later, depending on some heuristics (note that you might have to force -processing of paint events using <a href="ntqapplication.html#sendPostedEvents">TQApplication::sendPostedEvents</a>() +processing of paint events using <a href="tqapplication.html#sendPostedEvents">TQApplication::sendPostedEvents</a>() when using scroll() and <a href="#move">move</a>() in combination). <p> <p>See also <a href="tqscrollview.html">TQScrollView</a>, <a href="#erase">erase</a>(), and <a href="tqpaintdevice.html#bitBlt">bitBlt</a>(). @@ -1978,7 +1978,7 @@ but does not clear any keyboard grab (see <a href="#grabKeyboard">grabKeyboard</ <p> <b>Warning:</b> If you call setFocus() in a function which may itself be called from <a href="#focusOutEvent">focusOutEvent</a>() or <a href="#focusInEvent">focusInEvent</a>(), you may get an infinite recursion. -<p> <p>See also <a href="#focus-prop">focus</a>, <a href="#clearFocus">clearFocus</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(), <a href="#grabKeyboard">grabKeyboard</a>(), and <a href="#grabMouse">grabMouse</a>(). +<p> <p>See also <a href="#focus-prop">focus</a>, <a href="#clearFocus">clearFocus</a>(), <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(), <a href="#grabKeyboard">grabKeyboard</a>(), and <a href="#grabMouse">grabMouse</a>(). <p>Examples: <a href="addressbook-example.html#x606">addressbook/centralwidget.cpp</a>, <a href="lineedits-example.html#x181">lineedits/lineedits.cpp</a>, <a href="mdi-example.html#x2084">mdi/application.cpp</a>, <a href="popup-example.html#x1625">popup/popup.cpp</a>, <a href="rot-example.html#x1378">rot13/rot13.cpp</a>, <a href="tutorial1-08.html#x2339">t8/main.cpp</a>, and <a href="wizard-example.html#x11">wizard/wizard.cpp</a>. <h3 class=fn>void <a name="setFocusPolicy"></a>TQWidget::setFocusPolicy ( <a href="tqwidget.html#FocusPolicy-enum">FocusPolicy</a> )<tt> [virtual]</tt> @@ -2172,14 +2172,14 @@ This is an overloaded member function, provided for convenience. It behaves esse Sets the widget's GUI style to <em>style</em>. Ownership of the style object is not transferred. <p> If no style is set, the widget uses the application's style, -<a href="ntqapplication.html#style">TQApplication::style</a>() instead. +<a href="tqapplication.html#style">TQApplication::style</a>() instead. <p> Setting a widget's style has no effect on existing or future child widgets. <p> <b>Warning:</b> This function is particularly useful for demonstration purposes, where you want to show TQt's styling capabilities. Real applications should avoid it and use one consistent GUI style instead. -<p> <p>See also <a href="#style">style</a>(), <a href="tqstyle.html">TQStyle</a>, <a href="ntqapplication.html#style">TQApplication::style</a>(), and <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(). +<p> <p>See also <a href="#style">style</a>(), <a href="tqstyle.html">TQStyle</a>, <a href="tqapplication.html#style">TQApplication::style</a>(), and <a href="tqapplication.html#setStyle">TQApplication::setStyle</a>(). <p>Examples: <a href="progressbar-example.html#x975">progressbar/progressbar.cpp</a>. <h3 class=fn><a href="tqstyle.html">TQStyle</a> * <a name="setStyle-2"></a>TQWidget::setStyle ( const <a href="tqstring.html">TQString</a> & style ) @@ -2342,7 +2342,7 @@ Places the widget under <em>w</em> in the parent widget's stack. <h3 class=fn><a href="tqstyle.html">TQStyle</a> & <a name="style"></a>TQWidget::style () const </h3> Returns the GUI style for this widget -<p> <p>See also <a href="#setStyle">TQWidget::setStyle</a>(), <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(), and <a href="ntqapplication.html#style">TQApplication::style</a>(). +<p> <p>See also <a href="#setStyle">TQWidget::setStyle</a>(), <a href="tqapplication.html#setStyle">TQApplication::setStyle</a>(), and <a href="tqapplication.html#style">TQApplication::style</a>(). <h3 class=fn>void <a name="styleChange"></a>TQWidget::styleChange ( <a href="tqstyle.html">TQStyle</a> & oldStyle )<tt> [virtual protected]</tt> </h3> @@ -2354,7 +2354,7 @@ GUI style changes. You will almost certainly need to update the widget using <a href="#update">update</a>(). <p> The default implementation updates the widget including its geometry. -<p> <p>See also <a href="ntqapplication.html#setStyle">TQApplication::setStyle</a>(), <a href="#style">style</a>(), <a href="#update">update</a>(), and <a href="#updateGeometry">updateGeometry</a>(). +<p> <p>See also <a href="tqapplication.html#setStyle">TQApplication::setStyle</a>(), <a href="#style">style</a>(), <a href="#update">update</a>(), and <a href="#updateGeometry">updateGeometry</a>(). <h3 class=fn>void <a name="tabletEvent"></a>TQWidget::tabletEvent ( <a href="tqtabletevent.html">TQTabletEvent</a> * e )<tt> [virtual protected]</tt> </h3> @@ -2491,7 +2491,7 @@ event being handled by TQt, return TRUE. If you return FALSE, this native event is passed back to TQt, which translates the event into a TQt event and sends it to the widget. <p> <b>Warning:</b> This function is not portable. -<p> <p>See also <a href="ntqapplication.html#winEventFilter">TQApplication::winEventFilter</a>(). +<p> <p>See also <a href="tqapplication.html#winEventFilter">TQApplication::winEventFilter</a>(). <h3 class=fn>WId <a name="winId"></a>TQWidget::winId () const </h3> @@ -2534,7 +2534,7 @@ event being handled by TQt, return TRUE. If you return FALSE, this native event is passed back to TQt, which translates the event into a TQt event and sends it to the widget. <p> <b>Warning:</b> This function is not portable. -<p> <p>See also <a href="ntqapplication.html#x11EventFilter">TQApplication::x11EventFilter</a>(). +<p> <p>See also <a href="tqapplication.html#x11EventFilter">TQApplication::x11EventFilter</a>(). <h3 class=fn>int <a name="y"></a>TQWidget::y () const </h3><p>Returns the y coordinate of the widget relative to its parent and including any window frame. @@ -2587,7 +2587,7 @@ together seamlessly, you will probably want to use <p>This property holds the widget's background brush. <p>The background brush depends on a widget's palette and its background mode. -<p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#backgroundPixmap">backgroundPixmap</a>(), <a href="#eraseColor">eraseColor</a>(), <a href="#palette-prop">palette</a>, and <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(). +<p> <p>See also <a href="#backgroundColor">backgroundColor</a>(), <a href="#backgroundPixmap">backgroundPixmap</a>(), <a href="#eraseColor">eraseColor</a>(), <a href="#palette-prop">palette</a>, and <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(). <p>Get this property's value with <a href="#backgroundBrush">backgroundBrush</a>(). <h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> @@ -2674,7 +2674,7 @@ widget. See the <a href="tqt.html#CursorShape-enum">list of predefined cursor <p> If no cursor has been set, or after a call to <a href="#unsetCursor">unsetCursor</a>(), the parent's cursor is used. The function unsetCursor() has no effect on top-level widgets. -<p> <p>See also <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). +<p> <p>See also <a href="tqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p>Set this property's value with <a href="#setCursor">setCursor</a>(), get this property's value with <a href="#cursor">cursor</a>(), and reset this property's value with <a href="#unsetCursor">unsetCursor</a>(). <h3 class=fn>bool <a name="customWhatsThis-prop"></a>customWhatsThis</h3> @@ -2709,7 +2709,7 @@ explicitly disabled. <h3 class=fn>bool <a name="focus-prop"></a>focus</h3> <p>This property holds whether this widget (or its focus proxy) has the keyboard input focus. <p>Effectively equivalent to <tt>tqApp->focusWidget() == this</tt>. -<p> <p>See also <a href="#setFocus">setFocus</a>(), <a href="#clearFocus">clearFocus</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, and <a href="ntqapplication.html#focusWidget">TQApplication::focusWidget</a>(). +<p> <p>See also <a href="#setFocus">setFocus</a>(), <a href="#clearFocus">clearFocus</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, and <a href="tqapplication.html#focusWidget">TQApplication::focusWidget</a>(). <p>Get this property's value with <a href="#hasFocus">hasFocus</a>(). <h3 class=fn>bool <a name="focusEnabled-prop"></a>focusEnabled</h3> @@ -2830,13 +2830,13 @@ the input method disabled if they have focus. This is the default. that has <a href="focus.html#keyboard-focus">keyboard focus</a>. <p> When popup windows are visible, this property is TRUE for both the active window <em>and</em> for the popup. -<p> <p>See also <a href="#setActiveWindow">setActiveWindow</a>() and <a href="ntqapplication.html#activeWindow">TQApplication::activeWindow</a>(). +<p> <p>See also <a href="#setActiveWindow">setActiveWindow</a>() and <a href="tqapplication.html#activeWindow">TQApplication::activeWindow</a>(). <p>Get this property's value with <a href="#isActiveWindow">isActiveWindow</a>(). <h3 class=fn>bool <a name="isDesktop-prop"></a>isDesktop</h3> <p>This property holds whether the widget is a desktop widget, i.e. represents the desktop. <p>A desktop widget is also a top-level widget. -<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a> and <a href="ntqapplication.html#desktop">TQApplication::desktop</a>(). +<p> <p>See also <a href="#isTopLevel-prop">isTopLevel</a> and <a href="tqapplication.html#desktop">TQApplication::desktop</a>(). <p>Get this property's value with <a href="#isDesktop">isDesktop</a>(). <h3 class=fn>bool <a name="isDialog-prop"></a>isDialog</h3> @@ -2960,7 +2960,7 @@ receives mouse move events when at least one mouse button is pressed while the mouse is being moved. <p> If mouse tracking is enabled, the widget receives mouse move events even if no buttons are pressed. -<p> <p>See also <a href="#mouseMoveEvent">mouseMoveEvent</a>() and <a href="ntqapplication.html#setGlobalMouseTracking">TQApplication::setGlobalMouseTracking</a>(). +<p> <p>See also <a href="#mouseMoveEvent">mouseMoveEvent</a>() and <a href="tqapplication.html#setGlobalMouseTracking">TQApplication::setGlobalMouseTracking</a>(). <p>Set this property's value with <a href="#setMouseTracking">setMouseTracking</a>() and get this property's value with <a href="#hasMouseTracking">hasMouseTracking</a>(). <h3 class=fn>bool <a name="ownCursor-prop"></a>ownCursor</h3> @@ -2993,7 +2993,7 @@ widget), the default application palette. <a href="#paletteForegroundColor-prop">paletteForegroundColor</a> convenience properties to change a widget's background and foreground appearance only. -<p> <p>See also <a href="#ownPalette-prop">ownPalette</a>, <a href="#colorGroup-prop">colorGroup</a>, and <a href="ntqapplication.html#palette">TQApplication::palette</a>(). +<p> <p>See also <a href="#ownPalette-prop">ownPalette</a>, <a href="#colorGroup-prop">colorGroup</a>, and <a href="tqapplication.html#palette">TQApplication::palette</a>(). <p>Set this property's value with <a href="#setPalette">setPalette</a>(), get this property's value with <a href="#palette">palette</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>(). <h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="paletteBackgroundColor-prop"></a>paletteBackgroundColor</h3> @@ -3033,7 +3033,7 @@ and sets a modified <a href="tqpalette.html">TQPalette</a> with <a href="#setPal modified according to the widget's <em>background mode</em>. For example, if the background mode is <a href="tqt.html#BackgroundMode-enum">PaletteButton</a> the palette entry <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::ButtonText</a> is set to color. -<p> <p>See also <a href="#palette-prop">palette</a>, <a href="ntqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, <a href="#foregroundColor">foregroundColor</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, and <a href="#setEraseColor">setEraseColor</a>(). +<p> <p>See also <a href="#palette-prop">palette</a>, <a href="tqapplication.html#setPalette">TQApplication::setPalette</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, <a href="#foregroundColor">foregroundColor</a>(), <a href="#backgroundMode-prop">backgroundMode</a>, and <a href="#setEraseColor">setEraseColor</a>(). <p>Set this property's value with <a href="#setPaletteForegroundColor">setPaletteForegroundColor</a>(), get this property's value with <a href="#paletteForegroundColor">paletteForegroundColor</a>(), and reset this property's value with <a href="#unsetPalette">unsetPalette</a>(). <h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="pos-prop"></a>pos</h3> diff --git a/doc/html/tqwizard.html b/doc/html/tqwizard.html index fe4f42480..b1937308b 100644 --- a/doc/html/tqwizard.html +++ b/doc/html/tqwizard.html @@ -320,7 +320,7 @@ See the <a href="tqwizard.html#titleFont-prop">"titleFont"</a> property for deta <hr><h2>Property Documentation</h2> <h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> <p>This property holds the font used for page titles. -<p>The default is <a href="ntqapplication.html#font">TQApplication::font</a>(). +<p>The default is <a href="tqapplication.html#font">TQApplication::font</a>(). <p>Set this property's value with <a href="#setTitleFont">setTitleFont</a>() and get this property's value with <a href="#titleFont">titleFont</a>(). <!-- eof --> diff --git a/doc/html/tutorial1-01.html b/doc/html/tutorial1-01.html index db3221177..ffdff0b36 100644 --- a/doc/html/tutorial1-01.html +++ b/doc/html/tutorial1-01.html @@ -41,20 +41,20 @@ The picture above is a snapshot of this program. ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.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 ); <a href="tqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); hello.<a href="tqwidget.html#resize">resize</a>( 100, 30 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &hello ); hello.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -62,9 +62,9 @@ int main( int argc, char **argv ) <p> <h2> Line-by-line Walkthrough </h2> -<a name="1"></a><p> <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<a name="1"></a><p> <pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> </pre> -<p> This line includes the <a href="ntqapplication.html">TQApplication</a> class definition. There has to be +<p> This line includes the <a href="tqapplication.html">TQApplication</a> class definition. There has to be exactly one TQApplication object in every application that uses TQt. TQApplication manages various application-wide resources, such as the default font and cursor. @@ -76,7 +76,7 @@ mentions at the top which file needs to be included to use that class. <p> TQPushButton is a classical GUI push button that the user can press and release. It manages its own look and feel, like every other <a href="tqwidget.html">TQWidget</a>. A widget is a user interface object that can process user input and draw graphics. The programmer can change both the overall -<a href="ntqapplication.html#setStyle">look and feel</a> and many minor +<a href="tqapplication.html#setStyle">look and feel</a> and many minor properties of it (such as color), as well as the widget's content. A TQPushButton can show either a text or a <a href="tqpixmap.html">TQPixmap</a>. <p> <pre> int main( int argc, char **argv ) @@ -90,12 +90,12 @@ program about the user's actions via events. array of command-line arguments. This is a C/C++ feature. It is not specific to TQt; however, TQt needs to process these arguments (see following). -<p> <pre> <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); +<p> <pre> <a href="tqapplication.html">TQApplication</a> a( argc, argv ); </pre> -<p> <tt>a</tt> is this program's <a href="ntqapplication.html">TQApplication</a>. Here it is created and processes +<p> <tt>a</tt> is this program's <a href="tqapplication.html">TQApplication</a>. Here it is created and processes some of the command-line arguments (such as -display under X Window). Note that all command-line arguments recognized by TQt are removed from -<tt>argv</tt> (and <tt>argc</tt> is decremented accordingly). See the <a href="ntqapplication.html#argv">TQApplication::argv</a>() documentation for details. +<tt>argv</tt> (and <tt>argc</tt> is decremented accordingly). See the <a href="tqapplication.html#argv">TQApplication::argv</a>() documentation for details. <p> <strong>Note:</strong> It is essential that the TQApplication object be created before any window-system parts of TQt are used. <p> <pre> <a href="tqpushbutton.html">TQPushButton</a> hello( "Hello world!", 0 ); @@ -110,7 +110,7 @@ window, inside which the button should be located). <p> The button is set up to be 100 pixels wide and 30 pixels high (plus the window system frame). In this case we don't care about the button's position, and we accept the default value. -<p> <pre> <a name="x2284"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &hello ); +<p> <pre> <a name="x2284"></a> a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &hello ); </pre> <p> The push button is chosen as the main widget for the application. If the user closes a main widget, the application exits. @@ -119,7 +119,7 @@ the user closes a main widget, the application exits. </pre> <p> A widget is never visible when you create it. You must call show() to make it visible. -<p> <pre> <a name="x2283"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); +<p> <pre> <a name="x2283"></a> return a.<a href="tqapplication.html#exec">exec</a>(); </pre> <p> This is where main() passes control to TQt, and exec() will return when the application exits. diff --git a/doc/html/tutorial1-02.html b/doc/html/tutorial1-02.html index a4098da17..4acff99ac 100644 --- a/doc/html/tutorial1-02.html +++ b/doc/html/tutorial1-02.html @@ -41,24 +41,24 @@ now go on to make the application quit properly when the user tells it to. ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.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 ); <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", 0 ); quit.<a href="tqwidget.html#resize">resize</a>( 75, 30 ); quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &quit ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &quit ); quit.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -85,8 +85,8 @@ to set right size. </pre> <p> Here we choose a new font for the button, an 18-point bold font from the Times family. Note that we create the font on the spot. -<p> It is also possible to change the default font (using <a href="ntqapplication.html#setFont">TQApplication::setFont</a>()) for the whole application. -<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> It is also possible to change the default font (using <a href="tqapplication.html#setFont">TQApplication::setFont</a>()) for the whole application. +<p> <pre> <a name="x2291"></a><a name="x2290"></a><a name="x2288"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); </pre> <p> connect() is perhaps <em>the</em> most central feature of TQt. Note that connect() is a static function in <a href="tqobject.html">TQObject</a>. Do not confuse it diff --git a/doc/html/tutorial1-03.html b/doc/html/tutorial1-03.html index 3879630a0..a71239777 100644 --- a/doc/html/tutorial1-03.html +++ b/doc/html/tutorial1-03.html @@ -40,14 +40,14 @@ body { background: #ffffff; color: black; } ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="tqvbox-h.html">tqvbox.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 ); <a href="tqvbox.html">TQVBox</a> box; box.<a href="tqwidget.html#resize">resize</a>( 200, 120 ); @@ -55,12 +55,12 @@ int main( int argc, char **argv ) <a href="tqpushbutton.html">TQPushButton</a> quit( "Quit", &box ); quit.<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + TQObject::<a href="tqobject.html#connect">connect</a>( &quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), &a, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &box ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &box ); box.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> diff --git a/doc/html/tutorial1-04.html b/doc/html/tutorial1-04.html index 259eb436a..6c0980bfa 100644 --- a/doc/html/tutorial1-04.html +++ b/doc/html/tutorial1-04.html @@ -40,7 +40,7 @@ minimum and maximum sizes of a widget, and introduces widget names. ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -62,19 +62,19 @@ public: quit-><a href="tqwidget.html#setGeometry">setGeometry</a>( 62, 40, 75, 30 ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</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 ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 200, 120 ); - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -131,7 +131,7 @@ when you choose to, the child will automatically tell TQt about its imminent death.) <p> The setGeometry() call does the same as move() and resize() did in the previous chapters. -<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +<p> <pre> <a name="x2306"></a><a name="x2304"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); } </pre> <p> Because the MyWidget class doesn't know about the application object, it @@ -144,13 +144,13 @@ so TQt offers an alias, tqApp, for the cases in which a component such as MyWidget needs to talk to the application object. <p> <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 200, 120 ); - <a name="x2305"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + <a name="x2305"></a> a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); <a name="x2309"></a> w.<a href="tqwidget.html#show">show</a>(); - <a name="x2303"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); + <a name="x2303"></a> return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> <p> Here we instantiate our new child, set it to be the main widget, and diff --git a/doc/html/tutorial1-05.html b/doc/html/tutorial1-05.html index 046178b0e..2c1f23534 100644 --- a/doc/html/tutorial1-05.html +++ b/doc/html/tutorial1-05.html @@ -40,7 +40,7 @@ by using signals and slots, and how to handle resize events. ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> @@ -61,7 +61,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqlcdnumber.html">TQLCDNumber</a> *lcd = new <a href="tqlcdnumber.html">TQLCDNumber</a>( 2, this, "lcd" ); @@ -74,12 +74,12 @@ public: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -87,7 +87,7 @@ int main( int argc, char **argv ) <p> <h2> Line-by-line Walkthrough </h2> -<a name="1"></a><p> <pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<a name="1"></a><p> <pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> diff --git a/doc/html/tutorial1-06.html b/doc/html/tutorial1-06.html index 1249d3260..37570a1da 100644 --- a/doc/html/tutorial1-06.html +++ b/doc/html/tutorial1-06.html @@ -42,7 +42,7 @@ widget as a child widget. ** ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqslider-h.html">tqslider.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> @@ -79,7 +79,7 @@ public: <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); <a href="tqgrid.html">TQGrid</a> *grid = new <a href="tqgrid.html">TQGrid</a>( 4, this ); @@ -90,12 +90,12 @@ public: int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); MyWidget w; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w ); w.<a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> @@ -138,7 +138,7 @@ is renamed. <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); <a name="x2328"></a> quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); - <a name="x2321"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + <a name="x2321"></a> <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); </pre> <p> The push button that used to be in what is now LCDRange has been separated so that we can have one "Quit" button and many LCDRange diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index bc6e08409..06c845c60 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -62,7 +62,7 @@ Until now, it has been fixed at 0..99. <p> <pre> void LCDRange::setRange( int minVal, int maxVal ) { if ( minVal < 0 || maxVal > 99 || minVal > maxVal ) { - <a href="ntqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" + <a href="tqapplication.html#qWarning">tqWarning</a>( "LCDRange::setRange(%d,%d)\n" "\tRange must be 0..99\n" "\tand minVal must not be greater than maxVal", minVal, maxVal ); @@ -76,10 +76,10 @@ have set up the <a href="tqlcdnumber.html">TQLCDNumber</a> to always display two limit the possible range of <tt>minVal</tt> and <tt>maxVal</tt> to 0..99 to avoid overflow of the TQLCDNumber. (We could have allowed values down to -9 but chose not to.) If the arguments are illegal, we use TQt's -<a href="ntqapplication.html#qWarning">tqWarning</a>() function to issue a warning to the user and return +<a href="tqapplication.html#qWarning">tqWarning</a>() function to issue a warning to the user and return immediately. tqWarning() is a printf-like function that by default sends its output to <tt>stderr</tt>. If you want, you can install your own handler -function using <a href="ntqapplication.html#qInstallMsgHandler">::qInstallMsgHandler</a>(). +function using <a href="tqapplication.html#qInstallMsgHandler">::qInstallMsgHandler</a>(). <p> <h3> <a href="t8-cannon-h.html">t8/cannon.h</a> </h3> <a name="1-3"></a><p> CannonField is a new custom widget that knows how to display itself. diff --git a/doc/html/tutorial1-09.html b/doc/html/tutorial1-09.html index af90e0f10..65f2d73e9 100644 --- a/doc/html/tutorial1-09.html +++ b/doc/html/tutorial1-09.html @@ -113,12 +113,12 @@ this time. <pre> int main( int argc, char **argv ) { - <a name="x2347"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a name="x2347"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); </pre> <p> We tell TQt that we want a different color-allocation strategy for this program. There is no single correct color-allocation strategy. Because -this program uses an unusual yellow but not many colors, <tt>CustomColor</tt> is best. There are several other allocation strategies; you can read about them in the <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() +this program uses an unusual yellow but not many colors, <tt>CustomColor</tt> is best. There are several other allocation strategies; you can read about them in the <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() documentation. <p> Mostly you can ignore this, since the default is good. Occasionally some applications with unusual color use look bad; changing the diff --git a/doc/html/tutorial1-14.html b/doc/html/tutorial1-14.html index 39f17821d..fdf985631 100644 --- a/doc/html/tutorial1-14.html +++ b/doc/html/tutorial1-14.html @@ -225,7 +225,7 @@ key Ctrl+Q is pressed. Because Enter is sometimes Return and there are even keyboards with <em>both</em> keys, we make both Enter and Return invoke fire(). <p> <pre> accel-><a href="tqaccel.html#connectItem">connectItem</a>( accel-><a href="tqaccel.html#insertItem">insertItem</a>( CTRL+Key_Q ), - tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); + tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) ); </pre> <p> And then we set up Ctrl+Q to do the same thing as Alt+Q. Some people are more used to Ctrl+Q (and anyway it shows how do do it). diff --git a/doc/html/tutorial2-03.html b/doc/html/tutorial2-03.html index 8837886ce..bbf7be7a0 100644 --- a/doc/html/tutorial2-03.html +++ b/doc/html/tutorial2-03.html @@ -135,7 +135,7 @@ with the isValid() function. <pre> double Element::proX( int index ) const { - <a href="ntqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); + <a href="tqapplication.html#Q_ASSERT">Q_ASSERT</a>(index >= 0 && index < MAX_PROPOINTS); return m_propoints[2 * index]; } </pre> diff --git a/doc/html/tutorial2-04.html b/doc/html/tutorial2-04.html index 240225db5..5a0a850fc 100644 --- a/doc/html/tutorial2-04.html +++ b/doc/html/tutorial2-04.html @@ -35,29 +35,29 @@ body { background: #ffffff; color: black; } <p> (<tt>main.cpp</tt>.) <p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "chartform.h" int main( int argc, char *argv[] ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); <a href="tqstring.html">TQString</a> filename; - <a name="x2557"></a> if ( app.<a href="ntqapplication.html#argc">argc</a>() > 1 ) { - <a name="x2558"></a> filename = app.<a href="ntqapplication.html#argv">argv</a>()[1]; + <a name="x2557"></a> if ( app.<a href="tqapplication.html#argc">argc</a>() > 1 ) { + <a name="x2558"></a> filename = app.<a href="tqapplication.html#argv">argv</a>()[1]; <a name="x2561"></a> if ( !filename.<a href="tqstring.html#endsWith">endsWith</a>( ".cht" ) ) filename = <a href="tqstring.html#TQString-null">TQString::null</a>; } ChartForm *cf = new ChartForm( filename ); - <a name="x2560"></a> app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( cf ); + <a name="x2560"></a> app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( cf ); cf-><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> <p> We have kept the main() function simple and small. We create a -<a href="ntqapplication.html">TQApplication</a> object and pass it the command line arguments. We are +<a href="tqapplication.html">TQApplication</a> object and pass it the command line arguments. We are allowing users to invoke the program with <tt>chart mychart.cht</tt>, so if they've added a filename we pass that through to the chart form constructor. Most of the action takes place within the chart form diff --git a/doc/html/tutorial2-05.html b/doc/html/tutorial2-05.html index 731d8f359..ac2f6ec51 100644 --- a/doc/html/tutorial2-05.html +++ b/doc/html/tutorial2-05.html @@ -498,7 +498,7 @@ item id. { if ( okToClear() ) { saveOptions(); - tqApp-><a href="ntqapplication.html#exit">exit</a>( 0 ); + tqApp-><a href="tqapplication.html#exit">exit</a>( 0 ); } } </pre> diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 433b49c0a..43061cd4d 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -215,7 +215,7 @@ Mac/Platinum look and feel. | TQPlatinumStyle Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar. | TQMainWindow Maintains the list of widgets in the focus chain. | TQFocusData Manages and lays out TQDockWindows. | TQDockArea -Manages the GUI application's control flow and main settings. | QApplication +Manages the GUI application's control flow and main settings. | TQApplication Manages the event queue. | TQEventLoop Manipulates the fields in SQL database tables and views. | TQSqlField Maps open-standard MIME to Mac flavors. | TQMacMime diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index ec2513b64..1781ddeeb 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -104,7 +104,7 @@ protected slots: #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqvalidator-h.html">tqvalidator.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> <a name="f182"></a>Wizard::Wizard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwizard.html">TQWizard</a>( parent, name, TRUE ) @@ -327,11 +327,11 @@ void <a name="f187"></a>Wizard::dataChanged( const <a href="tqstring.html">TQStr *****************************************************************************/ #include "wizard.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); Wizard wizard; wizard.<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Wizard"); diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index e726e445e..e89fdc806 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -50,7 +50,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqvalidator-h.html">tqvalidator.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> <a name="f3"></a>Wizard::Wizard( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="tqwizard.html">TQWizard</a>( parent, name, TRUE ) diff --git a/doc/html/xform-example.html b/doc/html/xform-example.html index 83d684498..f877b8346 100644 --- a/doc/html/xform-example.html +++ b/doc/html/xform-example.html @@ -46,7 +46,7 @@ arbitrarily. ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqdialog-h.html">tqdialog.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> @@ -326,7 +326,7 @@ void <a name="f403"></a>XFormControl::changeMode(int m) else rb_pic-><a href="tqradiobutton.html#setChecked">setChecked</a>(TRUE); } -<a name="x1217"></a> tqApp-><a href="ntqapplication.html#flushX">flushX</a>(); +<a name="x1217"></a> tqApp-><a href="tqapplication.html#flushX">flushX</a>(); } <a name="f388"></a>ShowXForm::ShowXForm( const <a href="tqfont.html">TQFont</a> &initialFont, @@ -533,14 +533,14 @@ void <a name="f395"></a>XFormCenter::newMode( int m ) int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); XFormCenter *xfc = new XFormCenter; - a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( xfc ); + a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( xfc ); xfc-><a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - XForm"); xfc-><a href="tqwidget.html#show">show</a>(); - return a.<a href="ntqapplication.html#exec">exec</a>(); + return a.<a href="tqapplication.html#exec">exec</a>(); } #include "xform.moc" // include metadata generated by the <a href="tqmoc.html#tqmoc">tqmoc</a> diff --git a/doc/html/xml-sax-features-walkthrough.html b/doc/html/xml-sax-features-walkthrough.html index fd61011d2..7b8241de0 100644 --- a/doc/html/xml-sax-features-walkthrough.html +++ b/doc/html/xml-sax-features-walkthrough.html @@ -55,7 +55,7 @@ namespace URIs. <p> Let's begin with the main program of the application. First the boring part: we include all the classes we need: <p> <pre> #include "structureparser.h" - #include <<a href="qapplication-h.html">ntqapplication.h</a>> + #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqxml-h.html">tqxml.h</a>> #include <<a href="tqlistview-h.html">tqlistview.h</a>> @@ -67,7 +67,7 @@ part: we include all the classes we need: the XML parser that we implement in <a href="#structureparser.cpp">structureparser.cpp.</a> <p> <pre> int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); + <a href="tqapplication.html">TQApplication</a> app( argc, argv ); </pre> <p> As usual we then create a TQt application object and hand command line arguments over to it. @@ -176,9 +176,9 @@ FALSE and <em>http://xml.org/sax/features/namespace-prefixes</em> TRUE. </pre> <p> The second row of the <em>container</em> grid is filled with three labels denoting the reader settings that belong to the above listview. -<p> <pre> app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( container ); +<p> <pre> app.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( container ); container-><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> <p> Same procedure as with every TQt GUI program: the grid serves as the diff --git a/doc/html/y2k.html b/doc/html/y2k.html index cd53502f0..e105f62c7 100644 --- a/doc/html/y2k.html +++ b/doc/html/y2k.html @@ -56,7 +56,7 @@ not deal with years or leap days at all. seconds or milliseconds, and is thus Year 2000 Compliant. <p> This applies to the above four classes and also to <a href="tqfiledialog.html">TQFileDialog</a> (which can sort files by time/date), <a href="tqfileinfo.html">TQFileInfo</a> (which operates on -file times/dates) and <a href="ntqapplication.html">TQApplication</a> (which does various internal +file times/dates) and <a href="tqapplication.html">TQApplication</a> (which does various internal housekeeping tasks). <p> The conversion to <tt>year/month/date</tt> format in TQDate (and TQDateTime) has been verified to be correct for all of December 31, |