diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/html/qwerty-example.html | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip |
Automated update from qt3
Diffstat (limited to 'doc/html/qwerty-example.html')
-rw-r--r-- | doc/html/qwerty-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index c1b4413da..6f356d8ce 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -153,7 +153,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; #endif file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Close", this, SLOT(<a href="ntqwidget.html#close">close</a>()),ALT+Key_W ); -<a name="x358"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Quit", qApp, SLOT(<a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>()), ALT+Key_Q ); +<a name="x358"></a> file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Quit", tqApp, SLOT(<a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>()), ALT+Key_Q ); <a name="x386"></a> <a href="ntqobject.html#connect">connect</a>( save_as, SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, SLOT(saveAsEncoding(int)) ); <a href="ntqobject.html#connect">connect</a>( open_as, SIGNAL(<a href="ntqpopupmenu.html#activated">activated</a>(int)), this, SLOT(openAsEncoding(int)) ); @@ -231,8 +231,8 @@ void <a name="f236"></a>Editor::rebuildCodecList() void <a name="f237"></a>Editor::newDoc() { Editor *ed = new Editor; - if ( qApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().width() < 450 - || qApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().height() < 450 ) { + if ( tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().width() < 450 + || tqApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().height() < 450 ) { <a name="x413"></a> ed-><a href="ntqwidget.html#showMaximized">showMaximized</a>(); } else { ed-><a href="ntqwidget.html#resize">resize</a>( 400, 400 ); @@ -476,8 +476,8 @@ int main( int argc, char **argv ) <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); -<a name="x414"></a> bool isSmall = qApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().width() < 450 - || qApp-><a href="ntqapplication.html#desktop">desktop</a>()->size().height() < 450; +<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; int i; for ( i= argc <= 1 ? 0 : 1; i<argc; i++ ) { |