diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:46:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:46:30 +0900 |
commit | 69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch) | |
tree | 7b133311a4d5e5394f2612dced305f815c04847b /doc/html | |
parent | e07baa10b7b8e7105e02a621efadac67216c61ed (diff) | |
download | tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html')
217 files changed, 853 insertions, 853 deletions
diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index ab874cfcd..2c36c44a3 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -824,7 +824,7 @@ void <a name="f653"></a>Main::addMesh() int rows = h / dist; int cols = w / dist; -#ifndef QT_NO_PROGRESSDIALOG +#ifndef TQT_NO_PROGRESSDIALOG <a href="ntqprogressdialog.html">TQProgressDialog</a> progress( "Creating mesh...", "Abort", rows, this, "progress", TRUE ); #endif @@ -858,13 +858,13 @@ void <a name="f653"></a>Main::addMesh() el-><a href="qcanvasitem.html#show">show</a>(); } lastRow[n-1]=prev; -#ifndef QT_NO_PROGRESSDIALOG +#ifndef TQT_NO_PROGRESSDIALOG <a name="x2946"></a> progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( j ); <a name="x2947"></a> if ( progress.<a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() ) break; #endif } -#ifndef QT_NO_PROGRESSDIALOG +#ifndef TQT_NO_PROGRESSDIALOG progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( rows ); #endif // tqDebug( "%d nodes, %d edges", nodecount, EdgeItem::count() ); diff --git a/doc/html/debug.html b/doc/html/debug.html index 0747921ea..ccbecfb12 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -128,13 +128,13 @@ conditional, based on the state of various debugging flags: <tr bgcolor="#f0f0f0"> <td valign="top">QT_CHECK_RANGE <td valign="top">Check for variable range errors <tr bgcolor="#d0d0d0"> <td valign="top">QT_CHECK_NULL <td valign="top">Check for dangerous null pointers <tr bgcolor="#f0f0f0"> <td valign="top">QT_CHECK_MATH <td valign="top">Check for dangerous math, e.g. division by 0 -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_CHECK <td valign="top">Turn off all QT_CHECK_... flags +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_CHECK <td valign="top">Turn off all QT_CHECK_... flags <tr bgcolor="#f0f0f0"> <td valign="top">QT_DEBUG <td valign="top">Enable debugging code -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_DEBUG <td valign="top">Turn off QT_DEBUG flag +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_DEBUG <td valign="top">Turn off QT_DEBUG flag </table></center> <p> By default, both QT_DEBUG and all the QT_CHECK flags are on. To turn -off QT_DEBUG, define QT_NO_DEBUG. To turn off the QT_CHECK flags, -define QT_NO_CHECK. +off QT_DEBUG, define TQT_NO_DEBUG. To turn off the QT_CHECK flags, +define TQT_NO_CHECK. <p> Example: <pre> void f( char *p, int i ) diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 07f2c1126..9019f9efa 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -251,7 +251,7 @@ private: // If -- at compile time -- printer support will be disabled, // we won't set up printing functionality. -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER printer = new <a href="ntqprinter.html">TQPrinter</a>; @@ -274,7 +274,7 @@ private: // DrawView::~DrawView() { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER delete printer; #endif } diff --git a/doc/html/drawlines-example.html b/doc/html/drawlines-example.html index 2f96f4562..c41b5349c 100644 --- a/doc/html/drawlines-example.html +++ b/doc/html/drawlines-example.html @@ -165,7 +165,7 @@ int main( int argc, char **argv ) { <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); ConnectWidget connect; -#ifndef QT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build +#ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build connect.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Draw lines"); #endif a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &connect ); diff --git a/doc/html/emb-features.html b/doc/html/emb-features.html index 622c93654..ba76e2ec8 100644 --- a/doc/html/emb-features.html +++ b/doc/html/emb-features.html @@ -47,203 +47,203 @@ dependencies are expressed in <tt>ntqfeatures.h</tt>. <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Macro <th valign="top">Disables <th valign="top">Set automatically by <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Images (<a href="qimageio.html">TQImageIO</a>) -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_IMAGEIO_BMP +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_IMAGEIO_BMP <td valign="top">Microsoft Bitmap image file format. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_IMAGEIO_PPM +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_IMAGEIO_PPM <td valign="top">Portable Pixmap image file format. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_IMAGEIO_XBM +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_IMAGEIO_XBM <td valign="top">X11 Bitmap image file format. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_IMAGEIO_XPM +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_IMAGEIO_XPM <td valign="top">X11 Pixmap image file format. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_IMAGEIO_PNG +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_IMAGEIO_PNG <td valign="top">Portable Network Graphics image file format. <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Animation -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_ASYNC_IO +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_ASYNC_IO <td valign="top">Asynchronous I/O (<a href="ntqasyncio.html">TQAsyncIO</a>) <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_ASYNC_IMAGE_IO +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_ASYNC_IMAGE_IO <td valign="top">Asynchronous Image I/O and GIF image support (<a href="qimagedecoder.html">TQImageDecoder</a>, ...) <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_MOVIE +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_MOVIE <td valign="top">Animation support (<a href="ntqmovie.html">TQMovie</a>) -<td valign="top">QT_NO_ASYNC_IO, QT_NO_ASYNC_IMAGE_IO +<td valign="top">TQT_NO_ASYNC_IO, TQT_NO_ASYNC_IMAGE_IO <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Fonts -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_TRUETYPE +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_TRUETYPE <td valign="top">TrueType (TTF and TTC) font file format, only used by TQt/Embedded. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_BDF +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_BDF <td valign="top">Bitmap Distribution Format (BDF) font file format, only used by TQt/Embedded. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_FONTDATABASE +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_FONTDATABASE <td valign="top">Font database. <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> <a href="i18n.html#internationalization">Internationalization</a> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_I18N +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_I18N <td valign="top">Conversions between Unicode and 8-bit encodings. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_UNICODETABLES +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_UNICODETABLES <td valign="top">Large tables defining such things as upper and lowercase conversions for all Unicode characters. <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> MIME -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_MIME +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_MIME <td valign="top">Multipurpose Internet Mail Extensions, an Internet standard for encoding and tagging typed data (eg. text, images, colors) (<a href="qmimesource.html">TQMimeSource</a>) <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_RICHTEXT +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_RICHTEXT <td valign="top">HTML-like text (<a href="ntqstylesheet.html">TQStyleSheet</a>, <a href="ntqlabel.html">TQLabel</a>) -<td valign="top">QT_NO_MIME -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_DRAGANDDROP +<td valign="top">TQT_NO_MIME +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_DRAGANDDROP <td valign="top">Drag-and-drop data between applications (<a href="ntqdragobject.html">TQDragObject</a>) -<td valign="top">QT_NO_MIME -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_CLIPBOARD +<td valign="top">TQT_NO_MIME +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_CLIPBOARD <td valign="top">Cut-and-paste data between applications (<a href="ntqclipboard.html">TQClipboard</a>) -<td valign="top">QT_NO_MIME +<td valign="top">TQT_NO_MIME <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Sound -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_SOUND +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_SOUND <td valign="top">Playing audio files (<a href="ntqsound.html">TQSound</a>) <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Scripting -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PROPERTIES +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_PROPERTIES <td valign="top">Scripting TQt-based applications. <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> TQt/Embedded-specific -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_QWS_CURSOR +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_QWS_CURSOR <td valign="top">The cursor sprite on TQt/Embedded. Pen-operated devices would not normally need this feature. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_QWS_DEPTH_8GRAYSCALE +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_QWS_DEPTH_8GRAYSCALE <td valign="top" colspan="1" rowspan="1"> 8 bits per pixel: 256 levels of gray. Incompatible with TQWS_DEPTH_8. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_QWS_DEPTH_8 +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_QWS_DEPTH_8 <td valign="top" colspan="1" rowspan="1"> 8 bits per pixel: 216-color cube with 40 auxiliary colors. Incompatible with TQWS_DEPTH_8GRAYSCALE. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_QWS_DEPTH_15 +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_QWS_DEPTH_15 <td valign="top" colspan="1" rowspan="1"> 15 bits per pixel: 32 levels for each of red, green and blue. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_QWS_DEPTH_16 +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_QWS_DEPTH_16 <td valign="top" colspan="1" rowspan="1"> 16 bits per pixel: 64 levels of green, 32 levels for red and for blue. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_QWS_DEPTH_32 +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_QWS_DEPTH_32 <td valign="top" colspan="1" rowspan="1"> 32 bits per pixel: 256 levels for each of red, green and blue. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_QWS_MACH64 +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_QWS_MACH64 <td valign="top">Mach64 accelerated driver (demonstration only). <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_QWS_VFB +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_QWS_VFB <td valign="top">Virtual framebuffer running on X11 (see reference documentation). <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Networking -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_NETWORKPROTOCOL +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_NETWORKPROTOCOL <td valign="top">Abstract multi-protocol data retrieval, with local file retrieval included (<a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>) <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_NETWORKPROTOCOL_FTP +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_NETWORKPROTOCOL_FTP <td valign="top">FTP-protocol data retrieval. -<td valign="top">QT_NO_NETWORKPROTOCOL -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_NETWORKPROTOCOL_HTTP +<td valign="top">TQT_NO_NETWORKPROTOCOL +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_NETWORKPROTOCOL_HTTP <td valign="top">HTTP-protocol data retrieval. -<td valign="top">QT_NO_NETWORKPROTOCOL +<td valign="top">TQT_NO_NETWORKPROTOCOL <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Painting/drawing -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_COLORNAMES +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_COLORNAMES <td valign="top">Color names such as "red", used by some <a href="ntqcolor.html">TQColor</a> constructors and by some HTML documents (<a href="ntqcolor.html">TQColor</a>, <a href="ntqstylesheet.html">TQStyleSheet</a>) <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TRANSFORMATIONS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_TRANSFORMATIONS <td valign="top">Used by a number of classes in TQt. With this, rotation and scaling are possible. Without it you can only do coordinate translation (<a href="ntqwmatrix.html">TQWMatrix</a>) <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PSPRINTER +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_PSPRINTER <td valign="top">PostScript printer support. <td valign="top"> -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_PRINTER +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_PRINTER <td valign="top">Printer support (<a href="ntqprinter.html">TQPrinter</a>) -<td valign="top">QT_NO_PSPRINTER (Unix only) -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PICTURE +<td valign="top">TQT_NO_PSPRINTER (Unix only) +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_PICTURE <td valign="top">Save TQt drawing commands to a files (<a href="ntqpicture.html">TQPicture</a>) <td valign="top"> <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Widgets -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_WIDGETS <td valign="top">Disabling this disables all widgets except <a href="ntqwidget.html">TQWidget</a>. <td valign="top"> -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_TEXTVIEW +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_TEXTVIEW <td valign="top">HTML document viewing (<a href="ntqtextview.html">TQTextView</a>) -<td valign="top">QT_NO_WIDGETS, QT_NO_RICHTEXT -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TEXTBROWSER +<td valign="top">TQT_NO_WIDGETS, TQT_NO_RICHTEXT +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_TEXTBROWSER <td valign="top">HTML document browsing (<a href="ntqtextbrowser.html">TQTextBrowser</a>) -<td valign="top">QT_NO_TEXTVIEW -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_ICONVIEW +<td valign="top">TQT_NO_TEXTVIEW +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_ICONVIEW <td valign="top">Labelled icons (<a href="ntqiconview.html">TQIconView</a>) -<td valign="top">QT_NO_WIDGETS, QT_NO_DRAGANDDROP -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_LISTVIEW +<td valign="top">TQT_NO_WIDGETS, TQT_NO_DRAGANDDROP +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_LISTVIEW <td valign="top">Lists of information (<a href="ntqlistview.html">TQListView</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_CANVAS +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_CANVAS <td valign="top">Object canvas (<a href="ntqcanvas.html">TQCanvas</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_DIAL +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_DIAL <td valign="top">Value control (<a href="ntqdial.html">TQDial</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_WORKSPACE +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_WORKSPACE <td valign="top">MDI (Multiple Document Interface) (<a href="ntqworkspace.html">TQWorkspace</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_LCDNUMBER +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_LCDNUMBER <td valign="top">LCD-like number display (<a href="ntqlcdnumber.html">TQLCDNumber</a>) -<td valign="top">QT_NO_WIDGETS +<td valign="top">TQT_NO_WIDGETS <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> GUI Styles -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_WINDOWS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_STYLE_WINDOWS <td valign="top">Microsoft Windows style (<a href="ntqwindowsstyle.html">TQWindowsStyle</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_MOTIF +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_STYLE_MOTIF <td valign="top">OSF <a href="motif-extension.html#Motif">Motif</a> style (<a href="ntqmotifstyle.html">TQMotifStyle</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_CDE +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_STYLE_CDE <td valign="top">Open Group CDE style (<a href="ntqcdestyle.html">TQCDEStyle</a>) -<td valign="top">QT_NO_STYLE_MOTIF -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_AQUA +<td valign="top">TQT_NO_STYLE_MOTIF +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_STYLE_AQUA <td valign="top">MacOS X style (TQAquaStyle) -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_STYLE_PLATINUM +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_STYLE_PLATINUM <td valign="top">MacOS 9 style (<a href="ntqplatinumstyle.html">TQPlatinumStyle</a>) -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_STYLE_SGI +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_STYLE_SGI <td valign="top">SGI style (<a href="ntqsgistyle.html">TQSGIStyle</a>) -<td valign="top">QT_NO_STYLE_MOTIF +<td valign="top">TQT_NO_STYLE_MOTIF <tr bgcolor="#a2c511"> <th valign="top" colspan="3" rowspan="1"> Dialogs -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_DIALOGS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_DIALOGS <td valign="top">Disabling this disables all common dialogs <a href="ntqwidget.html">TQWidget</a>. -<td valign="top">QT_NO_WIDGETS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_FILEDIALOG +<td valign="top">TQT_NO_WIDGETS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_FILEDIALOG <td valign="top">The file selection dialog (<a href="ntqfiledialog.html">TQFileDialog</a>) -<td valign="top">QT_NO_DIALOGS, QT_NO_NETWORKPROTOCOL, QT_NO_LISTVIEW -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_FONTDIALOG +<td valign="top">TQT_NO_DIALOGS, TQT_NO_NETWORKPROTOCOL, TQT_NO_LISTVIEW +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_FONTDIALOG <td valign="top">The font selection dialog (<a href="ntqfontdialog.html">TQFontDialog</a>) -<td valign="top">QT_NO_DIALOGS, QT_NO_FONTDATABASE -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_COLORDIALOG +<td valign="top">TQT_NO_DIALOGS, TQT_NO_FONTDATABASE +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_COLORDIALOG <td valign="top">The color selection dialog (<a href="ntqcolordialog.html">TQColorDialog</a>) -<td valign="top">QT_NO_DIALOGS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_INPUTDIALOG +<td valign="top">TQT_NO_DIALOGS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_INPUTDIALOG <td valign="top">Text input dialog (<a href="ntqinputdialog.html">TQInputDialog</a>) -<td valign="top">QT_NO_DIALOGS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_MESSAGEBOX +<td valign="top">TQT_NO_DIALOGS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_MESSAGEBOX <td valign="top">Message/prompting dialog (<a href="ntqmessagebox.html">TQMessageBox</a>) -<td valign="top">QT_NO_DIALOGS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_PROGRESSDIALOG +<td valign="top">TQT_NO_DIALOGS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_PROGRESSDIALOG <td valign="top">Long-computation progress dialog (<a href="ntqprogressdialog.html">TQProgressDialog</a>) -<td valign="top">QT_NO_DIALOGS -<tr bgcolor="#d0d0d0"> <td valign="top">QT_NO_TABDIALOG +<td valign="top">TQT_NO_DIALOGS +<tr bgcolor="#d0d0d0"> <td valign="top">TQT_NO_TABDIALOG <td valign="top">Tabbed-pages dialog (<a href="ntqtabdialog.html">TQTabDialog</a>) -<td valign="top">QT_NO_DIALOGS -<tr bgcolor="#f0f0f0"> <td valign="top">QT_NO_WIZARD +<td valign="top">TQT_NO_DIALOGS +<tr bgcolor="#f0f0f0"> <td valign="top">TQT_NO_WIZARD <td valign="top">Multi-step dialog (<a href="ntqwizard.html">TQWizard</a>) -<td valign="top">QT_NO_DIALOGS +<td valign="top">TQT_NO_DIALOGS </table></center> <p> <!-- eof --> diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 2d20c3128..0cb176c57 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -212,7 +212,7 @@ int main( int argc, char **argv ) if ( s.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) s = "Hello, World"; Hello h( s ); -#ifndef QT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build +#ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build h.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt says hello" ); #endif TQObject::<a href="ntqobject.html#connect">connect</a>( &h, SIGNAL(clicked()), &a, SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 190056972..33bed5d9b 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -326,7 +326,7 @@ void <a name="f355"></a>HelpWindow::aboutTQt() void <a name="f356"></a>HelpWindow::openFile() { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( <a href="ntqstring.html#TQString-null">TQString::null</a>, TQString::null, this ); if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) browser-><a href="ntqtextbrowser.html#setSource">setSource</a>( fn ); @@ -340,7 +340,7 @@ void <a name="f357"></a>HelpWindow::newWindow() void <a name="f358"></a>HelpWindow::print() { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER <a href="ntqprinter.html">TQPrinter</a> printer( TQPrinter::HighResolution ); <a name="x1006"></a> printer.<a href="ntqprinter.html#setFullPage">setFullPage</a>(TRUE); <a name="x1007"></a> if ( printer.<a href="ntqprinter.html#setup">setup</a>( this ) ) { diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 99e2894c8..9f74d1154 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -246,7 +246,7 @@ The macros expand to just the text (without the context). </pre> <p> If you disable the const char* to <a href="ntqstring.html">TQString</a> automatic conversion -by compiling your software with the macro QT_NO_CAST_ASCII +by compiling your software with the macro TQT_NO_CAST_ASCII defined, you'll be very likely to catch any strings you are missing. See <a href="ntqstring.html#fromLatin1">TQString::fromLatin1</a>() for more information. Disabling the conversion can make programming a bit cumbersome. diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 94cf3aafe..50684724d 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -195,7 +195,7 @@ const char * filePrintText = "Click this button to print the file you " = new <a href="ntqtoolbutton.html">TQToolButton</a>( saveIcon, "Save File", TQString::null, this, SLOT(save()), fileTools, "save file" ); -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER printer = new <a href="ntqprinter.html">TQPrinter</a>( TQPrinter::HighResolution ); <a href="ntqpixmap.html">TQPixmap</a> printIcon; @@ -225,7 +225,7 @@ const char * filePrintText = "Click this button to print the file you " file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Save &As...", this, SLOT(saveAs()) ); file-><a href="ntqmenudata.html#setWhatsThis">setWhatsThis</a>( id, fileSaveText ); -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); id = file-><a href="ntqmenudata.html#insertItem">insertItem</a>( printIcon, "&Print...", this, SLOT(print()), CTRL+Key_P ); @@ -262,7 +262,7 @@ const char * filePrintText = "Click this button to print the file you " ApplicationWindow::~ApplicationWindow() { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER delete printer; #endif } @@ -312,7 +312,7 @@ void <a name="f539"></a>ApplicationWindow::saveAs() void <a name="f540"></a>ApplicationWindow::print() { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER MDIWindow* m = (MDIWindow*)ws-><a href="ntqworkspace.html#activeWindow">activeWindow</a>(); if ( m ) m->print( printer ); @@ -520,7 +520,7 @@ void <a name="f550"></a>MDIWindow::saveAs() void <a name="f551"></a>MDIWindow::print( <a href="ntqprinter.html">TQPrinter</a>* printer) { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER int pageNo = 1; <a name="x2052"></a> if ( printer-><a href="ntqprinter.html#setup">setup</a>(this) ) { // printer dialog diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 4577524a8..f8e7cad9a 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -400,7 +400,7 @@ can also be accessed later with <tt>tqApp->argc()</tt> and <tt>tqApp->argv The documentation for <a href="#argv">argv</a>() contains a detailed description of how to process command line arguments. <p> TQt debugging options (not available if TQt was compiled with the -QT_NO_DEBUG flag defined): +TQT_NO_DEBUG flag defined): <ul> <li> -nograb, tells TQt that it must never grab the mouse or the keyboard. <li> -dograb (only under X11), running under a debugger can cause @@ -1996,7 +1996,7 @@ computer is truly weird (i.e. different endianness for 16 bit and error message. When <em>code</em> is -1 (the default), the system's last error code will be used if possible. Use this method to handle failures in platform specific API calls. -<p> This function does nothing when TQt is built with <tt>QT_NO_DEBUG</tt> +<p> This function does nothing when TQt is built with <tt>TQT_NO_DEBUG</tt> defined. <h3 class=fn>const char * <a name="qVersion"></a>tqVersion () diff --git a/doc/html/ntqstring.html b/doc/html/ntqstring.html index e8605bc65..06533f222 100644 --- a/doc/html/ntqstring.html +++ b/doc/html/ntqstring.html @@ -380,7 +380,7 @@ you change it using <a href="ntqtextcodec.html#setCodecForCStrings">TQTextCodec: <p> If <em>str</em> is 0, then a null string is created. <p> This is a cast constructor, but it is perfectly safe: converting a Latin-1 <tt>const char *</tt> to TQString preserves all the information. You -can disable this constructor by defining <tt>QT_NO_CAST_ASCII</tt> when +can disable this constructor by defining <tt>TQT_NO_CAST_ASCII</tt> when you compile your applications. You can also make TQString objects by using <a href="#setLatin1">setLatin1</a>(), <a href="#fromLatin1">fromLatin1</a>(), <a href="#fromLocal8Bit">fromLocal8Bit</a>(), and <a href="#fromUtf8">fromUtf8</a>(). Or whatever encoding is appropriate for the 8-bit data @@ -928,7 +928,7 @@ it is used to convert the string from 8-bit characters to Unicode. Otherwise, this function does the same as <a href="#fromLatin1">fromLatin1</a>(). <p> This is the same as the TQString(const char*) constructor, but you can make that constructor invisible if you compile with the define -<tt>QT_NO_CAST_ASCII</tt>, in which case you can explicitly create a +<tt>TQT_NO_CAST_ASCII</tt>, in which case you can explicitly create a TQString from 8-bit ASCII text using this function. <p> <pre> TQString str = TQString::<a href="#fromAscii">fromAscii</a>( "123456789", 5 ); diff --git a/doc/html/porting.html b/doc/html/porting.html index 58d1a0598..19f45c3e7 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -210,8 +210,8 @@ error messages on the UNIX console or the Windows debugging stream that were previously disabled, please check these macro variables: <p> <ul> <li> <tt>DEBUG</tt> becomes <tt>QT_DEBUG</tt> -<li> <tt>NO_DEBUG</tt> becomes <tt>QT_NO_DEBUG</tt> -<li> <tt>NO_CHECK</tt> becomes <tt>QT_NO_CHECK</tt> +<li> <tt>NO_DEBUG</tt> becomes <tt>TQT_NO_DEBUG</tt> +<li> <tt>NO_CHECK</tt> becomes <tt>TQT_NO_CHECK</tt> <li> <tt>CHECK_STATE</tt> becomes <tt>QT_CHECK_STATE</tt> <li> <tt>CHECK_RANGE</tt> becomes <tt>QT_CHECK_RANGE</tt> <li> <tt>CHECK_NULL</tt> becomes <tt>QT_CHECK_NULL</tt> diff --git a/doc/html/porting2.html b/doc/html/porting2.html index a41f4b4dd..f53af35de 100644 --- a/doc/html/porting2.html +++ b/doc/html/porting2.html @@ -213,9 +213,9 @@ This change has been made to avoid collisions with other namespaces. <p> <p> The GCF global typedef is removed (it was not used in TQt). <p> <h3><a name="DebugVsRelease">Debug vs. Release</a></h3> <p> <p>The Q_ASSERT macro is now a null expression if the QT_CHECK_STATE flag -is not set (i.e. if the QT_NO_CHECK flag is defined). +is not set (i.e. if the TQT_NO_CHECK flag is defined). <p> <p>The debug() function now outputs nothing if TQt was compiled with -the QT_NO_DEBUG macro defined. +the TQT_NO_DEBUG macro defined. <p> <h3><a name="TQString">TQString</a></h3> <p> <a href="ntqstring.html">TQString</a> has undergone major changes internally, and although it is highly backward compatible, it is worth studying in detail when porting to TQt 2.x. diff --git a/doc/html/qaccel-h.html b/doc/html/qaccel-h.html index 001e2a479..04df7eed4 100644 --- a/doc/html/qaccel-h.html +++ b/doc/html/qaccel-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqkeysequence.h" #endif // QT_H -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL class TQAccelPrivate; @@ -142,7 +142,7 @@ private: friend class TQAccelManager; }; -#endif // QT_NO_ACCEL +#endif // TQT_NO_ACCEL #endif // TQACCEL_H </pre> <!-- eof --> diff --git a/doc/html/qaction-h.html b/doc/html/qaction-h.html index 7d02afa73..11a06f9e4 100644 --- a/doc/html/qaction-h.html +++ b/doc/html/qaction-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqkeysequence.h" #endif // QT_H -#ifndef QT_NO_ACTION +#ifndef TQT_NO_ACTION class TQActionPrivate; class TQActionGroupPrivate; @@ -104,14 +104,14 @@ class Q_EXPORT TQAction : public TQObject TQ_PROPERTY( TQString toolTip READ toolTip WRITE setToolTip ) TQ_PROPERTY( TQString statusTip READ statusTip WRITE setStatusTip ) TQ_PROPERTY( TQString whatsThis READ whatsThis WRITE setWhatsThis ) -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQ_PROPERTY( TQKeySequence accel READ accel WRITE setAccel ) #endif TQ_PROPERTY( bool visible READ isVisible WRITE setVisible ) public: TQAction( TQObject* parent, const char* name = 0 ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQAction( const TQString& menuText, TQKeySequence accel, TQObject* parent, const char* name = 0 ); TQAction( const TQIconSet& icon, const TQString& menuText, TQKeySequence accel, @@ -137,7 +137,7 @@ public: TQString statusTip() const; virtual void setWhatsThis( const TQString& ); TQString whatsThis() const; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL virtual void setAccel( const TQKeySequence& key ); TQKeySequence accel() const; #endif diff --git a/doc/html/qapplication-h.html b/doc/html/qapplication-h.html index b812dfbbc..0b0844967 100644 --- a/doc/html/qapplication-h.html +++ b/doc/html/qapplication-h.html @@ -123,7 +123,7 @@ public: Type type() const; -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE static TQStyle &style(); static void setStyle( TQStyle* ); static TQStyle* setStyle( const TQString& ); @@ -137,14 +137,14 @@ public: enum ColorSpec { NormalColor=0, CustomColor=1, ManyColor=2 }; static int colorSpec(); static void setColorSpec( int ); -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR static TQCursor *overrideCursor(); static void setOverrideCursor( const TQCursor &, bool replace=FALSE ); static void restoreOverrideCursor(); #endif static bool hasGlobalMouseTracking(); static void setGlobalMouseTracking( bool enable ); -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE static TQPalette palette( const TQWidget* = 0 ); static void setPalette( const TQPalette &, bool informWidgets=FALSE, const char* className = 0 ); @@ -165,7 +165,7 @@ public: static TQWidget *activePopupWidget(); static TQWidget *activeModalWidget(); -#ifndef QT_NO_CLIPBOARD +#ifndef TQT_NO_CLIPBOARD static TQClipboard *clipboard(); #endif TQWidget *focusWidget() const; @@ -205,7 +205,7 @@ public: static void beep(); #ifndef TQT_NO_TRANSLATION -# ifndef QT_NO_TEXTCODEC +# ifndef TQT_NO_TEXTCODEC void setDefaultCodec( TQTextCodec * ); TQTextCodec* defaultCodec() const; # endif @@ -217,11 +217,11 @@ public: const char * key, const char * comment = 0, Encoding encoding = DefaultCodec ) const; -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR TQString applicationDirPath(); TQString applicationFilePath(); #endif -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE // obsolete functions static void setWinStyleHighlightColor( const TQColor &c ) { TQPalette p( palette() ); @@ -240,19 +240,19 @@ public: static void setDoubleClickInterval( int ); static int doubleClickInterval(); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT static void setWheelScrollLines( int ); static int wheelScrollLines(); #endif static void setGlobalStrut( const TQSize & ); static TQSize globalStrut(); -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT static void setLibraryPaths( const TQStringList & ); static TQStringList libraryPaths(); static void addLibraryPath( const TQString & ); static void removeLibraryPath( const TQString & ); -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT static void setStartDragTime( int ms ); static int startDragTime(); static void setStartDragDistance( int l ); @@ -286,7 +286,7 @@ public: Returns true if the process is GUI server */ bool qwsIsGUIServer(); -#ifndef QT_NO_QWS_MANAGER +#ifndef TQT_NO_QWS_MANAGER static TQWSDecoration &qwsDecoration(); static void qwsSetDecoration( TQWSDecoration *); #endif @@ -302,7 +302,7 @@ public: static void winMouseButtonUp(); #endif -#ifndef QT_NO_SESSIONMANAGER +#ifndef TQT_NO_SESSIONMANAGER // session management bool isSessionRestored() const; TQString sessionId() const; @@ -377,11 +377,11 @@ private: int quit_code; static TQStyle *app_style; static int app_cspec; -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE static TQPalette *app_pal; #endif static TQFont *app_font; -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR static TQCursor *app_cursor; #endif static TQEventLoop* eventloop; @@ -410,18 +410,18 @@ private: static bool metaComposeUnicode; TQValueList<TQTranslator*> *translators; -#ifndef QT_NO_SESSIONMANAGER +#ifndef TQT_NO_SESSIONMANAGER TQSessionManager *session_manager; TQString session_id; static TQString* session_key; bool is_session_restored; #endif -#if defined(Q_WS_X11) && !defined (QT_NO_STYLE ) +#if defined(Q_WS_X11) && !defined (TQT_NO_STYLE ) static void x11_initialize_style(); #endif static TQSize app_strut; -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT static TQStringList *app_libpaths; #endif static TQAsciiDict<TQPalette> *app_palettes; @@ -475,7 +475,7 @@ inline void TQApplication::setArgs(int c, char **v) } #endif -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR inline TQCursor *TQApplication::overrideCursor() { return app_cursor; @@ -510,7 +510,7 @@ inline bool TQApplication::inPopupMode() const { return popupWidgets != 0; } -#ifndef QT_NO_SESSIONMANAGER +#ifndef TQT_NO_SESSIONMANAGER inline bool TQApplication::isSessionRestored() const { return is_session_restored; @@ -542,7 +542,7 @@ inline bool TQApplication::sendSpontaneousEvent( TQObject *receiver, TQEvent *ev inline TQString TQApplication::translate( const char *, const char *sourceText, const char *, Encoding encoding ) const { -#ifndef QT_NO_TEXTCODEC +#ifndef TQT_NO_TEXTCODEC if ( encoding == UnicodeUTF8 ) return TQString::fromUtf8( sourceText ); else diff --git a/doc/html/qasyncimageio-h.html b/doc/html/qasyncimageio-h.html index 99783715f..9c76aa4e4 100644 --- a/doc/html/qasyncimageio-h.html +++ b/doc/html/qasyncimageio-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqimage.h" #endif // QT_H -#ifndef QT_NO_ASYNC_IMAGE_IO +#ifndef TQT_NO_ASYNC_IMAGE_IO #if __GNUC__ - 0 > 3 #pragma GCC system_header @@ -142,7 +142,7 @@ private: TQImageDecoderPrivate *d; }; -#endif // QT_NO_ASYNC_IMAGE_IO +#endif // TQT_NO_ASYNC_IMAGE_IO #endif // TQASYNCIMAGEIO_H </pre> diff --git a/doc/html/qasyncio-h.html b/doc/html/qasyncio-h.html index 627fae60e..845733896 100644 --- a/doc/html/qasyncio-h.html +++ b/doc/html/qasyncio-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqtimer.h" #endif // QT_H -#ifndef QT_NO_ASYNC_IO +#ifndef TQT_NO_ASYNC_IO class TQIODevice; @@ -151,7 +151,7 @@ private slots: void tryToPump(); }; -#endif // QT_NO_ASYNC_IO +#endif // TQT_NO_ASYNC_IO #endif </pre> diff --git a/doc/html/qaxbase-h.html b/doc/html/qaxbase-h.html index a03cd20f3..d1a91eda7 100644 --- a/doc/html/qaxbase-h.html +++ b/doc/html/qaxbase-h.html @@ -172,7 +172,7 @@ inline TQString TQAxBase::generateDocumentation() return qax_generateDocumentation(this, d); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM inline TQDataStream &operator >>( TQDataStream &s, TQAxBase &c ) { TQAxBase::PropertyBag bag; @@ -195,7 +195,7 @@ inline TQDataStream &operator <<( TQDataStream &s, const TQAxBase return s; } -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM #endif // TQAXBASE_H </pre> diff --git a/doc/html/qbig5codec-h.html b/doc/html/qbig5codec-h.html index 1e299b39c..1ca433ad7 100644 --- a/doc/html/qbig5codec-h.html +++ b/doc/html/qbig5codec-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } #include "ntqtextcodec.h" #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS class TQBig5Codec : public TQTextCodec { public: diff --git a/doc/html/qbitarray-h.html b/doc/html/qbitarray-h.html index b87c63dd0..2b4af25b1 100644 --- a/doc/html/qbitarray-h.html +++ b/doc/html/qbitarray-h.html @@ -197,7 +197,7 @@ inline TQBitVal &TQBitVal::operator=( bool v ) /***************************************************************************** TQBitArray stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBitArray & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQBitArray & ); #endif diff --git a/doc/html/qbitmap-h.html b/doc/html/qbitmap-h.html index 10a5ff58d..5aa3054ae 100644 --- a/doc/html/qbitmap-h.html +++ b/doc/html/qbitmap-h.html @@ -93,14 +93,14 @@ public: TQBitmap( int w, int h, const uchar *bits, bool isXbitmap=FALSE ); TQBitmap( const TQSize &, const uchar *bits, bool isXbitmap=FALSE ); TQBitmap( const TQBitmap & ); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO TQBitmap( const TQString &fileName, const char *format=0 ); #endif TQBitmap &operator=( const TQBitmap & ); TQBitmap &operator=( const TQPixmap & ); TQBitmap &operator=( const TQImage & ); -#ifndef QT_NO_PIXMAP_TRANSFORMATION +#ifndef TQT_NO_PIXMAP_TRANSFORMATION TQBitmap xForm( const TQWMatrix & ) const; #endif }; diff --git a/doc/html/qbrush-h.html b/doc/html/qbrush-h.html index 7b143b8c0..a960503bc 100644 --- a/doc/html/qbrush-h.html +++ b/doc/html/qbrush-h.html @@ -122,7 +122,7 @@ private: TQBrush stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQBrush & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQBrush & ); #endif diff --git a/doc/html/qbutton-h.html b/doc/html/qbutton-h.html index b649ab2f8..280669f0c 100644 --- a/doc/html/qbutton-h.html +++ b/doc/html/qbutton-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqkeysequence.h" #endif // QT_H -#ifndef QT_NO_BUTTON +#ifndef TQT_NO_BUTTON class TQButtonGroup; @@ -114,7 +114,7 @@ public: const TQPixmap *pixmap() const; virtual void setPixmap( const TQPixmap & ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQKeySequence accel() const; virtual void setAccel( const TQKeySequence& ); #endif @@ -265,7 +265,7 @@ inline TQButton::ToggleType TQButton::toggleType() const } -#endif // QT_NO_BUTTON +#endif // TQT_NO_BUTTON #endif // TQBUTTON_H </pre> diff --git a/doc/html/qbuttongroup-h.html b/doc/html/qbuttongroup-h.html index 007a33d16..0c5e2c913 100644 --- a/doc/html/qbuttongroup-h.html +++ b/doc/html/qbuttongroup-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqgroupbox.h" #endif // QT_H -#ifndef QT_NO_BUTTONGROUP +#ifndef TQT_NO_BUTTONGROUP class TQButton; @@ -152,7 +152,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_BUTTONGROUP +#endif // TQT_NO_BUTTONGROUP #endif // TQBUTTONGROUP_H </pre> diff --git a/doc/html/qcanvas-h.html b/doc/html/qcanvas-h.html index 61dfb38a5..61a641b1d 100644 --- a/doc/html/qcanvas-h.html +++ b/doc/html/qcanvas-h.html @@ -95,7 +95,7 @@ body { background: #ffffff; color: black; } #define TQM_TEMPLATE_EXTERN_CANVAS Q_TEMPLATE_EXTERN #endif -#ifndef QT_NO_CANVAS +#ifndef TQT_NO_CANVAS class TQCanvasSprite; @@ -439,7 +439,7 @@ private: class TQM_EXPORT_CANVAS TQCanvasPixmap : public TQPixmap { public: -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO TQCanvasPixmap(const TQString& datafilename); #endif TQCanvasPixmap(const TQImage& image); @@ -474,7 +474,7 @@ class TQM_EXPORT_CANVAS TQCanvasPixmapArray { public: TQCanvasPixmapArray(); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO TQCanvasPixmapArray(const TQString& datafilenamepattern, int framecount=0); #endif // this form is deprecated @@ -483,7 +483,7 @@ public: TQCanvasPixmapArray(TQValueList<TQPixmap>, TQPointArray hotspots = TQPointArray() ); ~TQCanvasPixmapArray(); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO bool readPixmaps(const TQString& datafilenamepattern, int framecount=0); bool readCollisionMasks(const TQString& filenamepattern); #endif @@ -503,7 +503,7 @@ private: TQCanvasPixmapArray( const TQCanvasPixmapArray & ); TQCanvasPixmapArray &operator=( const TQCanvasPixmapArray & ); #endif -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO bool readPixmaps(const TQString& datafilenamepattern, int framecount, bool maskonly); #endif @@ -847,7 +847,7 @@ private: #define Q_DEFINED_QCANVAS #include "ntqwinexport.h" -#endif // QT_NO_CANVAS +#endif // TQT_NO_CANVAS #endif // TQCANVAS_H </pre> diff --git a/doc/html/qcdestyle-h.html b/doc/html/qcdestyle-h.html index 87eb3f3b4..fe453f3ee 100644 --- a/doc/html/qcdestyle-h.html +++ b/doc/html/qcdestyle-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqmotifstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_CDE) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) #define Q_EXPORT_STYLE_CDE @@ -117,7 +117,7 @@ public: }; -#endif // QT_NO_STYLE_CDE +#endif // TQT_NO_STYLE_CDE #endif // TQCDESTYLE_H </pre> diff --git a/doc/html/qcheckbox-h.html b/doc/html/qcheckbox-h.html index 74d2dadb6..81697bb9d 100644 --- a/doc/html/qcheckbox-h.html +++ b/doc/html/qcheckbox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqbutton.h" #endif // QT_H -#ifndef QT_NO_CHECKBOX +#ifndef TQT_NO_CHECKBOX class Q_EXPORT TQCheckBox : public TQButton { @@ -127,7 +127,7 @@ inline void TQCheckBox::setChecked( bool check ) { setOn( check ); } -#endif // QT_NO_CHECKBOX +#endif // TQT_NO_CHECKBOX #endif // TQCHECKBOX_H </pre> diff --git a/doc/html/qclipboard-h.html b/doc/html/qclipboard-h.html index 5f87a2d04..af842b501 100644 --- a/doc/html/qclipboard-h.html +++ b/doc/html/qclipboard-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_CLIPBOARD +#ifndef TQT_NO_CLIPBOARD class TQMimeSource; @@ -111,7 +111,7 @@ public: TQString text( TQCString& subtype, Mode mode ) const; void setText( const TQString &, Mode mode ); -#ifndef QT_NO_MIMECLIPBOARD +#ifndef TQT_NO_MIMECLIPBOARD TQMimeSource *data( Mode mode ) const; void setData( TQMimeSource*, Mode mode ); @@ -126,7 +126,7 @@ public: TQString text(TQCString& subtype) const; void setText( const TQString &); -#ifndef QT_NO_MIMECLIPBOARD +#ifndef TQT_NO_MIMECLIPBOARD TQMimeSource *data() const; void setData( TQMimeSource* ); @@ -165,7 +165,7 @@ private: #endif }; -#endif // QT_NO_CLIPBOARD +#endif // TQT_NO_CLIPBOARD #endif // TQCLIPBOARD_H </pre> diff --git a/doc/html/qcolor-h.html b/doc/html/qcolor-h.html index 4dd1737ed..ad23b063f 100644 --- a/doc/html/qcolor-h.html +++ b/doc/html/qcolor-h.html @@ -176,7 +176,7 @@ public: static void initialize(); static void cleanup(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList colorNames(); #endif enum { Dirt = 0x44495254, Invalid = 0x49000000 }; @@ -257,7 +257,7 @@ inline bool TQColor::operator!=( const TQColor &c ) const TQColor stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQColor & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQColor & ); #endif diff --git a/doc/html/qcolordialog-h.html b/doc/html/qcolordialog-h.html index 6705512f5..281efdaad 100644 --- a/doc/html/qcolordialog-h.html +++ b/doc/html/qcolordialog-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqdialog.h" #endif // QT_H -#ifndef QT_NO_COLORDIALOG +#ifndef TQT_NO_COLORDIALOG class TQColorDialogPrivate; diff --git a/doc/html/qcombobox-h.html b/doc/html/qcombobox-h.html index d12e22b0a..411a8da15 100644 --- a/doc/html/qcombobox-h.html +++ b/doc/html/qcombobox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_COMBOBOX +#ifndef TQT_NO_COMBOBOX class TQStrList; @@ -212,7 +212,7 @@ protected: void keyPressEvent( TQKeyEvent *e ); void focusInEvent( TQFocusEvent *e ); void focusOutEvent( TQFocusEvent *e ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent *e ); #endif void styleChange( TQStyle& ); @@ -237,7 +237,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_COMBOBOX +#endif // TQT_NO_COMBOBOX #endif // TQCOMBOBOX_H </pre> diff --git a/doc/html/qcommonstyle-h.html b/doc/html/qcommonstyle-h.html index 8b9a0efaf..e09eba727 100644 --- a/doc/html/qcommonstyle-h.html +++ b/doc/html/qcommonstyle-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstyle.h" #endif // QT_H -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE class Q_EXPORT TQCommonStyle: public TQStyle { @@ -168,7 +168,7 @@ private: -#endif // QT_NO_STYLE +#endif // TQT_NO_STYLE #endif // TQCOMMONSTYLE_H </pre> diff --git a/doc/html/qcopchannel_qws-h.html b/doc/html/qcopchannel_qws-h.html index 1c89d100a..91bfe142e 100644 --- a/doc/html/qcopchannel_qws-h.html +++ b/doc/html/qcopchannel_qws-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_COP +#ifndef TQT_NO_COP class TQWSClient; class TQCopChannelPrivate; diff --git a/doc/html/qcstring-h.html b/doc/html/qcstring-h.html index d7980c3b9..18c29b776 100644 --- a/doc/html/qcstring-h.html +++ b/doc/html/qcstring-h.html @@ -141,7 +141,7 @@ public: typedef TQMemArray<char> TQByteArray; #endif -#ifndef QT_NO_COMPRESS +#ifndef TQT_NO_COMPRESS Q_EXPORT TQByteArray tqCompress( const uchar* data, int nbytes ); Q_EXPORT TQByteArray tqUncompress( const uchar* data, int nbytes ); Q_EXPORT inline TQByteArray tqCompress( const TQByteArray& data) @@ -153,7 +153,7 @@ Q_EXPORT inline TQByteArray tqUncompress( const TQByteArray& data ) /***************************************************************************** TQByteArray stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQByteArray & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQByteArray & ); #endif @@ -190,17 +190,17 @@ public: int find( char c, int index=0, bool cs=TRUE ) const; int find( const char *str, int index=0, bool cs=TRUE ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP int find( const TQRegExp &, int index=0 ) const; #endif int findRev( char c, int index=-1, bool cs=TRUE) const; int findRev( const char *str, int index=-1, bool cs=TRUE) const; -#ifndef QT_NO_REGEXP_CAPTURE +#ifndef TQT_NO_REGEXP_CAPTURE int findRev( const TQRegExp &, int index=-1 ) const; #endif int contains( char c, bool cs=TRUE ) const; int contains( const char *str, bool cs=TRUE ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP int contains( const TQRegExp & ) const; #endif TQCString left( uint len ) const; @@ -222,7 +222,7 @@ public: TQCString &prepend( const char * ); TQCString &remove( uint index, uint len ); TQCString &replace( uint index, uint len, const char * ); -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP TQCString &replace( const TQRegExp &, const char * ); #endif TQCString &replace( char c, const char *after ); @@ -261,7 +261,7 @@ private: /***************************************************************************** TQCString stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQCString & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQCString & ); #endif diff --git a/doc/html/qcursor-h.html b/doc/html/qcursor-h.html index 848d624bf..05263a1da 100644 --- a/doc/html/qcursor-h.html +++ b/doc/html/qcursor-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } /* ### The fake cursor has to go first with old qdoc. */ -#ifdef QT_NO_CURSOR +#ifdef TQT_NO_CURSOR class Q_EXPORT TQCursor : public TQt { @@ -97,9 +97,9 @@ private: TQCursor(); }; -#endif // QT_NO_CURSOR +#endif // TQT_NO_CURSOR -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR struct TQCursorData; @@ -161,11 +161,11 @@ private: /***************************************************************************** TQCursor stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQCursor & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQCursor & ); #endif -#endif // QT_NO_CURSOR +#endif // TQT_NO_CURSOR inline void TQCursor::setPos( const TQPoint &p ) diff --git a/doc/html/qdatabrowser-h.html b/doc/html/qdatabrowser-h.html index db85474b5..779b2cda6 100644 --- a/doc/html/qdatabrowser-h.html +++ b/doc/html/qdatabrowser-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #include "ntqsqlerror.h" #endif // QT_H -#ifndef QT_NO_SQL_VIEW_WIDGETS +#ifndef TQT_NO_SQL_VIEW_WIDGETS class TQSqlForm; class TQDataBrowserPrivate; diff --git a/doc/html/qdatastream-h.html b/doc/html/qdatastream-h.html index 4043590e2..f8f5f20c2 100644 --- a/doc/html/qdatastream-h.html +++ b/doc/html/qdatastream-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM class Q_EXPORT TQDataStream // data stream class { public: @@ -225,7 +225,7 @@ inline TQDataStream &TQDataStream::operator<<( TQ_ULONG i ) { return *this << (TQ_LONG)i; } #endif -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM #endif // TQDATASTREAM_H </pre> <!-- eof --> diff --git a/doc/html/qdatatable-h.html b/doc/html/qdatatable-h.html index 529bd79c2..d53e4f3e0 100644 --- a/doc/html/qdatatable-h.html +++ b/doc/html/qdatatable-h.html @@ -93,7 +93,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_VIEW_WIDGETS +#ifndef TQT_NO_SQL_VIEW_WIDGETS class TQPainter; class TQSqlField; diff --git a/doc/html/qdataview-h.html b/doc/html/qdataview-h.html index 41d895c84..1ac5c535e 100644 --- a/doc/html/qdataview-h.html +++ b/doc/html/qdataview-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_VIEW_WIDGETS +#ifndef TQT_NO_SQL_VIEW_WIDGETS class TQSqlForm; class TQSqlRecord; diff --git a/doc/html/qdatetime-h.html b/doc/html/qdatetime-h.html index 5874cac41..3a91305da 100644 --- a/doc/html/qdatetime-h.html +++ b/doc/html/qdatetime-h.html @@ -105,7 +105,7 @@ public: int daysInYear() const; int weekNumber( int *yearNum = 0 ) const; -#ifndef QT_NO_TEXTDATE +#ifndef TQT_NO_TEXTDATE #ifndef TQT_NO_COMPAT static TQString monthName( int month ) { return shortMonthName( month ); } static TQString dayName( int weekday ) { return shortDayName( weekday ); } @@ -114,9 +114,9 @@ public: static TQString shortDayName( int weekday ); static TQString longMonthName( int month ); static TQString longDayName( int weekday ); -#endif //QT_NO_TEXTDATE -#ifndef QT_NO_TEXTSTRING -#if !defined(QT_NO_SPRINTF) +#endif //TQT_NO_TEXTDATE +#ifndef TQT_NO_TEXTSTRING +#if !defined(TQT_NO_SPRINTF) TQString toString( TQt::DateFormat f = TQt::TextDate ) const; #endif TQString toString( const TQString& format ) const; @@ -137,7 +137,7 @@ public: static TQDate currentDate(); static TQDate currentDate( TQt::TimeSpec ); -#ifndef QT_NO_DATESTRING +#ifndef TQT_NO_DATESTRING static TQDate fromString( const TQString& s, TQt::DateFormat f = TQt::TextDate ); #endif static bool isValid( int y, int m, int d ); @@ -148,7 +148,7 @@ public: private: uint jd; friend class TQDateTime; -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQDate & ); friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQDate & ); #endif @@ -172,8 +172,8 @@ public: int minute() const; // 0..59 int second() const; // 0..59 int msec() const; // 0..999 -#ifndef QT_NO_DATESTRING -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_DATESTRING +#ifndef TQT_NO_SPRINTF TQString toString( TQt::DateFormat f = TQt::TextDate ) const; #endif TQString toString( const TQString& format ) const; @@ -194,7 +194,7 @@ public: static TQTime currentTime(); static TQTime currentTime( TQt::TimeSpec ); -#ifndef QT_NO_DATESTRING +#ifndef TQT_NO_DATESTRING static TQTime fromString( const TQString& s, TQt::DateFormat f = TQt::TextDate ); #endif static bool isValid( int h, int m, int s, int ms=0 ); @@ -209,7 +209,7 @@ private: uint ds; friend class TQDateTime; -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQTime & ); friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQTime & ); #endif @@ -237,8 +237,8 @@ public: void setTime( const TQTime &time ) { t = time; } void setTime_t( uint secsSince1Jan1970UTC ); void setTime_t( uint secsSince1Jan1970UTC, TQt::TimeSpec ); -#ifndef QT_NO_DATESTRING -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_DATESTRING +#ifndef TQT_NO_SPRINTF TQString toString( TQt::DateFormat f = TQt::TextDate ) const; #endif TQString toString( const TQString& format ) const; @@ -259,13 +259,13 @@ public: static TQDateTime currentDateTime(); static TQDateTime currentDateTime( TQt::TimeSpec ); -#ifndef QT_NO_DATESTRING +#ifndef TQT_NO_DATESTRING static TQDateTime fromString( const TQString& s, TQt::DateFormat f = TQt::TextDate ); #endif private: TQDate d; TQTime t; -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQDateTime &); friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQDateTime & ); #endif @@ -276,14 +276,14 @@ private: Date and time stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQDate & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQDate & ); Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQTime & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQTime & ); Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQDateTime & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQDateTime & ); -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM #endif // TQDATETIME_H diff --git a/doc/html/qdatetimeedit-h.html b/doc/html/qdatetimeedit-h.html index b72f5ab69..25799f4ec 100644 --- a/doc/html/qdatetimeedit-h.html +++ b/doc/html/qdatetimeedit-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqdatetime.h" #endif // QT_H -#ifndef QT_NO_DATETIMEEDIT +#ifndef TQT_NO_DATETIMEEDIT class Q_EXPORT TQDateTimeEditBase : public TQWidget { diff --git a/doc/html/qdial-h.html b/doc/html/qdial-h.html index 2244359b7..584a11277 100644 --- a/doc/html/qdial-h.html +++ b/doc/html/qdial-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqrangecontrol.h" #endif // QT_H -#ifndef QT_NO_DIAL +#ifndef TQT_NO_DIAL class TQDialPrivate; @@ -155,7 +155,7 @@ protected: void mousePressEvent( TQMouseEvent * ); void mouseReleaseEvent( TQMouseEvent * ); void mouseMoveEvent( TQMouseEvent * ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void focusInEvent( TQFocusEvent * ); @@ -184,7 +184,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_DIAL +#endif // TQT_NO_DIAL #endif </pre> diff --git a/doc/html/qdialog-h.html b/doc/html/qdialog-h.html index a49649ff9..185b3d0f9 100644 --- a/doc/html/qdialog-h.html +++ b/doc/html/qdialog-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_DIALOG +#ifndef TQT_NO_DIALOG #if 0 TQ_OBJECT #endif @@ -173,7 +173,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_DIALOG +#endif // TQT_NO_DIALOG #endif // TQDIALOG_H </pre> <!-- eof --> diff --git a/doc/html/qdir-h.html b/doc/html/qdir-h.html index 25f1cff5b..f497d7558 100644 --- a/doc/html/qdir-h.html +++ b/doc/html/qdir-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR typedef TQPtrList<TQFileInfo> TQFileInfoList; typedef TQPtrListIterator<TQFileInfo> TQFileInfoListIterator; class TQStringList; @@ -282,7 +282,7 @@ struct TQDirSortItem { TQFileInfo* item; }; -#endif // QT_NO_DIR +#endif // TQT_NO_DIR #endif // TQDIR_H </pre> <!-- eof --> diff --git a/doc/html/qdirectpainter_qws-h.html b/doc/html/qdirectpainter_qws-h.html index 415442460..78ac7bdf9 100644 --- a/doc/html/qdirectpainter_qws-h.html +++ b/doc/html/qdirectpainter_qws-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #endif // QT_H #ifdef Q_WS_QWS -#ifndef QT_NO_DIRECTPAINTER +#ifndef TQT_NO_DIRECTPAINTER class Q_EXPORT TQDirectPainter : public TQPainter { public: TQDirectPainter( const TQWidget* ); diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html index 4110a2381..bbde601d4 100644 --- a/doc/html/qdns-h.html +++ b/doc/html/qdns-h.html @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_DNS Q_EXPORT #endif -#ifndef QT_NO_DNS +#ifndef TQT_NO_DNS //#define Q_DNS_SYNCHRONOUS @@ -201,7 +201,7 @@ private slots: virtual void answer(); }; -#endif // QT_NO_DNS +#endif // TQT_NO_DNS #endif // TQDNS_H </pre> diff --git a/doc/html/qdockarea-h.html b/doc/html/qdockarea-h.html index 8921c786d..45e5622e3 100644 --- a/doc/html/qdockarea-h.html +++ b/doc/html/qdockarea-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #include "ntqtextstream.h" #endif // QT_H -#ifndef QT_NO_MAINWINDOW +#ifndef TQT_NO_MAINWINDOW class TQSplitter; class TQBoxLayout; @@ -215,7 +215,7 @@ private: // Disabled copy constructor and operator= }; -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM Q_EXPORT TQTextStream &operator<<( TQTextStream &, const TQDockArea & ); Q_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea & ); #endif @@ -224,7 +224,7 @@ Q_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea & #include "ntqwinexport.h" #endif -#endif //QT_NO_MAINWINDOW +#endif //TQT_NO_MAINWINDOW </pre> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qdockwindow-h.html b/doc/html/qdockwindow-h.html index 40b54fc16..601799854 100644 --- a/doc/html/qdockwindow-h.html +++ b/doc/html/qdockwindow-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_MAINWINDOW +#ifndef TQT_NO_MAINWINDOW class TQDockWindowHandle; class TQDockWindowTitleBar; @@ -179,7 +179,7 @@ public: bool eventFilter( TQObject *o, TQEvent *e ); -#ifdef QT_NO_WIDGET_TOPEXTRA +#ifdef TQT_NO_WIDGET_TOPEXTRA TQString caption() const; #endif diff --git a/doc/html/qdom-h.html b/doc/html/qdom-h.html index 042117edf..65167c05e 100644 --- a/doc/html/qdom-h.html +++ b/doc/html/qdom-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_DOM Q_EXPORT #endif -#ifndef QT_NO_DOM +#ifndef TQT_NO_DOM class TQIODevice; class TQTextStream; @@ -709,7 +709,7 @@ private: TQM_EXPORT_DOM TQTextStream& operator<<( TQTextStream&, const TQDomNode& ); -#endif //QT_NO_DOM +#endif //TQT_NO_DOM #endif // TQDOM_H </pre> <!-- eof --> diff --git a/doc/html/qdragobject-h.html b/doc/html/qdragobject-h.html index 9d7292bf6..7be03edad 100644 --- a/doc/html/qdragobject-h.html +++ b/doc/html/qdragobject-h.html @@ -88,7 +88,7 @@ class TQImageDragData; #include "ntqcolor.h" #endif // QT_H -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME class Q_EXPORT TQDragObject: public TQObject, public TQMimeSource { TQ_OBJECT @@ -96,7 +96,7 @@ public: TQDragObject( TQWidget * dragSource = 0, const char * name = 0 ); virtual ~TQDragObject(); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP bool drag(); bool dragMove(); void dragCopy(); @@ -113,7 +113,7 @@ public: static void setTarget(TQWidget*); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP enum DragMode { DragDefault, DragCopy, DragMove, DragLink, DragCopyOrMove }; protected: @@ -256,7 +256,7 @@ private: typedef TQUriDrag TQUrlDrag; #endif -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP // TQDragManager is not part of the public API. It is defined in a // header file simply so different .cpp files can implement different @@ -309,7 +309,7 @@ private: #endif -#endif // QT_NO_MIME +#endif // TQT_NO_MIME #endif // TQDRAGOBJECT_H </pre> diff --git a/doc/html/qdrawutil-h.html b/doc/html/qdrawutil-h.html index 67d8a68f1..f5e4d4487 100644 --- a/doc/html/qdrawutil-h.html +++ b/doc/html/qdrawutil-h.html @@ -89,7 +89,7 @@ class TQBrush; class TQRect; class TQPixmap; -#ifndef QT_NO_DRAWUTIL +#ifndef TQT_NO_DRAWUTIL // // Standard shade drawing // @@ -160,7 +160,7 @@ Q_EXPORT void qDrawArrow( TQPainter *p, TQt::ArrowType type, TQt::GUIStyle style int x, int y, int w, int h, const TQColorGroup &g, bool enabled ); -#endif // QT_NO_DRAWUTIL +#endif // TQT_NO_DRAWUTIL #endif // TQDRAWUTIL_H </pre> <!-- eof --> diff --git a/doc/html/qeditorfactory-h.html b/doc/html/qeditorfactory-h.html index 46bc09534..5492f2303 100644 --- a/doc/html/qeditorfactory-h.html +++ b/doc/html/qeditorfactory-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_EDIT_WIDGETS +#ifndef TQT_NO_SQL_EDIT_WIDGETS class TQM_EXPORT_SQL TQEditorFactory : public TQObject { @@ -107,7 +107,7 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQEDITORFACTORY_H </pre> <!-- eof --> diff --git a/doc/html/qerrormessage-h.html b/doc/html/qerrormessage-h.html index 8e9bb12aa..3905a72f9 100644 --- a/doc/html/qerrormessage-h.html +++ b/doc/html/qerrormessage-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqdialog.h" #endif // QT_H -#ifndef QT_NO_ERRORMESSAGE +#ifndef TQT_NO_ERRORMESSAGE class TQPushButton; class TQCheckBox; class TQLabel; @@ -120,7 +120,7 @@ private: #endif }; -#endif //QT_NO_ERRORMESSAGE +#endif //TQT_NO_ERRORMESSAGE #endif </pre> diff --git a/doc/html/qeucjpcodec-h.html b/doc/html/qeucjpcodec-h.html index 8a9fefe1f..3363fb071 100644 --- a/doc/html/qeucjpcodec-h.html +++ b/doc/html/qeucjpcodec-h.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } #include "ntqjpunicode.h" #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS #if defined(QT_PLUGIN) #define Q_EXPORT_CODECS_JP diff --git a/doc/html/qeuckrcodec-h.html b/doc/html/qeuckrcodec-h.html index 760f2b7dd..7b6d947c8 100644 --- a/doc/html/qeuckrcodec-h.html +++ b/doc/html/qeuckrcodec-h.html @@ -106,7 +106,7 @@ body { background: #ffffff; color: black; } #include "ntqtextcodec.h" #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS #if defined(QT_PLUGIN) #define Q_EXPORT_CODECS_KR diff --git a/doc/html/qevent-h.html b/doc/html/qevent-h.html index 92658e8d7..49f05c9ff 100644 --- a/doc/html/qevent-h.html +++ b/doc/html/qevent-h.html @@ -237,7 +237,7 @@ protected: }; -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT class Q_EXPORT TQWheelEvent : public TQEvent { public: @@ -534,7 +534,7 @@ inline int TQIMEvent::selectionLength() const } -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP // This class is rather closed at the moment. If you need to create your // own DND event objects, write to [email protected] and we'll try to @@ -623,7 +623,7 @@ public: : TQEvent(DragLeave) {} }; -#endif // QT_NO_DRAGANDDROP +#endif // TQT_NO_DRAGANDDROP class Q_EXPORT TQChildEvent : public TQEvent { diff --git a/doc/html/qfiledialog-h.html b/doc/html/qfiledialog-h.html index f4377df79..ac25a627d 100644 --- a/doc/html/qfiledialog-h.html +++ b/doc/html/qfiledialog-h.html @@ -101,7 +101,7 @@ class TQFileDialogTQFileListView; #pragma GCC system_header #endif -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG class Q_EXPORT TQFileIconProvider : public TQObject { diff --git a/doc/html/qfileinfo-h.html b/doc/html/qfileinfo-h.html index 850d750c0..28cba3a8d 100644 --- a/doc/html/qfileinfo-h.html +++ b/doc/html/qfileinfo-h.html @@ -100,7 +100,7 @@ public: TQFileInfo(); TQFileInfo( const TQString &file ); TQFileInfo( const TQFile & ); -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR TQFileInfo( const TQDir &, const TQString &fileName ); #endif TQFileInfo( const TQFileInfo & ); @@ -110,7 +110,7 @@ public: void setFile( const TQString &file ); void setFile( const TQFile & ); -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR void setFile( const TQDir &, const TQString &fileName ); #endif bool exists() const; @@ -120,16 +120,16 @@ public: TQString filePath() const; TQString fileName() const; -#ifndef QT_NO_DIR //### +#ifndef TQT_NO_DIR //### TQString absFilePath() const; #endif TQString baseName( bool complete = FALSE ) const; TQString extension( bool complete = TRUE ) const; -#ifndef QT_NO_DIR //### +#ifndef TQT_NO_DIR //### TQString dirPath( bool absPath = FALSE ) const; #endif -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR TQDir dir( bool absPath = FALSE ) const; #endif bool isReadable() const; @@ -137,7 +137,7 @@ public: bool isExecutable() const; bool isHidden() const; -#ifndef QT_NO_DIR //### +#ifndef TQT_NO_DIR //### bool isRelative() const; bool convertToAbs(); #endif diff --git a/doc/html/qfont-h.html b/doc/html/qfont-h.html index d9316433a..76f0b23c8 100644 --- a/doc/html/qfont-h.html +++ b/doc/html/qfont-h.html @@ -217,14 +217,14 @@ public: TQString toString() const; bool fromString(const TQString &); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQString substitute(const TQString &); static TQStringList substitutes(const TQString &); static TQStringList substitutions(); static void insertSubstitution(const TQString&, const TQString &); static void insertSubstitutions(const TQString&, const TQStringList &); static void removeSubstitution(const TQString &); -#endif //QT_NO_STRINGLIST +#endif //TQT_NO_STRINGLIST static void initialize(); static void cleanup(); #ifndef Q_WS_QWS @@ -373,10 +373,10 @@ private: friend class TQTextLayout; friend class TQTextItem; friend class TQGLContext; -#if defined(Q_WS_X11) && !defined(QT_NO_XFTFREETYPE) +#if defined(Q_WS_X11) && !defined(TQT_NO_XFTFREETYPE) friend TQt::HANDLE qt_xft_handle(const TQFont &font); #endif -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & ); friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & ); #endif @@ -399,7 +399,7 @@ inline void TQFont::setBold( bool enable ) TQFont stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQFont & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQFont & ); #endif diff --git a/doc/html/qfontdatabase-h.html b/doc/html/qfontdatabase-h.html index a86c217a2..565b48b2e 100644 --- a/doc/html/qfontdatabase-h.html +++ b/doc/html/qfontdatabase-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -#ifndef QT_NO_FONTDATABASE +#ifndef TQT_NO_FONTDATABASE class TQFontStylePrivate; /* Don't touch! */ struct TQtFontStyle; @@ -258,7 +258,7 @@ inline int TQFontDatabase::weight( const TQString &family, #endif // TQT_NO_COMPAT -#endif // QT_NO_FONTDATABASE +#endif // TQT_NO_FONTDATABASE #endif // TQFONTDATABASE_H </pre> diff --git a/doc/html/qfontdialog-h.html b/doc/html/qfontdialog-h.html index d3adb41b7..e0dbac877 100644 --- a/doc/html/qfontdialog-h.html +++ b/doc/html/qfontdialog-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqwindowdefs.h" -#ifndef QT_NO_FONTDIALOG +#ifndef TQT_NO_FONTDIALOG // // W A R N I N G diff --git a/doc/html/qframe-h.html b/doc/html/qframe-h.html index d672f40b0..8d1943fe5 100644 --- a/doc/html/qframe-h.html +++ b/doc/html/qframe-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_FRAME +#ifndef TQT_NO_FRAME class Q_EXPORT TQFrame : public TQWidget { @@ -202,7 +202,7 @@ inline int TQFrame::frameWidth() const { return fwidth; } -#endif // QT_NO_FRAME +#endif // TQT_NO_FRAME #endif // TQFRAME_H </pre> diff --git a/doc/html/qftp-h.html b/doc/html/qftp-h.html index 21d9a29b3..b81ee5c2c 100644 --- a/doc/html/qftp-h.html +++ b/doc/html/qftp-h.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_FTP Q_EXPORT #endif -#ifndef QT_NO_NETWORKPROTOCOL_FTP +#ifndef TQT_NO_NETWORKPROTOCOL_FTP class TQSocket; @@ -233,7 +233,7 @@ protected slots: void error( int ); }; -#endif // QT_NO_NETWORKPROTOCOL_FTP +#endif // TQT_NO_NETWORKPROTOCOL_FTP #endif // TQFTP_H </pre> diff --git a/doc/html/qgb18030codec-h.html b/doc/html/qgb18030codec-h.html index cd1ab4d03..c6cf889e4 100644 --- a/doc/html/qgb18030codec-h.html +++ b/doc/html/qgb18030codec-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS #if defined(QT_PLUGIN) #define Q_EXPORT_CODECS_CN diff --git a/doc/html/qgfx_qws-h.html b/doc/html/qgfx_qws-h.html index ecaee5af2..c3e3009ea 100644 --- a/doc/html/qgfx_qws-h.html +++ b/doc/html/qgfx_qws-h.html @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } class TQScreenCursor; -#if !defined( QT_NO_IMAGE_16_BIT ) || !defined( QT_NO_QWS_DEPTH_16 ) +#if !defined( TQT_NO_IMAGE_16_BIT ) || !defined( TQT_NO_QWS_DEPTH_16 ) # ifndef QT_QWS_DEPTH16_RGB # define QT_QWS_DEPTH16_RGB 565 # endif @@ -147,7 +147,7 @@ inline void qt_conv16ToRgb( ushort c, int& r, int& g, int& b ) const int SourceSolid=0; const int SourcePixmap=1; -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR extern bool qt_sw_cursor; @@ -213,7 +213,7 @@ protected: extern TQScreenCursor * qt_screencursor; -#endif // QT_NO_QWS_CURSOR +#endif // TQT_NO_QWS_CURSOR struct fb_cmap; @@ -306,7 +306,7 @@ public: protected: - // Only used without QT_NO_QWS_REPEATER, but included so that + // Only used without TQT_NO_QWS_REPEATER, but included so that // it's binary compatible regardless. int * screen_optype; int * screen_lastop; @@ -407,7 +407,7 @@ public: virtual void blt( int,int,int,int,int,int )=0; virtual void scroll( int,int,int,int,int,int )=0; -#if !defined(QT_NO_MOVIE) || !defined(QT_NO_TRANSFORMATIONS) || !defined(QT_NO_PIXMAP_TRANSFORMATION) +#if !defined(TQT_NO_MOVIE) || !defined(TQT_NO_TRANSFORMATIONS) || !defined(TQT_NO_PIXMAP_TRANSFORMATION) virtual void stretchBlt( int,int,int,int,int,int )=0; #endif virtual void tiledBlt( int,int,int,int )=0; diff --git a/doc/html/qgfxdriverfactory_qws-h.html b/doc/html/qgfxdriverfactory_qws-h.html index de7f7b1eb..e3e741b98 100644 --- a/doc/html/qgfxdriverfactory_qws-h.html +++ b/doc/html/qgfxdriverfactory_qws-h.html @@ -83,7 +83,7 @@ class TQScreen; class Q_EXPORT TQGfxDriverFactory { public: -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList keys(); #endif static TQScreen *create( const TQString&, int ); diff --git a/doc/html/qgfxdriverplugin_qws-h.html b/doc/html/qgfxdriverplugin_qws-h.html index 88c190d91..76022fa1e 100644 --- a/doc/html/qgfxdriverplugin_qws-h.html +++ b/doc/html/qgfxdriverplugin_qws-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT class TQScreen; class TQGfxDriverPluginPrivate; @@ -92,7 +92,7 @@ public: TQGfxDriverPlugin(); ~TQGfxDriverPlugin(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST virtual TQStringList keys() const = 0; #endif virtual TQScreen* create( const TQString& driver, int displayId ) = 0; @@ -101,7 +101,7 @@ private: TQGfxDriverPluginPrivate *d; }; -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT #endif // TQGFXDRIVERPLUGIN_QWS_H </pre> diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index 9c4aba67b..c12d11349 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -319,7 +319,7 @@ body { background: #ffffff; color: black; } /* ??? */ # define Q_BROKEN_TEMPLATE_SPECIALIZATION /* no template classes in TQVariant */ -# define QT_NO_TEMPLATE_VARIANT +# define TQT_NO_TEMPLATE_VARIANT /* Wcc does not fill in functions needed by valuelists, maps, and valuestacks implicitly */ # define Q_FULL_TEMPLATE_INSTANTIATION @@ -327,9 +327,9 @@ body { background: #ffffff; color: black; } # define Q_FULL_TEMPLATE_INSTANTIATION_MEMCMP /* these are not useful to our customers */ # define QT_QWS_NO_SHM -# define QT_NO_QWS_MULTIPROCESS -# define QT_NO_SQL -# define QT_NO_QWS_CURSOR +# define TQT_NO_QWS_MULTIPROCESS +# define TQT_NO_SQL +# define TQT_NO_QWS_CURSOR # endif #elif defined(__GNUC__) @@ -615,7 +615,7 @@ body { background: #ffffff; color: black; } #elif defined(Q_OS_UNIX) # if defined(TQWS) # define Q_WS_QWS -# define QT_NO_QWS_IM +# define TQT_NO_QWS_IM # elif defined(Q_OS_MACX) # define Q_WS_MACX # else @@ -811,28 +811,28 @@ class TQDataStream; // prune to local config #include "ntqmodules.h" #ifndef TQT_MODULE_DIALOGS -# define QT_NO_DIALOG +# define TQT_NO_DIALOG #endif #ifndef TQT_MODULE_WORKSPACE -# define QT_NO_WORKSPACE +# define TQT_NO_WORKSPACE #endif #ifndef TQT_MODULE_NETWORK -#define QT_NO_NETWORK +#define TQT_NO_NETWORK #endif #ifndef TQT_MODULE_CANVAS -# define QT_NO_CANVAS +# define TQT_NO_CANVAS #endif #ifndef TQT_MODULE_TABLE -#define QT_NO_TABLE +#define TQT_NO_TABLE #endif #ifndef TQT_MODULE_XML -# define QT_NO_XML +# define TQT_NO_XML #endif #ifndef TQT_MODULE_OPENGL -# define QT_NO_OPENGL +# define TQT_NO_OPENGL #endif #if !defined(TQT_MODULE_SQL) -# define QT_NO_SQL +# define TQT_NO_SQL #endif #if defined(Q_WS_MAC9) @@ -857,8 +857,8 @@ class TQDataStream; # endif #endif -#if !defined(Q_WS_QWS) && !defined(QT_NO_COP) -# define QT_NO_COP +#if !defined(Q_WS_QWS) && !defined(TQT_NO_COP) +# define TQT_NO_COP #endif #ifndef QT_H @@ -971,14 +971,14 @@ Q_EXPORT int qWinVersion(); // Debugging and error handling // -#if !defined(QT_NO_CHECK) +#if !defined(TQT_NO_CHECK) # define QT_CHECK_STATE // check state of objects etc. # define QT_CHECK_RANGE // check range of indexes etc. # define QT_CHECK_NULL // check null pointers # define QT_CHECK_MATH // check math functions #endif -#if !defined(QT_NO_DEBUG) && !defined(QT_DEBUG) +#if !defined(TQT_NO_DEBUG) && !defined(QT_DEBUG) # define QT_DEBUG // display debug messages # if !defined(TQT_NO_COMPAT) // compatibility with TQt 2 # if !defined(NO_DEBUG) && !defined(DEBUG) @@ -1102,13 +1102,13 @@ Q_EXPORT const char *tqInstallPathSysconf(); /* Avoid some particularly useless warnings from some stupid compilers. To get ALL C++ compiler warnings, define QT_CC_WARNINGS or comment out - the line "#define QT_NO_WARNINGS" + the line "#define TQT_NO_WARNINGS" */ #if !defined(QT_CC_WARNINGS) -# define QT_NO_WARNINGS +# define TQT_NO_WARNINGS #endif -#if defined(QT_NO_WARNINGS) +#if defined(TQT_NO_WARNINGS) # if defined(Q_CC_MSVC) # pragma warning(disable: 4244) // 'conversion' conversion from 'type1' to 'type2', possible loss of data # pragma warning(disable: 4275) // non - DLL-interface classkey 'identifier' used as base for DLL-interface classkey 'identifier' diff --git a/doc/html/qgrid-h.html b/doc/html/qgrid-h.html index 6dba57a43..2336a3595 100644 --- a/doc/html/qgrid-h.html +++ b/doc/html/qgrid-h.html @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_GRID +#ifndef TQT_NO_GRID class TQGridLayout; @@ -108,7 +108,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_GRID +#endif // TQT_NO_GRID #endif // TQGRID_H </pre> diff --git a/doc/html/qgridview-h.html b/doc/html/qgridview-h.html index be41e1c28..d9a15c7e8 100644 --- a/doc/html/qgridview-h.html +++ b/doc/html/qgridview-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqscrollview.h" #endif // QT_H -#ifndef QT_NO_GRIDVIEW +#ifndef TQT_NO_GRIDVIEW class TQGridViewPrivate; @@ -169,7 +169,7 @@ inline TQSize TQGridView::gridSize() const -#endif // QT_NO_GRIDVIEW +#endif // TQT_NO_GRIDVIEW #endif // TQTABLEVIEW_H diff --git a/doc/html/qgroupbox-h.html b/doc/html/qgroupbox-h.html index 037c2ab83..4fcbefa4f 100644 --- a/doc/html/qgroupbox-h.html +++ b/doc/html/qgroupbox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_GROUPBOX +#ifndef TQT_NO_GROUPBOX class TQAccel; @@ -98,7 +98,7 @@ class Q_EXPORT TQGroupBox : public TQFrame TQ_PROPERTY( Orientation orientation READ orientation WRITE setOrientation DESIGNABLE false ) TQ_PROPERTY( int columns READ columns WRITE setColumns DESIGNABLE false ) TQ_PROPERTY( bool flat READ isFlat WRITE setFlat ) -#ifndef QT_NO_CHECKBOX +#ifndef TQT_NO_CHECKBOX TQ_PROPERTY( bool checkable READ isCheckable WRITE setCheckable ) TQ_PROPERTY( bool checked READ isChecked WRITE setChecked ) #endif @@ -137,13 +137,13 @@ public: bool isFlat() const; void setFlat( bool b ); bool isCheckable() const; -#ifndef QT_NO_CHECKBOX +#ifndef TQT_NO_CHECKBOX void setCheckable( bool b ); #endif bool isChecked() const; void setEnabled(bool on); -#ifndef QT_NO_CHECKBOX +#ifndef TQT_NO_CHECKBOX public slots: void setChecked( bool b ); @@ -168,13 +168,13 @@ private: void calculateFrame(); void insertWid( TQWidget* ); void setTextSpacer(); -#ifndef QT_NO_CHECKBOX +#ifndef TQT_NO_CHECKBOX void updateCheckBoxGeometry(); #endif TQString str; int align; int lenvisible; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQAccel * accel; #endif TQGroupBoxPrivate * d; @@ -196,7 +196,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_GROUPBOX +#endif // TQT_NO_GROUPBOX #endif // TQGROUPBOX_H </pre> diff --git a/doc/html/qhbox-h.html b/doc/html/qhbox-h.html index f0b13c9fd..0693f024b 100644 --- a/doc/html/qhbox-h.html +++ b/doc/html/qhbox-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_HBOX +#ifndef TQT_NO_HBOX #include "ntqframe.h" @@ -107,7 +107,7 @@ private: #endif }; -#endif // QT_NO_HBOX +#endif // TQT_NO_HBOX #endif // TQHBOX_H </pre> diff --git a/doc/html/qhbuttongroup-h.html b/doc/html/qhbuttongroup-h.html index 75771fc02..01b6a600a 100644 --- a/doc/html/qhbuttongroup-h.html +++ b/doc/html/qhbuttongroup-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqbuttongroup.h" #endif // QT_H -#ifndef QT_NO_HBUTTONGROUP +#ifndef TQT_NO_HBUTTONGROUP class Q_EXPORT TQHButtonGroup : public TQButtonGroup { @@ -99,7 +99,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_HBUTTONGROUP +#endif // TQT_NO_HBUTTONGROUP #endif // TQHBUTTONGROUP_H </pre> diff --git a/doc/html/qheader-h.html b/doc/html/qheader-h.html index 7c7e7dacc..f9a1e31ad 100644 --- a/doc/html/qheader-h.html +++ b/doc/html/qheader-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqiconset.h" // conversion TQPixmap->TQIconset #endif // QT_H -#ifndef QT_NO_HEADER +#ifndef TQT_NO_HEADER class TQShowEvent; class TQHeaderData; @@ -250,7 +250,7 @@ inline bool TQHeader::tracking() const { return trackingIsOn; } extern Q_EXPORT bool tqt_qheader_label_return_null_strings; // needed for professional edition -#endif // QT_NO_HEADER +#endif // TQT_NO_HEADER #endif // TQHEADER_H </pre> diff --git a/doc/html/qhgroupbox-h.html b/doc/html/qhgroupbox-h.html index 0a5c3a914..14a1adeb5 100644 --- a/doc/html/qhgroupbox-h.html +++ b/doc/html/qhgroupbox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqgroupbox.h" #endif // QT_H -#ifndef QT_NO_HGROUPBOX +#ifndef TQT_NO_HGROUPBOX class Q_EXPORT TQHGroupBox : public TQGroupBox { @@ -98,7 +98,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_HGROUPBOX +#endif // TQT_NO_HGROUPBOX #endif // TQHGROUPBOX_H </pre> diff --git a/doc/html/qhostaddress-h.html b/doc/html/qhostaddress-h.html index e5b8c31e0..cae9d608c 100644 --- a/doc/html/qhostaddress-h.html +++ b/doc/html/qhostaddress-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_NETWORK Q_EXPORT #endif -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK class TQHostAddressPrivate; typedef struct { @@ -101,7 +101,7 @@ public: TQHostAddress( TQ_UINT32 ip4Addr ); TQHostAddress( TQ_UINT8 *ip6Addr ); TQHostAddress(const Q_IPV6ADDR &ip6Addr); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST TQHostAddress(const TQString &address); #endif TQHostAddress( const TQHostAddress & ); @@ -111,7 +111,7 @@ public: void setAddress( TQ_UINT32 ip4Addr ); void setAddress( TQ_UINT8 *ip6Addr ); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST bool setAddress( const TQString& address ); #endif bool isIp4Addr() const; // obsolete @@ -122,7 +122,7 @@ public: bool isIPv6Address() const; Q_IPV6ADDR toIPv6Address() const; -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_SPRINTF TQString toString() const; #endif @@ -133,7 +133,7 @@ private: TQHostAddressPrivate* d; }; -#endif //QT_NO_NETWORK +#endif //TQT_NO_NETWORK #endif </pre> <!-- eof --> diff --git a/doc/html/qhttp-h.html b/doc/html/qhttp-h.html index 62acd87bc..b27a2345c 100644 --- a/doc/html/qhttp-h.html +++ b/doc/html/qhttp-h.html @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } #define TQM_TEMPLATE_EXTERN_HTTP Q_TEMPLATE_EXTERN #endif -#ifndef QT_NO_NETWORKPROTOCOL_HTTP +#ifndef TQT_NO_NETWORKPROTOCOL_HTTP class TQSocket; class TQTimerEvent; diff --git a/doc/html/qiconset-h.html b/doc/html/qiconset-h.html index 26d28f044..86d97955c 100644 --- a/doc/html/qiconset-h.html +++ b/doc/html/qiconset-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqpixmap.h" #endif // QT_H -#ifndef QT_NO_ICONSET +#ifndef TQT_NO_ICONSET class TQIconFactory; class TQIconSetPrivate; @@ -164,7 +164,7 @@ private: uint unused : 31; }; -#endif // QT_NO_ICONSET +#endif // TQT_NO_ICONSET #endif </pre> <!-- eof --> diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html index ebe8b0356..e03f1b077 100644 --- a/doc/html/qiconview-h.html +++ b/doc/html/qiconview-h.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } #include "ntqpicture.h" #endif // QT_H -#ifndef QT_NO_ICONVIEW +#ifndef TQT_NO_ICONVIEW class TQIconView; class TQPainter; @@ -106,7 +106,7 @@ class TQIconViewItemLineEdit; class TQStringList; class TQIconDragPrivate; -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP class Q_EXPORT TQIconDragItem { @@ -165,7 +165,7 @@ public: TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &text ); TQIconViewItem( TQIconView *parent, const TQString &text, const TQPixmap &icon ); TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &text, const TQPixmap &icon ); -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE TQIconViewItem( TQIconView *parent, const TQString &text, const TQPicture &picture ); TQIconViewItem( TQIconView *parent, TQIconViewItem *after, const TQString &text, const TQPicture &picture ); #endif @@ -177,7 +177,7 @@ public: virtual TQString text() const; virtual TQPixmap *pixmap() const; -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE virtual TQPicture *picture() const; #endif virtual TQString key() const; @@ -220,7 +220,7 @@ public: virtual bool acceptDrop( const TQMimeSource *mime ) const; -#ifndef QT_NO_TEXTEDIT +#ifndef TQT_NO_TEXTEDIT void rename(); #endif @@ -228,7 +228,7 @@ public: virtual void setText( const TQString &text ); virtual void setPixmap( const TQPixmap &icon ); -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE virtual void setPicture( const TQPicture &icon ); #endif virtual void setText( const TQString &text, bool recalc, bool redraw = TRUE ); @@ -239,13 +239,13 @@ public: static int RTTI; protected: -#ifndef QT_NO_TEXTEDIT +#ifndef TQT_NO_TEXTEDIT virtual void removeRenameBox(); #endif virtual void calcRect( const TQString &text_ = TQString::null ); virtual void paintItem( TQPainter *p, const TQColorGroup &cg ); virtual void paintFocus( TQPainter *p, const TQColorGroup &cg ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void dropped( TQDropEvent *e, const TQValueList<TQIconDragItem> &lst ); #endif virtual void dragEntered(); @@ -258,11 +258,11 @@ protected: private: void init( TQIconViewItem *after = 0 -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE , TQPicture *pic = 0 #endif ); -#ifndef QT_NO_TEXTEDIT +#ifndef TQT_NO_TEXTEDIT void renameItem(); void cancelRenameItem(); #endif @@ -272,7 +272,7 @@ private: TQString itemText, itemKey; TQString tmpText; TQPixmap *itemIcon; -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE TQPicture *itemPic; #endif TQIconViewItem *prev, *next; @@ -284,7 +284,7 @@ private: uint dirty : 1; uint wordWrapDirty : 1; TQRect itemRect, itemTextRect, itemIconRect; -#ifndef QT_NO_TEXTEDIT +#ifndef TQT_NO_TEXTEDIT TQIconViewItemLineEdit *renameBox; #endif TQRect oldRect; @@ -446,7 +446,7 @@ signals: void mouseButtonClicked( int button, TQIconViewItem* item, const TQPoint& pos ); void contextMenuRequested( TQIconViewItem* item, const TQPoint &pos ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void dropped( TQDropEvent *e, const TQValueList<TQIconDragItem> &lst ); #endif void moved(); @@ -471,7 +471,7 @@ protected: void contentsMouseDoubleClickEvent( TQMouseEvent *e ); void contentsContextMenuEvent( TQContextMenuEvent *e ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void contentsDragEnterEvent( TQDragEnterEvent *e ); void contentsDragMoveEvent( TQDragMoveEvent *e ); void contentsDragLeaveEvent( TQDragLeaveEvent *e ); @@ -485,7 +485,7 @@ protected: void enterEvent( TQEvent *e ); virtual void drawRubber( TQPainter *p ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual TQDragObject *dragObject(); virtual void startDrag(); #endif @@ -503,7 +503,7 @@ protected: private: void contentsMousePressEventEx( TQMouseEvent *e ); virtual void drawDragShapes( const TQPoint &pnt ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void initDragEnter( TQDropEvent *e ); #endif void drawContents( TQPainter* ); @@ -534,7 +534,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_ICONVIEW +#endif // TQT_NO_ICONVIEW #endif // TQICONVIEW_H </pre> diff --git a/doc/html/qimage-h.html b/doc/html/qimage-h.html index 7f441e87e..27e0f3f68 100644 --- a/doc/html/qimage-h.html +++ b/doc/html/qimage-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #endif // QT_H class TQImageDataMisc; // internal -#ifndef QT_NO_IMAGE_TEXT +#ifndef TQT_NO_IMAGE_TEXT class Q_EXPORT TQImageTextKeyLang { public: TQImageTextKeyLang(const char* k, const char* l) : key(k), lang(l) { } @@ -98,7 +98,7 @@ public: bool operator== (const TQImageTextKeyLang& other) const { return key==other.key && lang==other.lang; } }; -#endif //QT_NO_IMAGE_TEXT +#endif //TQT_NO_IMAGE_TEXT class Q_EXPORT TQImage @@ -111,7 +111,7 @@ public: Endian bitOrder=IgnoreEndian ); TQImage( const TQSize&, int depth, int numColors=0, Endian bitOrder=IgnoreEndian ); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO TQImage( const TQString &fileName, const char* format=0 ); TQImage( const char * const xpm[] ); TQImage( const TQByteArray &data ); @@ -135,7 +135,7 @@ public: TQImage copy() const; TQImage copy(int x, int y, int w, int h, int conversion_flags=0) const; TQImage copy(const TQRect&) const; -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME static TQImage fromMimeSource( const TQString& abs_name ); #endif bool isNull() const { return data->bits == 0; } @@ -179,7 +179,7 @@ public: void invertPixels( bool invertAlpha = TRUE ); TQImage convertDepth( int ) const; -#ifndef QT_NO_IMAGE_TRUECOLOR +#ifndef TQT_NO_IMAGE_TRUECOLOR TQImage convertDepthWithPalette( int, TQRgb* p, int pc, int cf=0 ) const; #endif TQImage convertDepth( int, int conversion_flags ) const; @@ -190,11 +190,11 @@ public: ScaleMin, ScaleMax }; -#ifndef QT_NO_IMAGE_SMOOTHSCALE +#ifndef TQT_NO_IMAGE_SMOOTHSCALE TQImage smoothScale( int w, int h, ScaleMode mode=ScaleFree ) const; TQImage smoothScale( const TQSize& s, ScaleMode mode=ScaleFree ) const; #endif -#ifndef QT_NO_IMAGE_TRANSFORMATION +#ifndef TQT_NO_IMAGE_TRANSFORMATION TQImage scale( int w, int h, ScaleMode mode=ScaleFree ) const; TQImage scale( const TQSize& s, ScaleMode mode=ScaleFree ) const; TQImage scaleWidth( int w ) const; @@ -202,13 +202,13 @@ public: TQImage xForm( const TQWMatrix &matrix ) const; #endif -#ifndef QT_NO_IMAGE_DITHER_TO_1 +#ifndef TQT_NO_IMAGE_DITHER_TO_1 TQImage createAlphaMask( int conversion_flags=0 ) const; #endif -#ifndef QT_NO_IMAGE_HEURISTIC_MASK +#ifndef TQT_NO_IMAGE_HEURISTIC_MASK TQImage createHeuristicMask( bool clipTight=TRUE ) const; #endif -#ifndef QT_NO_IMAGE_MIRROR +#ifndef TQT_NO_IMAGE_MIRROR TQImage mirror() const; TQImage mirror(bool horizontally, bool vertically) const; #endif @@ -217,11 +217,11 @@ public: static Endian systemBitOrder(); static Endian systemByteOrder(); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO static const char* imageFormat( const TQString &fileName ); static TQStrList inputFormats(); static TQStrList outputFormats(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList inputFormatList(); static TQStringList outputFormatList(); #endif @@ -233,7 +233,7 @@ public: int quality=-1 ) const; bool save( TQIODevice * device, const char* format, int quality=-1 ) const; -#endif //QT_NO_IMAGEIO +#endif //TQT_NO_IMAGEIO bool valid( int x, int y ) const; int pixelIndex( int x, int y ) const; @@ -247,7 +247,7 @@ public: void setDotsPerMeterY(int); TQPoint offset() const; void setOffset(const TQPoint&); -#ifndef QT_NO_IMAGE_TEXT +#ifndef TQT_NO_IMAGE_TEXT TQValueList<TQImageTextKeyLang> textList() const; TQStringList textLanguages() const; TQStringList textKeys() const; @@ -274,15 +274,15 @@ private: int dpmx; // dots per meter X (or 0) int dpmy; // dots per meter Y (or 0) TQPoint offset; // offset in pixels -#ifndef QT_NO_IMAGE_TEXT +#ifndef TQT_NO_IMAGE_TEXT TQImageDataMisc* misc; // less common stuff #endif bool ctbl_mine; // this allocated ctbl } *data; -#ifndef QT_NO_IMAGE_TEXT +#ifndef TQT_NO_IMAGE_TEXT TQImageDataMisc& misc() const; #endif -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO bool doImageIO( TQImageIO* io, int quality ) const; #endif friend Q_EXPORT void bitBlt( TQImage* dst, int dx, int dy, @@ -293,12 +293,12 @@ private: // TQImage stream functions -#if !defined(QT_NO_DATASTREAM) && !defined(QT_NO_IMAGEIO) +#if !defined(TQT_NO_DATASTREAM) && !defined(TQT_NO_IMAGEIO) Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQImage & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQImage & ); #endif -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO class TQIODevice; typedef void (*image_io_handler)( TQImageIO * ); // image IO handler @@ -368,7 +368,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif //QT_NO_IMAGEIO +#endif //TQT_NO_IMAGEIO Q_EXPORT void bitBlt( TQImage* dst, int dx, int dy, const TQImage* src, int sx=0, int sy=0, int sw=-1, int sh=-1, diff --git a/doc/html/qimageformatplugin-h.html b/doc/html/qimageformatplugin-h.html index cdb02f1cc..d5e6ebf65 100644 --- a/doc/html/qimageformatplugin-h.html +++ b/doc/html/qimageformatplugin-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_IMAGEFORMATPLUGIN +#ifndef TQT_NO_IMAGEFORMATPLUGIN class TQImageFormat; class TQImageFormatPluginPrivate; @@ -99,7 +99,7 @@ public: private: TQImageFormatPluginPrivate *d; }; -#endif // QT_NO_IMAGEFORMATPLUGIN +#endif // TQT_NO_IMAGEFORMATPLUGIN #endif // TQIMAGEFORMATPLUGIN_H </pre> <!-- eof --> diff --git a/doc/html/qinputdialog-h.html b/doc/html/qinputdialog-h.html index aa18888bb..3989529ac 100644 --- a/doc/html/qinputdialog-h.html +++ b/doc/html/qinputdialog-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqlineedit.h" #endif // QT_H -#ifndef QT_NO_INPUTDIALOG +#ifndef TQT_NO_INPUTDIALOG class TQSpinBox; class TQComboBox; @@ -137,7 +137,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_INPUTDIALOG +#endif // TQT_NO_INPUTDIALOG #endif // TQINPUTDIALOG_H diff --git a/doc/html/qjiscodec-h.html b/doc/html/qjiscodec-h.html index d676a002a..319b1ae95 100644 --- a/doc/html/qjiscodec-h.html +++ b/doc/html/qjiscodec-h.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } #include "ntqjpunicode.h" #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS #if defined(QT_PLUGIN) #define Q_EXPORT_CODECS_JP diff --git a/doc/html/qkbddriverfactory_qws-h.html b/doc/html/qkbddriverfactory_qws-h.html index 224b846f1..88fdfede0 100644 --- a/doc/html/qkbddriverfactory_qws-h.html +++ b/doc/html/qkbddriverfactory_qws-h.html @@ -83,7 +83,7 @@ class TQWSKeyboardHandler; class Q_EXPORT TQKbdDriverFactory { public: -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList keys(); #endif static TQWSKeyboardHandler *create( const TQString&, const TQString& ); diff --git a/doc/html/qkbddriverplugin_qws-h.html b/doc/html/qkbddriverplugin_qws-h.html index 360432c8e..fa2ab5621 100644 --- a/doc/html/qkbddriverplugin_qws-h.html +++ b/doc/html/qkbddriverplugin_qws-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT class TQWSKeyboardHandler; class TQKbdDriverPluginPrivate; @@ -92,7 +92,7 @@ public: TQKbdDriverPlugin(); ~TQKbdDriverPlugin(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST virtual TQStringList keys() const = 0; #endif virtual TQWSKeyboardHandler* create( const TQString& driver, const TQString &device ) = 0; @@ -101,7 +101,7 @@ private: TQKbdDriverPluginPrivate *d; }; -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT #endif // TQKBDDRIVERPLUGIN_QWS_H </pre> diff --git a/doc/html/qkeyboard_qws-h.html b/doc/html/qkeyboard_qws-h.html index d8fe72e3c..86ab07795 100644 --- a/doc/html/qkeyboard_qws-h.html +++ b/doc/html/qkeyboard_qws-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD class TQWSKeyboardHandler : public TQObject { TQ_OBJECT public: diff --git a/doc/html/qkeysequence-h.html b/doc/html/qkeysequence-h.html index 783cc9595..e0aeeb31b 100644 --- a/doc/html/qkeysequence-h.html +++ b/doc/html/qkeysequence-h.html @@ -84,12 +84,12 @@ body { background: #ffffff; color: black; } #endif // QT_H #endif -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL /***************************************************************************** TQKeySequence stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM class TQKeySequence; Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQKeySequence & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQKeySequence & ); @@ -140,7 +140,7 @@ public: TQKeySequence( int ) {} }; -#endif //QT_NO_ACCEL +#endif //TQT_NO_ACCEL #endif </pre> diff --git a/doc/html/qlabel-h.html b/doc/html/qlabel-h.html index 0382c9675..a82c4ebfe 100644 --- a/doc/html/qlabel-h.html +++ b/doc/html/qlabel-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_LABEL +#ifndef TQT_NO_LABEL class TQSimpleRichText; class TQLabelPrivate; @@ -107,10 +107,10 @@ public: TQString text() const { return ltext; } TQPixmap *pixmap() const { return lpixmap; } -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE TQPicture *picture() const { return lpicture; } #endif -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE TQMovie *movie() const; #endif @@ -124,13 +124,13 @@ public: bool autoResize() const { return autoresize; } virtual void setAutoResize( bool ); -#ifndef QT_NO_IMAGE_SMOOTHSCALE +#ifndef TQT_NO_IMAGE_SMOOTHSCALE bool hasScaledContents() const; void setScaledContents( bool ); #endif TQSize sizeHint() const; TQSize minimumSizeHint() const; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL virtual void setBuddy( TQWidget * ); TQWidget *buddy() const; #endif @@ -141,10 +141,10 @@ public: public slots: virtual void setText( const TQString &); virtual void setPixmap( const TQPixmap & ); -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE virtual void setPicture( const TQPicture & ); #endif -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE virtual void setMovie( const TQMovie & ); #endif virtual void setNum( int ); @@ -157,11 +157,11 @@ protected: void resizeEvent( TQResizeEvent* ); private slots: -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL void acceleratorSlot(); void buddyDied(); #endif -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE void movieUpdated(const TQRect&); void movieResized(const TQSize&); #endif @@ -173,13 +173,13 @@ private: TQSize sizeForWidth( int w ) const; TQString ltext; TQPixmap *lpixmap; -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE TQPicture *lpicture; #endif -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE TQMovie * lmovie; #endif -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQWidget * lbuddy; #endif ushort align; @@ -187,10 +187,10 @@ private: uint autoresize:1; uint scaledcontents :1; TextFormat textformat; -#ifndef QT_NO_RICHTEXT +#ifndef TQT_NO_RICHTEXT TQSimpleRichText* doc; #endif -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQAccel * accel; #endif TQLabelPrivate* d; @@ -205,7 +205,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_LABEL +#endif // TQT_NO_LABEL #endif // TQLABEL_H </pre> diff --git a/doc/html/qlayout-h.html b/doc/html/qlayout-h.html index 2cf3c4f4c..3df55a9b3 100644 --- a/doc/html/qlayout-h.html +++ b/doc/html/qlayout-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } #include <limits.h> -#ifndef QT_NO_LAYOUT +#ifndef TQT_NO_LAYOUT #if 0 TQ_OBJECT @@ -243,7 +243,7 @@ public: void setResizeMode( ResizeMode ); ResizeMode resizeMode() const; -#ifndef QT_NO_MENUBAR +#ifndef TQT_NO_MENUBAR virtual void setMenuBar( TQMenuBar *w ); TQMenuBar *menuBar() const { return menubar; } #endif @@ -306,7 +306,7 @@ private: uint autoResizeMode : 1; TQRect rect; TQLayoutData *extraData; -#ifndef QT_NO_MENUBAR +#ifndef TQT_NO_MENUBAR TQMenuBar *menubar; #endif @@ -505,7 +505,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_LAYOUT +#endif // TQT_NO_LAYOUT #endif // TQLAYOUT_H </pre> <!-- eof --> diff --git a/doc/html/qlcdnumber-h.html b/doc/html/qlcdnumber-h.html index 3937bbd90..9d9f541c7 100644 --- a/doc/html/qlcdnumber-h.html +++ b/doc/html/qlcdnumber-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqbitarray.h" #endif // QT_H -#ifndef QT_NO_LCDNUMBER +#ifndef TQT_NO_LCDNUMBER class TQLCDNumberPrivate; @@ -177,7 +177,7 @@ inline int TQLCDNumber::numDigits() const { return ndigits; } -#endif // QT_NO_LCDNUMBER +#endif // TQT_NO_LCDNUMBER #endif // TQLCDNUMBER_H </pre> diff --git a/doc/html/qlibrary-h.html b/doc/html/qlibrary-h.html index ef328a11e..4c480fe9e 100644 --- a/doc/html/qlibrary-h.html +++ b/doc/html/qlibrary-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_LIBRARY +#ifndef TQT_NO_LIBRARY class TQLibraryPrivate; @@ -118,7 +118,7 @@ private: // Disabled copy constructor and operator= #define Q_DEFINED_QLIBRARY #include "ntqwinexport.h" -#endif //QT_NO_LIBRARY +#endif //TQT_NO_LIBRARY #endif //TQLIBRARY_H </pre> <!-- eof --> diff --git a/doc/html/qlineedit-h.html b/doc/html/qlineedit-h.html index 903577e40..db6bbda57 100644 --- a/doc/html/qlineedit-h.html +++ b/doc/html/qlineedit-h.html @@ -87,7 +87,7 @@ class TQPopupMenu; #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_LINEEDIT +#ifndef TQT_NO_LINEEDIT class TQTextParagraph; class TQTextCursor; @@ -201,7 +201,7 @@ public slots: virtual void setSelection( int, int ); virtual void setCursorPosition( int ); virtual void setAlignment( int flag ); -#ifndef QT_NO_CLIPBOARD +#ifndef TQT_NO_CLIPBOARD virtual void cut(); virtual void copy() const; virtual void paste(); @@ -228,7 +228,7 @@ protected: void focusOutEvent( TQFocusEvent * ); void resizeEvent( TQResizeEvent * ); void drawContents( TQPainter * ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void dragEnterEvent( TQDragEnterEvent * ); void dragMoveEvent( TQDragMoveEvent *e ); void dragLeaveEvent( TQDragLeaveEvent *e ); @@ -262,7 +262,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_LINEEDIT +#endif // TQT_NO_LINEEDIT #endif // TQLINEEDIT_H </pre> diff --git a/doc/html/qlistbox-h.html b/doc/html/qlistbox-h.html index 23bc02a32..4401f72ec 100644 --- a/doc/html/qlistbox-h.html +++ b/doc/html/qlistbox-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqpixmap.h" #endif // QT_H -#ifndef QT_NO_LISTBOX +#ifndef TQT_NO_LISTBOX class TQListBoxPrivate; @@ -466,7 +466,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_LISTBOX +#endif // TQT_NO_LISTBOX #endif // TQLISTBOX_H </pre> diff --git a/doc/html/qlistview-h.html b/doc/html/qlistview-h.html index 7959b5d41..650325241 100644 --- a/doc/html/qlistview-h.html +++ b/doc/html/qlistview-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqscrollview.h" #endif // QT_H -#ifndef QT_NO_LISTVIEW +#ifndef TQT_NO_LISTVIEW class TQPixmap; @@ -222,7 +222,7 @@ protected: virtual void activate(); bool activatedPos( TQPoint & ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void dropped( TQDropEvent *e ); #endif virtual void dragEntered(); @@ -428,7 +428,7 @@ signals: void expanded( TQListViewItem *item ); void collapsed( TQListViewItem *item ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void dropped( TQDropEvent *e ); #endif void itemRenamed( TQListViewItem *item, int col, const TQString & ); @@ -440,7 +440,7 @@ protected: void contentsMouseMoveEvent( TQMouseEvent * e ); void contentsMouseDoubleClickEvent( TQMouseEvent * e ); void contentsContextMenuEvent( TQContextMenuEvent * e ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void contentsDragEnterEvent( TQDragEnterEvent *e ); void contentsDragMoveEvent( TQDragMoveEvent *e ); void contentsDragLeaveEvent( TQDragLeaveEvent *e ); @@ -636,7 +636,7 @@ private: bool isChecked( const TQListViewItem* ) const; }; -#endif // QT_NO_LISTVIEW +#endif // TQT_NO_LISTVIEW #endif // TQLISTVIEW_H </pre> diff --git a/doc/html/qlocalfs-h.html b/doc/html/qlocalfs-h.html index bf16abc20..b142b8c45 100644 --- a/doc/html/qlocalfs-h.html +++ b/doc/html/qlocalfs-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqdir.h" #endif // QT_H -#ifndef QT_NO_NETWORKPROTOCOL +#ifndef TQT_NO_NETWORKPROTOCOL class Q_EXPORT TQLocalFs : public TQNetworkProtocol { @@ -106,7 +106,7 @@ private: }; -#endif // QT_NO_NETWORKPROTOCOL +#endif // TQT_NO_NETWORKPROTOCOL #endif // TQLOCALFS_H </pre> diff --git a/doc/html/qmacstyle_mac-h.html b/doc/html/qmacstyle_mac-h.html index 3bfbf102e..1d156223d 100644 --- a/doc/html/qmacstyle_mac-h.html +++ b/doc/html/qmacstyle_mac-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwindowsstyle.h" #endif // QT_H -#if defined( Q_WS_MAC ) && !defined( QT_NO_STYLE_MAC ) +#if defined( Q_WS_MAC ) && !defined( TQT_NO_STYLE_MAC ) class TQPalette; diff --git a/doc/html/qmainwindow-h.html b/doc/html/qmainwindow-h.html index 676266cee..1cf481488 100644 --- a/doc/html/qmainwindow-h.html +++ b/doc/html/qmainwindow-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqtextstream.h" #endif // QT_H -#ifndef QT_NO_MAINWINDOW +#ifndef TQT_NO_MAINWINDOW class TQMenuBar; class TQStatusBar; @@ -106,11 +106,11 @@ public: TQMainWindow( TQWidget* parent=0, const char* name=0, WFlags f = WType_TopLevel ); ~TQMainWindow(); -#ifndef QT_NO_MENUBAR +#ifndef TQT_NO_MENUBAR TQMenuBar * menuBar() const; #endif TQStatusBar * statusBar() const; -#ifndef QT_NO_TOOLTIP +#ifndef TQT_NO_TOOLTIP TQToolTipGroup * toolTipGroup() const; #endif @@ -154,7 +154,7 @@ public: // compatibility stuff bool hasDockWindow( TQDockWindow *dw ); -#ifndef QT_NO_TOOLBAR +#ifndef TQT_NO_TOOLBAR void addToolBar( TQDockWindow *, Dock = DockTop, bool newLine = FALSE ); void addToolBar( TQDockWindow *, const TQString &label, Dock = DockTop, bool newLine = FALSE ); @@ -199,7 +199,7 @@ signals: void usesTextLabelChanged( bool ); void dockWindowPositionChanged( TQDockWindow * ); -#ifndef QT_NO_TOOLBAR +#ifndef TQT_NO_TOOLBAR // compatibility stuff void toolBarPositionChanged( TQToolBar * ); #endif @@ -224,11 +224,11 @@ private: void triggerLayout( bool deleteLayout = TRUE); bool dockMainWindow( TQObject *dock ); -#ifndef QT_NO_MENUBAR +#ifndef TQT_NO_MENUBAR virtual void setMenuBar( TQMenuBar * ); #endif virtual void setStatusBar( TQStatusBar * ); -#ifndef QT_NO_TOOLTIP +#ifndef TQT_NO_TOOLTIP virtual void setToolTipGroup( TQToolTipGroup * ); #endif @@ -244,7 +244,7 @@ private: // Disabled copy constructor and operator= #endif }; -#ifndef QT_NO_TOOLBAR +#ifndef TQT_NO_TOOLBAR inline void TQMainWindow::addToolBar( TQDockWindow *w, ToolBarDock dock, bool newLine ) { addDockWindow( w, dock, newLine ); @@ -287,12 +287,12 @@ inline void TQMainWindow::setToolBarsMovable( bool b ) } #endif -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM Q_EXPORT TQTextStream &operator<<( TQTextStream &, const TQMainWindow & ); Q_EXPORT TQTextStream &operator>>( TQTextStream &, TQMainWindow & ); #endif -#endif // QT_NO_MAINWINDOW +#endif // TQT_NO_MAINWINDOW #endif // TQMAINWINDOW_H </pre> diff --git a/doc/html/qmap-h.html b/doc/html/qmap-h.html index 6760d02b8..8547f2e62 100644 --- a/doc/html/qmap-h.html +++ b/doc/html/qmap-h.html @@ -611,7 +611,7 @@ Q_INLINE_TEMPLATES Q_TYPENAME TQMapPrivate<Key,T>::Iterator TQMapPrivate&l #ifdef QT_CHECK_RANGE -# if !defined( QT_NO_DEBUG ) && defined( QT_CHECK_MAP_RANGE ) +# if !defined( TQT_NO_DEBUG ) && defined( QT_CHECK_MAP_RANGE ) # define QT_CHECK_INVALID_MAP_ELEMENT if ( empty() ) tqWarning( "TQMap: Warning invalid element" ) # define QT_CHECK_INVALID_MAP_ELEMENT_FATAL Q_ASSERT( !empty() ); # else @@ -880,7 +880,7 @@ Q_INLINE_TEMPLATES void TQMap<Key,T>::detachInternal() } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM template<class Key, class T> Q_INLINE_TEMPLATES TQDataStream& operator>>( TQDataStream& s, TQMap<Key,T>& m ) { m.clear(); diff --git a/doc/html/qmenubar-h.html b/doc/html/qmenubar-h.html index 18948e42c..7a877f35f 100644 --- a/doc/html/qmenubar-h.html +++ b/doc/html/qmenubar-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqmenudata.h" #endif // QT_H -#ifndef QT_NO_MENUBAR +#ifndef TQT_NO_MENUBAR class TQPopupMenu; @@ -152,7 +152,7 @@ protected: private slots: void subActivated( int itemId ); void subHighlighted( int itemId ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL void accelActivated( int itemId ); void accelDestroyed(); #endif @@ -178,7 +178,7 @@ private: int calculateRects( int max_width = -1 ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL void setupAccelerators(); TQAccel *autoaccel; #endif @@ -236,7 +236,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_MENUBAR +#endif // TQT_NO_MENUBAR #endif // TQMENUBAR_H </pre> diff --git a/doc/html/qmenudata-h.html b/doc/html/qmenudata-h.html index 4e4cacd81..306b78599 100644 --- a/doc/html/qmenudata-h.html +++ b/doc/html/qmenudata-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #include "ntqfont.h" #endif // QT_H -#ifndef QT_NO_MENUDATA +#ifndef TQT_NO_MENUDATA class TQPopupMenu; class TQMenuDataData; @@ -110,7 +110,7 @@ public: TQPopupMenu *popup() const { return popup_menu; } TQWidget *widget() const { return widget_item; } TQCustomMenuItem *custom() const; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQKeySequence key() const { return accel_key; } #endif TQSignal *signal() const { return signal_data; } @@ -134,7 +134,7 @@ private: TQPixmap *pixmap_data; // item pixmap TQPopupMenu *popup_menu; // item popup menu TQWidget *widget_item; // widget menu item -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQKeySequence accel_key; // accelerator key (state|ascii) #endif TQSignal *signal_data; // connection @@ -231,7 +231,7 @@ public: void removeItemAt( int index ); void clear(); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQKeySequence accel( int id ) const; void setAccel( const TQKeySequence& key, int id ); #endif @@ -317,7 +317,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_MENUDATA +#endif // TQT_NO_MENUDATA #endif // TQMENUDATA_H </pre> diff --git a/doc/html/qmessagebox-h.html b/doc/html/qmessagebox-h.html index 43565b157..c04813b64 100644 --- a/doc/html/qmessagebox-h.html +++ b/doc/html/qmessagebox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqdialog.h" #endif // QT_H -#ifndef QT_NO_MESSAGEBOX +#ifndef TQT_NO_MESSAGEBOX class TQLabel; class TQPushButton; @@ -254,7 +254,7 @@ str)).arg(TQString::fromLatin1(tqVersion()) ); TQMessageBox::critical( 0, TQAppl "Incompatible TQt Library Error" ), s, TQMessageBox::Abort,0 ); tqFatal(s.ascii()); }} -#endif // QT_NO_MESSAGEBOX +#endif // TQT_NO_MESSAGEBOX #endif // TQMESSAGEBOX_H </pre> diff --git a/doc/html/qmetaobject-h.html b/doc/html/qmetaobject-h.html index 6232c916a..cebbf68c1 100644 --- a/doc/html/qmetaobject-h.html +++ b/doc/html/qmetaobject-h.html @@ -98,7 +98,7 @@ struct TQMetaData // - member function meta data Access access; // - access permission }; -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES struct TQMetaEnum // enumerator meta data { // for properties const char *name; // - enumerator name @@ -113,7 +113,7 @@ struct TQMetaEnum // enumerator meta data }; #endif -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES class Q_EXPORT TQMetaProperty // property meta data { @@ -167,7 +167,7 @@ public: inline bool TQMetaProperty::testFlags( uint f ) const { return (flags & (uint)f) != (uint)0; } -#endif // QT_NO_PROPERTIES +#endif // TQT_NO_PROPERTIES struct TQClassInfo // class info meta data { @@ -181,13 +181,13 @@ public: TQMetaObject( const char * const class_name, TQMetaObject *superclass, const TQMetaData * const slot_data, int n_slots, const TQMetaData * const signal_data, int n_signals, -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES const TQMetaProperty *const prop_data, int n_props, const TQMetaEnum *const enum_data, int n_enums, #endif const TQClassInfo *const class_info, int n_info ); -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES TQMetaObject( const char * const class_name, TQMetaObject *superclass, const TQMetaData * const slot_data, int n_slots, const TQMetaData * const signal_data, int n_signals, @@ -227,7 +227,7 @@ public: const TQClassInfo *classInfo( int index, bool super = FALSE ) const; const char *classInfo( const char* name, bool super = FALSE ) const; -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES const TQMetaProperty *property( int index, bool super = FALSE ) const; int findProperty( const char *name, bool super = FALSE ) const; int indexOfProperty( const TQMetaProperty*, bool super = FALSE ) const; @@ -243,12 +243,12 @@ public: static TQMetaObject *new_metaobject( const char *, TQMetaObject *, const TQMetaData *const, int, const TQMetaData *const, int, -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES const TQMetaProperty *const prop_data, int n_props, const TQMetaEnum *const enum_data, int n_enums, #endif const TQClassInfo *const class_info, int n_info ); -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES static TQMetaObject *new_metaobject( const char *, TQMetaObject *, const TQMetaData *const, int, const TQMetaData *const, int, @@ -278,7 +278,7 @@ private: TQMemberDict *signalDict; // signal dictionary int signaloffset; int slotoffset; -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES int propertyoffset; public: bool tqt_static_property( TQObject* o, int id, int f, TQVariant* v); @@ -299,7 +299,7 @@ inline int TQMetaObject::slotOffset() const inline int TQMetaObject::signalOffset() const { return signaloffset; } -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES inline int TQMetaObject::propertyOffset() const { return propertyoffset; } #endif diff --git a/doc/html/qmime-h.html b/doc/html/qmime-h.html index 5c8e9a901..2cf765a57 100644 --- a/doc/html/qmime-h.html +++ b/doc/html/qmime-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqmap.h" #endif // QT_H -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME class TQImageDrag; class TQTextDrag; @@ -231,7 +231,7 @@ public: #endif // Q_WS_MAC -#endif // QT_NO_MIME +#endif // TQT_NO_MIME #endif // TQMIME_H </pre> diff --git a/doc/html/qmotifplusstyle-h.html b/doc/html/qmotifplusstyle-h.html index ea191b9e9..f7ec03a7e 100644 --- a/doc/html/qmotifplusstyle-h.html +++ b/doc/html/qmotifplusstyle-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqmotifstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) #define Q_EXPORT_STYLE_MOTIFPLUS @@ -155,7 +155,7 @@ private: }; -#endif // QT_NO_STYLE_MOTIFPLUS +#endif // TQT_NO_STYLE_MOTIFPLUS #endif // TQMOTIFPLUSSTYLE_H </pre> diff --git a/doc/html/qmotifstyle-h.html b/doc/html/qmotifstyle-h.html index a1e9f797b..1f2cea8af 100644 --- a/doc/html/qmotifstyle-h.html +++ b/doc/html/qmotifstyle-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqcommonstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) class TQPalette; @@ -167,7 +167,7 @@ private: #endif }; -#endif // QT_NO_STYLE_MOTIF +#endif // TQT_NO_STYLE_MOTIF #endif // TQMOTIFSTYLE_H </pre> diff --git a/doc/html/qmousedriverfactory_qws-h.html b/doc/html/qmousedriverfactory_qws-h.html index f6560af8a..9695846a0 100644 --- a/doc/html/qmousedriverfactory_qws-h.html +++ b/doc/html/qmousedriverfactory_qws-h.html @@ -83,7 +83,7 @@ class TQWSMouseHandler; class Q_EXPORT TQMouseDriverFactory { public: -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList keys(); #endif static TQWSMouseHandler *create( const TQString&, const TQString & ); diff --git a/doc/html/qmousedriverplugin_qws-h.html b/doc/html/qmousedriverplugin_qws-h.html index 049b198c0..e2e54f53e 100644 --- a/doc/html/qmousedriverplugin_qws-h.html +++ b/doc/html/qmousedriverplugin_qws-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_COMPONENT class TQWSMouseHandler; class TQMouseDriverPluginPrivate; @@ -92,7 +92,7 @@ public: TQMouseDriverPlugin(); ~TQMouseDriverPlugin(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST virtual TQStringList keys() const = 0; #endif virtual TQWSMouseHandler* create( const TQString& driver, const TQString &device ) = 0; @@ -101,7 +101,7 @@ private: TQMouseDriverPluginPrivate *d; }; -#endif // QT_NO_COMPONENT +#endif // TQT_NO_COMPONENT #endif // TQMOUSEDRIVERPLUGIN_QWS_H </pre> diff --git a/doc/html/qmovie-h.html b/doc/html/qmovie-h.html index f7838ce70..c40495763 100644 --- a/doc/html/qmovie-h.html +++ b/doc/html/qmovie-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqpixmap.h" // ### remove or keep for users' convenience? #endif // QT_H -#ifndef QT_NO_MOVIE +#ifndef TQT_NO_MOVIE class TQDataSource; class TQObject; @@ -151,7 +151,7 @@ private: TQMoviePrivate *d; }; -#endif // QT_NO_MOVIE +#endif // TQT_NO_MOVIE #endif </pre> diff --git a/doc/html/qmultilineedit-h.html b/doc/html/qmultilineedit-h.html index f4ed57349..74a310115 100644 --- a/doc/html/qmultilineedit-h.html +++ b/doc/html/qmultilineedit-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqtextedit.h" #endif // QT_H -#ifndef QT_NO_MULTILINEEDIT +#ifndef TQT_NO_MULTILINEEDIT class TQMultiLineEditCommand; class TQValidator; @@ -172,7 +172,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_MULTILINEEDIT +#endif // TQT_NO_MULTILINEEDIT #endif // TQMULTILINED_H </pre> diff --git a/doc/html/qnetworkprotocol-h.html b/doc/html/qnetworkprotocol-h.html index dae446c04..060a24447 100644 --- a/doc/html/qnetworkprotocol-h.html +++ b/doc/html/qnetworkprotocol-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_NETWORKPROTOCOL +#ifndef TQT_NO_NETWORKPROTOCOL #if __GNUC__ - 0 > 3 #pragma GCC system_header @@ -275,7 +275,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_NETWORKPROTOCOL +#endif // TQT_NO_NETWORKPROTOCOL #endif // TQNETWORKPROTOCOL_H </pre> diff --git a/doc/html/qobject-h.html b/doc/html/qobject-h.html index 386e8c747..e1e15e885 100644 --- a/doc/html/qobject-h.html +++ b/doc/html/qobject-h.html @@ -94,7 +94,7 @@ class TQMetaProperty; class TQPostEventList; class TQSenderObjectList; class TQObjectPrivate; -#ifndef QT_NO_USERDATA +#ifndef TQT_NO_USERDATA class TQObjectUserData; #endif struct TQUObject; @@ -168,22 +168,22 @@ public: void dumpObjectTree(); void dumpObjectInfo(); -#ifndef QT_NO_PROPERTIES +#ifndef TQT_NO_PROPERTIES virtual bool setProperty( const char *name, const TQVariant& value ); virtual TQVariant property( const char *name ) const; -#endif // QT_NO_PROPERTIES +#endif // TQT_NO_PROPERTIES #ifdef TQT_NO_TRANSLATION static TQString tr( const char *sourceText, const char * = 0); -#ifndef QT_NO_TEXTCODEC +#ifndef TQT_NO_TEXTCODEC static TQString trUtf8( const char *sourceText, const char * = 0); #endif #endif //TQT_NO_TRANSLATION -#ifndef QT_NO_USERDATA +#ifndef TQT_NO_USERDATA static uint registerUserData(); void setUserData( uint id, TQObjectUserData* data); TQObjectUserData* userData( uint id ) const; -#endif // QT_NO_USERDATA +#endif // TQT_NO_USERDATA signals: void destroyed(); @@ -253,7 +253,7 @@ private: // Disabled copy constructor and operator= }; -#ifndef QT_NO_USERDATA +#ifndef TQT_NO_USERDATA class Q_EXPORT TQObjectUserData { public: virtual ~TQObjectUserData(); @@ -285,7 +285,7 @@ inline bool TQObject::disconnect( const TQObject *receiver, const char *member ) inline TQString TQObject::tr( const char *sourceText, const char * ) { return TQString::fromLatin1( sourceText ); } -#ifndef QT_NO_TEXTCODEC +#ifndef TQT_NO_TEXTCODEC inline TQString TQObject::trUtf8( const char *sourceText, const char * ) { return TQString::fromUtf8( sourceText ); } diff --git a/doc/html/qpainter-h.html b/doc/html/qpainter-h.html index 58e4dfd00..b3ec77851 100644 --- a/doc/html/qpainter-h.html +++ b/doc/html/qpainter-h.html @@ -172,7 +172,7 @@ public: bool hasViewXForm() const; bool hasWorldXForm() const; -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS void setViewXForm( bool ); // set xform on/off TQRect window() const; // get window void setWindow( const TQRect & ); // set window @@ -253,7 +253,7 @@ public: int index=0, int npoints=-1 ); void drawConvexPolygon( const TQPointArray &, int index=0, int npoints=-1 ); -#ifndef QT_NO_BEZIER +#ifndef TQT_NO_BEZIER void drawCubicBezier( const TQPointArray &, int index=0 ); #endif void drawPixmap( int x, int y, const TQPixmap &, @@ -275,7 +275,7 @@ public: void drawTiledPixmap( const TQRect &, const TQPixmap &, const TQPoint & ); void drawTiledPixmap( const TQRect &, const TQPixmap & ); -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE void drawPicture( const TQPicture & ); void drawPicture( int x, int y, const TQPicture & ); void drawPicture( const TQPoint &, const TQPicture & ); @@ -338,7 +338,7 @@ private: void updateFont(); void updatePen(); void updateBrush(); -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS void updateXForm(); void updateInvXForm(); #endif @@ -380,7 +380,7 @@ private: bool block_ext; // for temporary blocking of external devices // Transformations -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS TQCOORD wx, wy, ww, wh; TQCOORD vx, vy, vw, vh; TQWMatrix wxmat; @@ -535,7 +535,7 @@ inline const TQPoint &TQPainter::brushOrigin() const inline bool TQPainter::hasViewXForm() const { -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS return testf(VxF); #else return xlatex || xlatey; @@ -544,7 +544,7 @@ inline bool TQPainter::hasViewXForm() const inline bool TQPainter::hasWorldXForm() const { -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS return testf(WxF); #else return xlatex || xlatey; @@ -553,7 +553,7 @@ inline bool TQPainter::hasWorldXForm() const inline double TQPainter::translationX() const { -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS return worldMatrix().dx(); #else return xlatex; @@ -562,7 +562,7 @@ inline double TQPainter::translationX() const inline double TQPainter::translationY() const { -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS return worldMatrix().dy(); #else return xlatey; @@ -602,7 +602,7 @@ inline void TQPainter::setBrushOrigin( const TQPoint &p ) setBrushOrigin( p.x(), p.y() ); } -#ifndef QT_NO_TRANSFORMATIONS +#ifndef TQT_NO_TRANSFORMATIONS inline void TQPainter::setWindow( const TQRect &r ) { setWindow( r.x(), r.y(), r.width(), r.height() ); diff --git a/doc/html/qpair-h.html b/doc/html/qpair-h.html index 615108d77..7ae8495d4 100644 --- a/doc/html/qpair-h.html +++ b/doc/html/qpair-h.html @@ -125,7 +125,7 @@ Q_INLINE_TEMPLATES TQPair<T1, T2> qMakePair( const T1& x, const T2& return TQPair<T1, T2>( x, y ); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM template <class T1, class T2> inline TQDataStream& operator>>( TQDataStream& s, TQPair<T1, T2>& p ) { diff --git a/doc/html/qpalette-h.html b/doc/html/qpalette-h.html index 81a216319..6d36bf14a 100644 --- a/doc/html/qpalette-h.html +++ b/doc/html/qpalette-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqbrush.h" // TQColor->TQBrush conversion #endif // QT_H -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE class TQColorGroupPrivate; @@ -213,15 +213,15 @@ private: TQColorGroup/TQPalette stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQColorGroup & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQColorGroup & ); Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPalette & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPalette & ); -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM -#endif // QT_NO_PALETTE +#endif // TQT_NO_PALETTE #endif // TQPALETTE_H </pre> <!-- eof --> diff --git a/doc/html/qpen-h.html b/doc/html/qpen-h.html index 534c7bcd0..f7b0cf46b 100644 --- a/doc/html/qpen-h.html +++ b/doc/html/qpen-h.html @@ -130,7 +130,7 @@ private: /***************************************************************************** TQPen stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPen & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPen & ); #endif diff --git a/doc/html/qpicture-h.html b/doc/html/qpicture-h.html index ebcfba189..d357c5321 100644 --- a/doc/html/qpicture-h.html +++ b/doc/html/qpicture-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqbuffer.h" #endif // QT_H -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE class Q_EXPORT TQPicture : public TQPaintDevice // picture class { @@ -158,7 +158,7 @@ inline const char* TQPicture::data() const Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPicture & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPicture & ); -#endif // QT_NO_PICTURE +#endif // TQT_NO_PICTURE #endif // TQPICTURE_H </pre> diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html index bdf236a2e..385bd696f 100644 --- a/doc/html/qpixmap-h.html +++ b/doc/html/qpixmap-h.html @@ -104,7 +104,7 @@ public: TQPixmap( const TQImage& image ); TQPixmap( int w, int h, int depth = -1, Optimization = DefaultOptim ); TQPixmap( const TQSize &, int depth = -1, Optimization = DefaultOptim ); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO TQPixmap( const TQString& fileName, const char *format=0, ColorMode mode=Auto ); TQPixmap( const TQString& fileName, const char *format, @@ -138,17 +138,17 @@ public: bool selfMask() const; bool hasAlpha() const; bool hasAlphaChannel() const; -#ifndef QT_NO_IMAGE_HEURISTIC_MASK +#ifndef TQT_NO_IMAGE_HEURISTIC_MASK TQBitmap createHeuristicMask( bool clipTight = TRUE ) const; #endif -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME static TQPixmap fromMimeSource( const TQString& abs_name ); #endif static TQPixmap grabWindow( WId, int x=0, int y=0, int w=-1, int h=-1 ); static TQPixmap grabWidget( TQWidget * widget, int x=0, int y=0, int w=-1, int h=-1 ); -#ifndef QT_NO_PIXMAP_TRANSFORMATION +#ifndef TQT_NO_PIXMAP_TRANSFORMATION TQPixmap xForm( const TQWMatrix & ) const; static TQWMatrix trueMatrix( const TQWMatrix &, int w, int h ); #endif @@ -156,7 +156,7 @@ public: TQImage convertToImage() const; bool convertFromImage( const TQImage &, ColorMode mode=Auto ); bool convertFromImage( const TQImage &, int conversion_flags ); -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO static const char* imageFormat( const TQString &fileName ); bool load( const TQString& fileName, const char *format=0, ColorMode mode=Auto ); @@ -268,7 +268,7 @@ protected: #endif } *data; private: -#ifndef QT_NO_IMAGEIO +#ifndef TQT_NO_IMAGEIO bool doImageIO( TQImageIO* io, int quality ) const; #endif TQPixmap( int w, int h, int depth, bool, Optimization ); @@ -365,7 +365,7 @@ inline bool TQPixmap::isMultiCellPixmap() const TQPixmap stream functions *****************************************************************************/ -#if !defined(QT_NO_DATASTREAM) && !defined(QT_NO_IMAGEIO) +#if !defined(TQT_NO_DATASTREAM) && !defined(TQT_NO_IMAGEIO) Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPixmap & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPixmap & ); #endif @@ -374,7 +374,7 @@ Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPixmap & TQPixmap (and TQImage) helper functions *****************************************************************************/ -#ifndef QT_NO_PIXMAP_TRANSFORMATION +#ifndef TQT_NO_PIXMAP_TRANSFORMATION # define QT_XFORM_TYPE_MSBFIRST 0 # define QT_XFORM_TYPE_LSBFIRST 1 # if defined(Q_WS_WIN) diff --git a/doc/html/qplatinumstyle-h.html b/doc/html/qplatinumstyle-h.html index 28ea36524..420dc72a1 100644 --- a/doc/html/qplatinumstyle-h.html +++ b/doc/html/qplatinumstyle-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwindowsstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) class TQPalette; @@ -148,7 +148,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_STYLE_PLATINUM +#endif // TQT_NO_STYLE_PLATINUM #endif // TQPLATINUMSTYLE_H </pre> diff --git a/doc/html/qpngio-h.html b/doc/html/qpngio-h.html index 3dd8321f4..912d1c5a5 100644 --- a/doc/html/qpngio-h.html +++ b/doc/html/qpngio-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqimage.h" #endif // QT_H -#ifndef QT_NO_IMAGEIO_PNG +#ifndef TQT_NO_IMAGEIO_PNG void qInitPngIO(); @@ -138,7 +138,7 @@ private: int alignx; }; -#endif // QT_NO_IMAGEIO_PNG +#endif // TQT_NO_IMAGEIO_PNG #endif // TQPNGIO_H </pre> diff --git a/doc/html/qpoint-h.html b/doc/html/qpoint-h.html index 7bf09fc25..f1e7d8442 100644 --- a/doc/html/qpoint-h.html +++ b/doc/html/qpoint-h.html @@ -135,7 +135,7 @@ private: /***************************************************************************** TQPoint stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPoint & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPoint & ); #endif diff --git a/doc/html/qpointarray-h.html b/doc/html/qpointarray-h.html index 79941c3e8..fa7642845 100644 --- a/doc/html/qpointarray-h.html +++ b/doc/html/qpointarray-h.html @@ -121,7 +121,7 @@ public: void makeEllipse( int x, int y, int w, int h ); void makeArc( int x, int y, int w, int h, int a1, int a2, const TQWMatrix& ); -#ifndef QT_NO_BEZIER +#ifndef TQT_NO_BEZIER TQPointArray cubicBezier() const; #endif void* shortPoints( int index = 0, int nPoints = -1 ) const; @@ -136,7 +136,7 @@ protected: /***************************************************************************** TQPointArray stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPointArray & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPointArray & ); #endif diff --git a/doc/html/qpopupmenu-h.html b/doc/html/qpopupmenu-h.html index 0c7c64ffc..796e3dcf3 100644 --- a/doc/html/qpopupmenu-h.html +++ b/doc/html/qpopupmenu-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqmenudata.h" #endif // QT_H -#ifndef QT_NO_POPUPMENU +#ifndef TQT_NO_POPUPMENU class TQPopupMenuPrivate; class Q_EXPORT TQPopupMenu : public TQFrame, public TQMenuData @@ -157,7 +157,7 @@ protected: private slots: void subActivated( int itemId ); void subHighlighted( int itemId ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL void accelActivated( int itemId ); void accelDestroyed(); #endif @@ -191,12 +191,12 @@ private: TQSize updateSize(bool force_recalc=FALSE, bool do_resize=TRUE); void updateRow( int row ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL void updateAccel( TQWidget * ); void enableAccel( bool ); #endif TQPopupMenuPrivate *d; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQAccel *autoaccel; #endif @@ -231,7 +231,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_POPUPMENU +#endif // TQT_NO_POPUPMENU #endif // TQPOPUPMENU_H </pre> diff --git a/doc/html/qprinter-h.html b/doc/html/qprinter-h.html index ed1dad1a5..f5ecfcb07 100644 --- a/doc/html/qprinter-h.html +++ b/doc/html/qprinter-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER #if defined(B0) #undef B0 // Terminal hang-up. We assume that you do not want that. @@ -315,7 +315,7 @@ inline bool TQPrinter::collateCopies() const { return usercolcopies; } -#endif // QT_NO_PRINTER +#endif // TQT_NO_PRINTER #endif // TQPRINTER_H </pre> diff --git a/doc/html/qprocess-h.html b/doc/html/qprocess-h.html index 7ad8847c6..67a39f400 100644 --- a/doc/html/qprocess-h.html +++ b/doc/html/qprocess-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqdir.h" #endif // QT_H -#ifndef QT_NO_PROCESS +#ifndef TQT_NO_PROCESS class TQProcessPrivate; class TQMembuf; @@ -103,7 +103,7 @@ public: void clearArguments(); virtual void setArguments( const TQStringList& args ); virtual void addArgument( const TQString& arg ); -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR TQDir workingDirectory() const; virtual void setWorkingDirectory( const TQDir& dir ); #endif @@ -182,7 +182,7 @@ private slots: private: TQProcessPrivate *d; -#ifndef QT_NO_DIR +#ifndef TQT_NO_DIR TQDir workingDir; #endif TQStringList _arguments; @@ -209,7 +209,7 @@ private: #endif }; -#endif // QT_NO_PROCESS +#endif // TQT_NO_PROCESS #endif // TQPROCESS_H </pre> diff --git a/doc/html/qprogressbar-h.html b/doc/html/qprogressbar-h.html index fa4efc722..d7facb641 100644 --- a/doc/html/qprogressbar-h.html +++ b/doc/html/qprogressbar-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_PROGRESSBAR +#ifndef TQT_NO_PROGRESSBAR class TQProgressBarPrivate; @@ -180,7 +180,7 @@ inline bool TQProgressBar::percentageVisible() const return percentage_visible; } -#endif // QT_NO_PROGRESSBAR +#endif // TQT_NO_PROGRESSBAR #endif // TQPROGRESSBAR_H </pre> diff --git a/doc/html/qprogressdialog-h.html b/doc/html/qprogressdialog-h.html index b18795a3c..68f68de08 100644 --- a/doc/html/qprogressdialog-h.html +++ b/doc/html/qprogressdialog-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqprogressbar.h" // ### remove or keep for users' convenience? #endif // QT_H -#ifndef QT_NO_PROGRESSDIALOG +#ifndef TQT_NO_PROGRESSDIALOG class TQPushButton; class TQTimer; @@ -172,7 +172,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_PROGRESSDIALOG +#endif // TQT_NO_PROGRESSDIALOG #endif // TQPROGRESSDIALOG_H </pre> diff --git a/doc/html/qpushbutton-h.html b/doc/html/qpushbutton-h.html index d6f2550ee..d3c85b509 100644 --- a/doc/html/qpushbutton-h.html +++ b/doc/html/qpushbutton-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqiconset.h" #endif // QT_H -#ifndef QT_NO_PUSHBUTTON +#ifndef TQT_NO_PUSHBUTTON class TQPushButtonPrivate; class TQPopupMenu; @@ -102,7 +102,7 @@ class Q_EXPORT TQPushButton : public TQButton public: TQPushButton( TQWidget *parent, const char* name=0 ); TQPushButton( const TQString &text, TQWidget *parent, const char* name=0 ); -#ifndef QT_NO_ICONSET +#ifndef TQT_NO_ICONSET TQPushButton( const TQIconSet& icon, const TQString &text, TQWidget *parent, const char* name=0 ); #endif ~TQPushButton(); @@ -133,11 +133,11 @@ public: } bool isMenuButton() const { return hasMenuArrow; } -#ifndef QT_NO_POPUPMENU +#ifndef TQT_NO_POPUPMENU void setPopup( TQPopupMenu* popup ); TQPopupMenu* popup() const; #endif -#ifndef QT_NO_ICONSET +#ifndef TQT_NO_ICONSET void setIconSet( const TQIconSet& ); TQIconSet* iconSet() const; #endif @@ -155,7 +155,7 @@ protected: void resizeEvent( TQResizeEvent * ); void updateMask(); private slots: -#ifndef QT_NO_POPUPMENU +#ifndef TQT_NO_POPUPMENU void popupPressed(); #endif private: @@ -180,7 +180,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_PUSHBUTTON +#endif // TQT_NO_PUSHBUTTON #endif // TQPUSHBUTTON_H </pre> diff --git a/doc/html/qradiobutton-h.html b/doc/html/qradiobutton-h.html index 61808973c..dcd55c0f9 100644 --- a/doc/html/qradiobutton-h.html +++ b/doc/html/qradiobutton-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqbutton.h" #endif // QT_H -#ifndef QT_NO_RADIOBUTTON +#ifndef TQT_NO_RADIOBUTTON class Q_EXPORT TQRadioButton : public TQButton { @@ -122,7 +122,7 @@ private: // Disabled copy constructor and operator= inline bool TQRadioButton::isChecked() const { return isOn(); } -#endif // QT_NO_RADIOBUTTON +#endif // TQT_NO_RADIOBUTTON #endif // TQRADIOBUTTON_H </pre> diff --git a/doc/html/qrangecontrol-h.html b/doc/html/qrangecontrol-h.html index 73b90d814..6d4ea8b21 100644 --- a/doc/html/qrangecontrol-h.html +++ b/doc/html/qrangecontrol-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_RANGECONTROL +#ifndef TQT_NO_RANGECONTROL class TQRangeControlPrivate; @@ -158,9 +158,9 @@ inline int TQRangeControl::pageStep() const { return page; } -#endif // QT_NO_RANGECONTROL +#endif // TQT_NO_RANGECONTROL -#ifndef QT_NO_SPINWIDGET +#ifndef TQT_NO_SPINWIDGET class TQSpinWidgetPrivate; class Q_EXPORT TQSpinWidget : public TQWidget @@ -201,7 +201,7 @@ protected: void resizeEvent( TQResizeEvent* ev ); void mouseReleaseEvent( TQMouseEvent *e ); void mouseMoveEvent( TQMouseEvent *e ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void styleChange( TQStyle& ); @@ -225,7 +225,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_SPINWIDGET +#endif // TQT_NO_SPINWIDGET #endif // TQRANGECONTROL_H </pre> diff --git a/doc/html/qrect-h.html b/doc/html/qrect-h.html index 6f8f181e7..80cd610c2 100644 --- a/doc/html/qrect-h.html +++ b/doc/html/qrect-h.html @@ -194,7 +194,7 @@ Q_EXPORT bool operator!=( const TQRect &, const TQRect & ); /***************************************************************************** TQRect stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQRect & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQRect & ); #endif diff --git a/doc/html/qregexp-h.html b/doc/html/qregexp-h.html index f4e715c63..3df950356 100644 --- a/doc/html/qregexp-h.html +++ b/doc/html/qregexp-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP class TQRegExpEngine; struct TQRegExpPrivate; @@ -106,7 +106,7 @@ public: void setPattern( const TQString& pattern ); bool caseSensitive() const; void setCaseSensitive( bool sensitive ); -#ifndef QT_NO_REGEXP_WILDCARD +#ifndef TQT_NO_REGEXP_WILDCARD bool wildcard() const; void setWildcard( bool wildcard ); #endif @@ -132,7 +132,7 @@ public: int searchRev( const TQString& str, int offset, CaretMode caretMode ) const; #endif int matchedLength() const; -#ifndef QT_NO_REGEXP_CAPTURE +#ifndef TQT_NO_REGEXP_CAPTURE int numCaptures() const; TQStringList capturedTexts(); TQString cap( int nth = 0 ); @@ -152,7 +152,7 @@ private: TQRegExpEngine *eng; TQRegExpPrivate *priv; }; -#endif // QT_NO_REGEXP +#endif // TQT_NO_REGEXP #endif // TQREGEXP_H </pre> <!-- eof --> diff --git a/doc/html/qregion-h.html b/doc/html/qregion-h.html index c7aee76dc..f17432a4d 100644 --- a/doc/html/qregion-h.html +++ b/doc/html/qregion-h.html @@ -143,7 +143,7 @@ public: void * handle() const { return data->rgn; } #endif -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQRegion & ); friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQRegion & ); #endif @@ -204,7 +204,7 @@ private: TQRegion stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQRegion & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQRegion & ); #endif diff --git a/doc/html/qrtlcodec-h.html b/doc/html/qrtlcodec-h.html index d281fa4a9..9b99ec993 100644 --- a/doc/html/qrtlcodec-h.html +++ b/doc/html/qrtlcodec-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqtextcodec.h" #endif // QT_H -#ifndef QT_NO_CODEC_HEBREW +#ifndef TQT_NO_CODEC_HEBREW class Q_EXPORT TQHebrewCodec : public TQTextCodec { public: diff --git a/doc/html/qscrollbar-h.html b/doc/html/qscrollbar-h.html index 02bf7cec7..bb6fa8431 100644 --- a/doc/html/qscrollbar-h.html +++ b/doc/html/qscrollbar-h.html @@ -84,7 +84,7 @@ class TQTimer; #include "ntqrangecontrol.h" #endif // QT_H -#ifndef QT_NO_SCROLLBAR +#ifndef TQT_NO_SCROLLBAR class Q_EXPORT TQScrollBar : public TQWidget, public TQRangeControl { @@ -143,7 +143,7 @@ signals: void prevPage(); protected: -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void keyPressEvent( TQKeyEvent * ); @@ -228,7 +228,7 @@ inline void TQScrollBar::setSizePolicy( TQSizePolicy::SizeType hor, TQSizePolicy } -#endif // QT_NO_SCROLLBAR +#endif // TQT_NO_SCROLLBAR #endif // TQSCROLLBAR_H </pre> diff --git a/doc/html/qscrollview-h.html b/doc/html/qscrollview-h.html index 434897146..967f37e7d 100644 --- a/doc/html/qscrollview-h.html +++ b/doc/html/qscrollview-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqscrollbar.h" #endif // QT_H -#ifndef QT_NO_SCROLLVIEW +#ifndef TQT_NO_SCROLLVIEW class TQScrollViewData; @@ -98,7 +98,7 @@ class Q_EXPORT TQScrollView : public TQFrame TQ_PROPERTY( int contentsHeight READ contentsHeight ) TQ_PROPERTY( int contentsX READ contentsX ) TQ_PROPERTY( int contentsY READ contentsY ) -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP TQ_PROPERTY( bool dragAutoScroll READ dragAutoScroll WRITE setDragAutoScroll ) #endif @@ -178,7 +178,7 @@ public: bool isHorizontalSliderPressed(); bool isVerticalSliderPressed(); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void setDragAutoScroll( bool b ); bool dragAutoScroll() const; #endif @@ -212,13 +212,13 @@ protected: virtual void contentsMouseReleaseEvent( TQMouseEvent* ); virtual void contentsMouseDoubleClickEvent( TQMouseEvent* ); virtual void contentsMouseMoveEvent( TQMouseEvent* ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void contentsDragEnterEvent( TQDragEnterEvent * ); virtual void contentsDragMoveEvent( TQDragMoveEvent * ); virtual void contentsDragLeaveEvent( TQDragLeaveEvent * ); virtual void contentsDropEvent( TQDropEvent * ); #endif -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT virtual void contentsWheelEvent( TQWheelEvent * ); #endif virtual void contentsContextMenuEvent( TQContextMenuEvent * ); @@ -230,13 +230,13 @@ protected: virtual void viewportMouseReleaseEvent( TQMouseEvent* ); virtual void viewportMouseDoubleClickEvent( TQMouseEvent* ); virtual void viewportMouseMoveEvent( TQMouseEvent* ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void viewportDragEnterEvent( TQDragEnterEvent * ); virtual void viewportDragMoveEvent( TQDragMoveEvent * ); virtual void viewportDragLeaveEvent( TQDragLeaveEvent * ); virtual void viewportDropEvent( TQDropEvent * ); #endif -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT virtual void viewportWheelEvent( TQWheelEvent * ); #endif virtual void viewportContextMenuEvent( TQContextMenuEvent * ); @@ -259,7 +259,7 @@ protected: void mouseReleaseEvent( TQMouseEvent * ); void mouseDoubleClickEvent( TQMouseEvent * ); void mouseMoveEvent( TQMouseEvent * ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void contextMenuEvent( TQContextMenuEvent * ); @@ -282,7 +282,7 @@ private slots: void hbarIsReleased(); void vbarIsPressed(); void vbarIsReleased(); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void doDragAutoScroll(); void startDragAutoScroll(); void stopDragAutoScroll(); @@ -300,7 +300,7 @@ public: }; -#endif // QT_NO_SCROLLVIEW +#endif // TQT_NO_SCROLLVIEW #endif // TQSCROLLVIEW_H </pre> diff --git a/doc/html/qserversocket-h.html b/doc/html/qserversocket-h.html index 0d02f3224..36ce1f7b6 100644 --- a/doc/html/qserversocket-h.html +++ b/doc/html/qserversocket-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqhostaddress.h" #include "ntqsocketdevice.h" // ### remove or keep for users' convenience? #endif // QT_H -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK #if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK ) #define TQM_EXPORT_NETWORK @@ -126,7 +126,7 @@ private: void init( const TQHostAddress & address, TQ_UINT16 port, int backlog ); }; -#endif // QT_NO_NETWORK +#endif // TQT_NO_NETWORK #endif // TQSERVERSOCKET_H </pre> <!-- eof --> diff --git a/doc/html/qsessionmanager-h.html b/doc/html/qsessionmanager-h.html index 1f59a3764..6a5921861 100644 --- a/doc/html/qsessionmanager-h.html +++ b/doc/html/qsessionmanager-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_SESSIONMANAGER +#ifndef TQT_NO_SESSIONMANAGER class TQSessionManagerData; @@ -131,7 +131,7 @@ private: TQSessionManagerData* d; }; -#endif // QT_NO_SESSIONMANAGER +#endif // TQT_NO_SESSIONMANAGER #endif // TQSESSIONMANAGER_H </pre> <!-- eof --> diff --git a/doc/html/qsettings-h.html b/doc/html/qsettings-h.html index 70419ed37..9c77f7ef5 100644 --- a/doc/html/qsettings-h.html +++ b/doc/html/qsettings-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_SETTINGS +#ifndef TQT_NO_SETTINGS class TQSettingsPrivate; @@ -191,7 +191,7 @@ private: friend class TQApplication; }; -#endif // QT_NO_SETTINGS +#endif // TQT_NO_SETTINGS #endif // TQSETTINGS_H </pre> <!-- eof --> diff --git a/doc/html/qsgistyle-h.html b/doc/html/qsgistyle-h.html index e5a314bef..d7c063f5f 100644 --- a/doc/html/qsgistyle-h.html +++ b/doc/html/qsgistyle-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#if !defined(QT_NO_STYLE_SGI) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) #define Q_EXPORT_STYLE_SGI @@ -164,7 +164,7 @@ private: }; -#endif // QT_NO_STYLE_SGI +#endif // TQT_NO_STYLE_SGI #endif // TQSGISTYLE_H </pre> diff --git a/doc/html/qsignal-h.html b/doc/html/qsignal-h.html index 2ccc58664..f2fd71e50 100644 --- a/doc/html/qsignal-h.html +++ b/doc/html/qsignal-h.html @@ -99,24 +99,24 @@ public: #ifndef TQT_NO_COMPAT bool isBlocked() const { return TQObject::signalsBlocked(); } void block( bool b ) { TQObject::blockSignals( b ); } -#ifndef QT_NO_VARIANT +#ifndef TQT_NO_VARIANT void setParameter( int value ); int parameter() const; #endif #endif -#ifndef QT_NO_VARIANT +#ifndef TQT_NO_VARIANT void setValue( const TQVariant &value ); TQVariant value() const; #endif signals: -#ifndef QT_NO_VARIANT +#ifndef TQT_NO_VARIANT void signal( const TQVariant& ); #endif void intSignal( int ); private: -#ifndef QT_NO_VARIANT +#ifndef TQT_NO_VARIANT TQVariant val; #endif private: // Disabled copy constructor and operator= diff --git a/doc/html/qsignalmapper-h.html b/doc/html/qsignalmapper-h.html index a2607504d..f0e574ddd 100644 --- a/doc/html/qsignalmapper-h.html +++ b/doc/html/qsignalmapper-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_SIGNALMAPPER +#ifndef TQT_NO_SIGNALMAPPER class TQSignalMapperData; struct TQSignalMapperRec; @@ -110,7 +110,7 @@ private slots: void removeMapping(); }; -#endif // QT_NO_SIGNALMAPPER +#endif // TQT_NO_SIGNALMAPPER #endif // TQSIGNALMAPPER_H </pre> <!-- eof --> diff --git a/doc/html/qsimplerichtext-h.html b/doc/html/qsimplerichtext-h.html index ec8eb7f46..3db84db39 100644 --- a/doc/html/qsimplerichtext-h.html +++ b/doc/html/qsimplerichtext-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqregion.h" #endif // QT_H -#ifndef QT_NO_RICHTEXT +#ifndef TQT_NO_RICHTEXT class TQPainter; class TQWidget; @@ -135,7 +135,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_RICHTEXT +#endif // TQT_NO_RICHTEXT #endif // TQSIMPLERICHTEXT_H </pre> diff --git a/doc/html/qsizegrip-h.html b/doc/html/qsizegrip-h.html index 53d49eccb..fa1f1234e 100644 --- a/doc/html/qsizegrip-h.html +++ b/doc/html/qsizegrip-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_SIZEGRIP +#ifndef TQT_NO_SIZEGRIP class Q_EXPORT TQSizeGrip: public TQWidget { @@ -106,7 +106,7 @@ private: TQWidget *tlw; }; -#endif //QT_NO_SIZEGRIP +#endif //TQT_NO_SIZEGRIP #endif </pre> <!-- eof --> diff --git a/doc/html/qsjiscodec-h.html b/doc/html/qsjiscodec-h.html index 2e36feb9b..c209770df 100644 --- a/doc/html/qsjiscodec-h.html +++ b/doc/html/qsjiscodec-h.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } #include "ntqjpunicode.h" #endif // QT_H -#ifndef QT_NO_BIG_CODECS +#ifndef TQT_NO_BIG_CODECS #if defined(QT_PLUGIN) #define Q_EXPORT_CODECS_JP diff --git a/doc/html/qslider-h.html b/doc/html/qslider-h.html index 27aa31775..bca498b70 100644 --- a/doc/html/qslider-h.html +++ b/doc/html/qslider-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqrangecontrol.h" #endif // QT_H -#ifndef QT_NO_SLIDER +#ifndef TQT_NO_SLIDER struct TQSliderPrivate; @@ -164,7 +164,7 @@ protected: void mousePressEvent( TQMouseEvent * ); void mouseReleaseEvent( TQMouseEvent * ); void mouseMoveEvent( TQMouseEvent * ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void focusInEvent( TQFocusEvent *e ); @@ -230,7 +230,7 @@ inline void TQSlider::setSizePolicy( TQSizePolicy::SizeType hor, TQSizePolicy::S TQWidget::setSizePolicy( hor, ver, hfw ); } -#endif // QT_NO_SLIDER +#endif // TQT_NO_SLIDER #endif // TQSLIDER_H </pre> diff --git a/doc/html/qsocket-h.html b/doc/html/qsocket-h.html index 8c38e4b3a..fcdddeb8e 100644 --- a/doc/html/qsocket-h.html +++ b/doc/html/qsocket-h.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_NETWORK Q_EXPORT #endif -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK class TQSocketPrivate; class TQSocketDevice; @@ -118,7 +118,7 @@ public: TQSocketDevice *socketDevice(); virtual void setSocketDevice( TQSocketDevice * ); -#ifndef QT_NO_DNS +#ifndef TQT_NO_DNS virtual void connectToHost( const TQString &host, TQ_UINT16 port ); #endif TQString peerName() const; @@ -188,7 +188,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif //QT_NO_NETWORK +#endif //TQT_NO_NETWORK #endif // TQSOCKET_H </pre> <!-- eof --> diff --git a/doc/html/qsocketdevice-h.html b/doc/html/qsocketdevice-h.html index ec25468a1..697e1abe0 100644 --- a/doc/html/qsocketdevice-h.html +++ b/doc/html/qsocketdevice-h.html @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_NETWORK Q_EXPORT #endif -#ifndef QT_NO_NETWORK +#ifndef TQT_NO_NETWORK class TQSocketDevicePrivate; @@ -202,7 +202,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_NETWORK +#endif // TQT_NO_NETWORK #endif // TQSOCKETDEVICE_H </pre> <!-- eof --> diff --git a/doc/html/qsound-h.html b/doc/html/qsound-h.html index 11bd98d6b..7f9c5e886 100644 --- a/doc/html/qsound-h.html +++ b/doc/html/qsound-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND class TQSoundData; @@ -156,7 +156,7 @@ protected: int decLoop(TQSound*); }; -#endif // QT_NO_SOUND +#endif // TQT_NO_SOUND #endif </pre> diff --git a/doc/html/qspinbox-h.html b/doc/html/qspinbox-h.html index b8b9053c7..d74e72159 100644 --- a/doc/html/qspinbox-h.html +++ b/doc/html/qspinbox-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqrangecontrol.h" #endif // QT_H -#ifndef QT_NO_SPINBOX +#ifndef TQT_NO_SPINBOX class TQLineEdit; class TQValidator; @@ -171,7 +171,7 @@ protected: bool eventFilter( TQObject* obj, TQEvent* ev ); void resizeEvent( TQResizeEvent* ev ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent * ); #endif void leaveEvent( TQEvent* ); @@ -203,7 +203,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_SPINBOX +#endif // TQT_NO_SPINBOX #endif // TQSPINBOX_H </pre> diff --git a/doc/html/qsplashscreen-h.html b/doc/html/qsplashscreen-h.html index 94257eb2d..f4670f7f1 100644 --- a/doc/html/qsplashscreen-h.html +++ b/doc/html/qsplashscreen-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_SPLASHSCREEN +#ifndef TQT_NO_SPLASHSCREEN class TQSplashScreenPrivate; class Q_EXPORT TQSplashScreen : public TQWidget @@ -112,7 +112,7 @@ private: TQSplashScreenPrivate *d; }; -#endif //QT_NO_SPLASHSCREEN +#endif //TQT_NO_SPLASHSCREEN #endif </pre> <!-- eof --> diff --git a/doc/html/qsplitter-h.html b/doc/html/qsplitter-h.html index 8e81dbb2b..3e17e13a3 100644 --- a/doc/html/qsplitter-h.html +++ b/doc/html/qsplitter-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqvaluelist.h" #endif // QT_H -#ifndef QT_NO_SPLITTER +#ifndef TQT_NO_SPLITTER class TQSplitterHandle; class TQSplitterPrivate; @@ -183,7 +183,7 @@ private: Orientation orient; friend class TQSplitterHandle; -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM friend Q_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& ); friend Q_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& ); #endif @@ -195,12 +195,12 @@ private: #endif }; -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM Q_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& ); Q_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& ); #endif -#endif // QT_NO_SPLITTER +#endif // TQT_NO_SPLITTER #endif // TQSPLITTER_H </pre> diff --git a/doc/html/qsql-h.html b/doc/html/qsql-h.html index e60370c4e..86dde02e7 100644 --- a/doc/html/qsql-h.html +++ b/doc/html/qsql-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQM_EXPORT_SQL TQSql { diff --git a/doc/html/qsqlcursor-h.html b/doc/html/qsqlcursor-h.html index dad0b5863..577df0e67 100644 --- a/doc/html/qsqlcursor-h.html +++ b/doc/html/qsqlcursor-h.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlDatabase; class TQSqlCursorPrivate; @@ -191,7 +191,7 @@ private: -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqldatabase-h.html b/doc/html/qsqldatabase-h.html index 0df9a9860..83dd396f2 100644 --- a/doc/html/qsqldatabase-h.html +++ b/doc/html/qsqldatabase-h.html @@ -89,7 +89,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlError; class TQSqlDriver; @@ -186,7 +186,7 @@ private: }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqldriver-h.html b/doc/html/qsqldriver-h.html index 629a07584..1c221ab33 100644 --- a/doc/html/qsqldriver-h.html +++ b/doc/html/qsqldriver-h.html @@ -94,7 +94,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlDriverExtension; @@ -156,7 +156,7 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqldriverplugin-h.html b/doc/html/qsqldriverplugin-h.html index e9935ce22..963731623 100644 --- a/doc/html/qsqldriverplugin-h.html +++ b/doc/html/qsqldriverplugin-h.html @@ -82,8 +82,8 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_SQL -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_SQL +#ifndef TQT_NO_COMPONENT class TQSqlDriver; class TQSqlDriverPluginPrivate; @@ -102,8 +102,8 @@ private: TQSqlDriverPluginPrivate *d; }; -#endif // QT_NO_COMPONENT -#endif // QT_NO_SQL +#endif // TQT_NO_COMPONENT +#endif // TQT_NO_SQL #endif // TQSQLDRIVERPLUGIN_H </pre> diff --git a/doc/html/qsqleditorfactory-h.html b/doc/html/qsqleditorfactory-h.html index 7ce6e30d2..2f6a63cdb 100644 --- a/doc/html/qsqleditorfactory-h.html +++ b/doc/html/qsqleditorfactory-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_EDIT_WIDGETS +#ifndef TQT_NO_SQL_EDIT_WIDGETS class TQSqlField; @@ -108,7 +108,7 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQSQLEDITORFACTORY_H </pre> <!-- eof --> diff --git a/doc/html/qsqlerror-h.html b/doc/html/qsqlerror-h.html index 537511ffb..0dda255a7 100644 --- a/doc/html/qsqlerror-h.html +++ b/doc/html/qsqlerror-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQM_EXPORT_SQL TQSqlError { @@ -124,7 +124,7 @@ private: int errorNumber; }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlfield-h.html b/doc/html/qsqlfield-h.html index b3707d4a1..c4fec20bf 100644 --- a/doc/html/qsqlfield-h.html +++ b/doc/html/qsqlfield-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlFieldPrivate { @@ -185,7 +185,7 @@ private: }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlform-h.html b/doc/html/qsqlform-h.html index 597b21a52..87cac2b77 100644 --- a/doc/html/qsqlform-h.html +++ b/doc/html/qsqlform-h.html @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL_FORM +#ifndef TQT_NO_SQL_FORM class TQSqlField; class TQSqlRecord; @@ -139,7 +139,7 @@ private: #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQSQLFORM_H </pre> <!-- eof --> diff --git a/doc/html/qsqlindex-h.html b/doc/html/qsqlindex-h.html index 0d399dc5a..18fe46b21 100644 --- a/doc/html/qsqlindex-h.html +++ b/doc/html/qsqlindex-h.html @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } #define TQM_TEMPLATE_EXTERN_SQL Q_TEMPLATE_EXTERN #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlCursor; @@ -130,7 +130,7 @@ private: #define Q_DEFINED_QSQLINDEX #include "ntqwinexport.h" -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlpropertymap-h.html b/doc/html/qsqlpropertymap-h.html index ea8a05617..7d7439983 100644 --- a/doc/html/qsqlpropertymap-h.html +++ b/doc/html/qsqlpropertymap-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_SQL_FORM +#ifndef TQT_NO_SQL_FORM class TQWidget; class TQSqlPropertyMapPrivate; @@ -109,7 +109,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_SQL_FORM +#endif // TQT_NO_SQL_FORM #endif // TQSQLPROPERTYMAP_H </pre> <!-- eof --> diff --git a/doc/html/qsqlquery-h.html b/doc/html/qsqlquery-h.html index 503102071..9d3161d16 100644 --- a/doc/html/qsqlquery-h.html +++ b/doc/html/qsqlquery-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #include "ntqsql.h" #endif // QT_H -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlDriver; class TQSqlResult; @@ -164,7 +164,7 @@ private: }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlrecord-h.html b/doc/html/qsqlrecord-h.html index 69917fcc3..430200fca 100644 --- a/doc/html/qsqlrecord-h.html +++ b/doc/html/qsqlrecord-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqsqlfield.h" #endif // QT_H -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlRecordPrivate; @@ -172,7 +172,7 @@ public: }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlresult-h.html b/doc/html/qsqlresult-h.html index 7846bc640..50980a7b3 100644 --- a/doc/html/qsqlresult-h.html +++ b/doc/html/qsqlresult-h.html @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlDriver; class TQSql; @@ -146,7 +146,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif </pre> <!-- eof --> diff --git a/doc/html/qsqlselectcursor-h.html b/doc/html/qsqlselectcursor-h.html index 7641c4423..be80501b7 100644 --- a/doc/html/qsqlselectcursor-h.html +++ b/doc/html/qsqlselectcursor-h.html @@ -86,7 +86,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_SQL Q_EXPORT #endif -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL class TQSqlSelectCursorPrivate; @@ -135,7 +135,7 @@ private: TQSqlSelectCursorPrivate * d; }; -#endif // QT_NO_SQL +#endif // TQT_NO_SQL #endif // TQSQLSELECTCURSOR_H </pre> <!-- eof --> diff --git a/doc/html/qstatusbar-h.html b/doc/html/qstatusbar-h.html index c73341abd..c7ba0b143 100644 --- a/doc/html/qstatusbar-h.html +++ b/doc/html/qstatusbar-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_STATUSBAR +#ifndef TQT_NO_STATUSBAR class TQStatusBarPrivate; @@ -127,7 +127,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_STATUSBAR +#endif // TQT_NO_STATUSBAR #endif // TQSTATUSBAR_H </pre> diff --git a/doc/html/qstring-h.html b/doc/html/qstring-h.html index d71af1745..272e62586 100644 --- a/doc/html/qstring-h.html +++ b/doc/html/qstring-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqcstring.h" #endif // QT_H -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII #include <limits.h> #endif @@ -237,7 +237,7 @@ public: #else ushort &unicode() { return ucs; } #endif -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII // like all ifdef'd code this is undocumented operator char() const { return latin1(); } #endif @@ -441,7 +441,7 @@ public: TQString( const TQString & ); // impl-shared copy TQString( const TQByteArray& ); // deep copy TQString( const TQChar* unicode, uint length ); // deep copy -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString( const char *str ); // deep copy #endif #ifndef TQT_NO_STL @@ -488,7 +488,7 @@ public: TQString arg( const TQString& a1, const TQString& a2, const TQString& a3, const TQString& a4 ) const; -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_SPRINTF TQString &sprintf( const char* format, ... ) #if defined(Q_CC_GNU) && !defined(__INSURE__) __attribute__ ((format (printf, 2, 3))) @@ -499,29 +499,29 @@ public: int find( TQChar c, int index=0, bool cs=TRUE ) const; int find( char c, int index=0, bool cs=TRUE ) const; int find( const TQString &str, int index=0, bool cs=TRUE ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP int find( const TQRegExp &, int index=0 ) const; #endif -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII int find( const char* str, int index=0 ) const; #endif int findRev( TQChar c, int index=-1, bool cs=TRUE) const; int findRev( char c, int index=-1, bool cs=TRUE) const; int findRev( const TQString &str, int index=-1, bool cs=TRUE) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP int findRev( const TQRegExp &, int index=-1 ) const; #endif -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII int findRev( const char* str, int index=-1 ) const; #endif int contains( TQChar c, bool cs=TRUE ) const; int contains( char c, bool cs=TRUE ) const { return contains(TQChar(c), cs); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII int contains( const char* str, bool cs=TRUE ) const; #endif int contains( const TQString &str, bool cs=TRUE ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP int contains( const TQRegExp & ) const; #endif @@ -534,11 +534,11 @@ public: }; TQString section( TQChar sep, int start, int end = 0xffffffff, int flags = SectionDefault ) const; TQString section( char sep, int start, int end = 0xffffffff, int flags = SectionDefault ) const; -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString section( const char *in_sep, int start, int end = 0xffffffff, int flags = SectionDefault ) const; #endif TQString section( const TQString &in_sep, int start, int end = 0xffffffff, int flags = SectionDefault ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP TQString section( const TQRegExp &reg, int start, int end = 0xffffffff, int flags = SectionDefault ) const; #endif @@ -556,7 +556,7 @@ public: TQString simplifyWhiteSpace() const; TQString &insert( uint index, const TQString & ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &insert( uint index, const TQByteArray & ); TQString &insert( uint index, const char * ); #endif @@ -566,21 +566,21 @@ public: TQString &append( char ); TQString &append( TQChar ); TQString &append( const TQString & ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &append( const TQByteArray & ); TQString &append( const char * ); #endif -#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII) +#if !defined(TQT_NO_STL) && !defined(TQT_NO_CAST_ASCII) TQString &append( const std::string& ); #endif TQString &prepend( char ); TQString &prepend( TQChar ); TQString &prepend( const TQString & ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &prepend( const TQByteArray & ); TQString &prepend( const char * ); #endif -#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII) +#if !defined(TQT_NO_STL) && !defined(TQT_NO_CAST_ASCII) TQString &prepend( const std::string& ); #endif TQString &remove( uint index, uint len ); @@ -594,10 +594,10 @@ public: TQString &remove( TQChar c ); TQString &remove( char c ) { return remove( TQChar(c) ); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &remove( const char * ); #endif -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP TQString &remove( const TQRegExp & ); #endif TQString &replace( uint index, uint len, const TQString & ); @@ -625,7 +625,7 @@ public: TQString &replace( const TQString &, const TQString & ); TQString &replace( const TQString &, const TQString &, bool ); #endif -#ifndef QT_NO_REGEXP_CAPTURE +#ifndef TQT_NO_REGEXP_CAPTURE TQString &replace( const TQRegExp &, const TQString & ); #endif TQString &replace( TQChar, TQChar ); @@ -663,11 +663,11 @@ public: void setExpand( uint index, TQChar c ); TQString &operator+=( const TQString &str ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &operator+=( const TQByteArray &str ); TQString &operator+=( const char *str ); #endif -#if !defined(TQT_NO_STL) && !defined(QT_NO_CAST_ASCII) +#if !defined(TQT_NO_STL) && !defined(TQT_NO_CAST_ASCII) TQString &operator+=( const std::string& ); #endif TQString &operator+=( TQChar c ); @@ -722,7 +722,7 @@ public: static int localeAwareCompare( const TQString& s1, const TQString& s2 ) { return s1.localeAwareCompare( s2 ); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM friend Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQString & ); #endif @@ -767,7 +767,7 @@ private: void checkSimpleText() const; void grow( uint newLength ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQString &insertHelper( uint index, const char *s, uint len=UINT_MAX ); TQString &operatorPlusEqHelper( const char *s, uint len2=UINT_MAX ); #endif @@ -860,7 +860,7 @@ public: /***************************************************************************** TQString stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQString & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQString & ); #endif @@ -898,7 +898,7 @@ inline TQString TQString::section( TQChar sep, int start, int end, int flags ) c inline TQString TQString::section( char sep, int start, int end, int flags ) const { return section(TQChar(sep), start, end, flags); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString TQString::section( const char *in_sep, int start, int end, int flags ) const { return section(TQString(in_sep), start, end, flags); } #endif @@ -927,7 +927,7 @@ inline bool TQString::isEmpty() const inline TQString TQString::copy() const { return TQString( *this ); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString &TQString::insert( uint index, const char *s ) { return insertHelper( index, s ); } @@ -947,12 +947,12 @@ inline TQString &TQString::prepend( TQChar c ) inline TQString &TQString::prepend( char c ) { return insert(0,c); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString &TQString::prepend( const TQByteArray & s ) { return insert(0,s); } #endif -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString &TQString::operator+=( const TQByteArray &s ) { int pos = s.find( 0 ); @@ -963,7 +963,7 @@ inline TQString &TQString::operator+=( const TQByteArray &s ) inline TQString &TQString::append( const TQString & s ) { return operator+=(s); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString &TQString::append( const TQByteArray &s ) { return operator+=(s); } @@ -980,7 +980,7 @@ inline TQString &TQString::append( char c ) #ifndef TQT_NO_STL inline TQString &TQString::operator=( const std::string& str ) { return operator=(str.c_str()); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline TQString &TQString::operator+=( const std::string& s ) { return operator+=(s.c_str()); } inline TQString &TQString::append( const std::string& s ) @@ -1037,7 +1037,7 @@ inline int TQString::find( char c, int index, bool cs ) const inline int TQString::findRev( char c, int index, bool cs ) const { return findRev( TQChar(c), index, cs ); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII inline int TQString::find( const char* str, int index ) const { return find(TQString::fromAscii(str), index); } @@ -1056,7 +1056,7 @@ Q_EXPORT bool operator<=( const TQString &s1, const TQString &s2 ); Q_EXPORT bool operator==( const TQString &s1, const TQString &s2 ); Q_EXPORT bool operator>( const TQString &s1, const TQString &s2 ); Q_EXPORT bool operator>=( const TQString &s1, const TQString &s2 ); -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII Q_EXPORT bool operator!=( const TQString &s1, const char *s2 ); Q_EXPORT bool operator<( const TQString &s1, const char *s2 ); Q_EXPORT bool operator<=( const TQString &s1, const char *s2 ); @@ -1078,7 +1078,7 @@ Q_EXPORT inline const TQString operator+( const TQString &s1, const TQString return tmp; } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII Q_EXPORT inline const TQString operator+( const TQString &s1, const char *s2 ) { TQString tmp( s1 ); diff --git a/doc/html/qstringlist-h.html b/doc/html/qstringlist-h.html index 1ef2b1942..90b19186b 100644 --- a/doc/html/qstringlist-h.html +++ b/doc/html/qstringlist-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqstrlist.h" #endif // QT_H -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST class TQRegExp; template <class T> class TQDeepCopy; @@ -101,7 +101,7 @@ public: TQStringList( const TQStringList& l ) : TQValueList<TQString>(l) { } TQStringList( const TQValueList<TQString>& l ) : TQValueList<TQString>(l) { } TQStringList( const TQString& i ) { append(i); } -#ifndef QT_NO_CAST_ASCII +#ifndef TQT_NO_CAST_ASCII TQStringList( const char* i ) { append(i); } #endif @@ -111,19 +111,19 @@ public: static TQStringList split( const TQString &sep, const TQString &str, bool allowEmptyEntries = FALSE ); static TQStringList split( const TQChar &sep, const TQString &str, bool allowEmptyEntries = FALSE ); -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP static TQStringList split( const TQRegExp &sep, const TQString &str, bool allowEmptyEntries = FALSE ); #endif TQString join( const TQString &sep ) const; TQStringList grep( const TQString &str, bool cs = TRUE ) const; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP TQStringList grep( const TQRegExp &expr ) const; #endif TQStringList& gres( const TQString &before, const TQString &after, bool cs = TRUE ); -#ifndef QT_NO_REGEXP_CAPTURE +#ifndef TQT_NO_REGEXP_CAPTURE TQStringList& gres( const TQRegExp &expr, const TQString &after ); #endif @@ -132,13 +132,13 @@ protected: friend class TQDeepCopy< TQStringList >; }; -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM class TQDataStream; extern Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQStringList& ); extern Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQStringList& ); #endif -#endif // QT_NO_STRINGLIST +#endif // TQT_NO_STRINGLIST #endif // TQSTRINGLIST_H </pre> <!-- eof --> diff --git a/doc/html/qstrlist-h.html b/doc/html/qstrlist-h.html index 88f998a87..5de07fcf5 100644 --- a/doc/html/qstrlist-h.html +++ b/doc/html/qstrlist-h.html @@ -104,7 +104,7 @@ private: void deleteItem( TQPtrCollection::Item d ) { if ( del_item ) delete[] (char*)d; } int compareItems( TQPtrCollection::Item s1, TQPtrCollection::Item s2 ) { return qstrcmp((const char*)s1, (const char*)s2); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM TQDataStream &read( TQDataStream &s, TQPtrCollection::Item &d ) { s >> (char *&)d; return s; } TQDataStream &write( TQDataStream &s, TQPtrCollection::Item d ) const diff --git a/doc/html/qstyle-h.html b/doc/html/qstyle-h.html index aca71350f..8f8fa19da 100644 --- a/doc/html/qstyle-h.html +++ b/doc/html/qstyle-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE class TQPopupMenu; class TQStylePrivate; @@ -788,7 +788,7 @@ private: #endif }; -#endif // QT_NO_STYLE +#endif // TQT_NO_STYLE #endif // TQSTYLE_H </pre> <!-- eof --> diff --git a/doc/html/qstylefactory-h.html b/doc/html/qstylefactory-h.html index 8d53bab19..daa18ddc8 100644 --- a/doc/html/qstylefactory-h.html +++ b/doc/html/qstylefactory-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE class TQString; class TQStyle; @@ -87,13 +87,13 @@ class TQStyle; class Q_EXPORT TQStyleFactory { public: -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST static TQStringList keys(); #endif static TQStyle *create( const TQString& ); }; -#endif //QT_NO_STYLE +#endif //TQT_NO_STYLE #endif //TQSTYLEFACTORY_H </pre> diff --git a/doc/html/qstyleplugin-h.html b/doc/html/qstyleplugin-h.html index 693344111..a80b1ea81 100644 --- a/doc/html/qstyleplugin-h.html +++ b/doc/html/qstyleplugin-h.html @@ -82,8 +82,8 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_STYLE -#ifndef QT_NO_COMPONENT +#ifndef TQT_NO_STYLE +#ifndef TQT_NO_COMPONENT class TQStyle; class TQStylePluginPrivate; @@ -102,8 +102,8 @@ private: TQStylePluginPrivate *d; }; -#endif // QT_NO_COMPONENT -#endif // QT_NO_STYLE +#endif // TQT_NO_COMPONENT +#endif // TQT_NO_STYLE #endif // TQSTYLEPLUGIN_H </pre> diff --git a/doc/html/qstylesheet-h.html b/doc/html/qstylesheet-h.html index 9149f6bac..0cfa5e2ef 100644 --- a/doc/html/qstylesheet-h.html +++ b/doc/html/qstylesheet-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_RICHTEXT +#ifndef TQT_NO_RICHTEXT class TQStyleSheet; class TQTextDocument; @@ -237,7 +237,7 @@ Q_TEMPLATE_EXTERN template class Q_EXPORT TQValueList<TQStyleSheetItem::ListS // MOC_SKIP_END #endif -#ifndef QT_NO_TEXTCUSTOMITEM +#ifndef TQT_NO_TEXTCUSTOMITEM class TQTextCustomItem; #endif @@ -257,7 +257,7 @@ public: void insert( TQStyleSheetItem* item); -#ifndef QT_NO_TEXTCUSTOMITEM +#ifndef TQT_NO_TEXTCUSTOMITEM virtual TQTextCustomItem* tag( const TQString& name, const TQMap<TQString, TQString> &attr, const TQString& context, @@ -284,7 +284,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_RICHTEXT +#endif // TQT_NO_RICHTEXT #endif // TQSTYLESHEET_H </pre> diff --git a/doc/html/qtabbar-h.html b/doc/html/qtabbar-h.html index 30892ea3a..6ea01f854 100644 --- a/doc/html/qtabbar-h.html +++ b/doc/html/qtabbar-h.html @@ -80,7 +80,7 @@ body { background: #ffffff; color: black; } #include "ntqptrlist.h" #endif // QT_H -#ifndef QT_NO_TABBAR +#ifndef TQT_NO_TABBAR class TQTabBar; class TQIconSet; @@ -217,7 +217,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_TABBAR +#endif // TQT_NO_TABBAR #endif // TQTABBAR_H </pre> diff --git a/doc/html/qtabdialog-h.html b/doc/html/qtabdialog-h.html index 01a7efd56..94b665495 100644 --- a/doc/html/qtabdialog-h.html +++ b/doc/html/qtabdialog-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqiconset.h" #endif // QT_H -#ifndef QT_NO_TABDIALOG +#ifndef TQT_NO_TABDIALOG class TQTabBar; class TQTab; @@ -177,7 +177,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_TABDIALOG +#endif // TQT_NO_TABDIALOG #endif // TQTABDIALOG_H </pre> diff --git a/doc/html/qtable-h.html b/doc/html/qtable-h.html index 4342bfdc5..fc5a000d7 100644 --- a/doc/html/qtable-h.html +++ b/doc/html/qtable-h.html @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } #endif // QT_H -#ifndef QT_NO_TABLE +#ifndef TQT_NO_TABLE #if !defined( TQT_MODULE_TABLE ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_TABLE ) #define TQM_EXPORT_TABLE @@ -458,7 +458,7 @@ protected: void showEvent( TQShowEvent *e ); void paintEvent( TQPaintEvent *e ); void setEditMode( EditMode mode, int row, int col ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void contentsDragEnterEvent( TQDragEnterEvent *e ); virtual void contentsDragMoveEvent( TQDragMoveEvent *e ); virtual void contentsDragLeaveEvent( TQDragLeaveEvent *e ); @@ -499,7 +499,7 @@ signals: void selectionChanged(); void valueChanged( int row, int col ); void contextMenuRequested( int row, int col, const TQPoint &pos ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void dropped( TQDropEvent *e ); #endif @@ -595,7 +595,7 @@ private: #define Q_DEFINED_QTABLE #include "ntqwinexport.h" -#endif // QT_NO_TABLE +#endif // TQT_NO_TABLE #endif // TABLE_H </pre> <!-- eof --> diff --git a/doc/html/qtabwidget-h.html b/doc/html/qtabwidget-h.html index 8b634d5e5..3c7bbef5c 100644 --- a/doc/html/qtabwidget-h.html +++ b/doc/html/qtabwidget-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqiconset.h" #endif // QT_H -#ifndef QT_NO_TABWIDGET +#ifndef TQT_NO_TABWIDGET class TQTabBar; class TQTabWidgetData; @@ -193,7 +193,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_TABWIDGET +#endif // TQT_NO_TABWIDGET #endif // TQTABWIDGET_H </pre> diff --git a/doc/html/qtextbrowser-h.html b/doc/html/qtextbrowser-h.html index 03611096b..c69ef81eb 100644 --- a/doc/html/qtextbrowser-h.html +++ b/doc/html/qtextbrowser-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqtextedit.h" #endif // QT_H -#ifndef QT_NO_TEXTBROWSER +#ifndef TQT_NO_TEXTBROWSER class TQTextBrowserData; @@ -138,7 +138,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_TEXTBROWSER +#endif // TQT_NO_TEXTBROWSER #endif // TQTEXTBROWSER_H </pre> diff --git a/doc/html/qtextcodec-h.html b/doc/html/qtextcodec-h.html index 9f3afed79..8cdc20e77 100644 --- a/doc/html/qtextcodec-h.html +++ b/doc/html/qtextcodec-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_TEXTCODEC +#ifndef TQT_NO_TEXTCODEC class TQTextCodec; class TQIODevice; @@ -103,10 +103,10 @@ class Q_EXPORT TQTextCodec { public: virtual ~TQTextCodec(); -#ifndef QT_NO_CODECS +#ifndef TQT_NO_CODECS static TQTextCodec* loadCharmap(TQIODevice*); static TQTextCodec* loadCharmapFile(TQString filename); -#endif //QT_NO_CODECS +#endif //TQT_NO_CODECS static TQTextCodec* codecForMib(int mib); static TQTextCodec* codecForName(const char* hint, int accuracy=0); static TQTextCodec* codecForContent(const char* chars, int len); @@ -166,7 +166,7 @@ inline void TQTextCodec::setCodecForTr(TQTextCodec *c) { cftr = c; } inline TQTextCodec* TQTextCodec::codecForCStrings() { return cfcs; } inline void TQTextCodec::setCodecForCStrings(TQTextCodec *c) { cfcs = c; } -#endif // QT_NO_TEXTCODEC +#endif // TQT_NO_TEXTCODEC #endif // TQTEXTCODEC_H </pre> <!-- eof --> diff --git a/doc/html/qtextcodecplugin-h.html b/doc/html/qtextcodecplugin-h.html index 5a5c5189b..bf98ff129 100644 --- a/doc/html/qtextcodecplugin-h.html +++ b/doc/html/qtextcodecplugin-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #endif // QT_H -#ifndef QT_NO_TEXTCODECPLUGIN +#ifndef TQT_NO_TEXTCODECPLUGIN class TQTextCodec; class TQTextCodecPluginPrivate; @@ -102,7 +102,7 @@ public: private: TQTextCodecPluginPrivate *d; }; -#endif // QT_NO_TEXTCODECPLUGIN +#endif // TQT_NO_TEXTCODECPLUGIN #endif // TQTEXTCODECPLUGIN_H </pre> <!-- eof --> diff --git a/doc/html/qtextedit-h.html b/doc/html/qtextedit-h.html index 40fc37c83..011cc9074 100644 --- a/doc/html/qtextedit-h.html +++ b/doc/html/qtextedit-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } #include "ntqptrlist.h" #endif // QT_H -#ifndef QT_NO_TEXTEDIT +#ifndef TQT_NO_TEXTEDIT // uncomment below to enable optimization mode - also uncomment the // optimDoAutoScroll() private slot since moc ignores #ifdefs.. #define QT_TEXTEDIT_OPTIMIZATION @@ -281,7 +281,7 @@ public: int paragraphLength( int para ) const; TQStyleSheet* styleSheet() const; -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME TQMimeSourceFactory* mimeSourceFactory() const; #endif TQBrush paper() const; @@ -344,7 +344,7 @@ public: public slots: void setEnabled( bool ); -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME virtual void setMimeSourceFactory( TQMimeSourceFactory* factory ); #endif virtual void setStyleSheet( TQStyleSheet* styleSheet ); @@ -378,7 +378,7 @@ public slots: virtual void redo(); virtual void cut(); virtual void paste(); -#ifndef QT_NO_CLIPBOARD +#ifndef TQT_NO_CLIPBOARD virtual void pasteSubType( const TQCString &subtype ); #endif virtual void clear(); @@ -465,13 +465,13 @@ protected: void contentsMouseMoveEvent( TQMouseEvent *e ); void contentsMouseReleaseEvent( TQMouseEvent *e ); void contentsMouseDoubleClickEvent( TQMouseEvent *e ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void contentsWheelEvent( TQWheelEvent *e ); #endif void imStartEvent( TQIMEvent * ); void imComposeEvent( TQIMEvent * ); void imEndEvent( TQIMEvent * ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP void contentsDragEnterEvent( TQDragEnterEvent *e ); void contentsDragMoveEvent( TQDragMoveEvent *e ); void contentsDragLeaveEvent( TQDragLeaveEvent *e ); @@ -538,11 +538,11 @@ private: void makeParagVisible( TQTextParagraph *p ); void normalCopy(); void copyToClipboard(); -#ifndef QT_NO_MIME +#ifndef TQT_NO_MIME TQCString pickSpecial(TQMimeSource* ms, bool always_ask, const TQPoint&); TQTextDrag *dragObject( TQWidget *parent = 0 ) const; #endif -#ifndef QT_NO_MIMECLIPBOARD +#ifndef TQT_NO_MIMECLIPBOARD void pasteSpecial(const TQPoint&); #endif void setFontInternal( const TQFont &f ); @@ -590,7 +590,7 @@ private slots: #endif // QT_TEXTEDIT_OPTIMIZATION private: -#ifndef QT_NO_CLIPBOARD +#ifndef TQT_NO_CLIPBOARD void pasteSubType( const TQCString &subtype, TQMimeSource *m ); #endif @@ -645,7 +645,7 @@ inline void TQTextEdit::setCurrentFont( const TQFont &f ) TQTextEdit::setFontInternal( f ); } -#endif //QT_NO_TEXTEDIT +#endif //TQT_NO_TEXTEDIT #endif //TQTEXTVIEW_H </pre> <!-- eof --> diff --git a/doc/html/qtextstream-h.html b/doc/html/qtextstream-h.html index bc0ff79c4..4240a2c90 100644 --- a/doc/html/qtextstream-h.html +++ b/doc/html/qtextstream-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include <stdio.h> #endif // QT_H -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM class TQTextCodec; class TQTextDecoder; @@ -96,7 +96,7 @@ public: UnicodeReverse, RawUnicode, UnicodeUTF8 }; void setEncoding( Encoding ); -#ifndef QT_NO_TEXTCODEC +#ifndef TQT_NO_TEXTCODEC void setCodec( TQTextCodec* ); TQTextCodec *codec(); #endif @@ -370,7 +370,7 @@ Q_EXPORT inline TQTSManip qSetPrecision( int p ) return TQTSManip(func,p); } -#endif // QT_NO_TEXTSTREAM +#endif // TQT_NO_TEXTSTREAM #endif // TQTEXTSTREAM_H </pre> <!-- eof --> diff --git a/doc/html/qtextview-h.html b/doc/html/qtextview-h.html index 2df7bb889..31d593a6e 100644 --- a/doc/html/qtextview-h.html +++ b/doc/html/qtextview-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqtextedit.h" #endif // QT_H -#ifndef QT_NO_TEXTVIEW +#ifndef TQT_NO_TEXTVIEW class Q_EXPORT TQTextView : public TQTextEdit { @@ -106,7 +106,7 @@ private: #endif }; -#endif //QT_NO_TEXTVIEW +#endif //TQT_NO_TEXTVIEW #endif //TQTEXTVIEW_H </pre> <!-- eof --> diff --git a/doc/html/qtoolbar-h.html b/doc/html/qtoolbar-h.html index 30f473e08..b2cab845a 100644 --- a/doc/html/qtoolbar-h.html +++ b/doc/html/qtoolbar-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqdockwindow.h" #endif // QT_H -#ifndef QT_NO_TOOLBAR +#ifndef TQT_NO_TOOLBAR class TQMainWindow; class TQButton; @@ -148,7 +148,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_TOOLBAR +#endif // TQT_NO_TOOLBAR #endif // TQTOOLBAR_H </pre> diff --git a/doc/html/qtoolbox-h.html b/doc/html/qtoolbox-h.html index 9121717c4..eb46a0d6e 100644 --- a/doc/html/qtoolbox-h.html +++ b/doc/html/qtoolbox-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include <ntqiconset.h> #endif // QT_H -#ifndef QT_NO_TOOLBOX +#ifndef TQT_NO_TOOLBOX class TQToolBoxPrivate; class TQWidgetList; @@ -158,7 +158,7 @@ inline int TQToolBox::addItem( TQWidget *item, const TQIconSet &iconSet, inline int TQToolBox::insertItem( int index, TQWidget *item, const TQString &label ) { return insertItem( index, item, TQIconSet(), label ); } -#endif // QT_NO_TOOLBOX +#endif // TQT_NO_TOOLBOX #endif </pre> <!-- eof --> diff --git a/doc/html/qtoolbutton-h.html b/doc/html/qtoolbutton-h.html index d38695ae4..162d2b8ef 100644 --- a/doc/html/qtoolbutton-h.html +++ b/doc/html/qtoolbutton-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqiconset.h" #endif // QT_H -#ifndef QT_NO_TOOLBUTTON +#ifndef TQT_NO_TOOLBUTTON class TQToolButtonPrivate; class TQToolBar; @@ -118,7 +118,7 @@ public: Under = BelowIcon // obsolete }; TQToolButton( TQWidget * parent, const char* name=0 ); -#ifndef QT_NO_TOOLBAR +#ifndef TQT_NO_TOOLBAR TQToolButton( const TQIconSet& s, const TQString &textLabel, const TQString& grouptext, TQObject * receiver, const char* slot, @@ -145,7 +145,7 @@ public: bool usesTextLabel() const { return utl; } TQString textLabel() const { return tl; } -#ifndef QT_NO_POPUPMENU +#ifndef TQT_NO_POPUPMENU void setPopup( TQPopupMenu* popup ); TQPopupMenu* popup() const; @@ -191,7 +191,7 @@ protected: bool eventFilter( TQObject *o, TQEvent *e ); -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE void paletteChange( const TQPalette & ); #endif @@ -223,7 +223,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_TOOLBUTTON +#endif // TQT_NO_TOOLBUTTON #endif // TQTOOLBUTTON_H </pre> diff --git a/doc/html/qtooltip-h.html b/doc/html/qtooltip-h.html index 23fe67975..f62e44569 100644 --- a/doc/html/qtooltip-h.html +++ b/doc/html/qtooltip-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqwidget.h" #endif // QT_H -#ifndef QT_NO_TOOLTIP +#ifndef TQT_NO_TOOLTIP #if __GNUC__ - 0 > 3 #pragma GCC system_header @@ -180,7 +180,7 @@ private: }; -#endif // QT_NO_TOOLTIP +#endif // TQT_NO_TOOLTIP #endif // TQTOOLTIP_H </pre> diff --git a/doc/html/qtsciicodec-h.html b/doc/html/qtsciicodec-h.html index 297a64b5d..55180b4f0 100644 --- a/doc/html/qtsciicodec-h.html +++ b/doc/html/qtsciicodec-h.html @@ -108,7 +108,7 @@ body { background: #ffffff; color: black; } #include "ntqtextcodec.h" #endif // QT_H -#ifndef QT_NO_CODECS +#ifndef TQT_NO_CODECS class Q_EXPORT TQTsciiCodec : public TQTextCodec { public: diff --git a/doc/html/qurl-h.html b/doc/html/qurl-h.html index 100707f11..9c0834e1c 100644 --- a/doc/html/qurl-h.html +++ b/doc/html/qurl-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_URL +#ifndef TQT_NO_URL class TQUrlPrivate; @@ -161,7 +161,7 @@ private: }; -#endif //QT_NO_URL +#endif //TQT_NO_URL #endif </pre> diff --git a/doc/html/qurloperator-h.html b/doc/html/qurloperator-h.html index d99c2b60b..af8880690 100644 --- a/doc/html/qurloperator-h.html +++ b/doc/html/qurloperator-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" // TQString->TQStringList conversion #endif // QT_H -#ifndef QT_NO_NETWORKPROTOCOL +#ifndef TQT_NO_NETWORKPROTOCOL class TQUrlInfo; class TQUrlOperatorPrivate; @@ -160,7 +160,7 @@ private: TQUrlOperatorPrivate *d; }; -#endif // QT_NO_NETWORKPROTOCOL +#endif // TQT_NO_NETWORKPROTOCOL #endif // TQURLOPERATOR_H </pre> diff --git a/doc/html/quuid-h.html b/doc/html/quuid-h.html index 26fbb3424..0c4d14331 100644 --- a/doc/html/quuid-h.html +++ b/doc/html/quuid-h.html @@ -137,7 +137,7 @@ struct Q_EXPORT TQUuid { memcpy( this, &uuid, sizeof(TQUuid) ); } -#ifndef QT_NO_QUUID_STRING +#ifndef TQT_NO_QUUID_STRING TQUuid( const TQString & ); TQUuid( const char * ); TQString toString() const; @@ -222,7 +222,7 @@ struct Q_EXPORT TQUuid uchar data4[ 8 ]; }; -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQUuid & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQUuid & ); #endif diff --git a/doc/html/qvalidator-h.html b/doc/html/qvalidator-h.html index d135ff869..81c50a770 100644 --- a/doc/html/qvalidator-h.html +++ b/doc/html/qvalidator-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqregexp.h" // TQString->TQRegExp conversion #endif // QT_H -#ifndef QT_NO_VALIDATOR +#ifndef TQT_NO_VALIDATOR class Q_EXPORT TQValidator : public TQObject @@ -136,7 +136,7 @@ private: int b, t; }; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP class Q_EXPORT TQDoubleValidator : public TQValidator { @@ -197,10 +197,10 @@ private: TQRegExp r; }; -#endif // QT_NO_REGEXP +#endif // TQT_NO_REGEXP -#endif // QT_NO_VALIDATOR +#endif // TQT_NO_VALIDATOR #endif // TQVALIDATOR_H </pre> diff --git a/doc/html/qvaluelist-h.html b/doc/html/qvaluelist-h.html index beb84cf20..91debfeb9 100644 --- a/doc/html/qvaluelist-h.html +++ b/doc/html/qvaluelist-h.html @@ -430,7 +430,7 @@ Q_INLINE_TEMPLATES void TQValueListPrivate<T>::clear() } #ifdef QT_CHECK_RANGE -# if !defined( QT_NO_DEBUG ) && defined( QT_CHECK_VALUELIST_RANGE ) +# if !defined( TQT_NO_DEBUG ) && defined( QT_CHECK_VALUELIST_RANGE ) # define QT_CHECK_INVALID_LIST_ELEMENT if ( empty() ) tqWarning( "TQValueList: Warning invalid element" ) # define QT_CHECK_INVALID_LIST_ELEMENT_FATAL Q_ASSERT( !empty() ); # else @@ -670,7 +670,7 @@ Q_INLINE_TEMPLATES void TQValueList<T>::detachInternal() sh->deref(); sh = new TQValueListPrivate<T>( *sh ); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM template <class T> Q_INLINE_TEMPLATES TQDataStream& operator>>( TQDataStream& s, TQValueList<T>& l ) { @@ -697,7 +697,7 @@ Q_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, cons s << *it; return s; } -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM #define Q_DEFINED_QVALUELIST #define Q_DEFINED_QVALUELIST diff --git a/doc/html/qvaluevector-h.html b/doc/html/qvaluevector-h.html index 4739420ba..fdec18cf3 100644 --- a/doc/html/qvaluevector-h.html +++ b/doc/html/qvaluevector-h.html @@ -576,7 +576,7 @@ Q_INLINE_TEMPLATES Q_TYPENAME TQValueVector<T>::iterator TQValueVector< } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM template<class T> Q_INLINE_TEMPLATES TQDataStream& operator>>( TQDataStream& s, TQValueVector<T>& v ) { @@ -604,7 +604,7 @@ Q_INLINE_TEMPLATES TQDataStream& operator<<( TQDataStream& s, cons s << *it; return s; } -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM #define Q_DEFINED_QVALUEVECTOR #include "ntqwinexport.h" diff --git a/doc/html/qvariant-h.html b/doc/html/qvariant-h.html index 76f80d092..b4e7f021b 100644 --- a/doc/html/qvariant-h.html +++ b/doc/html/qvariant-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqstring.h" #endif // QT_H -#ifndef QT_NO_VARIANT +#ifndef TQT_NO_VARIANT class TQString; class TQCString; class TQFont; @@ -110,7 +110,7 @@ class TQKeySequence; class TQPen; // Some headers rejected after TQVariant declaration for GCC 2.7.* compatibility class TQVariant; -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT template <class T> class TQValueList; template <class T> class TQValueListConstIterator; template <class T> class TQValueListNode; @@ -162,13 +162,13 @@ public: TQVariant(); ~TQVariant(); TQVariant( const TQVariant& ); -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM TQVariant( TQDataStream& s ); #endif TQVariant( const TQString& ); TQVariant( const TQCString& ); TQVariant( const char* ); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST TQVariant( const TQStringList& ); #endif TQVariant( const TQFont& ); @@ -191,11 +191,11 @@ public: TQVariant( const TQDateTime& ); TQVariant( const TQByteArray& ); TQVariant( const TQBitArray& ); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQVariant( const TQKeySequence& ); #endif TQVariant( const TQPen& ); -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT TQVariant( const TQValueList<TQVariant>& ); TQVariant( const TQMap<TQString,TQVariant>& ); #endif @@ -225,7 +225,7 @@ public: const TQString toString() const; const TQCString toCString() const; -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST const TQStringList toStringList() const; #endif const TQFont toFont() const; @@ -248,7 +248,7 @@ public: const TQDateTime toDateTime() const; const TQByteArray toByteArray() const; const TQBitArray toBitArray() const; -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL const TQKeySequence toKeySequence() const; #endif const TQPen toPen() const; @@ -258,13 +258,13 @@ public: TQ_ULLONG toULongLong( bool * ok=0 ) const; bool toBool() const; double toDouble( bool * ok=0 ) const; -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT const TQValueList<TQVariant> toList() const; const TQMap<TQString,TQVariant> toMap() const; #endif TQSizePolicy toSizePolicy() const; -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT TQValueListConstIterator<TQString> stringListBegin() const; TQValueListConstIterator<TQString> stringListEnd() const; TQValueListConstIterator<TQVariant> listBegin() const; @@ -275,7 +275,7 @@ public: #endif TQString& asString(); TQCString& asCString(); -#ifndef QT_NO_STRINGLIST +#ifndef TQT_NO_STRINGLIST TQStringList& asStringList(); #endif TQFont& asFont(); @@ -298,7 +298,7 @@ public: TQDateTime& asDateTime(); TQByteArray& asByteArray(); TQBitArray& asBitArray(); -#ifndef QT_NO_ACCEL +#ifndef TQT_NO_ACCEL TQKeySequence& asKeySequence(); #endif TQPen& asPen(); @@ -308,13 +308,13 @@ public: TQ_ULLONG& asULongLong(); bool& asBool(); double& asDouble(); -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT TQValueList<TQVariant>& asList(); TQMap<TQString,TQVariant>& asMap(); #endif TQSizePolicy& asSizePolicy(); -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM void load( TQDataStream& ); void save( TQDataStream& ) const; #endif @@ -370,7 +370,7 @@ inline bool TQVariant::isValid() const return (d->typ != Invalid); } -#ifndef QT_NO_TEMPLATE_VARIANT +#ifndef TQT_NO_TEMPLATE_VARIANT inline TQValueListConstIterator<TQString> TQVariant::stringListBegin() const { if ( d->typ != StringList ) @@ -421,14 +421,14 @@ inline TQMapConstIterator<TQString,TQVariant> TQVariant::mapFind( const TQ } #endif -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM Q_EXPORT TQDataStream& operator>> ( TQDataStream& s, TQVariant& p ); Q_EXPORT TQDataStream& operator<< ( TQDataStream& s, const TQVariant& p ); Q_EXPORT TQDataStream& operator>> ( TQDataStream& s, TQVariant::Type& p ); Q_EXPORT TQDataStream& operator<< ( TQDataStream& s, const TQVariant::Type p ); #endif -#endif //QT_NO_VARIANT +#endif //TQT_NO_VARIANT #endif // TQVARIANT_H </pre> <!-- eof --> diff --git a/doc/html/qvbox-h.html b/doc/html/qvbox-h.html index 6a1652f28..90e2468c7 100644 --- a/doc/html/qvbox-h.html +++ b/doc/html/qvbox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqhbox.h" #endif // QT_H -#ifndef QT_NO_VBOX +#ifndef TQT_NO_VBOX class Q_EXPORT TQVBox : public TQHBox { @@ -96,7 +96,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_VBOX +#endif // TQT_NO_VBOX #endif // TQVBOX_H </pre> diff --git a/doc/html/qvbuttongroup-h.html b/doc/html/qvbuttongroup-h.html index ab0693b92..949fce9ba 100644 --- a/doc/html/qvbuttongroup-h.html +++ b/doc/html/qvbuttongroup-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqbuttongroup.h" #endif // QT_H -#ifndef QT_NO_VBUTTONGROUP +#ifndef TQT_NO_VBUTTONGROUP class Q_EXPORT TQVButtonGroup : public TQButtonGroup { @@ -100,7 +100,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_VBUTTONGROUP +#endif // TQT_NO_VBUTTONGROUP #endif // TQVBUTTONGROUP_H </pre> diff --git a/doc/html/qvgroupbox-h.html b/doc/html/qvgroupbox-h.html index cffc1cddc..91c4c0824 100644 --- a/doc/html/qvgroupbox-h.html +++ b/doc/html/qvgroupbox-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqgroupbox.h" #endif // QT_H -#ifndef QT_NO_VGROUPBOX +#ifndef TQT_NO_VGROUPBOX class Q_EXPORT TQVGroupBox : public TQGroupBox { @@ -99,7 +99,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_VGROUPBOX +#endif // TQT_NO_VGROUPBOX #endif // TQVGROUPBOX_H </pre> diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 6f356d8ce..5f6350856 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -85,7 +85,7 @@ private: void rebuildCodecList(); <a href="ntqmenubar.html">TQMenuBar</a> *m; <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *e; -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER <a href="ntqprinter.html">TQPrinter</a> printer; #endif <a href="ntqpopupmenu.html">TQPopupMenu</a> *save_as; @@ -147,7 +147,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; save_as = new <a href="ntqpopupmenu.html">TQPopupMenu</a>(); file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Sa&ve As", save_as ); file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "Add &Encoding", this, SLOT(addEncoding()) ); -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER file-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); file-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Print...", this, SLOT(print()), ALT+Key_P ); #endif @@ -165,7 +165,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; edit-><a href="ntqmenudata.html#insertItem">insertItem</a>( "To &Uppercase", this, SLOT(toUpper()), ALT+Key_U ); edit-><a href="ntqmenudata.html#insertItem">insertItem</a>( "To &Lowercase", this, SLOT(toLower()), ALT+Key_L ); -#ifndef QT_NO_FONTDIALOG +#ifndef TQT_NO_FONTDIALOG edit-><a href="ntqmenudata.html#insertSeparator">insertSeparator</a>(); edit-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&Select Font" , this, SLOT(<a href="ntqwidget.html#font">font</a>()), ALT+Key_T ); #endif @@ -191,7 +191,7 @@ Editor::~Editor() <a name="x405"></a>void Editor::<a href="ntqwidget.html#font">font</a>() { -#ifndef QT_NO_FONTDIALOG +#ifndef TQT_NO_FONTDIALOG bool ok; <a name="x396"></a><a name="x368"></a> <a href="ntqfont.html">TQFont</a> f = TQFontDialog::<a href="ntqfontdialog.html#getFont">getFont</a>( &ok, e-><a href="ntqtextedit.html#font">font</a>() ); if ( ok ) { @@ -243,7 +243,7 @@ void <a name="f237"></a>Editor::newDoc() void <a name="f238"></a>Editor::load() { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG <a name="x365"></a> <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( <a href="ntqstring.html#TQString-null">TQString::null</a>, TQString::null, this ); <a name="x390"></a> if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) load( fn, -1 ); @@ -291,7 +291,7 @@ void Editor::load( const <a href="ntqstring.html">TQString</a>& fileName, in void <a name="f239"></a>Editor::openAsEncoding( int code ) { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG //storing filename (proper save) is left as an exercise... <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, TQString::null, this ); if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) @@ -301,7 +301,7 @@ void <a name="f239"></a>Editor::openAsEncoding( int code ) bool <a name="f240"></a>Editor::save() { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG //storing filename (proper save) is left as an exercise... <a name="x366"></a> <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>( TQString::null, TQString::null, this ); if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) @@ -312,7 +312,7 @@ bool <a name="f240"></a>Editor::save() void <a name="f241"></a>Editor::saveAsEncoding( int code ) { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG //storing filename (proper save) is left as an exercise... <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>( TQString::null, TQString::null, this ); if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) @@ -322,7 +322,7 @@ void <a name="f241"></a>Editor::saveAsEncoding( int code ) void <a name="f242"></a>Editor::addEncoding() { -#ifndef QT_NO_FILEDIALOG +#ifndef TQT_NO_FILEDIALOG <a href="ntqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, "*.map", this ); if ( !fn.<a href="ntqstring.html#isEmpty">isEmpty</a>() ) { <a href="ntqfile.html">TQFile</a> f(fn); @@ -376,7 +376,7 @@ bool <a name="f243"></a>Editor::saveAs( const <a href="ntqstring.html">TQString< void <a name="f244"></a>Editor::print() { -#ifndef QT_NO_PRINTER +#ifndef TQT_NO_PRINTER if ( printer.setup(this) ) { // opens printer dialog printer.setFullPage(TRUE); // we'll set our own margins <a href="ntqpainter.html">TQPainter</a> p; diff --git a/doc/html/qwhatsthis-h.html b/doc/html/qwhatsthis-h.html index 81016f3d2..96714f6d9 100644 --- a/doc/html/qwhatsthis-h.html +++ b/doc/html/qwhatsthis-h.html @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #include "ntqobject.h" #endif // QT_H -#ifndef QT_NO_WHATSTHIS +#ifndef TQT_NO_WHATSTHIS #include "ntqcursor.h" @@ -112,7 +112,7 @@ public: static void display( const TQString& text, const TQPoint& pos = TQCursor::pos(), TQWidget* w = 0 ); }; -#endif // QT_NO_WHATSTHIS +#endif // TQT_NO_WHATSTHIS #endif // TQWHATSTHIS_H </pre> diff --git a/doc/html/qwidget-h.html b/doc/html/qwidget-h.html index 228e554c8..a39ba25ed 100644 --- a/doc/html/qwidget-h.html +++ b/doc/html/qwidget-h.html @@ -138,11 +138,11 @@ class Q_EXPORT TQWidget : public TQObject, public TQPaintDevice TQ_PROPERTY( bool ownPalette READ ownPalette ) TQ_PROPERTY( TQFont font READ font WRITE setFont RESET unsetFont STORED ownFont ) TQ_PROPERTY( bool ownFont READ ownFont ) -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR TQ_PROPERTY( TQCursor cursor READ cursor WRITE setCursor RESET unsetCursor STORED ownCursor ) TQ_PROPERTY( bool ownCursor READ ownCursor ) #endif -#ifndef QT_NO_WIDGET_TOPEXTRA +#ifndef TQT_NO_WIDGET_TOPEXTRA TQ_PROPERTY( TQString caption READ caption WRITE setCaption ) TQ_PROPERTY( TQPixmap icon READ icon WRITE setIcon ) TQ_PROPERTY( TQString iconText READ iconText WRITE setIconText ) @@ -176,7 +176,7 @@ public: WId winId() const; void setName( const char *name ); -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE // GUI style setting TQStyle &style() const; @@ -267,7 +267,7 @@ public: const TQPixmap * erasePixmap() const; virtual void setErasePixmap( const TQPixmap & ); -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE const TQColorGroup & colorGroup() const; const TQPalette & palette() const; bool ownPalette() const; @@ -293,13 +293,13 @@ public: TQFontMetrics fontMetrics() const; TQFontInfo fontInfo() const; -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR const TQCursor &cursor() const; bool ownCursor() const; virtual void setCursor( const TQCursor & ); virtual void unsetCursor(); #endif -#ifndef QT_NO_WIDGET_TOPEXTRA +#ifndef TQT_NO_WIDGET_TOPEXTRA TQString caption() const; const TQPixmap *icon() const; TQString iconText() const; @@ -317,7 +317,7 @@ public: virtual void setBackgroundPixmap( const TQPixmap & ); // obsolete, use setErasePixmap() public slots: -#ifndef QT_NO_WIDGET_TOPEXTRA +#ifndef TQT_NO_WIDGET_TOPEXTRA virtual void setCaption( const TQString &); virtual void setIcon( const TQPixmap & ); virtual void setIconText( const TQString &); @@ -354,7 +354,7 @@ public: // Grab functions void grabMouse(); -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR void grabMouse( const TQCursor & ); #endif void releaseMouse(); @@ -437,7 +437,7 @@ public slots: virtual void adjustSize(); public: -#ifndef QT_NO_LAYOUT +#ifndef TQT_NO_LAYOUT TQLayout * layout() const { return lay_out; } #endif void updateGeometry(); @@ -514,7 +514,7 @@ protected: virtual void mouseReleaseEvent( TQMouseEvent * ); virtual void mouseDoubleClickEvent( TQMouseEvent * ); virtual void mouseMoveEvent( TQMouseEvent * ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT virtual void wheelEvent( TQWheelEvent * ); #endif virtual void keyPressEvent( TQKeyEvent * ); @@ -533,7 +533,7 @@ protected: virtual void imEndEvent( TQIMEvent * ); virtual void tabletEvent( TQTabletEvent * ); -#ifndef QT_NO_DRAGANDDROP +#ifndef TQT_NO_DRAGANDDROP virtual void dragEnterEvent( TQDragEnterEvent * ); virtual void dragMoveEvent( TQDragMoveEvent * ); virtual void dragLeaveEvent( TQDragLeaveEvent * ); @@ -562,11 +562,11 @@ protected: // Misc. protected functions -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE virtual void styleChange( TQStyle& ); #endif virtual void enabledChange( bool oldEnabled ); -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE virtual void paletteChange( const TQPalette & ); #endif virtual void fontChange( const TQFont & ); @@ -632,7 +632,7 @@ private: friend class TQDragManager; #endif -#ifndef QT_NO_LAYOUT +#ifndef TQT_NO_LAYOUT void setLayout( TQLayout *l ); #endif void setWinId( WId ); @@ -676,11 +676,11 @@ private: uint im_enabled : 1; TQRect crect; TQColor bg_col; -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE TQPalette pal; #endif TQFont fnt; -#ifndef QT_NO_LAYOUT +#ifndef TQT_NO_LAYOUT TQLayout *lay_out; #endif TQWExtra *extra; @@ -705,7 +705,7 @@ private: TQRegion paintableRegion() const; void updateGraphicsContext( TQGfx *qgfx_qws, bool clip_children ) const; -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR void updateCursor( const TQRegion &r ) const; #endif @@ -737,7 +737,7 @@ private: // Disabled copy constructor and operator= #endif public: // obsolete functions to dissappear or to become inline in 3.0 -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE void setPalette( const TQPalette &p, bool ) { setPalette( p ); } #endif void setFont( const TQFont &f, bool ) { setFont( f ); } @@ -817,7 +817,7 @@ inline void TQWidget::setBaseSize( const TQSize &s ) inline const TQColor &TQWidget::eraseColor() const { return bg_col; } -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE inline const TQPalette &TQWidget::palette() const { return pal; } #endif @@ -924,7 +924,7 @@ inline void TQWidget::constPolish() const that->setWState(WState_Polished); // be on the safe side... } } -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR inline bool TQWidget::ownCursor() const { return testWState( WState_OwnCursor ); @@ -934,7 +934,7 @@ inline bool TQWidget::ownFont() const { return own_font; } -#ifndef QT_NO_PALETTE +#ifndef TQT_NO_PALETTE inline bool TQWidget::ownPalette() const { return own_palette; @@ -965,7 +965,7 @@ class TQMacDndExtra; #endif struct Q_EXPORT TQTLWExtra { -#ifndef QT_NO_WIDGET_TOPEXTRA +#ifndef TQT_NO_WIDGET_TOPEXTRA TQString caption; // widget caption TQString iconText; // widget icon text TQPixmap *icon; // widget icon @@ -995,7 +995,7 @@ struct Q_EXPORT TQTLWExtra { uint is_moved: 1; uint resizer : 4; #endif -#if defined(Q_WS_QWS) && !defined ( QT_NO_QWS_MANAGER ) +#if defined(Q_WS_QWS) && !defined ( TQT_NO_QWS_MANAGER ) TQRegion decor_allocated_region; // decoration allocated region TQWSManager *qwsManager; #endif @@ -1018,7 +1018,7 @@ struct Q_EXPORT TQWExtra { TQ_INT16 maxw, maxh; // maximum size TQPixmap *bg_pix; // background pixmap TQWidget *focus_proxy; -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR TQCursor *curs; #endif TQTLWExtra *topextra; // only useful for TLWs @@ -1049,7 +1049,7 @@ struct Q_EXPORT TQWExtra { #endif char bg_mode; // background mode char bg_mode_visual; // visual background mode -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE TQStyle* style; #endif TQRect micro_focus_hint; // micro focus hint diff --git a/doc/html/qwidgetfactory-h.html b/doc/html/qwidgetfactory-h.html index 3bd1805bb..8c65ecc7e 100644 --- a/doc/html/qwidgetfactory-h.html +++ b/doc/html/qwidgetfactory-h.html @@ -123,7 +123,7 @@ private: void createListViewColumn( TQListView *lv, const TQString& txt, const TQPixmap& pix, bool clickable, bool resizable ); -#ifndef QT_NO_TABLE +#ifndef TQT_NO_TABLE void createTableColumnOrRow( TQTable *table, const TQString& txt, const TQPixmap& pix, const TQString& field, bool isRow ); diff --git a/doc/html/qwidgetplugin-h.html b/doc/html/qwidgetplugin-h.html index 09d9ab346..d63cabbe7 100644 --- a/doc/html/qwidgetplugin-h.html +++ b/doc/html/qwidgetplugin-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqstringlist.h" #include "ntqiconset.h" #endif // QT_H -#ifndef QT_NO_WIDGETPLUGIN +#ifndef TQT_NO_WIDGETPLUGIN #ifdef Q_WS_WIN #ifdef QT_PLUGIN @@ -152,7 +152,7 @@ public: }; #endif // QT_CONTAINER_CUSTOM_WIDGETS -#endif // QT_NO_WIDGETPLUGIN +#endif // TQT_NO_WIDGETPLUGIN #endif // TQWIDGETPLUGIN_H </pre> <!-- eof --> diff --git a/doc/html/qwidgetstack-h.html b/doc/html/qwidgetstack-h.html index d0c2c2ce3..14034c379 100644 --- a/doc/html/qwidgetstack-h.html +++ b/doc/html/qwidgetstack-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqptrdict.h" #endif // QT_H -#ifndef QT_NO_WIDGETSTACK +#ifndef TQT_NO_WIDGETSTACK class TQWidgetStackPrivate; @@ -143,7 +143,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_WIDGETSTACK +#endif // TQT_NO_WIDGETSTACK #endif // TQWIDGETSTACK_H </pre> diff --git a/doc/html/qwindowsstyle-h.html b/doc/html/qwindowsstyle-h.html index e5e01863a..7c39d881f 100644 --- a/doc/html/qwindowsstyle-h.html +++ b/doc/html/qwindowsstyle-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqcommonstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) #define Q_EXPORT_STYLE_WINDOWS @@ -166,7 +166,7 @@ private: #endif }; -#endif // QT_NO_STYLE_WINDOWS +#endif // TQT_NO_STYLE_WINDOWS #endif // TQWINDOWSSTYLE_H </pre> diff --git a/doc/html/qwindowsystem_qws-h.html b/doc/html/qwindowsystem_qws-h.html index 3476c9846..b88d5282c 100644 --- a/doc/html/qwindowsystem_qws-h.html +++ b/doc/html/qwindowsystem_qws-h.html @@ -177,7 +177,7 @@ private: TQWSWindowData *d; }; -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND class TQWSSoundServer; #ifdef QT_USE_OLD_QWS_SOUND class TQWSSoundServerData; @@ -211,7 +211,7 @@ private: class TQWSMouseHandler; struct TQWSCommandStruct; -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS class TQWSServer : public TQWSServerSocket #else class TQWSServer : public TQObject @@ -238,13 +238,13 @@ public: static void processKeyEvent(int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM enum IMState { IMStart, IMCompose, IMEnd }; void sendIMEvent( IMState state, const TQString& txt, int cpos, int selLen ); #endif -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD typedef struct KeyMap { int key_code; ushort unicode; @@ -270,7 +270,7 @@ public: static void setKeyboardFilter( KeyboardFilter *f ); #endif -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM static void setCurrentInputMethod( TQWSInputMethod *im ); static void resetInputMethod(); static void setMicroFocus( int x, int y ); @@ -285,7 +285,7 @@ public: static void setDesktopBackground( const TQColor & ); static TQWSMouseHandler *mouseHandler(); static void setMouseHandler(TQWSMouseHandler*); -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD static TQWSKeyboardHandler* keyboardHandler(); static void setKeyboardHandler(TQWSKeyboardHandler* kh); #endif @@ -296,7 +296,7 @@ public: void openMouse(); void closeMouse(); -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD void openKeyboard(); void closeKeyboard(); #endif @@ -316,7 +316,7 @@ public: static TQPtrList<TQWSInternalWindowInfo> * windowList(); void sendPropertyNotifyEvent( int property, int state ); -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES TQWSPropertyManager *manager() { return &propertyManager; } @@ -330,7 +330,7 @@ public: static void beginDisplayReconfigure(); static void endDisplayReconfigure(); -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR static void setCursorVisible( bool ); static bool isCursorVisible(); #endif @@ -342,13 +342,13 @@ public: signals: void windowEvent( TQWSWindow *w, TQWSServer::WindowEvent e ); -#ifndef QT_NO_COP +#ifndef TQT_NO_COP void newChannel( const TQString& channel); void removedChannel(const TQString& channel); #endif private: -#ifndef QT_NO_COP +#ifndef TQT_NO_COP static void sendTQCopEvent( TQWSClient *c, const TQCString &ch, const TQCString &msg, const TQByteArray &data, bool response = FALSE ); @@ -360,7 +360,7 @@ private: void destroy_region( const TQWSRegionDestroyCommand * ); void name_region( const TQWSRegionNameCommand * ); void set_identity( const TQWSIdentifyCommand * ); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM void set_micro_focus( const TQWSSetMicroFocusCommand * ); void reset_im( const TQWSResetIMCommand * ); static void sendKeyEventUnfiltered(int unicode, int keycode, @@ -374,7 +374,7 @@ private: static TQImage *bgImage; void sendMaxWindowRectEvents(); -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS void newConnection( int socket ); #endif void invokeIdentify( const TQWSIdentifyCommand *cmd, TQWSClient *client ); @@ -384,35 +384,35 @@ private: void invokeRegionMove( const TQWSRegionMoveCommand *cmd, TQWSClient *client ); void invokeRegionDestroy( const TQWSRegionDestroyCommand *cmd, TQWSClient *client ); void invokeSetAltitude( const TQWSChangeAltitudeCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES void invokeAddProperty( TQWSAddPropertyCommand *cmd ); void invokeSetProperty( TQWSSetPropertyCommand *cmd ); void invokeRemoveProperty( TQWSRemovePropertyCommand *cmd ); void invokeGetProperty( TQWSGetPropertyCommand *cmd, TQWSClient *client ); -#endif //QT_NO_QWS_PROPERTIES +#endif //TQT_NO_QWS_PROPERTIES void invokeSetSelectionOwner( TQWSSetSelectionOwnerCommand *cmd ); void invokeConvertSelection( TQWSConvertSelectionCommand *cmd ); void invokeSetFocus( const TQWSRequestFocusCommand *cmd, TQWSClient *client ); void initIO(); void setFocus( TQWSWindow*, bool gain ); -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR void invokeDefineCursor( TQWSDefineCursorCommand *cmd, TQWSClient *client ); void invokeSelectCursor( TQWSSelectCursorCommand *cmd, TQWSClient *client ); #endif void invokeGrabMouse( TQWSGrabMouseCommand *cmd, TQWSClient *client ); void invokeGrabKeyboard( TQWSGrabKeyboardCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND void invokePlaySound( TQWSPlaySoundCommand *cmd, TQWSClient *client ); #endif -#ifndef QT_NO_COP +#ifndef TQT_NO_COP void invokeRegisterChannel( TQWSQCopRegisterChannelCommand *cmd, TQWSClient *client ); void invokeTQCopSend( TQWSQCopSendCommand *cmd, TQWSClient *client ); #endif void invokeRepaintRegion( TQWSRepaintRegionCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM void invokeSetMicroFocus( const TQWSSetMicroFocusCommand *cmd, TQWSClient *client ); void invokeResetIM( const TQWSResetIMCommand *cmd, @@ -433,7 +433,7 @@ private: void resetGfx(); private slots: -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS void clientClosed(); void doClient(); void deleteWindowsLater(); @@ -459,7 +459,7 @@ private: TQGfx *gfx; ClientMap client; -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES TQWSPropertyManager propertyManager; #endif struct SelectionOwner { @@ -479,7 +479,7 @@ private: TQWSWindow *mouseGrabber; bool mouseGrabbing; int swidth, sheight, sdepth; -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR bool haveviscurs; TQWSCursor *cursor; // cursor currently shown TQWSCursor *nextCursor; // cursor to show once grabbing is off @@ -489,7 +489,7 @@ private: TQRegion dirtyBackground; bool disablePainting; TQPtrList<TQWSMouseHandler> mousehandlers; -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD TQPtrList<TQWSKeyboardHandler> keyboardhandlers; #endif @@ -511,13 +511,13 @@ private: void setCursor(TQWSCursor *curs); // multimedia -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND TQWSSoundServer *soundserver; #endif -#ifndef QT_NO_COP +#ifndef TQT_NO_COP TQMap<TQString, TQPtrList<TQWSClient> > channels; #endif -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM bool microF; int microX; int microY; @@ -527,7 +527,7 @@ private: extern TQWSServer *qwsServer; //there can be only one -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM class TQWSInputMethod { public: @@ -600,7 +600,7 @@ private slots: void errorHandler( int ); private: int s; // XXX csocket->d->socket->socket() is this value -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS TQWSSocket *csocket; #endif TQWSCommand* command; diff --git a/doc/html/qwizard-h.html b/doc/html/qwizard-h.html index 09c902feb..cef129f1f 100644 --- a/doc/html/qwizard-h.html +++ b/doc/html/qwizard-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqdialog.h" #endif // QT_H -#ifndef QT_NO_WIZARD +#ifndef TQT_NO_WIZARD class TQHBoxLayout; class TQWizardPrivate; @@ -173,7 +173,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_WIZARD +#endif // TQT_NO_WIZARD #endif // TQWIZARD_H </pre> diff --git a/doc/html/qwmatrix-h.html b/doc/html/qwmatrix-h.html index e820552a0..5c76b794c 100644 --- a/doc/html/qwmatrix-h.html +++ b/doc/html/qwmatrix-h.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } #include "ntqregion.h" #endif // QT_H -#ifndef QT_NO_WMATRIX +#ifndef TQT_NO_WMATRIX class Q_EXPORT TQWMatrix // 2D transform matrix @@ -160,7 +160,7 @@ Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQWMatrix Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQWMatrix & ); -#endif // QT_NO_WMATRIX +#endif // TQT_NO_WMATRIX #endif // TQWMATRIX_H </pre> diff --git a/doc/html/qworkspace-h.html b/doc/html/qworkspace-h.html index ce1ba05b8..6d0470e7f 100644 --- a/doc/html/qworkspace-h.html +++ b/doc/html/qworkspace-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqwidgetlist.h" #endif // QT_H -#ifndef QT_NO_WORKSPACE +#ifndef TQT_NO_WORKSPACE #if !defined( TQT_MODULE_WORKSPACE ) || defined( QT_INTERNAL_WORKSPACE ) #define TQM_EXPORT_WORKSPACE @@ -144,7 +144,7 @@ public slots: void activatePrevWindow(); protected: -#ifndef QT_NO_STYLE +#ifndef TQT_NO_STYLE void styleChange( TQStyle& ); #endif void childEvent( TQChildEvent * ); @@ -152,7 +152,7 @@ protected: bool eventFilter( TQObject *, TQEvent * ); void showEvent( TQShowEvent *e ); void hideEvent( TQHideEvent *e ); -#ifndef QT_NO_WHEELEVENT +#ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent *e ); #endif @@ -200,7 +200,7 @@ private: // Disabled copy constructor and operator= }; -#endif // QT_NO_WORKSPACE +#endif // TQT_NO_WORKSPACE #endif // TQWORKSPACE_H </pre> diff --git a/doc/html/qwsdecoration_qws-h.html b/doc/html/qwsdecoration_qws-h.html index d8ba31521..702bfaafd 100644 --- a/doc/html/qwsdecoration_qws-h.html +++ b/doc/html/qwsdecoration_qws-h.html @@ -99,7 +99,7 @@ public: virtual void close( TQWidget * ); virtual void minimize( TQWidget * ); virtual void maximize( TQWidget * ); -#ifndef QT_NO_POPUPMENU +#ifndef TQT_NO_POPUPMENU virtual TQPopupMenu *menu(const TQWidget *, const TQPoint &); #endif virtual void paint(TQPainter *, const TQWidget *) = 0; diff --git a/doc/html/qxml-h.html b/doc/html/qxml-h.html index 1abf42c8d..b5ea5100f 100644 --- a/doc/html/qxml-h.html +++ b/doc/html/qxml-h.html @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } #define TQM_EXPORT_XML Q_EXPORT #endif -#ifndef QT_NO_XML +#ifndef TQT_NO_XML class TQXmlNamespaceSupport; class TQXmlAttributes; @@ -562,7 +562,7 @@ inline int TQXmlAttributes::count() const { return length(); } -#endif //QT_NO_XML +#endif //TQT_NO_XML #endif </pre> diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 5ee6f459f..5d5066e5c 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -168,7 +168,7 @@ const bool no_writing = FALSE; <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])) buffer.fill( <a href="ntqwidget.html#colorGroup">colorGroup</a>().base() ); <a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteBase ); -#ifndef QT_NO_CURSOR +#ifndef TQT_NO_CURSOR <a href="ntqwidget.html#setCursor">setCursor</a>( TQt::crossCursor ); #endif } diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index fd1cda853..91a34091b 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -735,14 +735,14 @@ void <a name="f423"></a>ImageViewer::rot180() void <a name="f424"></a>ImageViewer::copy() { -#ifndef QT_NO_MIMECLIPBOARD +#ifndef TQT_NO_MIMECLIPBOARD <a name="x1308"></a> TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->setImage(image); // Less information loss #endif } void <a name="f425"></a>ImageViewer::paste() { -#ifndef QT_NO_MIMECLIPBOARD +#ifndef TQT_NO_MIMECLIPBOARD <a href="ntqimage.html">TQImage</a> p = TQApplication::<a href="ntqapplication.html#clipboard">clipboard</a>()->image(); <a name="x1322"></a> if ( !p.<a href="ntqimage.html#isNull">isNull</a>() ) { filename = "pasted"; diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index 6c984250c..f523502f3 100644 --- a/doc/html/sql-driver.html +++ b/doc/html/sql-driver.html @@ -218,7 +218,7 @@ make that makes programs linked to these libraries segfault on exit. This only happens if the TQOCI8 driver is compiled as a plugin. To work around this problem, either compile the driver into the TQt libray -itself, or configure TQt with the option '-DQT_NO_LIBRARY_UNLOAD'. +itself, or configure TQt with the option '-DTQT_NO_LIBRARY_UNLOAD'. For Oracle 9, it is possible to link to the static OCI library by using "LIBS+=$ORACLE_HOME/lib/libclntst9.a". <p> <h4> How to build the plugin on Windows diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index 93ee95927..08b483a8e 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -59,7 +59,7 @@ during runtime using the pulldown menu. #include <<a href="qpalette-h.html">ntqpalette.h</a>> -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS #include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> @@ -146,7 +146,7 @@ private: #include "wood.h" -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS #include "ntqapplication.h" #include "ntqcombobox.h" @@ -1573,7 +1573,7 @@ void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="ntqpa #include <<a href="qpalette-h.html">ntqpalette.h</a>> -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS #include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> @@ -1642,7 +1642,7 @@ private: #include "metal.h" -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS #include "ntqapplication.h" #include "ntqcombobox.h" @@ -2227,7 +2227,7 @@ private: <a name="x335"></a> <a href="ntqobject.html#connect">connect</a>( styleMapper, SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>& ) ), this, SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>& ) ) ); <a name="x342"></a> <a href="ntqstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="ntqstylefactory.html#keys">keys</a>(); <a name="x341"></a> list.<a href="ntqstringlist.html#sort">sort</a>(); -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS <a name="x346"></a><a name="x344"></a> list.<a href="ntqvaluelist.html#insert">insert</a>(list.<a href="ntqvaluelist.html#begin">begin</a>(), "Norwegian Wood"); list.<a href="ntqvaluelist.html#insert">insert</a>(list.<a href="ntqvaluelist.html#begin">begin</a>(), "Metal"); #endif @@ -2261,7 +2261,7 @@ private: help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "&About", this, SLOT(about()), Key_F1); help-><a href="ntqmenudata.html#insertItem">insertItem</a>( "About &TQt", this, SLOT(aboutTQt())); -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS <a name="x325"></a> tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } @@ -2269,11 +2269,11 @@ private: void <a name="f232"></a>Themes::makeStyle(const <a href="ntqstring.html">TQString</a> &style) { if(style == "Norwegian Wood") { -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new NorwegianWoodStyle ); #endif } else if( style == "Metal" ) { -#ifndef QT_NO_STYLE_WINDOWS +#ifndef TQT_NO_STYLE_WINDOWS tqApp-><a href="ntqapplication.html#setStyle">setStyle</a>( new MetalStyle ); #endif } else { |