diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 |
commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
tree | 204d752457acf6403c99f3928f02b612ff14d178 | |
parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
download | tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
151 files changed, 732 insertions, 732 deletions
diff --git a/doc/classchart.doc b/doc/classchart.doc index 88848646..6e645133 100644 --- a/doc/classchart.doc +++ b/doc/classchart.doc @@ -62,13 +62,13 @@ <area shape="rect" coords="34,344,154,363" href="tqcanvaspolygon.html"> <area shape="rect" coords="38,363,154,381" href="tqcanvasspline.html"> <area shape="rect" coords="37,381,155,406" href="tqcanvasrectangle.html"> -<area shape="rect" coords="37,411,153,434" href="ntqwindowsstyle.html"> -<area shape="rect" coords="38,434,152,451" href="qwindowsxpstyle.html"> +<area shape="rect" coords="37,411,153,434" href="tqwindowsstyle.html"> +<area shape="rect" coords="38,434,152,451" href="tqwindowsxpstyle.html"> <area shape="rect" coords="40,452,150,471" href="qmacstyle.html"> -<area shape="rect" coords="40,472,150,486" href="ntqplatinumstyle.html"> -<area shape="rect" coords="40,486,151,502" href="ntqsgistyle.html"> -<area shape="rect" coords="40,502,152,523" href="ntqcdestyle.html"> -<area shape="rect" coords="40,523,149,542" href="ntqmotifplusstyle.html"> +<area shape="rect" coords="40,472,150,486" href="tqplatinumstyle.html"> +<area shape="rect" coords="40,486,151,502" href="tqsgistyle.html"> +<area shape="rect" coords="40,502,152,523" href="tqcdestyle.html"> +<area shape="rect" coords="40,523,149,542" href="tqmotifplusstyle.html"> <area shape="rect" coords="40,542,150,565" href="tqstyleplugin.html"> <area shape="rect" coords="42,572,151,598" href="tqsqleditorfactory.html"> <area shape="rect" coords="41,595,149,612" href="tqsql.html"> @@ -92,8 +92,8 @@ <area shape="rect" coords="174,309,285,326" href="qresizeevent.html"> <area shape="rect" coords="174,326,285,344" href="qcustomevent.html"> <area shape="rect" coords="174,344,285,372" href="qcontextmenuevent.html"> -<area shape="rect" coords="166,389,277,426" href="ntqcommonstyle.html"> -<area shape="rect" coords="166,427,273,462" href="ntqmotifstyle.html"> +<area shape="rect" coords="166,389,277,426" href="tqcommonstyle.html"> +<area shape="rect" coords="166,427,273,462" href="tqmotifstyle.html"> <area shape="rect" coords="167,466,259,487" href="tqftp.html"> <area shape="rect" coords="168,487,268,505" href="tqhttp.html"> <area shape="rect" coords="166,505,268,532" href="tqlocalfs.html"> diff --git a/doc/customstyles.doc b/doc/customstyles.doc index 8fceeeca..fb6e4938 100644 --- a/doc/customstyles.doc +++ b/doc/customstyles.doc @@ -64,11 +64,11 @@ applications. The first step is to pick one of the base styles provided with TQt to build your custom style from. The choice will depend on what look and feel you are trying to achieve. We recommend that you choose from the -QWindowsStyle derived classes or the QMotifStyle derived classes. +TQWindowsStyle derived classes or the TQMotifStyle derived classes. These are the two base look and feel classes in the TQt style engine. -Inheriting directly from QCommonStyle is also an option if you want to +Inheriting directly from TQCommonStyle is also an option if you want to start almost from scratch when implementing your style. In this simple -example we will inherit from QWindowsStyle. +example we will inherit from TQWindowsStyle. \section2 2. Re-implement the necessary functions in your derived class. @@ -77,15 +77,15 @@ must re-implement the functions that are used to draw those parts of the interface. If you take a look at the \l{TQStyle} documentation, you will find a list of the different primitives, controls and complex controls. In this example we will first change the look of the -standard arrows that are used in the QWindowsStyle. The arrows are +standard arrows that are used in the TQWindowsStyle. The arrows are PrimitiveElements that are drawn by the drawPrimitive() function, so we need to re-implement that function. We need the following class declaration: \code -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> -class CustomStyle : public QWindowsStyle { +class CustomStyle : public TQWindowsStyle { TQ_OBJECT public: CustomStyle(); @@ -179,7 +179,7 @@ void CustomStyle::drawPrimitive( PrimitiveElement pe, p->drawPolygon( pa ); } else { // let the base style handle the other primitives - QWindowsStyle::drawPrimitive( pe, p, r, cg, flags, data ); + TQWindowsStyle::drawPrimitive( pe, p, r, cg, flags, data ); } } \endcode diff --git a/doc/dnd.doc b/doc/dnd.doc index a7105e0f..0b7dae8b 100644 --- a/doc/dnd.doc +++ b/doc/dnd.doc @@ -380,4 +380,4 @@ provided "as is" without express or implied warranty. Modifications Copyright 1999 Matt Koss, under the same license as above. -*/ // NOTE: That notice is from qmotifdnd_x11.cpp. +*/ // NOTE: That notice is from tqmotifdnd_x11.cpp. diff --git a/doc/editions.doc b/doc/editions.doc index 0ed203a9..61c546d1 100644 --- a/doc/editions.doc +++ b/doc/editions.doc @@ -119,7 +119,7 @@ Editions. <td width="100" align="center"><b>X</b></td> </tr> <tr> - <td><a href="motif-extension.html"><b>QMotif extension</b></a><br> + <td><a href="motif-extension.html"><b>TQMotif extension</b></a><br> Motif co-existence and migration support.</td> <td width="100" align="center"><br> </td> diff --git a/doc/features.doc b/doc/features.doc index a72abbe9..903ce8a1 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -185,21 +185,21 @@ The available options are: \header \i31 GUI Styles \row \i TQT_NO_STYLE_WINDOWS - \i Microsoft Windows style (\l QWindowsStyle) + \i Microsoft Windows style (\l TQWindowsStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_MOTIF - \i OSF Motif style (\l QMotifStyle) + \i OSF Motif style (\l TQMotifStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_CDE - \i Open Group CDE style (\l QCDEStyle) + \i Open Group CDE style (\l TQCDEStyle) \i TQT_NO_STYLE_MOTIF \row \i TQT_NO_STYLE_AQUA \i MacOS X style (\l QAquaStyle) \row \i TQT_NO_STYLE_PLATINUM - \i MacOS 9 style (\l QPlatinumStyle) + \i MacOS 9 style (\l TQPlatinumStyle) \i TQT_NO_WIDGETS \row \i TQT_NO_STYLE_SGI - \i SGI style (\l QSGIStyle) + \i SGI style (\l TQSGIStyle) \i TQT_NO_STYLE_MOTIF \header \i31 Dialogs diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 5bf99834..abf9e694 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqbutton.html">TQButton</a></b><td>The abstract base class of button widgets, providing functionality common to buttons <tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group <tr bgcolor=#f0f0f0><td><b><a href="tqbytearray.html">TQByteArray</a></b><td>Array of bytes -<tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) <tr bgcolor=#f0f0f0><td><b><a href="tqcache.html">TQCache</a></b><td>Template class that provides a cache based on TQString keys <tr bgcolor=#f0f0f0><td><b><a href="tqcacheiterator.html">TQCacheIterator</a></b><td>Iterator for TQCache collections @@ -90,7 +90,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors <tr bgcolor=#f0f0f0><td><b><a href="tqcombobox.html">TQComboBox</a></b><td>Combined button and popup list <tr bgcolor=#f0f0f0><td><b><a href="tqcombotableitem.html">TQComboTableItem</a></b><td>Means of using comboboxes in TQTables -<tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI +<tr bgcolor=#f0f0f0><td><b><a href="tqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="tqconststring.html">TQConstString</a></b><td>String objects using constant Unicode data <tr bgcolor=#f0f0f0><td><b><a href="qcontextmenuevent.html">TQContextMenuEvent</a></b><td>Parameters that describe a context menu event <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape @@ -240,11 +240,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qmetaproperty.html">TQMetaProperty</a></b><td>Stores meta data about a property <tr bgcolor=#f0f0f0><td><b><a href="tqmimesource.html">TQMimeSource</a></b><td>Abstraction of objects which provide formatted data of a certain MIME type <tr bgcolor=#f0f0f0><td><b><a href="tqmimesourcefactory.html">TQMimeSourceFactory</a></b><td>Extensible provider of mime-typed data -<tr bgcolor=#f0f0f0><td><b><a href="qmotif.html">TQMotif</a></b><td>The basis of the <a href="motif-extension.html#Motif">Motif</a> Extension -<tr bgcolor=#f0f0f0><td><b><a href="qmotifdialog.html">TQMotifDialog</a></b><td>The TQDialog API for Motif-based dialogs -<tr bgcolor=#f0f0f0><td><b><a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a></b><td>More sophisticated Motif-ish look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqmotifstyle.html">TQMotifStyle</a></b><td>Motif look and feel -<tr bgcolor=#f0f0f0><td><b><a href="qmotifwidget.html">TQMotifWidget</a></b><td>The TQWidget API for Xt/Motif widgets +<tr bgcolor=#f0f0f0><td><b><a href="tqmotif.html">TQMotif</a></b><td>The basis of the <a href="motif-extension.html#Motif">Motif</a> Extension +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifdialog.html">TQMotifDialog</a></b><td>The TQDialog API for Motif-based dialogs +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifplusstyle.html">TQMotifPlusStyle</a></b><td>More sophisticated Motif-ish look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifstyle.html">TQMotifStyle</a></b><td>Motif look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifwidget.html">TQMotifWidget</a></b><td>The TQWidget API for Xt/Motif widgets <tr bgcolor=#f0f0f0><td><b><a href="qmouseevent.html">TQMouseEvent</a></b><td>Parameters that describe a mouse event <tr bgcolor=#f0f0f0><td><b><a href="qmoveevent.html">TQMoveEvent</a></b><td>Event parameters for move events <tr bgcolor=#f0f0f0><td><b><a href="tqmovie.html">TQMovie</a></b><td>Incremental loading of animations or images, signalling as it progresses @@ -271,7 +271,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands <tr bgcolor=#f0f0f0><td><b><a href="tqpixmap.html">TQPixmap</a></b><td>Off-screen, pixel-based paint device <tr bgcolor=#f0f0f0><td><b><a href="tqpixmapcache.html">TQPixmapCache</a></b><td>Application-global cache for pixmaps -<tr bgcolor=#f0f0f0><td><b><a href="ntqplatinumstyle.html">TQPlatinumStyle</a></b><td>Mac/Platinum look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqplatinumstyle.html">TQPlatinumStyle</a></b><td>Mac/Platinum look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqpoint.html">TQPoint</a></b><td>Defines a point in the plane <tr bgcolor=#f0f0f0><td><b><a href="tqpointarray.html">TQPointArray</a></b><td>Array of points <tr bgcolor=#f0f0f0><td><b><a href="tqpopupmenu.html">TQPopupMenu</a></b><td>Popup menu widget @@ -295,7 +295,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqregexpvalidator.html">TQRegExpValidator</a></b><td>Used to check a string against a <a href="tqregexp.html#regular-expression">regular expression</a> <tr bgcolor=#f0f0f0><td><b><a href="tqregion.html">TQRegion</a></b><td>Clip region for a painter <tr bgcolor=#f0f0f0><td><b><a href="qresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events -<tr bgcolor=#f0f0f0><td><b><a href="ntqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar <tr bgcolor=#f0f0f0><td><b><a href="tqscrollview.html">TQScrollView</a></b><td>Scrolling area with on-demand scroll bars <tr bgcolor=#f0f0f0><td><b><a href="tqsemaphore.html">TQSemaphore</a></b><td>Robust integer semaphore @@ -408,7 +408,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetplugin.html">TQWidgetPlugin</a></b><td>Abstract base for custom TQWidget plugins <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetstack.html">TQWidgetStack</a></b><td>Stack of widgets of which only the top widget is user-visible <tr bgcolor=#f0f0f0><td><b><a href="tqwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats -<tr bgcolor=#f0f0f0><td><b><a href="ntqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs <tr bgcolor=#f0f0f0><td><b><a href="tqworkspace.html">TQWorkspace</a></b><td>Workspace window that can contain decorated windows, e.g. for MDI <tr bgcolor=#f0f0f0><td><b><a href="tqxmlattributes.html">TQXmlAttributes</a></b><td>XML attributes diff --git a/doc/html/appearance.html b/doc/html/appearance.html index 3e647285..985be4ad 100644 --- a/doc/html/appearance.html +++ b/doc/html/appearance.html @@ -38,10 +38,10 @@ style. <p><table width="100%"> <tr bgcolor=#f0f0f0><td><b><a href="tqboxlayout.html">TQBoxLayout</a></b><td>Lines up child widgets horizontally or vertically <tr bgcolor=#f0f0f0><td><b><a href="tqbuttongroup.html">TQButtonGroup</a></b><td>Organizes TQButton widgets in a group -<tr bgcolor=#f0f0f0><td><b><a href="ntqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqcdestyle.html">TQCDEStyle</a></b><td>CDE look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqcolor.html">TQColor</a></b><td>Colors based on RGB or HSV values <tr bgcolor=#f0f0f0><td><b><a href="tqcolorgroup.html">TQColorGroup</a></b><td>Group of widget colors -<tr bgcolor=#f0f0f0><td><b><a href="ntqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI +<tr bgcolor=#f0f0f0><td><b><a href="tqcommonstyle.html">TQCommonStyle</a></b><td>Encapsulates the common Look and Feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="ntqcursor.html">TQCursor</a></b><td>Mouse cursor with an arbitrary shape <tr bgcolor=#f0f0f0><td><b><a href="tqfont.html">TQFont</a></b><td>Font used for drawing text <tr bgcolor=#f0f0f0><td><b><a href="tqglayoutiterator.html">TQGLayoutIterator</a></b><td>Abstract base class of internal layout iterators @@ -56,11 +56,11 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="tqlayoutitem.html">TQLayoutItem</a></b><td>Abstract item that a TQLayout manipulates <tr bgcolor=#f0f0f0><td><b><a href="tqlayoutiterator.html">TQLayoutIterator</a></b><td>Iterators over TQLayoutItem <tr bgcolor=#f0f0f0><td><b><a href="qmacstyle.html">TQMacStyle</a></b><td>Implements an Appearance Manager style -<tr bgcolor=#f0f0f0><td><b><a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a></b><td>More sophisticated Motif-ish look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqmotifstyle.html">TQMotifStyle</a></b><td>Motif look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifplusstyle.html">TQMotifPlusStyle</a></b><td>More sophisticated Motif-ish look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqmotifstyle.html">TQMotifStyle</a></b><td>Motif look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqpalette.html">TQPalette</a></b><td>Color groups for each widget state -<tr bgcolor=#f0f0f0><td><b><a href="ntqplatinumstyle.html">TQPlatinumStyle</a></b><td>Mac/Platinum look and feel -<tr bgcolor=#f0f0f0><td><b><a href="ntqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqplatinumstyle.html">TQPlatinumStyle</a></b><td>Mac/Platinum look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel <tr bgcolor=#f0f0f0><td><b><a href="tqsizegrip.html">TQSizeGrip</a></b><td>Corner-grip for resizing a top-level window <tr bgcolor=#f0f0f0><td><b><a href="tqsizepolicy.html">TQSizePolicy</a></b><td>Layout attribute describing horizontal and vertical resizing policy <tr bgcolor=#f0f0f0><td><b><a href="tqspaceritem.html">TQSpacerItem</a></b><td>Blank space in a layout @@ -71,7 +71,7 @@ style. <tr bgcolor=#f0f0f0><td><b><a href="tqvbuttongroup.html">TQVButtonGroup</a></b><td>Organizes TQButton widgets in a vertical column <tr bgcolor=#f0f0f0><td><b><a href="tqvgroupbox.html">TQVGroupBox</a></b><td>Organizes a group of widgets in a vertical column <tr bgcolor=#f0f0f0><td><b><a href="tqwidgetitem.html">TQWidgetItem</a></b><td>Layout item that represents a widget -<tr bgcolor=#f0f0f0><td><b><a href="ntqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel +<tr bgcolor=#f0f0f0><td><b><a href="tqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel </table> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/classchart.html b/doc/html/classchart.html index 97c7531f..7fee244f 100644 --- a/doc/html/classchart.html +++ b/doc/html/classchart.html @@ -52,13 +52,13 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="34,344,154,363" href="tqcanvaspolygon.html"> <area shape="rect" coords="38,363,154,381" href="tqcanvasspline.html"> <area shape="rect" coords="37,381,155,406" href="tqcanvasrectangle.html"> -<area shape="rect" coords="37,411,153,434" href="ntqwindowsstyle.html"> -<area shape="rect" coords="38,434,152,451" href="qwindowsxpstyle.html"> +<area shape="rect" coords="37,411,153,434" href="tqwindowsstyle.html"> +<area shape="rect" coords="38,434,152,451" href="tqwindowsxpstyle.html"> <area shape="rect" coords="40,452,150,471" href="qmacstyle.html"> -<area shape="rect" coords="40,472,150,486" href="ntqplatinumstyle.html"> -<area shape="rect" coords="40,486,151,502" href="ntqsgistyle.html"> -<area shape="rect" coords="40,502,152,523" href="ntqcdestyle.html"> -<area shape="rect" coords="40,523,149,542" href="ntqmotifplusstyle.html"> +<area shape="rect" coords="40,472,150,486" href="tqplatinumstyle.html"> +<area shape="rect" coords="40,486,151,502" href="tqsgistyle.html"> +<area shape="rect" coords="40,502,152,523" href="tqcdestyle.html"> +<area shape="rect" coords="40,523,149,542" href="tqmotifplusstyle.html"> <area shape="rect" coords="40,542,150,565" href="tqstyleplugin.html"> <area shape="rect" coords="42,572,151,598" href="tqsqleditorfactory.html"> <area shape="rect" coords="41,595,149,612" href="tqsql.html"> @@ -82,8 +82,8 @@ body { background: #ffffff; color: black; } <area shape="rect" coords="174,309,285,326" href="qresizeevent.html"> <area shape="rect" coords="174,326,285,344" href="qcustomevent.html"> <area shape="rect" coords="174,344,285,372" href="qcontextmenuevent.html"> -<area shape="rect" coords="166,389,277,426" href="ntqcommonstyle.html"> -<area shape="rect" coords="166,427,273,462" href="ntqmotifstyle.html"> +<area shape="rect" coords="166,389,277,426" href="tqcommonstyle.html"> +<area shape="rect" coords="166,427,273,462" href="tqmotifstyle.html"> <area shape="rect" coords="167,466,259,487" href="tqftp.html"> <area shape="rect" coords="168,487,268,505" href="tqhttp.html"> <area shape="rect" coords="166,505,268,532" href="tqlocalfs.html"> diff --git a/doc/html/classes.html b/doc/html/classes.html index eb3293d3..b5854f15 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -55,7 +55,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqiconviewitem.html">TQIconViewItem</a> <td align="right"> -<td><a href="ntqplatinumstyle.html">TQPlatinumStyle</a> +<td><a href="tqplatinumstyle.html">TQPlatinumStyle</a> <td align="right"> <td><a href="tqtabdialog.html">TQTabDialog</a> <tr> @@ -407,7 +407,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqlistboxtext.html">TQListBoxText</a> <td align="right"> -<td><a href="ntqsgistyle.html">TQSGIStyle</a> +<td><a href="tqsgistyle.html">TQSGIStyle</a> <td align="right"> <td><a href="tqurlinfo.html">TQUrlInfo</a> <tr> @@ -566,7 +566,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td><a href="tqwaitcondition.html">TQWaitCondition</a> <tr> <td align="right"> -<td><a href="ntqcdestyle.html">TQCDEStyle</a> +<td><a href="tqcdestyle.html">TQCDEStyle</a> <td align="right"> <td><a href="tqfontmetrics.html">TQFontMetrics</a> <td align="right"> @@ -625,7 +625,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqgbkcodec.html">TQGbkCodec</a> <td align="right"> -<td><a href="qmotif.html">TQMotif</a> +<td><a href="tqmotif.html">TQMotif</a> *<td align="right"> <td><a href="tqsqldatabase.html">TQSqlDatabase</a> <td align="right"> @@ -636,7 +636,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td align="right"> <td align="right"> -<td><a href="qmotifdialog.html">TQMotifDialog</a> +<td><a href="tqmotifdialog.html">TQMotifDialog</a> *<td align="right"> <td><a href="tqsqldriver.html">TQSqlDriver</a> <td align="right"> @@ -647,7 +647,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td align="right"> <td align="right"> -<td><a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a> +<td><a href="tqmotifplusstyle.html">TQMotifPlusStyle</a> <td align="right"> <td><a href="tqsqldriverplugin.html">TQSqlDriverPlugin</a> <td align="right"> @@ -658,18 +658,18 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><a href="tqgl.html">TQGL</a> <td align="right"> -<td><a href="ntqmotifstyle.html">TQMotifStyle</a> +<td><a href="tqmotifstyle.html">TQMotifStyle</a> <td align="right"> <td><a href="tqsqleditorfactory.html">TQSqlEditorFactory</a> <td align="right"> -<td><a href="ntqwindowsstyle.html">TQWindowsStyle</a> +<td><a href="tqwindowsstyle.html">TQWindowsStyle</a> <tr> <td align="right"> <td><a href="tqcolor.html">TQColor</a> <td align="right"> <td><a href="tqglayoutiterator.html">TQGLayoutIterator</a> <td align="right"> -<td><a href="qmotifwidget.html">TQMotifWidget</a> +<td><a href="tqmotifwidget.html">TQMotifWidget</a> *<td align="right"> <td><a href="tqsqlerror.html">TQSqlError</a> <td align="right"> @@ -730,7 +730,7 @@ classes, see <a href="mainclasses.html">TQt's Main Classes</a>. <td align="right"> <td><tr> <td align="right"> -<td><a href="ntqcommonstyle.html">TQCommonStyle</a> +<td><a href="tqcommonstyle.html">TQCommonStyle</a> <td align="right"> <td><a href="tqgridlayout.html">TQGridLayout</a> <td align="right"> diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index da5f4d49..9bca441c 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -54,9 +54,9 @@ applications. <a name="1-1"></a><p> The first step is to pick one of the base styles provided with TQt to build your custom style from. The choice will depend on what look and feel you are trying to achieve. We recommend that you choose from the -<a href="ntqwindowsstyle.html">TQWindowsStyle</a> derived classes or the <a href="ntqmotifstyle.html">TQMotifStyle</a> derived classes. +<a href="tqwindowsstyle.html">TQWindowsStyle</a> derived classes or the <a href="tqmotifstyle.html">TQMotifStyle</a> derived classes. These are the two base look and feel classes in the TQt style engine. -Inheriting directly from <a href="ntqcommonstyle.html">TQCommonStyle</a> is also an option if you want to +Inheriting directly from <a href="tqcommonstyle.html">TQCommonStyle</a> is also an option if you want to start almost from scratch when implementing your style. In this simple example we will inherit from TQWindowsStyle. <p> <h3> 2. Re-implement the necessary functions in your derived class. @@ -71,9 +71,9 @@ PrimitiveElements that are drawn by the drawPrimitive() function, so we need to re-implement that function. We need the following class declaration: <p> <pre> -#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> +#include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>> -class CustomStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a> { +class CustomStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: CustomStyle(); diff --git a/doc/html/functions.html b/doc/html/functions.html index 10b8d1e6..891be771 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -56,7 +56,7 @@ abort: <a href="tqaction.html#accel">TQAction</a> <a href="tqbutton.html#accel">TQButton</a> <a href="tqbutton.html#accel">TQCheckBox</a> <a href="tqmenudata.html#accel">TQMenuData</a> <a href="tqmenudata.html#accel">TQPopupMenu</a> <a href="tqbutton.html#accel">TQPushButton</a> <a href="tqbutton.html#accel">TQRadioButton</a><li>accept: <a href="qcloseevent.html#accept">TQCloseEvent</a> <a href="qcontextmenuevent.html#accept">TQContextMenuEvent</a> <a href="tqdialog.html#accept">TQDialog</a> <a href="tqdragmoveevent.html#accept">TQDragMoveEvent</a> <a href="tqdropevent.html#accept">TQDropEvent</a> <a href="qimevent.html#accept">TQIMEvent</a> <a href="tqicondragevent.html#accept">TQIconDragEvent</a> <a href="qkeyevent.html#accept">TQKeyEvent</a> <a href="qmouseevent.html#accept">TQMouseEvent</a> <a href="tqsocketdevice.html#accept">TQSocketDevice</a> <a href="tqtabletevent.html#accept">TQTabletEvent</a> <a href="qwheelevent.html#accept">TQWheelEvent</a><li>acceptAction: <a href="tqdropevent.html#acceptAction">TQDropEvent</a><li>acceptCallback: - <a href="qmotifdialog.html#acceptCallback">TQMotifDialog</a><li>acceptDrop: + <a href="tqmotifdialog.html#acceptCallback">TQMotifDialog</a><li>acceptDrop: <a href="tqiconviewitem.html#acceptDrop">TQIconViewItem</a> <a href="tqlistviewitem.html#acceptDrop">TQListViewItem</a><li>acceptDrops: <a href="tqwidget.html#acceptDrops">TQWidget</a><li>accum: <a href="tqglformat.html#accum">TQGLFormat</a><li>action: @@ -155,7 +155,7 @@ abort: <a href="tqcstring.html#append">TQCString</a> <a href="tqicondrag.html#append">TQIconDrag</a> <a href="tqptrlist.html#append">TQPtrList</a> <a href="tqsqlcursor.html#append">TQSqlCursor</a> <a href="tqsqlindex.html#append">TQSqlIndex</a> <a href="tqsqlrecord.html#append">TQSqlRecord</a> <a href="tqstring.html#append">TQString</a> <a href="tqtextedit.html#append">TQTextEdit</a> <a href="tqvaluelist.html#append">TQValueList</a> <a href="tqvaluevector.html#append">TQValueVector</a> <a href="tqxmlattributes.html#append">TQXmlAttributes</a><li>appendChild: <a href="tqdomnode.html#appendChild">TQDomNode</a><li>appendData: <a href="tqdomcharacterdata.html#appendData">TQDomCharacterData</a><li>applicationContext: - <a href="qmotif.html#applicationContext">TQMotif</a><li>applicationDirPath: + <a href="tqmotif.html#applicationContext">TQMotif</a><li>applicationDirPath: <a href="ntqapplication.html#applicationDirPath">TQApplication</a><li>applicationFilePath: <a href="ntqapplication.html#applicationFilePath">TQApplication</a><li>applyButtonPressed: <a href="tqtabdialog.html#applyButtonPressed">TQTabDialog</a><li>appropriate: @@ -706,7 +706,7 @@ dark: <a href="tqdial.html#dialMoved">TQDial</a><li>dialPressed: <a href="tqdial.html#dialPressed">TQDial</a><li>dialReleased: <a href="tqdial.html#dialReleased">TQDial</a><li>dialog: - <a href="qmotifdialog.html#dialog">TQMotifDialog</a><li>digitValue: + <a href="tqmotifdialog.html#dialog">TQMotifDialog</a><li>digitValue: <a href="tqchar.html#digitValue">TQChar</a><li>dimensionChange: <a href="tqgridview.html#dimensionChange">TQGridView</a><li>dir: <a href="tqfiledialog.html#dir">TQFileDialog</a> <a href="tqfileinfo.html#dir">TQFileInfo</a><li>dirEntered: @@ -793,7 +793,7 @@ dark: <a href="tqpainter.html#drawPolyline">TQPainter</a><li>drawPrimitive: <a href="tqstyle.html#drawPrimitive">TQStyle</a><li>drawRect: <a href="tqpainter.html#drawRect">TQPainter</a><li>drawRiffles: - <a href="ntqplatinumstyle.html#drawRiffles">TQPlatinumStyle</a><li>drawRoundRect: + <a href="tqplatinumstyle.html#drawRiffles">TQPlatinumStyle</a><li>drawRoundRect: <a href="tqpainter.html#drawRoundRect">TQPainter</a><li>drawRubber: <a href="tqiconview.html#drawRubber">TQIconView</a><li>drawShape: <a href="tqcanvasellipse.html#drawShape">TQCanvasEllipse</a> <a href="tqcanvaspolygon.html#drawShape">TQCanvasPolygon</a> <a href="tqcanvaspolygonalitem.html#drawShape">TQCanvasPolygonalItem</a> <a href="tqcanvasrectangle.html#drawShape">TQCanvasRectangle</a><li>drawText: @@ -1664,12 +1664,12 @@ m11: <a href="tqimage.html#mirror">TQImage</a><li>mirrored: <a href="tqchar.html#mirrored">TQChar</a><li>mirroredChar: <a href="tqchar.html#mirroredChar">TQChar</a><li>mixedColor: - <a href="ntqplatinumstyle.html#mixedColor">TQPlatinumStyle</a><li>mkdir: + <a href="tqplatinumstyle.html#mixedColor">TQPlatinumStyle</a><li>mkdir: <a href="tqdir.html#mkdir">TQDir</a> <a href="tqftp.html#mkdir">TQFtp</a> <a href="tqurloperator.html#mkdir">TQUrlOperator</a><li>mode: <a href="tqfiledialog.html#mode">TQFileDialog</a> <a href="tqiodevice.html#mode">TQIODevice</a> <a href="tqlcdnumber.html#mode">TQLCDNumber</a> <a href="qnpinstance.html#mode">TQNPInstance</a> <a href="tqsqlcursor.html#mode">TQSqlCursor</a><li>modificationChanged: <a href="tqtextedit.html#modificationChanged">TQTextEdit</a><li>month: <a href="tqdate.html#month">TQDate</a><li>motifWidget: - <a href="qmotifwidget.html#motifWidget">TQMotifWidget</a><li>mouseButtonClicked: + <a href="tqmotifwidget.html#motifWidget">TQMotifWidget</a><li>mouseButtonClicked: <a href="tqiconview.html#mouseButtonClicked">TQIconView</a> <a href="tqlistbox.html#mouseButtonClicked">TQListBox</a> <a href="tqlistview.html#mouseButtonClicked">TQListView</a><li>mouseButtonPressed: <a href="tqiconview.html#mouseButtonPressed">TQIconView</a> <a href="tqlistbox.html#mouseButtonPressed">TQListBox</a> <a href="tqlistview.html#mouseButtonPressed">TQListView</a><li>mouseDoubleClickEvent: <a href="tqwidget.html#mouseDoubleClickEvent">TQWidget</a><li>mouseGrabber: @@ -2110,7 +2110,7 @@ rBottom: <a href="tqsqldatabase.html#registerSqlDriver">TQSqlDatabase</a><li>rehighlight: <a href="tqsyntaxhighlighter.html#rehighlight">TQSyntaxHighlighter</a><li>reject: <a href="tqdialog.html#reject">TQDialog</a><li>rejectCallback: - <a href="qmotifdialog.html#rejectCallback">TQMotifDialog</a><li>release: + <a href="tqmotifdialog.html#rejectCallback">TQMotifDialog</a><li>release: <a href="tqsessionmanager.html#release">TQSessionManager</a><li>releaseKeyboard: <a href="tqwidget.html#releaseKeyboard">TQWidget</a><li>releaseMouse: <a href="tqwidget.html#releaseMouse">TQWidget</a><li>released: @@ -2967,7 +2967,7 @@ sRect: <a href="tqwidget.html#setUpdatesEnabled">TQWidget</a><li>setUris: <a href="tquridrag.html#setUris">TQUriDrag</a><li>setUrl: <a href="tqfiledialog.html#setUrl">TQFileDialog</a> <a href="tqnetworkprotocol.html#setUrl">TQNetworkProtocol</a><li>setUseHighlightColors: - <a href="ntqmotifstyle.html#setUseHighlightColors">TQMotifStyle</a><li>setUser: + <a href="tqmotifstyle.html#setUseHighlightColors">TQMotifStyle</a><li>setUser: <a href="tqurl.html#setUser">TQUrl</a><li>setUserName: <a href="tqsqldatabase.html#setUserName">TQSqlDatabase</a><li>setUsesBigPixmap: <a href="tqtoolbutton.html#setUsesBigPixmap">TQToolButton</a><li>setUsesBigPixmaps: @@ -3027,7 +3027,7 @@ sRect: <a href="tqcolorgroup.html#shadow">TQColorGroup</a><li>shape: <a href="ntqcursor.html#shape">TQCursor</a> <a href="tqtabbar.html#shape">TQTabBar</a><li>shear: <a href="tqpainter.html#shear">TQPainter</a> <a href="tqwmatrix.html#shear">TQWMatrix</a><li>shell: - <a href="qmotifdialog.html#shell">TQMotifDialog</a><li>shortDayName: + <a href="tqmotifdialog.html#shell">TQMotifDialog</a><li>shortDayName: <a href="tqdate.html#shortDayName">TQDate</a><li>shortMonthName: <a href="tqdate.html#shortMonthName">TQDate</a><li>shortcutKey: <a href="ntqaccel.html#shortcutKey">TQAccel</a><li>show: @@ -3396,7 +3396,7 @@ ucs2: <a href="tquridrag.html#uriToLocalFile">TQUriDrag</a><li>uriToUnicodeUri: <a href="tquridrag.html#uriToUnicodeUri">TQUriDrag</a><li>url: <a href="tqfiledialog.html#url">TQFileDialog</a> <a href="qnpstream.html#url">TQNPStream</a> <a href="tqnetworkprotocol.html#url">TQNetworkProtocol</a><li>useHighlightColors: - <a href="ntqmotifstyle.html#useHighlightColors">TQMotifStyle</a><li>user: + <a href="tqmotifstyle.html#useHighlightColors">TQMotifStyle</a><li>user: <a href="tqurl.html#user">TQUrl</a><li>userAgent: <a href="qnpinstance.html#userAgent">TQNPInstance</a><li>userName: <a href="tqsqldatabase.html#userName">TQSqlDatabase</a><li>uses3D: @@ -3518,7 +3518,7 @@ x: <a href="tqpaintdevice.html#x11DefaultColormap">TQPaintDevice</a><li>x11DefaultVisual: <a href="tqpaintdevice.html#x11DefaultVisual">TQPaintDevice</a><li>x11Depth: <a href="tqpaintdevice.html#x11Depth">TQPaintDevice</a><li>x11Display: - <a href="qmotif.html#x11Display">TQMotif</a> <a href="tqpaintdevice.html#x11Display">TQPaintDevice</a><li>x11Event: + <a href="tqmotif.html#x11Display">TQMotif</a> <a href="tqpaintdevice.html#x11Display">TQPaintDevice</a><li>x11Event: <a href="tqwidget.html#x11Event">TQMotifWidget</a> <a href="tqwidget.html#x11Event">TQWidget</a> <a href="qxtwidget.html#x11Event">TQXtWidget</a><li>x11EventFilter: <a href="ntqapplication.html#x11EventFilter">TQApplication</a><li>x11ProcessEvent: <a href="ntqapplication.html#x11ProcessEvent">TQApplication</a><li>x11Screen: diff --git a/doc/html/headers.html b/doc/html/headers.html index b00023e8..c64251c6 100644 --- a/doc/html/headers.html +++ b/doc/html/headers.html @@ -53,13 +53,13 @@ body { background: #ffffff; color: black; } <li><a href="tqbuttongroup-h.html">tqbuttongroup.h</a> <li><a href="tqcache-h.html">tqcache.h</a> <li><a href="tqcanvas-h.html">tqcanvas.h</a> -<li><a href="qcdestyle-h.html">ntqcdestyle.h</a> +<li><a href="tqcdestyle-h.html">tqcdestyle.h</a> <li><a href="tqcheckbox-h.html">tqcheckbox.h</a> <li><a href="tqclipboard-h.html">tqclipboard.h</a> <li><a href="tqcolor-h.html">tqcolor.h</a> <li><a href="tqcolordialog-h.html">tqcolordialog.h</a> <li><a href="tqcombobox-h.html">tqcombobox.h</a> -<li><a href="qcommonstyle-h.html">ntqcommonstyle.h</a> +<li><a href="tqcommonstyle-h.html">tqcommonstyle.h</a> <li><a href="tqcstring-h.html">tqcstring.h</a> <li><a href="qcursor-h.html">ntqcursor.h</a> <li><a href="tqdatabrowser-h.html">tqdatabrowser.h</a> @@ -140,11 +140,11 @@ body { background: #ffffff; color: black; } <li><a href="qmessagebox-h.html">ntqmessagebox.h</a> <li><a href="qmetaobject-h.html">ntqmetaobject.h</a> <li><a href="tqmime-h.html">tqmime.h</a> -<li><a href="qmotif-h.html">qmotif.h</a> -<li><a href="qmotifdialog-h.html">qmotifdialog.h</a> -<li><a href="qmotifplusstyle-h.html">ntqmotifplusstyle.h</a> -<li><a href="qmotifstyle-h.html">ntqmotifstyle.h</a> -<li><a href="qmotifwidget-h.html">qmotifwidget.h</a> +<li><a href="tqmotif-h.html">tqmotif.h</a> +<li><a href="tqmotifdialog-h.html">tqmotifdialog.h</a> +<li><a href="tqmotifplusstyle-h.html">tqmotifplusstyle.h</a> +<li><a href="tqmotifstyle-h.html">tqmotifstyle.h</a> +<li><a href="tqmotifwidget-h.html">tqmotifwidget.h</a> <li><a href="tqmovie-h.html">tqmovie.h</a> <li><a href="tqmultilineedit-h.html">tqmultilineedit.h</a> <li><a href="tqmutex-h.html">tqmutex.h</a> @@ -163,7 +163,7 @@ body { background: #ffffff; color: black; } <li><a href="tqpicture-h.html">tqpicture.h</a> <li><a href="tqpixmap-h.html">tqpixmap.h</a> <li><a href="tqpixmapcache-h.html">tqpixmapcache.h</a> -<li><a href="qplatinumstyle-h.html">ntqplatinumstyle.h</a> +<li><a href="tqplatinumstyle-h.html">tqplatinumstyle.h</a> <li><a href="tqpngio-h.html">tqpngio.h</a> <li><a href="tqpoint-h.html">tqpoint.h</a> <li><a href="tqpointarray-h.html">tqpointarray.h</a> @@ -191,7 +191,7 @@ body { background: #ffffff; color: black; } <li><a href="tqserversocket-h.html">tqserversocket.h</a> <li><a href="tqsessionmanager-h.html">tqsessionmanager.h</a> <li><a href="tqsettings-h.html">tqsettings.h</a> -<li><a href="qsgistyle-h.html">ntqsgistyle.h</a> +<li><a href="tqsgistyle-h.html">tqsgistyle.h</a> <li><a href="tqsignal-h.html">tqsignal.h</a> <li><a href="tqsignalmapper-h.html">tqsignalmapper.h</a> <li><a href="tqsimplerichtext-h.html">tqsimplerichtext.h</a> @@ -269,7 +269,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidgetplugin-h.html">tqwidgetplugin.h</a> <li><a href="tqwidgetstack-h.html">tqwidgetstack.h</a> <li><a href="qwindowdefs-h.html">ntqwindowdefs.h</a> -<li><a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a> +<li><a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a> <li><a href="tqwizard-h.html">tqwizard.h</a> <li><a href="tqwmatrix-h.html">tqwmatrix.h</a> <li><a href="tqworkspace-h.html">tqworkspace.h</a> diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index cb948aac..1743966b 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -325,7 +325,7 @@ classes in the TQt API. </ul> <li><a href="tqeventloop.html">TQEventLoop</a> <ul> -<li><a href="qmotif.html">TQMotif</a> +<li><a href="tqmotif.html">TQMotif</a> </ul> <li><a href="tqfileiconprovider.html">TQFileIconProvider</a> <li><a href="tqlayout.html">TQLayout</a> @@ -359,18 +359,18 @@ classes in the TQt API. <li><a href="tqsqlform.html">TQSqlForm</a> <li><a href="tqstyle.html">TQStyle</a> <ul> -<li><a href="ntqcommonstyle.html">TQCommonStyle</a> +<li><a href="tqcommonstyle.html">TQCommonStyle</a> <ul> -<li><a href="ntqmotifstyle.html">TQMotifStyle</a> +<li><a href="tqmotifstyle.html">TQMotifStyle</a> <ul> -<li><a href="ntqcdestyle.html">TQCDEStyle</a> -<li><a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a> -<li><a href="ntqsgistyle.html">TQSGIStyle</a> +<li><a href="tqcdestyle.html">TQCDEStyle</a> +<li><a href="tqmotifplusstyle.html">TQMotifPlusStyle</a> +<li><a href="tqsgistyle.html">TQSGIStyle</a> </ul> -<li><a href="ntqwindowsstyle.html">TQWindowsStyle</a> +<li><a href="tqwindowsstyle.html">TQWindowsStyle</a> <ul> <li><a href="qmacstyle.html">TQMacStyle</a> -<li><a href="ntqplatinumstyle.html">TQPlatinumStyle</a> +<li><a href="tqplatinumstyle.html">TQPlatinumStyle</a> </ul> </ul> </ul> @@ -413,7 +413,7 @@ classes in the TQt API. <li><a href="tqfontdialog.html">TQFontDialog</a> <li><a href="ntqinputdialog.html">TQInputDialog</a> <li><a href="ntqmessagebox.html">TQMessageBox</a> -<li><a href="qmotifdialog.html">TQMotifDialog</a> +<li><a href="tqmotifdialog.html">TQMotifDialog</a> <li><a href="tqprogressdialog.html">TQProgressDialog</a> <li><a href="tqtabdialog.html">TQTabDialog</a> <li><a href="tqwizard.html">TQWizard</a> @@ -471,7 +471,7 @@ classes in the TQt API. <li><a href="tqglwidget.html">TQGLWidget</a> <li><a href="tqheader.html">TQHeader</a> <li><a href="tqmainwindow.html">TQMainWindow</a> -<li><a href="qmotifwidget.html">TQMotifWidget</a> +<li><a href="tqmotifwidget.html">TQMotifWidget</a> <li><a href="qnpwidget.html">TQNPWidget</a> <li><a href="tqscrollbar.html">TQScrollBar</a> <li><a href="tqsizegrip.html">TQSizeGrip</a> diff --git a/doc/html/index b/doc/html/index index c228bece..7904d605 100644 --- a/doc/html/index +++ b/doc/html/index @@ -530,8 +530,8 @@ "TQButtonGroup::setExclusive" tqbuttongroup.html#setExclusive "TQButtonGroup::setRadioButtonExclusive" tqbuttongroup.html#setRadioButtonExclusive "TQByteArray" tqbytearray.html -"QCDEStyle" ntqcdestyle.html -"QCDEStyle::~QCDEStyle" ntqcdestyle.html#~QCDEStyle +"TQCDEStyle" tqcdestyle.html +"TQCDEStyle::~TQCDEStyle" tqcdestyle.html#~TQCDEStyle "TQCString" tqcstring.html "TQCString::append" tqcstring.html#append "TQCString::contains" tqcstring.html#contains @@ -1020,7 +1020,7 @@ "TQComboTableItem::setStringList" tqcombotableitem.html#setStringList "TQComboTableItem::text" tqcombotableitem.html#text "TQComboTableItem::~TQComboTableItem" tqcombotableitem.html#~TQComboTableItem -"QCommonStyle" ntqcommonstyle.html +"TQCommonStyle" tqcommonstyle.html "QComponentFactory::createInstance" qcomponentfactory.html#createInstance "QComponentFactory::registerComponent" qcomponentfactory.html#registerComponent "QComponentFactory::registerServer" qcomponentfactory.html#registerServer @@ -4041,23 +4041,23 @@ "TQMimeSourceFactory::setText" tqmimesourcefactory.html#setText "TQMimeSourceFactory::takeDefaultFactory" tqmimesourcefactory.html#takeDefaultFactory "TQMimeSourceFactory::~TQMimeSourceFactory" tqmimesourcefactory.html#~TQMimeSourceFactory -"QMotif" qmotif.html -"QMotif::applicationContext" qmotif.html#applicationContext -"QMotif::x11Display" qmotif.html#x11Display -"QMotif::~QMotif" qmotif.html#~QMotif -"QMotifDialog" qmotifdialog.html -"QMotifDialog::acceptCallback" qmotifdialog.html#acceptCallback -"QMotifDialog::dialog" qmotifdialog.html#dialog -"QMotifDialog::rejectCallback" qmotifdialog.html#rejectCallback -"QMotifDialog::shell" qmotifdialog.html#shell -"QMotifDialog::~QMotifDialog" qmotifdialog.html#~QMotifDialog -"QMotifPlusStyle" ntqmotifplusstyle.html -"QMotifStyle" ntqmotifstyle.html -"QMotifStyle::setUseHighlightColors" ntqmotifstyle.html#setUseHighlightColors -"QMotifStyle::useHighlightColors" ntqmotifstyle.html#useHighlightColors -"QMotifWidget" qmotifwidget.html -"QMotifWidget::motifWidget" qmotifwidget.html#motifWidget -"QMotifWidget::~QMotifWidget" qmotifwidget.html#~QMotifWidget +"TQMotif" tqmotif.html +"TQMotif::applicationContext" tqmotif.html#applicationContext +"TQMotif::x11Display" tqmotif.html#x11Display +"TQMotif::~TQMotif" tqmotif.html#~TQMotif +"TQMotifDialog" tqmotifdialog.html +"TQMotifDialog::acceptCallback" tqmotifdialog.html#acceptCallback +"TQMotifDialog::dialog" tqmotifdialog.html#dialog +"TQMotifDialog::rejectCallback" tqmotifdialog.html#rejectCallback +"TQMotifDialog::shell" tqmotifdialog.html#shell +"TQMotifDialog::~TQMotifDialog" tqmotifdialog.html#~TQMotifDialog +"TQMotifPlusStyle" tqmotifplusstyle.html +"TQMotifStyle" tqmotifstyle.html +"TQMotifStyle::setUseHighlightColors" tqmotifstyle.html#setUseHighlightColors +"TQMotifStyle::useHighlightColors" tqmotifstyle.html#useHighlightColors +"TQMotifWidget" tqmotifwidget.html +"TQMotifWidget::motifWidget" tqmotifwidget.html#motifWidget +"TQMotifWidget::~TQMotifWidget" tqmotifwidget.html#~TQMotifWidget "QMouseEvent" qmouseevent.html "QMouseEvent::accept" qmouseevent.html#accept "QMouseEvent::button" qmouseevent.html#button @@ -4538,9 +4538,9 @@ "TQPixmapCache::insert" tqpixmapcache.html#insert "TQPixmapCache::remove" tqpixmapcache.html#remove "TQPixmapCache::setCacheLimit" tqpixmapcache.html#setCacheLimit -"QPlatinumStyle" ntqplatinumstyle.html -"QPlatinumStyle::drawRiffles" ntqplatinumstyle.html#drawRiffles -"QPlatinumStyle::mixedColor" ntqplatinumstyle.html#mixedColor +"TQPlatinumStyle" tqplatinumstyle.html +"TQPlatinumStyle::drawRiffles" tqplatinumstyle.html#drawRiffles +"TQPlatinumStyle::mixedColor" tqplatinumstyle.html#mixedColor "QPluginManager::queryInterface" qpluginmanager.html#queryInterface "TQPoint" tqpoint.html "TQPoint::isNull" tqpoint.html#isNull @@ -5061,8 +5061,8 @@ "QResizeEvent" qresizeevent.html "QResizeEvent::oldSize" qresizeevent.html#oldSize "QResizeEvent::size" qresizeevent.html#size -"QSGIStyle" ntqsgistyle.html -"QSGIStyle::~QSGIStyle" ntqsgistyle.html#~QSGIStyle +"TQSGIStyle" tqsgistyle.html +"TQSGIStyle::~TQSGIStyle" tqsgistyle.html#~TQSGIStyle "TQScrollBar" tqscrollbar.html "TQScrollBar::doAutoRepeat" tqscrollbar.html#doAutoRepeat "TQScrollBar::draggingSlider" tqscrollbar.html#draggingSlider @@ -7613,7 +7613,7 @@ "TQWindowsMime::initialize" tqwindowsmime.html#initialize "TQWindowsMime::mimeFor" tqwindowsmime.html#mimeFor "TQWindowsMime::~TQWindowsMime" tqwindowsmime.html#~TQWindowsMime -"QWindowsStyle" ntqwindowsstyle.html +"TQWindowsStyle" tqwindowsstyle.html "TQWizard" tqwizard.html "TQWizard::addPage" tqwizard.html#addPage "TQWizard::appropriate" tqwizard.html#appropriate @@ -7894,7 +7894,7 @@ "Tutorial #2" tutorial2.html "User Interface Compiler (uic)" uic.html "Using Custom TQDialogs" motif-walkthrough-4.html -"Using Existing Dialogs with QMotifDialog" motif-walkthrough-5.html +"Using Existing Dialogs with TQMotifDialog" motif-walkthrough-5.html "Using TQt Main Window Classes" motif-walkthrough-6.html "Using TQt Standard Dialogs" motif-walkthrough-3.html "Using menus" menu-example.html diff --git a/doc/html/motif-customwidget-example.html b/doc/html/motif-customwidget-example.html index 858741b3..613b0330 100644 --- a/doc/html/motif-customwidget-example.html +++ b/doc/html/motif-customwidget-example.html @@ -50,7 +50,7 @@ public: MainWindow(); private: - <a href="qmotifwidget.html">TQMotifWidget</a> *customwidget; + <a href="tqmotifwidget.html">TQMotifWidget</a> *customwidget; }; #endif // MAINWINDOW_H @@ -61,14 +61,14 @@ private: <p> <pre>#include "mainwindow.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qmotif-h.html">qmotif.h</a>> +#include <<a href="tqmotif-h.html">tqmotif.h</a>> int main( int argc, char **argv ) { XtSetLanguageProc( NULL, NULL, NULL ); - <a href="qmotif.html">TQMotif</a> integrator( "customwidget" ); + <a href="tqmotif.html">TQMotif</a> integrator( "customwidget" ); <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); MainWindow mainwindow; @@ -86,7 +86,7 @@ int main( int argc, char **argv ) #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -#include <<a href="qmotifwidget-h.html">qmotifwidget.h</a>> +#include <<a href="tqmotifwidget-h.html">tqmotifwidget.h</a>> #include <Xm/Form.h> #include <Xm/PushB.h> @@ -103,7 +103,7 @@ int main( int argc, char **argv ) <a href="tqmainwindow.html#statusBar">statusBar</a>()->message( <a href="tqobject.html#tr">tr</a>("This is a TQMainWindow with an XmText widget.") ); customwidget = - new <a href="qmotifwidget.html">TQMotifWidget</a>( this, xmFormWidgetClass, NULL, 0, "form" ); + new <a href="tqmotifwidget.html">TQMotifWidget</a>( this, xmFormWidgetClass, NULL, 0, "form" ); XmString str; Arg args[6]; diff --git a/doc/html/motif-dialog-example.html b/doc/html/motif-dialog-example.html index 8a72d684..470b1a0d 100644 --- a/doc/html/motif-dialog-example.html +++ b/doc/html/motif-dialog-example.html @@ -39,10 +39,10 @@ body { background: #ffffff; color: black; } <p> <pre>#ifndef MAINWINDOW_H #define MAINWINDOW_H -#include <<a href="qmotifwidget-h.html">qmotifwidget.h</a>> +#include <<a href="tqmotifwidget-h.html">tqmotifwidget.h</a>> -class MainWindow : public <a href="qmotifwidget.html">TQMotifWidget</a> +class MainWindow : public <a href="tqmotifwidget.html">TQMotifWidget</a> { public: MainWindow(); @@ -57,7 +57,7 @@ public: <p> <hr> <p> Implementation: <p> <pre>#include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qmotif-h.html">qmotif.h</a>> +#include <<a href="tqmotif-h.html">tqmotif.h</a>> #include "mainwindow.h" @@ -66,7 +66,7 @@ int main( int argc, char **argv ) { XtSetLanguageProc( NULL, NULL, NULL ); - <a href="qmotif.html">TQMotif</a> integrator( "dialog" ); + <a href="tqmotif.html">TQMotif</a> integrator( "dialog" ); <a href="ntqapplication.html">TQApplication</a> app( argc, argv ); MainWindow *mainwindow = new MainWindow; @@ -114,9 +114,9 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer ) <a name="f560"></a>MainWindow::MainWindow() - : <a href="qmotifwidget.html">TQMotifWidget</a>( 0, xmMainWindowWidgetClass, NULL, 0, "mainwindow" ) + : <a href="tqmotifwidget.html">TQMotifWidget</a>( 0, xmMainWindowWidgetClass, NULL, 0, "mainwindow" ) { - Widget menubar = XmCreateMenuBar( <a href="qmotifwidget.html#motifWidget">motifWidget</a>(), "menubar", NULL, 0 ); + Widget menubar = XmCreateMenuBar( <a href="tqmotifwidget.html#motifWidget">motifWidget</a>(), "menubar", NULL, 0 ); Widget filemenu = XmCreatePulldownMenu( menubar, "filemenu", NULL, 0 ); Widget item; @@ -154,14 +154,14 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer ) Arg args[2]; XtSetArg( args[0], XmNeditMode, XmMULTI_LINE_EDIT ); Widget texteditor = - XmCreateScrolledText( <a href="qmotifwidget.html#motifWidget">motifWidget</a>(), "texteditor", + XmCreateScrolledText( <a href="tqmotifwidget.html#motifWidget">motifWidget</a>(), "texteditor", args, 1 ); XtManageChild( menubar ); XtManageChild( texteditor ); // pick a nice default size - XtVaSetValues( <a href="qmotifwidget.html#motifWidget">motifWidget</a>(), + XtVaSetValues( <a href="tqmotifwidget.html#motifWidget">motifWidget</a>(), XmNwidth, 400, XmNheight, 300, NULL ); @@ -172,10 +172,10 @@ static void quitCallback( Widget, XtPointer client_data, XtPointer ) void <a name="f561"></a>MainWindow::showMotifDialog() { - <a href="qmotifdialog.html">TQMotifDialog</a> dialog( this, "custom dialog", TRUE ); + <a href="tqmotifdialog.html">TQMotifDialog</a> dialog( this, "custom dialog", TRUE ); dialog.<a href="tqwidget.html#setCaption">setCaption</a>( <a href="tqobject.html#tr">tr</a>("Custom <a href="motif-extension.html#Motif">Motif</a> Dialog") ); -<a name="x2707"></a> Widget form = XmCreateForm( dialog.<a href="qmotifdialog.html#shell">shell</a>(), "custom motif dialog", NULL, 0 ); +<a name="x2707"></a> Widget form = XmCreateForm( dialog.<a href="tqmotifdialog.html#shell">shell</a>(), "custom motif dialog", NULL, 0 ); XmString str; Arg args[9]; @@ -220,7 +220,7 @@ void <a name="f561"></a>MainWindow::showMotifDialog() void <a name="f562"></a>MainWindow::showTQtDialog() { // custom TQt-based dialog using a Motif-based parent - CustomDialog customdialog( <a href="qmotifwidget.html#motifWidget">motifWidget</a>(), "custom dialog", TRUE ); + CustomDialog customdialog( <a href="tqmotifwidget.html#motifWidget">motifWidget</a>(), "custom dialog", TRUE ); customdialog.<a href="tqdialog.html#exec">exec</a>(); } </pre> diff --git a/doc/html/motif-examples.html b/doc/html/motif-examples.html index 4304eb4b..9ce8ed6b 100644 --- a/doc/html/motif-examples.html +++ b/doc/html/motif-examples.html @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQMotif Support Extension</h1> -<p> The following example programs illustrate the use of the <a href="qmotif.html">TQMotif</a> Extension +<p> The following example programs illustrate the use of the <a href="tqmotif.html">TQMotif</a> Extension assisting in the migration process of old Xt and <a href="motif-extension.html#Motif">Motif</a> based code to the more comfortable TQt toolkit. <p> For more information see the <a href="motif-extension.html">TQMotif diff --git a/doc/html/motif-extension.html b/doc/html/motif-extension.html index 5d7e1bf9..86e53c7d 100644 --- a/doc/html/motif-extension.html +++ b/doc/html/motif-extension.html @@ -44,9 +44,9 @@ replaces the older Xt/Motif Support Extension included with earlier versions of TQt. <p> The TQt Motif Extension consists of the following classes: <p> <ul> -<li> <a href="qmotif.html">TQMotif</a> - Provides the basis of the TQt Motif Extension. -<li> <a href="qmotifwidget.html">TQMotifWidget</a> - Provides the <a href="tqwidget.html">TQWidget</a> API for Motif widgets. -<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="tqdialog.html">TQDialog</a> API for Motif dialogs. +<li> <a href="tqmotif.html">TQMotif</a> - Provides the basis of the TQt Motif Extension. +<li> <a href="tqmotifwidget.html">TQMotifWidget</a> - Provides the <a href="tqwidget.html">TQWidget</a> API for Motif widgets. +<li> <a href="tqmotifdialog.html">TQMotifDialog</a> - Provides the <a href="tqdialog.html">TQDialog</a> API for Motif dialogs. <li> <a href="qxtwidget.html">TQXtWidget</a> - The Xt/Motif integration widget from the previous Xt/Motif extension. This class is unsupported and has many known problems and limitations. It is provided only to keep existing source @@ -63,7 +63,7 @@ complete migration of a Motif based program to the TQt toolkit. </h2> <a name="2"></a><p> <h3> Incorrect CDE Color Scheme </h3> -<a name="2-1"></a><p> <a href="qmotifwidget.html">TQMotifWidget</a> and <a href="qmotifdialog.html">TQMotifDialog</a> will use the same Visual, Colormap +<a name="2-1"></a><p> <a href="tqmotifwidget.html">TQMotifWidget</a> and <a href="tqmotifdialog.html">TQMotifDialog</a> will use the same Visual, Colormap and color depth that <a href="ntqapplication.html">TQApplication</a> uses. When using CDE, the color scheme may be incorrect when using a Visual, Colormap and color depth that is not the default. To work around this problem, add the @@ -87,9 +87,9 @@ For example: ... // TQMotif* headers next - #include <<a href="qmotif-h.html">qmotif.h</a>> - #include <<a href="qmotifdialog-h.html">qmotifdialog.h</a>> - #include <<a href="qmotifwidget-h.html">qmotifwidget.h</a>> + #include <<a href="tqmotif-h.html">tqmotif.h</a>> + #include <<a href="tqmotifdialog-h.html">tqmotifdialog.h</a>> + #include <<a href="tqmotifwidget-h.html">tqmotifwidget.h</a>> // Xt/Motif and X11 headers last #include <X11/Xlib.h> @@ -100,19 +100,19 @@ For example: <p> <h3> Multiple Screen Support </h3> -<a name="2-3"></a><p> <a href="qmotifwidget.html">TQMotifWidget</a> can be used together with <a href="tqdesktopwidget.html">TQDesktopWidget</a> to create +<a name="2-3"></a><p> <a href="tqmotifwidget.html">TQMotifWidget</a> can be used together with <a href="tqdesktopwidget.html">TQDesktopWidget</a> to create top-level windows on multiple screens. A common mistake is to create a TQMotifWidget on a non-default screen while the Xt/Motif widgets are created on the default screen. The solution is to specify the screen to both TQMotifWidget and the Xt/Motif child. For example: <p> <pre> - Display *dpy = TQMotif::<a href="qmotif.html#x11Display">x11Display</a>(); + Display *dpy = TQMotif::<a href="tqmotif.html#x11Display">x11Display</a>(); Arg args[1]; // make sure both TQMotifWidget and the XmMainWindow are on screen 1 XtSetArg(args[0], XtNscreen, ScreenOfDisplay(dpy, 1)); - <a href="qmotifwidget.html">TQMotifWidget</a> *toplevel = - new <a href="qmotifwidget.html">TQMotifWidget</a>(TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen(1), + <a href="tqmotifwidget.html">TQMotifWidget</a> *toplevel = + new <a href="tqmotifwidget.html">TQMotifWidget</a>(TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen(1), xmMainWindowWidgetClass, args, 1, "mainwindow"); </pre> diff --git a/doc/html/motif-walkthrough-1.html b/doc/html/motif-walkthrough-1.html index 59bf202a..5f7a2fa1 100644 --- a/doc/html/motif-walkthrough-1.html +++ b/doc/html/motif-walkthrough-1.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } [ <a href="motif-walkthrough.html">Home</a> ] [ <a href="motif-walkthrough-2.html">Next: Preparing to Migrate the User Interface</a> ] -<p> <h2> Starting with <a href="qmotif.html">TQMotif</a> and <a href="ntqapplication.html">TQApplication</a> +<p> <h2> Starting with <a href="tqmotif.html">TQMotif</a> and <a href="ntqapplication.html">TQApplication</a> </h2> <a name="1"></a><p> To be able to use TQt, we need to create a TQApplication object. The TQApplication class controls all the event delivery and display diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html index 2ad589fc..d579c861 100644 --- a/doc/html/motif-walkthrough-3.html +++ b/doc/html/motif-walkthrough-3.html @@ -48,7 +48,7 @@ provide useful static convenience functions. <p> Each of these functions takes a <em>TQWidget *parent</em> argument. If we pass zero as the <em>parent</em> argument, then we will have dialogs that are centered on the screen, instead of being centered over our main -window. We can have <a href="qmotifwidget.html">TQMotifWidget</a> create our <tt>XmMainWindow</tt>, and we +window. We can have <a href="tqmotifwidget.html">TQMotifWidget</a> create our <tt>XmMainWindow</tt>, and we can then use this class as the parent for both <a href="motif-extension.html#Motif">Motif</a> dialogs and TQt dialogs. <p> We need to include the appropriate headers for TQMotifWidget and @@ -57,9 +57,9 @@ dialogs. <pre></pre> <p> Next, we make a few modifications to how the application is -initialized. We could initialize Xt/Motif and create the <tt>XtAppContext</tt> ourselves, but <a href="qmotif.html">TQMotif</a> can do this for us. +initialized. We could initialize Xt/Motif and create the <tt>XtAppContext</tt> ourselves, but <a href="tqmotif.html">TQMotif</a> can do this for us. We also let <a href="ntqapplication.html">TQApplication</a> open the connection to the X server. Next, -we create a TQMotifWidget, passing <tt>xmMainWindowWidgetClass</tt> as the <em>widgetclass</em> argument. We can now use the <a href="qmotifwidget.html#motifWidget">TQMotifWidget::motifWidget</a>() +we create a TQMotifWidget, passing <tt>xmMainWindowWidgetClass</tt> as the <em>widgetclass</em> argument. We can now use the <a href="tqmotifwidget.html#motifWidget">TQMotifWidget::motifWidget</a>() function to access the Motif widget. The shell widget is created automatically by TQMotifWidget. We use <tt>XtParent()</tt> to access it. The top-level window is now a TQMotifWidget, which means we can use it @@ -79,7 +79,7 @@ and <tt>Save()</tt> functions. <p> <pre></pre> <p> We also change the arguments to the callbacks. We pass the top-level -<a href="qmotifwidget.html">TQMotifWidget</a> as the <tt>client_data</tt> to these functions, since we will +<a href="tqmotifwidget.html">TQMotifWidget</a> as the <tt>client_data</tt> to these functions, since we will be using it as the parent for the TQFileDialog. <p> <pre></pre> <p> <pre> @@ -123,7 +123,7 @@ the correct symbols for these functions. <p> At this point in the code, the page should be deleted. The code to do this is in the <tt>DoDeletePage()</tt> function. We move the contents of <tt>DoDeletePage()</tt> to this point and remove the <tt>DoDeletePage()</tt> function completely. -<p> Next, we change <tt>todo.cpp</tt> to pass the top-level <a href="qmotifwidget.html">TQMotifWidget</a> as the +<p> Next, we change <tt>todo.cpp</tt> to pass the top-level <a href="tqmotifwidget.html">TQMotifWidget</a> as the <tt>client_data</tt> tot he <tt>DeletePage()</tt> function. <p> diff --git a/doc/html/motif-walkthrough-4.html b/doc/html/motif-walkthrough-4.html index 90099c4c..f5810871 100644 --- a/doc/html/motif-walkthrough-4.html +++ b/doc/html/motif-walkthrough-4.html @@ -56,7 +56,7 @@ to the <tt>.pro</tt> file, and regenerate the <tt>Makefile</tt>. The <em>uic</e utility generates the code for our custom TQDialog, which is then compiled and linked into our application. (<em>uic</em> is invoked automatically from makefiles generated from <tt>.pro</tt> files.) -<p> We need to pass the top-level <a href="qmotifwidget.html">TQMotifWidget</a> as the <em>client_data</em> +<p> We need to pass the top-level <a href="tqmotifwidget.html">TQMotifWidget</a> as the <em>client_data</em> argument to the <tt>EditPage</tt> function, which we will use as the parent for our new <tt>PageEditDialog</tt>. We do this the same way as we have done for the <em>Open</em> and <em>Save As</em> dialogs in <tt>todo.cpp</tt>. diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index d6ad1178..31b1aebf 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -41,7 +41,7 @@ have converted the <em>View</em> widget. The <em>Print</em> dialog will be removed once we have finished our migration, since we will use <a href="tqprinter.html">TQPrinter</a> instead. Based on this information, we decide that it is not worth replacing the <em>Print</em> dialog with a custom <a href="tqdialog.html">TQDialog</a> replacement. -Instead, we will keep the <a href="motif-extension.html#Motif">Motif</a> based dialog and use <a href="qmotifdialog.html">TQMotifDialog</a> to +Instead, we will keep the <a href="motif-extension.html#Motif">Motif</a> based dialog and use <a href="tqmotifdialog.html">TQMotifDialog</a> to integrate the dialog with the application. <p> <h2> Modality Requirements </h2> @@ -74,7 +74,7 @@ function: <p> <pre></pre> <p> <h2> Integrating the <em>Print</em> Dialog </h2> -<a name="2"></a><p> Now that the <em>Print</em> dialog has the appropriate <em>accept</em> and <em>reject</em> callbacks, we can use <a href="qmotifdialog.html">TQMotifDialog</a>. First we need to include +<a name="2"></a><p> Now that the <em>Print</em> dialog has the appropriate <em>accept</em> and <em>reject</em> callbacks, we can use <a href="tqmotifdialog.html">TQMotifDialog</a>. First we need to include the TQMotifDialog header in <tt>todo.cpp</tt>. <p> @@ -82,19 +82,19 @@ the TQMotifDialog header in <tt>todo.cpp</tt>. <p> We add a <tt>ShowPrintDialog()</tt> function which will create and execute the print dialog. <p> <pre></pre> -<p> We change the <em>Print</em> menu item callback to call the new <tt>ShowPrintDialog()</tt> function. We pass the top-level <a href="qmotifwidget.html">TQMotifWidget</a>, which +<p> We change the <em>Print</em> menu item callback to call the new <tt>ShowPrintDialog()</tt> function. We pass the top-level <a href="tqmotifwidget.html">TQMotifWidget</a>, which we will use as the parent for the dialog. <p> <pre></pre> <p> The <tt>ShowPrintDialog()</tt> function creates the <em>Print</em> dialog and executes it. We use the <tt>XmdNprintCallback</tt> callback to accept the dialog and the <tt>XmNcancelCallback</tt> callback to reject the dialog. We -can do this easily by using the <a href="qmotifdialog.html#acceptCallback">TQMotifDialog::acceptCallback</a>() and -<a href="qmotifdialog.html#rejectCallback">TQMotifDialog::rejectCallback</a>() functions, respectively. We also +can do this easily by using the <a href="tqmotifdialog.html#acceptCallback">TQMotifDialog::acceptCallback</a>() and +<a href="tqmotifdialog.html#rejectCallback">TQMotifDialog::rejectCallback</a>() functions, respectively. We also ensure that the <em>print</em> callback continues to call the <tt>Print()</tt> function as before. <p> <pre></pre> <p> After we build the project, the application runs and operates as expected. There is no visual or behavioral difference, even though -the <em>Print</em> dialog is using <a href="qmotifdialog.html">TQMotifDialog</a>. +the <em>Print</em> dialog is using <a href="tqmotifdialog.html">TQMotifDialog</a>. <p> [ <a href="motif-walkthrough-4.html">Previous: Using Custom TQDialogs</a> ] [ <a href="motif-walkthrough.html">Home</a> ] [ <a href="motif-walkthrough-6.html">Next: Using TQt Main Window Classes</a> ] diff --git a/doc/html/motif-walkthrough-6.html b/doc/html/motif-walkthrough-6.html index 3de6da15..ba890fa9 100644 --- a/doc/html/motif-walkthrough-6.html +++ b/doc/html/motif-walkthrough-6.html @@ -53,7 +53,7 @@ is then compiled and linked into our application. add the implementation for our <em>Main Window</em> to this skeleton implementation. <p> We begin by adding the necessary includes for <a href="ntqapplication.html">TQApplication</a> -and <a href="qmotifwidget.html">TQMotifWidget</a>. +and <a href="tqmotifwidget.html">TQMotifWidget</a>. <p> <p> <pre></pre> @@ -103,7 +103,7 @@ needed. <p> The <tt>QuitAppl()</tt> and <tt>manageCB()</tt> callbacks are not needed any more, so we remove them. We do not need the global <tt>shell</tt> variable either. We remove it and all references to it in the <tt>New()</tt>, <tt>Save()</tt> and <tt>Open()</tt> callbacks. -<p> In <tt>main()</tt>, we make the large changes. First, we use our new <tt>MainWindow</tt> instead of <a href="qmotifwidget.html">TQMotifWidget</a> with <tt>XmMainWindow</tt>. +<p> In <tt>main()</tt>, we make the large changes. First, we use our new <tt>MainWindow</tt> instead of <a href="tqmotifwidget.html">TQMotifWidget</a> with <tt>XmMainWindow</tt>. <p> <p> <pre></pre> diff --git a/doc/html/motif-walkthrough-7.html b/doc/html/motif-walkthrough-7.html index 0aa2840e..7a3912fe 100644 --- a/doc/html/motif-walkthrough-7.html +++ b/doc/html/motif-walkthrough-7.html @@ -176,7 +176,7 @@ provides the <tt>TQMIN()</tt> and <tt>TQMAX()</tt> macros which we will use. <p> Earlier modifications caused the <tt>fallback_resources</tt> array to become redundant, so we remove it. <p> In the near future, our program will not use <a href="motif-extension.html#Motif">Motif</a> any more, and we -will no longer need to use <a href="qmotif.html">TQMotif</a>. To prepare for this, we remove the +will no longer need to use <a href="tqmotif.html">TQMotif</a>. To prepare for this, we remove the <tt>resources</tt> and <tt>optionDesc</tt> arrays and create the TQMotif instance with just the <em>APP_CLASS</em> argument. <p> The <tt>#include</tt> statements in the source files are mostly incorrect diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index fbfa2eb8..82e95a07 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -182,14 +182,14 @@ it from our project file and regenerate our <tt>Makefile</tt>. <p> <a name="todo-cpp-view-widget-modifications"></a> <p> Now that we have implemented our new <em>View</em> widget, we need to remove the old <a href="motif-extension.html#Motif">Motif</a> based view widget from <tt>todo.cpp</tt>. -<p> Since we will not be using any Motif widgets, we remove all Motif <tt>#include</tt> statements, including <a href="qmotifwidget-h.html">qmotifwidget.h</a>. +<p> Since we will not be using any Motif widgets, we remove all Motif <tt>#include</tt> statements, including <a href="tqmotifwidget-h.html">tqmotifwidget.h</a>. <p> <pre></pre><pre></pre> <p> We also remove the forward declarations of the <tt>ReadDB()</tt> function and the <tt>notebook</tt>, <tt>textw</tt> and <tt>labelw</tt> global variables. <p> <pre></pre> -<p> Next, we remove the <tt>center</tt> widget, which uses <a href="qmotifwidget.html">TQMotifWidget</a>. The <em>Main Window</em> widget and <em>View</em> widget are contained entirely in our +<p> Next, we remove the <tt>center</tt> widget, which uses <a href="tqmotifwidget.html">TQMotifWidget</a>. The <em>Main Window</em> widget and <em>View</em> widget are contained entirely in our <tt>MainWindow</tt> class, so no extra initialization is needed after creating the <tt>mainwindow</tt> widget. <p> <pre></pre> diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html index b9a91201..8d21cd1c 100644 --- a/doc/html/motif-walkthrough-9.html +++ b/doc/html/motif-walkthrough-9.html @@ -81,8 +81,8 @@ finish removing the dependencies on Xt and Motif. keywords from the Xt library. C++ has these built into the language, so we use <tt>bool</tt> and <tt>false</tt> instead. <p> The last modification needed to completely remove Xt and Motif from -our application is to stop using the <a href="qmotif.html">TQMotif</a> class. We remove the -qmotif.h <tt>#include</tt> statement from <tt>todo.cpp</tt>, and remove the +our application is to stop using the <a href="tqmotif.html">TQMotif</a> class. We remove the +tqmotif.h <tt>#include</tt> statement from <tt>todo.cpp</tt>, and remove the instantiation from the <tt>main()</tt> function. <p> After doing this, we can remove the <tt>-lXm</tt> and <tt>-lqmotif</tt> from the <tt>LIBS</tt> variable in our project file. Our project file also contains diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index c82746ef..51edb764 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -1501,7 +1501,7 @@ object is transferred to TQApplication, so TQApplication will delete the style object on application exit or when a new style is set. <p> Example usage: <pre> - TQApplication::<a href="#setStyle">setStyle</a>( new <a href="ntqwindowsstyle.html">TQWindowsStyle</a> ); + TQApplication::<a href="#setStyle">setStyle</a>( new <a href="tqwindowsstyle.html">TQWindowsStyle</a> ); </pre> <p> When switching application styles, the color palette is set back to diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index 5b40c64f..ea9af3c7 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -98,7 +98,7 @@ protected slots: #include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> -#include <<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>> +#include <<a href="tqmotifstyle-h.html">tqmotifstyle.h</a>> /* * Constructor @@ -137,7 +137,7 @@ protected slots: // Create the progressbar progress = new <a href="tqprogressbar.html">TQProgressBar</a>( 100, this ); -<a name="x975"></a> // progress-><a href="tqwidget.html#setStyle">setStyle</a>( new <a href="ntqmotifstyle.html">TQMotifStyle</a>() ); +<a name="x975"></a> // progress-><a href="tqwidget.html#setStyle">setStyle</a>( new <a href="tqmotifstyle.html">TQMotifStyle</a>() ); <a name="x965"></a> toplayout-><a href="tqgridlayout.html#addMultiCellWidget">addMultiCellWidget</a>( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html index 5d617035..97ff9dea 100644 --- a/doc/html/qmacstyle.html +++ b/doc/html/qmacstyle.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMacStyle class implements an Appearance Manager style. <a href="#details">More...</a> <p><tt>#include <<a href="qmacstyle_mac-h.html">qmacstyle_mac.h</a>></tt> -<p>Inherits <a href="ntqwindowsstyle.html">TQWindowsStyle</a>. +<p>Inherits <a href="tqwindowsstyle.html">TQWindowsStyle</a>. <p><a href="qmacstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qmacstyle_mac-h.html b/doc/html/qmacstyle_mac-h.html index c795d9e1..360748b2 100644 --- a/doc/html/qmacstyle_mac-h.html +++ b/doc/html/qmacstyle_mac-h.html @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMACSTYLE_MAC_H #ifndef QT_H -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #endif // QT_H #if defined( TQ_WS_MAC ) && !defined( TQT_NO_STYLE_MAC ) diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 25bc8b5c..99550d23 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -663,7 +663,7 @@ public: Key_unknown = 0xffff }; - // documented in qcommonstyle.cpp + // documented in tqcommonstyle.cpp enum ArrowType { UpArrow, DownArrow, diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 6fdbfe1b..a7059ee4 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -819,11 +819,11 @@ <section ref="tqcanvasview-members.html" title="List of All Member Functions"/> <section ref="tqcanvas-h.html" title="Header File"/> </section> -<section ref="ntqcdestyle.html" title="QCDEStyle Class Reference"> - <keyword ref="ntqcdestyle.html">QCDEStyle</keyword> - <keyword ref="ntqcdestyle.html#~QCDEStyle">~QCDEStyle</keyword> - <section ref="qcdestyle-members.html" title="List of All Member Functions"/> - <section ref="qcdestyle-h.html" title="Header File"/> +<section ref="tqcdestyle.html" title="TQCDEStyle Class Reference"> + <keyword ref="tqcdestyle.html">TQCDEStyle</keyword> + <keyword ref="tqcdestyle.html#~TQCDEStyle">~TQCDEStyle</keyword> + <section ref="tqcdestyle-members.html" title="List of All Member Functions"/> + <section ref="tqcdestyle-h.html" title="Header File"/> </section> <section ref="tqchar.html" title="TQChar Class Reference"> <keyword ref="tqchar.html">TQChar</keyword> @@ -1124,10 +1124,10 @@ <section ref="tqcombotableitem-members.html" title="List of All Member Functions"/> <section ref="tqtable-h.html" title="Header File"/> </section> -<section ref="ntqcommonstyle.html" title="QCommonStyle Class Reference"> - <keyword ref="ntqcommonstyle.html">QCommonStyle</keyword> - <section ref="qcommonstyle-members.html" title="List of All Member Functions"/> - <section ref="qcommonstyle-h.html" title="Header File"/> +<section ref="tqcommonstyle.html" title="TQCommonStyle Class Reference"> + <keyword ref="tqcommonstyle.html">TQCommonStyle</keyword> + <section ref="tqcommonstyle-members.html" title="List of All Member Functions"/> + <section ref="tqcommonstyle-h.html" title="Header File"/> </section> <section ref="tqconststring.html" title="TQConstString Class Reference"> <keyword ref="tqconststring.html">TQConstString</keyword> @@ -4701,42 +4701,42 @@ <section ref="tqmimesourcefactory-members.html" title="List of All Member Functions"/> <section ref="tqmime-h.html" title="Header File"/> </section> -<section ref="qmotif.html" title="QMotif Class Reference"> - <keyword ref="qmotif.html">QMotif</keyword> - <keyword ref="qmotif.html#applicationContext">applicationContext</keyword> - <keyword ref="qmotif.html#x11Display">x11Display</keyword> - <keyword ref="qmotif.html#~QMotif">~QMotif</keyword> - <section ref="qmotif-members.html" title="List of All Member Functions"/> - <section ref="qmotif-h.html" title="Header File"/> -</section> -<section ref="qmotifdialog.html" title="QMotifDialog Class Reference"> - <keyword ref="qmotifdialog.html">QMotifDialog</keyword> - <keyword ref="qmotifdialog.html#acceptCallback">acceptCallback</keyword> - <keyword ref="qmotifdialog.html#dialog">dialog</keyword> - <keyword ref="qmotifdialog.html#rejectCallback">rejectCallback</keyword> - <keyword ref="qmotifdialog.html#shell">shell</keyword> - <keyword ref="qmotifdialog.html#~QMotifDialog">~QMotifDialog</keyword> - <section ref="qmotifdialog-members.html" title="List of All Member Functions"/> - <section ref="qmotifdialog-h.html" title="Header File"/> -</section> -<section ref="ntqmotifplusstyle.html" title="QMotifPlusStyle Class Reference"> - <keyword ref="ntqmotifplusstyle.html">QMotifPlusStyle</keyword> - <section ref="qmotifplusstyle-members.html" title="List of All Member Functions"/> - <section ref="qmotifplusstyle-h.html" title="Header File"/> -</section> -<section ref="ntqmotifstyle.html" title="QMotifStyle Class Reference"> - <keyword ref="ntqmotifstyle.html">QMotifStyle</keyword> - <keyword ref="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</keyword> - <keyword ref="ntqmotifstyle.html#useHighlightColors">useHighlightColors</keyword> - <section ref="qmotifstyle-members.html" title="List of All Member Functions"/> - <section ref="qmotifstyle-h.html" title="Header File"/> -</section> -<section ref="qmotifwidget.html" title="QMotifWidget Class Reference"> - <keyword ref="qmotifwidget.html">QMotifWidget</keyword> - <keyword ref="qmotifwidget.html#motifWidget">motifWidget</keyword> - <keyword ref="qmotifwidget.html#~QMotifWidget">~QMotifWidget</keyword> - <section ref="qmotifwidget-members.html" title="List of All Member Functions"/> - <section ref="qmotifwidget-h.html" title="Header File"/> +<section ref="tqmotif.html" title="TQMotif Class Reference"> + <keyword ref="tqmotif.html">TQMotif</keyword> + <keyword ref="tqmotif.html#applicationContext">applicationContext</keyword> + <keyword ref="tqmotif.html#x11Display">x11Display</keyword> + <keyword ref="tqmotif.html#~TQMotif">~TQMotif</keyword> + <section ref="tqmotif-members.html" title="List of All Member Functions"/> + <section ref="tqmotif-h.html" title="Header File"/> +</section> +<section ref="tqmotifdialog.html" title="TQMotifDialog Class Reference"> + <keyword ref="tqmotifdialog.html">TQMotifDialog</keyword> + <keyword ref="tqmotifdialog.html#acceptCallback">acceptCallback</keyword> + <keyword ref="tqmotifdialog.html#dialog">dialog</keyword> + <keyword ref="tqmotifdialog.html#rejectCallback">rejectCallback</keyword> + <keyword ref="tqmotifdialog.html#shell">shell</keyword> + <keyword ref="tqmotifdialog.html#~TQMotifDialog">~TQMotifDialog</keyword> + <section ref="tqmotifdialog-members.html" title="List of All Member Functions"/> + <section ref="tqmotifdialog-h.html" title="Header File"/> +</section> +<section ref="tqmotifplusstyle.html" title="TQMotifPlusStyle Class Reference"> + <keyword ref="tqmotifplusstyle.html">TQMotifPlusStyle</keyword> + <section ref="tqmotifplusstyle-members.html" title="List of All Member Functions"/> + <section ref="tqmotifplusstyle-h.html" title="Header File"/> +</section> +<section ref="tqmotifstyle.html" title="TQMotifStyle Class Reference"> + <keyword ref="tqmotifstyle.html">TQMotifStyle</keyword> + <keyword ref="tqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</keyword> + <keyword ref="tqmotifstyle.html#useHighlightColors">useHighlightColors</keyword> + <section ref="tqmotifstyle-members.html" title="List of All Member Functions"/> + <section ref="tqmotifstyle-h.html" title="Header File"/> +</section> +<section ref="tqmotifwidget.html" title="TQMotifWidget Class Reference"> + <keyword ref="tqmotifwidget.html">TQMotifWidget</keyword> + <keyword ref="tqmotifwidget.html#motifWidget">motifWidget</keyword> + <keyword ref="tqmotifwidget.html#~TQMotifWidget">~TQMotifWidget</keyword> + <section ref="tqmotifwidget-members.html" title="List of All Member Functions"/> + <section ref="tqmotifwidget-h.html" title="Header File"/> </section> <section ref="qmouseevent.html" title="QMouseEvent Class Reference"> <keyword ref="qmouseevent.html">QMouseEvent</keyword> @@ -5335,12 +5335,12 @@ <section ref="tqpixmapcache-members.html" title="List of All Member Functions"/> <section ref="tqpixmapcache-h.html" title="Header File"/> </section> -<section ref="ntqplatinumstyle.html" title="QPlatinumStyle Class Reference"> - <keyword ref="ntqplatinumstyle.html">QPlatinumStyle</keyword> - <keyword ref="ntqplatinumstyle.html#drawRiffles">drawRiffles</keyword> - <keyword ref="ntqplatinumstyle.html#mixedColor">mixedColor</keyword> - <section ref="qplatinumstyle-members.html" title="List of All Member Functions"/> - <section ref="qplatinumstyle-h.html" title="Header File"/> +<section ref="tqplatinumstyle.html" title="TQPlatinumStyle Class Reference"> + <keyword ref="tqplatinumstyle.html">TQPlatinumStyle</keyword> + <keyword ref="tqplatinumstyle.html#drawRiffles">drawRiffles</keyword> + <keyword ref="tqplatinumstyle.html#mixedColor">mixedColor</keyword> + <section ref="tqplatinumstyle-members.html" title="List of All Member Functions"/> + <section ref="tqplatinumstyle-h.html" title="Header File"/> </section> <section ref="tqpngimagepacker.html" title="TQPNGImagePacker Class Reference"> <keyword ref="tqpngimagepacker.html">TQPNGImagePacker</keyword> @@ -6173,11 +6173,11 @@ <section ref="tqsettings-members.html" title="List of All Member Functions"/> <section ref="tqsettings-h.html" title="Header File"/> </section> -<section ref="ntqsgistyle.html" title="QSGIStyle Class Reference"> - <keyword ref="ntqsgistyle.html">QSGIStyle</keyword> - <keyword ref="ntqsgistyle.html#~QSGIStyle">~QSGIStyle</keyword> - <section ref="qsgistyle-members.html" title="List of All Member Functions"/> - <section ref="qsgistyle-h.html" title="Header File"/> +<section ref="tqsgistyle.html" title="TQSGIStyle Class Reference"> + <keyword ref="tqsgistyle.html">TQSGIStyle</keyword> + <keyword ref="tqsgistyle.html#~TQSGIStyle">~TQSGIStyle</keyword> + <section ref="tqsgistyle-members.html" title="List of All Member Functions"/> + <section ref="tqsgistyle-h.html" title="Header File"/> </section> <section ref="qshowevent.html" title="QShowEvent Class Reference"> <keyword ref="qshowevent.html">QShowEvent</keyword> @@ -8978,10 +8978,10 @@ <section ref="tqwindowsmime-members.html" title="List of All Member Functions"/> <section ref="tqmime-h.html" title="Header File"/> </section> -<section ref="ntqwindowsstyle.html" title="QWindowsStyle Class Reference"> - <keyword ref="ntqwindowsstyle.html">QWindowsStyle</keyword> - <section ref="qwindowsstyle-members.html" title="List of All Member Functions"/> - <section ref="qwindowsstyle-h.html" title="Header File"/> +<section ref="tqwindowsstyle.html" title="TQWindowsStyle Class Reference"> + <keyword ref="tqwindowsstyle.html">TQWindowsStyle</keyword> + <section ref="tqwindowsstyle-members.html" title="List of All Member Functions"/> + <section ref="tqwindowsstyle-h.html" title="Header File"/> </section> <section ref="tqwizard.html" title="TQWizard Class Reference"> <keyword ref="tqwizard.html">TQWizard</keyword> @@ -9665,7 +9665,7 @@ <section ref="qmag-example.html" title="QMag"> <keyword ref="qmag-example.html">QMag</keyword> </section> -<section ref="motif-examples.html" title="QMotif Support Extension"> +<section ref="motif-examples.html" title="TQMotif Support Extension"> <keyword ref="motif-examples.html">motif-examples</keyword> </section> <section ref="tqprocess-examples.html" title="TQProcess Examples"> @@ -9950,8 +9950,8 @@ <section ref="motif-walkthrough-4.html" title="Using Custom TQDialogs"> <keyword ref="motif-walkthrough-4.html">Using Custom TQDialogs</keyword> </section> -<section ref="motif-walkthrough-5.html" title="Using Existing Dialogs with QMotifDialog"> - <keyword ref="motif-walkthrough-5.html">Using Existing Dialogs with QMotifDialog</keyword> +<section ref="motif-walkthrough-5.html" title="Using Existing Dialogs with TQMotifDialog"> + <keyword ref="motif-walkthrough-5.html">Using Existing Dialogs with TQMotifDialog</keyword> </section> <section ref="menu-example.html" title="Using menus"> <keyword ref="menu-example.html">Using menus</keyword> diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index a65dd25c..54540481 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -61,10 +61,10 @@ during runtime using the pulldown menu. #ifndef TQT_NO_STYLE_WINDOWS -#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> +#include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>> -class NorwegianWoodStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a> +class NorwegianWoodStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a> { public: NorwegianWoodStyle(); @@ -899,7 +899,7 @@ static int get_combo_extra_width( int h, int *return_awh = 0 ); enum { PointUp, PointDown, PointLeft, PointRight }; -<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>() +<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="tqwindowsstyle.html">TQWindowsStyle</a>() { } @@ -1118,7 +1118,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" drawSemicircleButton( p, r, PointUp, flags & Style_Down, cg ); break; default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); break; } } @@ -1229,7 +1229,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); break; } } @@ -1250,7 +1250,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt ); break; } } @@ -1302,7 +1302,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } @@ -1324,7 +1324,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href=" break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt ); break; } } @@ -1575,10 +1575,10 @@ void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="tqpai #ifndef TQT_NO_STYLE_WINDOWS -#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> +#include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>> -class MetalStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a> +class MetalStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a> { public: MetalStyle(); @@ -1669,7 +1669,7 @@ private: -<a name="f227"></a>MetalStyle::MetalStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>() { } +<a name="f227"></a>MetalStyle::MetalStyle() : <a href="tqwindowsstyle.html">TQWindowsStyle</a>() { } /*! Reimplementation from TQStyle @@ -1818,7 +1818,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget flags & Style_Horizontal ); break; default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt ); break; } } @@ -1922,7 +1922,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt ); break; } } @@ -1970,7 +1970,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget break; } default: - <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, + <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive, opt ); break; } @@ -2344,7 +2344,7 @@ void <a name="f234"></a>Themes::aboutTQt() *****************************************************************************/ #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>> +#include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>> #include "themes.h" #include "metal.h" diff --git a/doc/html/titleindex b/doc/html/titleindex index 81b75c50..cc490b64 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -182,8 +182,8 @@ TQButtonGroup Class | tqbuttongroup.html TQButtonGroup Member List | tqbuttongroup-members.html TQByteArray Class | tqbytearray.html TQByteArray Member List | tqbytearray-members.html -QCDEStyle Class | ntqcdestyle.html -QCDEStyle Member List | qcdestyle-members.html +TQCDEStyle Class | tqcdestyle.html +TQCDEStyle Member List | tqcdestyle-members.html TQCString Class | tqcstring.html TQCString Member List | tqcstring-members.html TQCache Class | tqcache.html @@ -246,8 +246,8 @@ TQComboBox Class | tqcombobox.html TQComboBox Member List | tqcombobox-members.html TQComboTableItem Class | tqcombotableitem.html TQComboTableItem Member List | tqcombotableitem-members.html -QCommonStyle Class | ntqcommonstyle.html -QCommonStyle Member List | qcommonstyle-members.html +TQCommonStyle Class | tqcommonstyle.html +TQCommonStyle Member List | tqcommonstyle-members.html TQConstString Class | tqconststring.html TQConstString Member List | tqconststring-members.html QContextMenuEvent Class | qcontextmenuevent.html @@ -560,17 +560,17 @@ TQMimeSource Class | tqmimesource.html TQMimeSource Member List | tqmimesource-members.html TQMimeSourceFactory Class | tqmimesourcefactory.html TQMimeSourceFactory Member List | tqmimesourcefactory-members.html -QMotif Class | qmotif.html -QMotif Member List | qmotif-members.html -QMotif Support Extension | motif-examples.html -QMotifDialog Class | qmotifdialog.html -QMotifDialog Member List | qmotifdialog-members.html -QMotifPlusStyle Class | ntqmotifplusstyle.html -QMotifPlusStyle Member List | qmotifplusstyle-members.html -QMotifStyle Class | ntqmotifstyle.html -QMotifStyle Member List | qmotifstyle-members.html -QMotifWidget Class | qmotifwidget.html -QMotifWidget Member List | qmotifwidget-members.html +TQMotif Class | tqmotif.html +TQMotif Member List | tqmotif-members.html +TQMotif Support Extension | motif-examples.html +TQMotifDialog Class | tqmotifdialog.html +TQMotifDialog Member List | tqmotifdialog-members.html +TQMotifPlusStyle Class | tqmotifplusstyle.html +TQMotifPlusStyle Member List | tqmotifplusstyle-members.html +TQMotifStyle Class | tqmotifstyle.html +TQMotifStyle Member List | tqmotifstyle-members.html +TQMotifWidget Class | tqmotifwidget.html +TQMotifWidget Member List | tqmotifwidget-members.html QMouseEvent Class | qmouseevent.html QMouseEvent Member List | qmouseevent-members.html QMoveEvent Class | qmoveevent.html @@ -625,8 +625,8 @@ TQPixmap Class | tqpixmap.html TQPixmap Member List | tqpixmap-members.html TQPixmapCache Class | tqpixmapcache.html TQPixmapCache Member List | tqpixmapcache-members.html -QPlatinumStyle Class | ntqplatinumstyle.html -QPlatinumStyle Member List | qplatinumstyle-members.html +TQPlatinumStyle Class | tqplatinumstyle.html +TQPlatinumStyle Member List | tqplatinumstyle-members.html TQPoint Class | tqpoint.html TQPoint Member List | tqpoint-members.html TQPointArray Class | tqpointarray.html @@ -674,8 +674,8 @@ TQRegion Class | tqregion.html TQRegion Member List | tqregion-members.html QResizeEvent Class | qresizeevent.html QResizeEvent Member List | qresizeevent-members.html -QSGIStyle Class | ntqsgistyle.html -QSGIStyle Member List | qsgistyle-members.html +TQSGIStyle Class | tqsgistyle.html +TQSGIStyle Member List | tqsgistyle-members.html TQScrollBar Class | tqscrollbar.html TQScrollBar Member List | tqscrollbar-members.html TQScrollView Class | tqscrollview.html @@ -902,8 +902,8 @@ TQWidgetStack Class | tqwidgetstack.html TQWidgetStack Member List | tqwidgetstack-members.html TQWindowsMime Class | tqwindowsmime.html TQWindowsMime Member List | tqwindowsmime-members.html -QWindowsStyle Class | ntqwindowsstyle.html -QWindowsStyle Member List | qwindowsstyle-members.html +TQWindowsStyle Class | tqwindowsstyle.html +TQWindowsStyle Member List | tqwindowsstyle-members.html TQWizard Class | tqwizard.html TQWizard Member List | tqwizard-members.html TQWorkspace Class | tqworkspace.html @@ -1033,7 +1033,7 @@ Trivial Example | trivial-nsplugin-example.html Tutorial #2 | tutorial2.html User Interface Compiler (uic) | uic.html Using Custom TQDialogs | motif-walkthrough-4.html -Using Existing Dialogs with QMotifDialog | motif-walkthrough-5.html +Using Existing Dialogs with TQMotifDialog | motif-walkthrough-5.html Using TQt Main Window Classes | motif-walkthrough-6.html Using TQt Standard Dialogs | motif-walkthrough-3.html Using menus | menu-example.html @@ -1089,13 +1089,13 @@ tqbutton.h Include File | tqbutton-h.html tqbuttongroup.h Include File | tqbuttongroup-h.html tqcache.h Include File | tqcache-h.html tqcanvas.h Include File | tqcanvas-h.html -ntqcdestyle.h Include File | qcdestyle-h.html +tqcdestyle.h Include File | tqcdestyle-h.html tqcheckbox.h Include File | tqcheckbox-h.html tqclipboard.h Include File | tqclipboard-h.html tqcolor.h Include File | tqcolor-h.html tqcolordialog.h Include File | tqcolordialog-h.html tqcombobox.h Include File | tqcombobox-h.html -ntqcommonstyle.h Include File | qcommonstyle-h.html +tqcommonstyle.h Include File | tqcommonstyle-h.html tqcstring.h Include File | tqcstring-h.html ntqcursor.h Include File | qcursor-h.html tqdatabrowser.h Include File | tqdatabrowser-h.html @@ -1175,11 +1175,11 @@ tqmenudata.h Include File | tqmenudata-h.html ntqmessagebox.h Include File | qmessagebox-h.html ntqmetaobject.h Include File | qmetaobject-h.html tqmime.h Include File | tqmime-h.html -qmotif.h Include File | qmotif-h.html -qmotifdialog.h Include File | qmotifdialog-h.html -ntqmotifplusstyle.h Include File | qmotifplusstyle-h.html -ntqmotifstyle.h Include File | qmotifstyle-h.html -qmotifwidget.h Include File | qmotifwidget-h.html +tqmotif.h Include File | tqmotif-h.html +tqmotifdialog.h Include File | tqmotifdialog-h.html +tqmotifplusstyle.h Include File | tqmotifplusstyle-h.html +tqmotifstyle.h Include File | tqmotifstyle-h.html +tqmotifwidget.h Include File | tqmotifwidget-h.html tqmovie.h Include File | tqmovie-h.html tqmultilineedit.h Include File | tqmultilineedit-h.html tqmutex.h Include File | tqmutex-h.html @@ -1199,7 +1199,7 @@ tqpen.h Include File | tqpen-h.html tqpicture.h Include File | tqpicture-h.html tqpixmap.h Include File | tqpixmap-h.html tqpixmapcache.h Include File | tqpixmapcache-h.html -ntqplatinumstyle.h Include File | qplatinumstyle-h.html +tqplatinumstyle.h Include File | tqplatinumstyle-h.html tqpngio.h Include File | tqpngio-h.html tqpoint.h Include File | tqpoint-h.html tqpointarray.h Include File | tqpointarray-h.html @@ -1227,7 +1227,7 @@ tqsemaphore.h Include File | tqsemaphore-h.html tqserversocket.h Include File | tqserversocket-h.html tqsessionmanager.h Include File | tqsessionmanager-h.html tqsettings.h Include File | tqsettings-h.html -ntqsgistyle.h Include File | qsgistyle-h.html +tqsgistyle.h Include File | tqsgistyle-h.html tqsignal.h Include File | tqsignal-h.html tqsignalmapper.h Include File | tqsignalmapper-h.html tqsimplerichtext.h Include File | tqsimplerichtext-h.html @@ -1305,7 +1305,7 @@ tqwidgetfactory.h Include File | tqwidgetfactory-h.html tqwidgetplugin.h Include File | tqwidgetplugin-h.html tqwidgetstack.h Include File | tqwidgetstack-h.html ntqwindowdefs.h Include File | qwindowdefs-h.html -ntqwindowsstyle.h Include File | qwindowsstyle-h.html +tqwindowsstyle.h Include File | tqwindowsstyle-h.html tqwizard.h Include File | tqwizard-h.html tqwmatrix.h Include File | tqwmatrix-h.html tqworkspace.h Include File | tqworkspace-h.html diff --git a/doc/html/qcdestyle-h.html b/doc/html/tqcdestyle-h.html index 5bb26269..3e8308c4 100644 --- a/doc/html/qcdestyle-h.html +++ b/doc/html/tqcdestyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcdestyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcdestyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcdestyle.h Include File</title> +<title>tqcdestyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqcdestyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqcdestyle.h</h1> -<p>This is the verbatim text of the ntqcdestyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcdestyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqcdestyle.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqcdestyle.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of the CDE-like style class ** @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #define TQCDESTYLE_H #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) diff --git a/doc/html/qcdestyle-members.html b/doc/html/tqcdestyle-members.html index 1ef8aeb2..fd454e09 100644 --- a/doc/html/qcdestyle-members.html +++ b/doc/html/tqcdestyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcdestyle.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcdestyle.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQCDEStyle</h1> <p>This is the complete list of member functions for -<a href="ntqcdestyle.html">TQCDEStyle</a>, including inherited members. +<a href="tqcdestyle.html">TQCDEStyle</a>, including inherited members. <ul> -<li><a href="ntqcdestyle.html#TQCDEStyle">TQCDEStyle</a>() -<li><a href="ntqcdestyle.html#~TQCDEStyle">~TQCDEStyle</a>() +<li><a href="tqcdestyle.html#TQCDEStyle">TQCDEStyle</a>() +<li><a href="tqcdestyle.html#~TQCDEStyle">~TQCDEStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() +<li><a href="tqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqstyle.html#sizeFromContents">sizeFromContents</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() @@ -100,7 +100,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqstyle.html#unPolish">unPolish</a>() -<li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() +<li><a href="tqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="tqstyle.html#visualRect">visualRect</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqcdestyle.html b/doc/html/tqcdestyle.html index 9a4f50fb..5db7db60 100644 --- a/doc/html/ntqcdestyle.html +++ b/doc/html/tqcdestyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qcdestyle.cpp:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqcdestyle.cpp:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQCDEStyle class provides a CDE look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qcdestyle-h.html">ntqcdestyle.h</a>></tt> -<p>Inherits <a href="ntqmotifstyle.html">TQMotifStyle</a>. -<p><a href="qcdestyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqcdestyle-h.html">tqcdestyle.h</a>></tt> +<p>Inherits <a href="tqmotifstyle.html">TQMotifStyle</a>. +<p><a href="tqcdestyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQCDEStyle"><b>TQCDEStyle</b></a> ( bool useHighlightCols = FALSE )</li> diff --git a/doc/html/qcommonstyle-h.html b/doc/html/tqcommonstyle-h.html index 137b7b16..5f0f6caf 100644 --- a/doc/html/qcommonstyle-h.html +++ b/doc/html/tqcommonstyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcommonstyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcommonstyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqcommonstyle.h Include File</title> +<title>tqcommonstyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqcommonstyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqcommonstyle.h</h1> -<p>This is the verbatim text of the ntqcommonstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqcommonstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqcommonstyle.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqcommonstyle.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of TQCommonStyle class ** diff --git a/doc/html/qcommonstyle-members.html b/doc/html/tqcommonstyle-members.html index 7f4b908a..4409f80a 100644 --- a/doc/html/qcommonstyle-members.html +++ b/doc/html/tqcommonstyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqcommonstyle.h:47 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqcommonstyle.h:47 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQCommonStyle</h1> <p>This is the complete list of member functions for -<a href="ntqcommonstyle.html">TQCommonStyle</a>, including inherited members. +<a href="tqcommonstyle.html">TQCommonStyle</a>, including inherited members. <ul> -<li><a href="ntqcommonstyle.html#TQCommonStyle">TQCommonStyle</a>() +<li><a href="tqcommonstyle.html#TQCommonStyle">TQCommonStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() diff --git a/doc/html/ntqcommonstyle.html b/doc/html/tqcommonstyle.html index 35445ecb..812a8462 100644 --- a/doc/html/ntqcommonstyle.html +++ b/doc/html/tqcommonstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qcommonstyle.cpp:69 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqcommonstyle.cpp:69 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQCommonStyle class encapsulates the common Look and Feel of a GUI. <a href="#details">More...</a> -<p><tt>#include <<a href="qcommonstyle-h.html">ntqcommonstyle.h</a>></tt> +<p><tt>#include <<a href="tqcommonstyle-h.html">tqcommonstyle.h</a>></tt> <p>Inherits <a href="tqstyle.html">TQStyle</a>. -<p>Inherited by <a href="ntqmotifstyle.html">TQMotifStyle</a> and <a href="ntqwindowsstyle.html">TQWindowsStyle</a>. -<p><a href="qcommonstyle-members.html">List of all member functions.</a> +<p>Inherited by <a href="tqmotifstyle.html">TQMotifStyle</a> and <a href="tqwindowsstyle.html">TQWindowsStyle</a>. +<p><a href="tqcommonstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQCommonStyle"><b>TQCommonStyle</b></a> ()</li> diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index 91a26d6b..4aedd023 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqdialog-h.html">tqdialog.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="tqtabdialog.html">TQTabDialog</a>, and <a href="tqwizard.html">TQWizard</a>. +<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="tqmotifdialog.html">TQMotifDialog</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="tqtabdialog.html">TQTabDialog</a>, and <a href="tqwizard.html">TQWizard</a>. <p><a href="tqdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html index e2373c53..29cbf66a 100644 --- a/doc/html/tqeventloop.html +++ b/doc/html/tqeventloop.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqeventloop-h.html">tqeventloop.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a>. -<p>Inherited by <a href="qmotif.html">TQMotif</a>. +<p>Inherited by <a href="tqmotif.html">TQMotif</a>. <p><a href="tqeventloop-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qmotif-h.html b/doc/html/tqmotif-h.html index e4fdca76..7c8ab65e 100644 --- a/doc/html/qmotif-h.html +++ b/doc/html/tqmotif-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotif.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotif.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>qmotif.h Include File</title> +<title>tqmotif.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>qmotif.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmotif.h</h1> -<p>This is the verbatim text of the qmotif.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmotif.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/qmotif.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqmotif.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQt extension classes for Xt/Motif support. ** diff --git a/doc/html/qmotif-members.html b/doc/html/tqmotif-members.html index 2c985416..23d5c57f 100644 --- a/doc/html/qmotif-members.html +++ b/doc/html/tqmotif-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotif.h:37 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotif.h:37 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,15 +32,15 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMotif</h1> <p>This is the complete list of member functions for -<a href="qmotif.html">TQMotif</a>, including inherited members. +<a href="tqmotif.html">TQMotif</a>, including inherited members. <ul> -<li><a href="qmotif.html#TQMotif">TQMotif</a>() -<li><a href="qmotif.html#~TQMotif">~TQMotif</a>() +<li><a href="tqmotif.html#TQMotif">TQMotif</a>() +<li><a href="tqmotif.html#~TQMotif">~TQMotif</a>() <li><a href="tqeventloop.html#aboutToBlock">aboutToBlock</a>() <li><a href="tqeventloop.html#activateSocketNotifiers">activateSocketNotifiers</a>() <li><a href="tqeventloop.html#activateTimers">activateTimers</a>() -<li><a href="qmotif.html#applicationContext">applicationContext</a>() +<li><a href="tqmotif.html#applicationContext">applicationContext</a>() <li><a href="tqeventloop.html#awake">awake</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() @@ -96,7 +96,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqeventloop.html#unregisterSocketNotifier">unregisterSocketNotifier</a>() <li><a href="tqeventloop.html#wakeUp">wakeUp</a>() -<li><a href="qmotif.html#x11Display">x11Display</a>() +<li><a href="tqmotif.html#x11Display">x11Display</a>() </ul> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/qmotif.html b/doc/html/tqmotif.html index 0234253e..0edb91e3 100644 --- a/doc/html/qmotif.html +++ b/doc/html/tqmotif.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/qmotif.cpp:351 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/tqmotif.cpp:351 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQMotif class provides the basis of the Motif Extension. <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. -<p><tt>#include <<a href="qmotif-h.html">qmotif.h</a>></tt> +<p><tt>#include <<a href="tqmotif-h.html">tqmotif.h</a>></tt> <p>Inherits <a href="tqeventloop.html">TQEventLoop</a>. -<p><a href="qmotif-members.html">List of all member functions.</a> +<p><a href="tqmotif-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMotif"><b>TQMotif</b></a> ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )</li> diff --git a/doc/html/qmotifdialog-h.html b/doc/html/tqmotifdialog-h.html index 18c5a45a..81ce2087 100644 --- a/doc/html/qmotifdialog-h.html +++ b/doc/html/tqmotifdialog-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotifdialog.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifdialog.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>qmotifdialog.h Include File</title> +<title>tqmotifdialog.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>qmotifdialog.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmotifdialog.h</h1> -<p>This is the verbatim text of the qmotifdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmotifdialog.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/qmotifdialog.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqmotifdialog.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQt extension classes for Xt/Motif support. ** diff --git a/doc/html/qmotifdialog-members.html b/doc/html/tqmotifdialog-members.html index 85ea8d7a..35c07062 100644 --- a/doc/html/qmotifdialog-members.html +++ b/doc/html/tqmotifdialog-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotifdialog.h:39 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifdialog.h:39 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,13 +32,13 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMotifDialog</h1> <p>This is the complete list of member functions for -<a href="qmotifdialog.html">TQMotifDialog</a>, including inherited members. +<a href="tqmotifdialog.html">TQMotifDialog</a>, including inherited members. <ul> -<li><a href="qmotifdialog.html#TQMotifDialog">TQMotifDialog</a>() -<li><a href="qmotifdialog.html#~TQMotifDialog">~TQMotifDialog</a>() +<li><a href="tqmotifdialog.html#TQMotifDialog">TQMotifDialog</a>() +<li><a href="tqmotifdialog.html#~TQMotifDialog">~TQMotifDialog</a>() <li><a href="tqdialog.html#accept">accept</a>() -<li><a href="qmotifdialog.html#acceptCallback">acceptCallback</a>() +<li><a href="tqmotifdialog.html#acceptCallback">acceptCallback</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -77,7 +77,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#deleteLater">deleteLater</a>() <li><a href="tqwidget.html#destroy">destroy</a>() <li><a href="tqobject.html#destroyed">destroyed</a>() -<li><a href="qmotifdialog.html#dialog">dialog</a>() +<li><a href="tqmotifdialog.html#dialog">dialog</a>() <li><a href="tqobject.html#disconnect">disconnect</a>() <li><a href="tqobject.html#disconnectNotify">disconnectNotify</a>() <li><a href="tqdialog.html#done">done</a>() @@ -214,7 +214,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#recreate">recreate</a>() <li><a href="tqwidget.html#rect">rect</a>() <li><a href="tqdialog.html#reject">reject</a>() -<li><a href="qmotifdialog.html#rejectCallback">rejectCallback</a>() +<li><a href="tqmotifdialog.html#rejectCallback">rejectCallback</a>() <li><a href="tqwidget.html#releaseKeyboard">releaseKeyboard</a>() <li><a href="tqwidget.html#releaseMouse">releaseMouse</a>() <li><a href="tqobject.html#removeChild">removeChild</a>() @@ -283,7 +283,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#setWFlags">setWFlags</a>() <li><a href="tqwidget.html#setWindowOpacity">setWindowOpacity</a>() <li><a href="tqwidget.html#setWindowState">setWindowState</a>() -<li><a href="qmotifdialog.html#shell">shell</a>() +<li><a href="tqmotifdialog.html#shell">shell</a>() <li><a href="tqdialog.html#show">show</a>() <li><a href="tqwidget.html#showEvent">showEvent</a>() <li><a href="tqdialog.html#showExtension">showExtension</a>() diff --git a/doc/html/qmotifdialog.html b/doc/html/tqmotifdialog.html index f0cbd859..998143e9 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/tqmotifdialog.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/qmotifdialog.cpp:167 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/tqmotifdialog.cpp:167 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQMotifDialog class provides the TQDialog API for Motif-based dialogs. <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. -<p><tt>#include <<a href="qmotifdialog-h.html">qmotifdialog.h</a>></tt> +<p><tt>#include <<a href="tqmotifdialog-h.html">tqmotifdialog.h</a>></tt> <p>Inherits <a href="tqdialog.html">TQDialog</a>. -<p><a href="qmotifdialog-members.html">List of all member functions.</a> +<p><a href="tqmotifdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum DialogType { Prompt, Selection, Command, FileSelection, Template, Error, Information, Message, Question, Warning, Working } <em>(obsolete)</em></li> @@ -98,7 +98,7 @@ passed to the constructor, instead of a <a href="tqwidget.html">TQWidget</a> par <li><tt>TQMotifDialog::Working</tt> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMotifDialog"></a>TQMotifDialog::TQMotifDialog ( <a href="qmotifdialog.html#DialogType-enum">DialogType</a> dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog"></a>TQMotifDialog::TQMotifDialog ( <a href="tqmotifdialog.html#DialogType-enum">DialogType</a> dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Creates a TQMotifDialog using one of the predefined <a href="motif-extension.html#Motif">Motif</a> dialog types. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to diff --git a/doc/html/qmotifplusstyle-h.html b/doc/html/tqmotifplusstyle-h.html index ed53cdeb..72ccc248 100644 --- a/doc/html/qmotifplusstyle-h.html +++ b/doc/html/tqmotifplusstyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmotifplusstyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifplusstyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqmotifplusstyle.h Include File</title> +<title>tqmotifplusstyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqmotifplusstyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmotifplusstyle.h</h1> -<p>This is the verbatim text of the ntqmotifplusstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmotifplusstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqmotifplusstyle.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqmotifplusstyle.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of TQMotifPlusStyle class ** @@ -79,7 +79,7 @@ body { background: #ffffff; color: black; } #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) diff --git a/doc/html/qmotifplusstyle-members.html b/doc/html/tqmotifplusstyle-members.html index fa4a0292..6e49fedc 100644 --- a/doc/html/qmotifplusstyle-members.html +++ b/doc/html/tqmotifplusstyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmotifplusstyle.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifplusstyle.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMotifPlusStyle</h1> <p>This is the complete list of member functions for -<a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a>, including inherited members. +<a href="tqmotifplusstyle.html">TQMotifPlusStyle</a>, including inherited members. <ul> -<li><a href="ntqmotifplusstyle.html#TQMotifPlusStyle">TQMotifPlusStyle</a>() +<li><a href="tqmotifplusstyle.html#TQMotifPlusStyle">TQMotifPlusStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() +<li><a href="tqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqstyle.html#sizeFromContents">sizeFromContents</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() @@ -99,7 +99,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqstyle.html#unPolish">unPolish</a>() -<li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() +<li><a href="tqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="tqstyle.html#visualRect">visualRect</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqmotifplusstyle.html b/doc/html/tqmotifplusstyle.html index 437bf1bd..e265a92a 100644 --- a/doc/html/ntqmotifplusstyle.html +++ b/doc/html/tqmotifplusstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qmotifplusstyle.cpp:131 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqmotifplusstyle.cpp:131 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qmotifplusstyle-h.html">ntqmotifplusstyle.h</a>></tt> -<p>Inherits <a href="ntqmotifstyle.html">TQMotifStyle</a>. -<p><a href="qmotifplusstyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqmotifplusstyle-h.html">tqmotifplusstyle.h</a>></tt> +<p>Inherits <a href="tqmotifstyle.html">TQMotifStyle</a>. +<p><a href="tqmotifplusstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMotifPlusStyle"><b>TQMotifPlusStyle</b></a> ( bool hoveringHighlight = TRUE )</li> diff --git a/doc/html/qmotifstyle-h.html b/doc/html/tqmotifstyle-h.html index 91df3fa1..1f405ee5 100644 --- a/doc/html/qmotifstyle-h.html +++ b/doc/html/tqmotifstyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmotifstyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifstyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqmotifstyle.h Include File</title> +<title>tqmotifstyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqmotifstyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmotifstyle.h</h1> -<p>This is the verbatim text of the ntqmotifstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmotifstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqmotifstyle.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqmotifstyle.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of Motif-like style class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQMOTIFSTYLE_H #ifndef QT_H -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) diff --git a/doc/html/qmotifstyle-members.html b/doc/html/tqmotifstyle-members.html index 1defbe61..67ee0d5c 100644 --- a/doc/html/qmotifstyle-members.html +++ b/doc/html/tqmotifstyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqmotifstyle.h:56 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifstyle.h:56 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMotifStyle</h1> <p>This is the complete list of member functions for -<a href="ntqmotifstyle.html">TQMotifStyle</a>, including inherited members. +<a href="tqmotifstyle.html">TQMotifStyle</a>, including inherited members. <ul> -<li><a href="ntqmotifstyle.html#TQMotifStyle">TQMotifStyle</a>() +<li><a href="tqmotifstyle.html#TQMotifStyle">TQMotifStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -87,7 +87,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() +<li><a href="tqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqstyle.html#sizeFromContents">sizeFromContents</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() @@ -99,7 +99,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqstyle.html#unPolish">unPolish</a>() -<li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() +<li><a href="tqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="tqstyle.html#visualRect">visualRect</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqmotifstyle.html b/doc/html/tqmotifstyle.html index 85858c78..b5a202d1 100644 --- a/doc/html/ntqmotifstyle.html +++ b/doc/html/tqmotifstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qmotifstyle.cpp:76 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqmotifstyle.cpp:76 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQMotifStyle class provides Motif look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>></tt> -<p>Inherits <a href="ntqcommonstyle.html">TQCommonStyle</a>. -<p>Inherited by <a href="ntqcdestyle.html">TQCDEStyle</a>, <a href="ntqmotifplusstyle.html">TQMotifPlusStyle</a>, and <a href="ntqsgistyle.html">TQSGIStyle</a>. -<p><a href="qmotifstyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqmotifstyle-h.html">tqmotifstyle.h</a>></tt> +<p>Inherits <a href="tqcommonstyle.html">TQCommonStyle</a>. +<p>Inherited by <a href="tqcdestyle.html">TQCDEStyle</a>, <a href="tqmotifplusstyle.html">TQMotifPlusStyle</a>, and <a href="tqsgistyle.html">TQSGIStyle</a>. +<p><a href="tqmotifstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMotifStyle"><b>TQMotifStyle</b></a> ( bool useHighlightCols = FALSE )</li> diff --git a/doc/html/qmotifwidget-h.html b/doc/html/tqmotifwidget-h.html index aae36c2f..3fbdc61e 100644 --- a/doc/html/qmotifwidget-h.html +++ b/doc/html/tqmotifwidget-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotifwidget.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifwidget.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>qmotifwidget.h Include File</title> +<title>tqmotifwidget.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>qmotifwidget.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqmotifwidget.h</h1> -<p>This is the verbatim text of the qmotifwidget.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqmotifwidget.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/qmotifwidget.h 3.3.8 edited Jan 11 14:37 $ +** $Id: qt/tqmotifwidget.h 3.3.8 edited Jan 11 14:37 $ ** ** Definition of TQt extension classes for Xt/Motif support. ** diff --git a/doc/html/qmotifwidget-members.html b/doc/html/tqmotifwidget-members.html index 67e37e7a..42a3618e 100644 --- a/doc/html/qmotifwidget-members.html +++ b/doc/html/tqmotifwidget-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/qmotifwidget.h:38 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqmotifwidget.h:38 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQMotifWidget</h1> <p>This is the complete list of member functions for -<a href="qmotifwidget.html">TQMotifWidget</a>, including inherited members. +<a href="tqmotifwidget.html">TQMotifWidget</a>, including inherited members. <ul> -<li><a href="qmotifwidget.html#TQMotifWidget">TQMotifWidget</a>() -<li><a href="qmotifwidget.html#~TQMotifWidget">~TQMotifWidget</a>() +<li><a href="tqmotifwidget.html#TQMotifWidget">TQMotifWidget</a>() +<li><a href="tqmotifwidget.html#~TQMotifWidget">~TQMotifWidget</a>() <li><a href="tqwidget.html#acceptDrops">acceptDrops</a>() <li><a href="tqwidget.html#adjustSize">adjustSize</a>() <li><a href="tqwidget.html#autoMask">autoMask</a>() @@ -176,7 +176,7 @@ body { background: #ffffff; color: black; } <li><a href="tqwidget.html#minimumSize">minimumSize</a>() <li><a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() <li><a href="tqwidget.html#minimumWidth">minimumWidth</a>() -<li><a href="qmotifwidget.html#motifWidget">motifWidget</a>() +<li><a href="tqmotifwidget.html#motifWidget">motifWidget</a>() <li><a href="tqwidget.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a>() <li><a href="tqwidget.html#mouseGrabber">mouseGrabber</a>() <li><a href="tqwidget.html#mouseMoveEvent">mouseMoveEvent</a>() diff --git a/doc/html/qmotifwidget.html b/doc/html/tqmotifwidget.html index 95687254..c13d9bb3 100644 --- a/doc/html/qmotifwidget.html +++ b/doc/html/tqmotifwidget.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/qmotifwidget.cpp:272 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/tqmotifwidget.cpp:272 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,9 +34,9 @@ body { background: #ffffff; color: black; } <p>The TQMotifWidget class provides the TQWidget API for Xt/Motif widgets. <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. -<p><tt>#include <<a href="qmotifwidget-h.html">qmotifwidget.h</a>></tt> +<p><tt>#include <<a href="tqmotifwidget-h.html">tqmotifwidget.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p><a href="qmotifwidget-members.html">List of all member functions.</a> +<p><a href="tqmotifwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQMotifWidget"><b>TQMotifWidget</b></a> ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )</li> diff --git a/doc/html/qplatinumstyle-h.html b/doc/html/tqplatinumstyle-h.html index 012aeb73..a947a8ae 100644 --- a/doc/html/qplatinumstyle-h.html +++ b/doc/html/tqplatinumstyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqplatinumstyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqplatinumstyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqplatinumstyle.h Include File</title> +<title>tqplatinumstyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqplatinumstyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqplatinumstyle.h</h1> -<p>This is the verbatim text of the ntqplatinumstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqplatinumstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqplatinumstyle.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqplatinumstyle.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of Platinum-like style class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQPLATINUMSTYLE_H #ifndef QT_H -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) diff --git a/doc/html/qplatinumstyle-members.html b/doc/html/tqplatinumstyle-members.html index 4a3685ca..0149bef8 100644 --- a/doc/html/qplatinumstyle-members.html +++ b/doc/html/tqplatinumstyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqplatinumstyle.h:55 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqplatinumstyle.h:55 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQPlatinumStyle</h1> <p>This is the complete list of member functions for -<a href="ntqplatinumstyle.html">TQPlatinumStyle</a>, including inherited members. +<a href="tqplatinumstyle.html">TQPlatinumStyle</a>, including inherited members. <ul> -<li><a href="ntqplatinumstyle.html#TQPlatinumStyle">TQPlatinumStyle</a>() +<li><a href="tqplatinumstyle.html#TQPlatinumStyle">TQPlatinumStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -56,7 +56,7 @@ body { background: #ffffff; color: black; } <li><a href="tqstyle.html#drawControlMask">drawControlMask</a>() <li><a href="tqstyle.html#drawItem">drawItem</a>() <li><a href="tqstyle.html#drawPrimitive">drawPrimitive</a>() -<li><a href="ntqplatinumstyle.html#drawRiffles">drawRiffles</a>() +<li><a href="tqplatinumstyle.html#drawRiffles">drawRiffles</a>() <li><a href="tqobject.html#dumpObjectInfo">dumpObjectInfo</a>() <li><a href="tqobject.html#dumpObjectTree">dumpObjectTree</a>() <li><a href="tqobject.html#event">event</a>() @@ -71,7 +71,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#killTimer">killTimer</a>() <li><a href="tqobject.html#killTimers">killTimers</a>() <li><a href="tqobject.html#metaObject">metaObject</a>() -<li><a href="ntqplatinumstyle.html#mixedColor">mixedColor</a>() +<li><a href="tqplatinumstyle.html#mixedColor">mixedColor</a>() <li><a href="tqobject.html#name">name</a>() <li><a href="tqobject.html#normalizeSignalSlot">normalizeSignalSlot</a>() <li><a href="tqobject.html#objectTrees">objectTrees</a>() diff --git a/doc/html/ntqplatinumstyle.html b/doc/html/tqplatinumstyle.html index 4f841d31..81be7498 100644 --- a/doc/html/ntqplatinumstyle.html +++ b/doc/html/tqplatinumstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qplatinumstyle.cpp:53 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqplatinumstyle.cpp:53 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQPlatinumStyle class provides Mac/Platinum look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qplatinumstyle-h.html">ntqplatinumstyle.h</a>></tt> -<p>Inherits <a href="ntqwindowsstyle.html">TQWindowsStyle</a>. -<p><a href="qplatinumstyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqplatinumstyle-h.html">tqplatinumstyle.h</a>></tt> +<p>Inherits <a href="tqwindowsstyle.html">TQWindowsStyle</a>. +<p><a href="tqplatinumstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQPlatinumStyle"><b>TQPlatinumStyle</b></a> ()</li> diff --git a/doc/html/qsgistyle-h.html b/doc/html/tqsgistyle-h.html index 0104b764..a5e1dc9f 100644 --- a/doc/html/qsgistyle-h.html +++ b/doc/html/tqsgistyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsgistyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsgistyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqsgistyle.h Include File</title> +<title>tqsgistyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqsgistyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqsgistyle.h</h1> -<p>This is the verbatim text of the ntqsgistyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqsgistyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqsgistyle.h 3.3.8 edited Jan 11 14:46 $ +** $Id: qt/tqsgistyle.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of SGI-like style class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQSGISTYLE_H #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #include "ntqguardedptr.h" #include "tqwidget.h" #endif // QT_H diff --git a/doc/html/qsgistyle-members.html b/doc/html/tqsgistyle-members.html index d20d96ee..19e5abdc 100644 --- a/doc/html/qsgistyle-members.html +++ b/doc/html/tqsgistyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqsgistyle.h:57 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqsgistyle.h:57 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,11 +32,11 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQSGIStyle</h1> <p>This is the complete list of member functions for -<a href="ntqsgistyle.html">TQSGIStyle</a>, including inherited members. +<a href="tqsgistyle.html">TQSGIStyle</a>, including inherited members. <ul> -<li><a href="ntqsgistyle.html#TQSGIStyle">TQSGIStyle</a>() -<li><a href="ntqsgistyle.html#~TQSGIStyle">~TQSGIStyle</a>() +<li><a href="tqsgistyle.html#TQSGIStyle">TQSGIStyle</a>() +<li><a href="tqsgistyle.html#~TQSGIStyle">~TQSGIStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() @@ -88,7 +88,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#sender">sender</a>() <li><a href="tqobject.html#setName">setName</a>() <li><a href="tqobject.html#setProperty">setProperty</a>() -<li><a href="ntqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() +<li><a href="tqmotifstyle.html#setUseHighlightColors">setUseHighlightColors</a>() <li><a href="tqobject.html#signalsBlocked">signalsBlocked</a>() <li><a href="tqstyle.html#sizeFromContents">sizeFromContents</a>() <li><a href="tqobject.html#startTimer">startTimer</a>() @@ -100,7 +100,7 @@ body { background: #ffffff; color: black; } <li><a href="tqobject.html#tr">tr</a>() <li><a href="tqobject.html#trUtf8">trUtf8</a>() <li><a href="tqstyle.html#unPolish">unPolish</a>() -<li><a href="ntqmotifstyle.html#useHighlightColors">useHighlightColors</a>() +<li><a href="tqmotifstyle.html#useHighlightColors">useHighlightColors</a>() <li><a href="tqstyle.html#visualRect">visualRect</a>() </ul> <!-- eof --> diff --git a/doc/html/ntqsgistyle.html b/doc/html/tqsgistyle.html index 6e87b625..ca88af11 100644 --- a/doc/html/ntqsgistyle.html +++ b/doc/html/tqsgistyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qsgistyle.cpp:96 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqsgistyle.cpp:96 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,9 +33,9 @@ body { background: #ffffff; color: black; } <p>The TQSGIStyle class provides SGI/Irix look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qsgistyle-h.html">ntqsgistyle.h</a>></tt> -<p>Inherits <a href="ntqmotifstyle.html">TQMotifStyle</a>. -<p><a href="qsgistyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqsgistyle-h.html">tqsgistyle.h</a>></tt> +<p>Inherits <a href="tqmotifstyle.html">TQMotifStyle</a>. +<p><a href="tqsgistyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQSGIStyle"><b>TQSGIStyle</b></a> ( bool useHighlightCols = FALSE )</li> @@ -58,7 +58,7 @@ Constructs a TQSGIStyle. polish the application's color palette to emulate the <a href="motif-extension.html#Motif">Motif</a> way of highlighting, which is a simple inversion between the base and the text color. -<p> <p>See also <a href="ntqmotifstyle.html#useHighlightColors">TQMotifStyle::useHighlightColors</a>(). +<p> <p>See also <a href="tqmotifstyle.html#useHighlightColors">TQMotifStyle::useHighlightColors</a>(). <h3 class=fn><a name="~TQSGIStyle"></a>TQSGIStyle::~TQSGIStyle ()<tt> [virtual]</tt> </h3> diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 9da4a645..7c614a2e 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqstyle-h.html">tqstyle.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a>. -<p>Inherited by <a href="ntqcommonstyle.html">TQCommonStyle</a>. +<p>Inherited by <a href="tqcommonstyle.html">TQCommonStyle</a>. <p><a href="tqstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 45880246..22301741 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqwidget-h.html">tqwidget.h</a>></tt> <p>Inherits <a href="tqobject.html">TQObject</a> and <a href="tqpaintdevice.html">TQPaintDevice</a>. --<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="qmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. +-<p>Inherited by <a href="tqbutton.html">TQButton</a>, <a href="tqframe.html">TQFrame</a>, <a href="tqdialog.html">TQDialog</a>, <a href="tqcombobox.html">TQComboBox</a>, <a href="tqdatabrowser.html">TQDataBrowser</a>, <a href="tqdataview.html">TQDataView</a>, <a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a>, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqdesktopwidget.html">TQDesktopWidget</a>, <a href="tqdial.html">TQDial</a>, <a href="ntqdockarea.html">TQDockArea</a>, <a href="tqglwidget.html">TQGLWidget</a>, <a href="tqheader.html">TQHeader</a>, <a href="tqmainwindow.html">TQMainWindow</a>, <a href="tqmotifwidget.html">TQMotifWidget</a>, <a href="qnpwidget.html">TQNPWidget</a>, <a href="tqscrollbar.html">TQScrollBar</a>, <a href="tqsizegrip.html">TQSizeGrip</a>, <a href="tqslider.html">TQSlider</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="ntqsplashscreen.html">TQSplashScreen</a>, <a href="tqstatusbar.html">TQStatusBar</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqtabwidget.html">TQTabWidget</a>, <a href="tqworkspace.html">TQWorkspace</a>, and <a href="qxtwidget.html">TQXtWidget</a>. <p><a href="tqwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> diff --git a/doc/html/qwindowsstyle-h.html b/doc/html/tqwindowsstyle-h.html index 17961081..83e96ecd 100644 --- a/doc/html/qwindowsstyle-h.html +++ b/doc/html/tqwindowsstyle-h.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqwindowsstyle.h:1 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqwindowsstyle.h:1 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>ntqwindowsstyle.h Include File</title> +<title>tqwindowsstyle.h Include File</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,13 +29,13 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>ntqwindowsstyle.h</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>tqwindowsstyle.h</h1> -<p>This is the verbatim text of the ntqwindowsstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. +<p>This is the verbatim text of the tqwindowsstyle.h include file. It is provided only for illustration; the copyright remains with Trolltech. <hr> <pre> /**************************************************************************** -** $Id: qt/ntqwindowsstyle.h 3.3.8 edited Jan 11 14:38 $ +** $Id: qt/tqwindowsstyle.h 3.3.8 edited Jan 11 14:38 $ ** ** Definition of Windows-like style class ** @@ -78,7 +78,7 @@ body { background: #ffffff; color: black; } #define TQWINDOWSSTYLE_H #ifndef QT_H -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) diff --git a/doc/html/qwindowsstyle-members.html b/doc/html/tqwindowsstyle-members.html index d037f5e7..82ec3670 100644 --- a/doc/html/qwindowsstyle-members.html +++ b/doc/html/tqwindowsstyle-members.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/ntqwindowsstyle.h:54 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/include/tqwindowsstyle.h:54 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -32,10 +32,10 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for TQWindowsStyle</h1> <p>This is the complete list of member functions for -<a href="ntqwindowsstyle.html">TQWindowsStyle</a>, including inherited members. +<a href="tqwindowsstyle.html">TQWindowsStyle</a>, including inherited members. <ul> -<li><a href="ntqwindowsstyle.html#TQWindowsStyle">TQWindowsStyle</a>() +<li><a href="tqwindowsstyle.html#TQWindowsStyle">TQWindowsStyle</a>() <li><a href="tqobject.html#blockSignals">blockSignals</a>() <li><a href="tqobject.html#checkConnectArgs">checkConnectArgs</a>() <li><a href="tqobject.html#child">child</a>() diff --git a/doc/html/ntqwindowsstyle.html b/doc/html/tqwindowsstyle.html index ae88c0e0..71ca0422 100644 --- a/doc/html/ntqwindowsstyle.html +++ b/doc/html/tqwindowsstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/qwindowsstyle.cpp:208 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/styles/tqwindowsstyle.cpp:208 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,10 +33,10 @@ body { background: #ffffff; color: black; } <p>The TQWindowsStyle class provides a Microsoft Windows-like look and feel. <a href="#details">More...</a> -<p><tt>#include <<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>></tt> -<p>Inherits <a href="ntqcommonstyle.html">TQCommonStyle</a>. -<p>Inherited by <a href="qmacstyle.html">TQMacStyle</a> and <a href="ntqplatinumstyle.html">TQPlatinumStyle</a>. -<p><a href="qwindowsstyle-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>></tt> +<p>Inherits <a href="tqcommonstyle.html">TQCommonStyle</a>. +<p>Inherited by <a href="qmacstyle.html">TQMacStyle</a> and <a href="tqplatinumstyle.html">TQPlatinumStyle</a>. +<p><a href="tqwindowsstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQWindowsStyle"><b>TQWindowsStyle</b></a> ()</li> diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 31ca760c..f4ab3aa4 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -43,7 +43,7 @@ Browsing and editing of SQL tables and views. | TQSqlCursor Browsing of general SQL SELECT statements. | TQSqlSelectCursor Buffered TCP connection. | TQSocket Bundles signals from identifiable senders. | TQSignalMapper -CDE look and feel. | QCDEStyle +CDE look and feel. | TQCDEStyle Can be used to send signals for classes that don't inherit TQObject. | TQSignal Checkable list view items. | TQCheckListItem Checkbox with a text label. | TQCheckBox @@ -113,7 +113,7 @@ Encapsulates a drag item. | TQIconDragItem Encapsulates a key sequence as used by accelerators. | QKeySequence Encapsulates a set of database field meta data. | TQSqlRecordInfo Encapsulates an OpenGL rendering context. | TQGLContext -Encapsulates the common Look and Feel of a GUI. | QCommonStyle +Encapsulates the common Look and Feel of a GUI. | TQCommonStyle Encapsulation of a set of text styles. | TQStyleSheetItem Enums and static functions relating to accessibility. | QAccessible Error message display dialog. | QErrorMessage @@ -211,7 +211,7 @@ List of TQCanvasItems. | TQCanvasItemList List of TQDomNode objects. | TQDomNodeList List of selectable, read-only items. | TQListBox List of strings. | TQStringList -Mac/Platinum look and feel. | QPlatinumStyle +Mac/Platinum look and feel. | TQPlatinumStyle Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar. | TQMainWindow Maintains the list of widgets in the focus chain. | QFocusData Manages and lays out QDockWindows. | QDockArea @@ -224,11 +224,11 @@ Means of executing and manipulating SQL statements. | TQSqlQuery Means of using TQt Assistant as an application's help tool. | QAssistantClient Means of using comboboxes in TQTables. | TQComboTableItem Meta information about TQt objects. | QMetaObject -Microsoft Windows-like look and feel. | QWindowsStyle +Microsoft Windows-like look and feel. | TQWindowsStyle Modal dialog with a short message, an icon, and some buttons. | QMessageBox Monochrome (1-bit depth) pixmaps. | TQBitmap -More sophisticated Motif-ish look and feel. | QMotifPlusStyle -Motif look and feel. | QMotifStyle +More sophisticated Motif-ish look and feel. | TQMotifPlusStyle +Motif look and feel. | TQMotifStyle Mouse cursor with an arbitrary shape. | QCursor Movable panel containing widgets such as tool buttons. | TQToolBar Multi-bezier splines on a TQCanvas. | TQCanvasSpline @@ -288,7 +288,7 @@ Response header information for HTTP. | TQHttpResponseHeader Rich text browser with hypertext navigation. | TQTextBrowser Robust integer semaphore. | TQSemaphore Rounded range control (like a speedometer or potentiometer). | TQDial -SGI/Irix look and feel. | QSGIStyle +SGI/Irix look and feel. | TQSGIStyle SQL database error information. | TQSqlError Scrolling area with on-demand scroll bars. | TQScrollView Serialization of binary data to a TQIODevice. | TQDataStream @@ -335,8 +335,8 @@ Template class which ensures that implicitly shared and explicitly shared classe Template collection class that provides a vector (array). | TQPtrVector Text object on a TQCanvas. | TQCanvasText Text or image display. | TQLabel -The TQDialog API for Motif-based dialogs. | QMotifDialog -The TQWidget API for Xt/Motif widgets. | QMotifWidget +The TQDialog API for Motif-based dialogs. | TQMotifDialog +The TQWidget API for Xt/Motif widgets. | TQMotifWidget The XML handler classes with information about the parsing position within a file. | TQXmlLocator The abstract base class of button widgets, providing functionality common to buttons. | TQButton The base class for all the nodes in a DOM tree. | TQDomNode @@ -350,7 +350,7 @@ The base class of geometry managers. | TQLayout The base class of most pointer-based TQt collections. | TQPtrCollection The base class of objects that can be painted. | TQPaintDevice The base class of widgets that can have a frame. | TQFrame -The basis of the Motif Extension. | QMotif +The basis of the Motif Extension. | TQMotif The cell content for TQTable cells. | TQTableItem The display format of an OpenGL rendering context. | TQGLFormat The input data for the TQXmlReader subclasses. | TQXmlInputSource diff --git a/doc/indices.doc b/doc/indices.doc index 18323a33..7ce11484 100644 --- a/doc/indices.doc +++ b/doc/indices.doc @@ -358,7 +358,7 @@ in a line-by-line coverage please refer to the tutorials \section1 TQt Extensions: Assorted Examples \list -\i \link motif-examples.html QMotif support extension \endlink +\i \link motif-examples.html TQMotif support extension \endlink \omit \i \link xt-motif-examples.html Xt/Motif support extension \endlink \endomit \i \link nsplugin-examples.html Qt-based plugins for web browsers \endlink \endlist @@ -452,13 +452,13 @@ For more information see the \link netscape-plugin.html Plugin Howto \endlink. /*! \defgroup motif-examples -\title QMotif Support Extension +\title TQMotif Support Extension -The following example programs illustrate the use of the QMotif Extension +The following example programs illustrate the use of the TQMotif Extension assisting in the migration process of old Xt and Motif based code to the more comfortable TQt toolkit. -For more information see the \link motif-extension.html QMotif +For more information see the \link motif-extension.html TQMotif Support Extension documentation. \endlink */ diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt index e5d3b9a5..0559b88e 100644 --- a/doc/man/man3/tqapplication.3qt +++ b/doc/man/man3/tqapplication.3qt @@ -1431,7 +1431,7 @@ Example usage: .PP .nf .br - QApplication::setStyle( new QWindowsStyle ); + QApplication::setStyle( new TQWindowsStyle ); .br .fi .PP diff --git a/doc/man/man3/tqcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt index c101317a..217a2edc 100644 --- a/doc/man/man3/tqcdestyle.3qt +++ b/doc/man/man3/tqcdestyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCDEStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCDEStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,39 +7,39 @@ .ad l .nh .SH NAME -QCDEStyle \- CDE look and feel +TQCDEStyle \- CDE look and feel .SH SYNOPSIS -\fC#include <ntqcdestyle.h>\fR +\fC#include <tqcdestyle.h>\fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQCDEStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQCDEStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c -.BI "virtual \fB~QCDEStyle\fR ()" +.BI "virtual \fB~TQCDEStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QCDEStyle class provides a CDE look and feel. +The TQCDEStyle class provides a CDE look and feel. .PP This style provides a slightly improved Motif look similar to some versions of the Common Desktop Environment (CDE). The main differences are thinner frames and more modern radio buttons and checkboxes. Together with a dark background and a bright text/foreground color, the style looks quite attractive (at least for Motif fans). .PP -Note that the functions provided by QCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. +Note that the functions provided by TQCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCDEStyle::QCDEStyle ( bool useHighlightCols = FALSE )" -Constructs a QCDEStyle. +.SH "TQCDEStyle::TQCDEStyle ( bool useHighlightCols = FALSE )" +Constructs a TQCDEStyle. .PP If \fIuseHighlightCols\fR is FALSE (the default), then the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. -.SH "QCDEStyle::~QCDEStyle ()\fC [virtual]\fR" +.SH "TQCDEStyle::~TQCDEStyle ()\fC [virtual]\fR" Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcdestyle.html +.BR http://doc.trolltech.com/tqcdestyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt index ad8f79e7..445511dc 100644 --- a/doc/man/man3/tqcommonstyle.3qt +++ b/doc/man/man3/tqcommonstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCommonStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCommonStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,22 +7,22 @@ .ad l .nh .SH NAME -QCommonStyle \- Encapsulates the common Look and Feel of a GUI +TQCommonStyle \- Encapsulates the common Look and Feel of a GUI .SH SYNOPSIS -\fC#include <ntqcommonstyle.h>\fR +\fC#include <tqcommonstyle.h>\fR .PP Inherits TQStyle. .PP -Inherited by QMotifStyle and QWindowsStyle. +Inherited by TQMotifStyle and TQWindowsStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQCommonStyle\fR ()" +.BI "\fBTQCommonStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QCommonStyle class encapsulates the common Look and Feel of a GUI. +The TQCommonStyle class encapsulates the common Look and Feel of a GUI. .PP This abstract class implements some of the widget's look and feel that is common to all GUI styles provided and shipped as part of Qt. .PP @@ -30,11 +30,11 @@ All the functions are documented in TQStyle. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QCommonStyle::QCommonStyle ()" -Constructs a QCommonStyle. +.SH "TQCommonStyle::TQCommonStyle ()" +Constructs a TQCommonStyle. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqcommonstyle.html +.BR http://doc.trolltech.com/tqcommonstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt index 651b632e..60fedb6d 100644 --- a/doc/man/man3/tqdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -13,7 +13,7 @@ TQDialog \- The base class of dialog windows .PP Inherits TQWidget. .PP -Inherited by TQColorDialog, QErrorMessage, TQFileDialog, TQFontDialog, QInputDialog, QMessageBox, QMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard. +Inherited by TQColorDialog, QErrorMessage, TQFileDialog, TQFontDialog, QInputDialog, QMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt index ca4a6670..cedefb41 100644 --- a/doc/man/man3/tqeventloop.3qt +++ b/doc/man/man3/tqeventloop.3qt @@ -13,7 +13,7 @@ TQEventLoop \- Manages the event queue .PP Inherits TQObject. .PP -Inherited by QMotif. +Inherited by TQMotif. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt index ed3993aa..e1978ffe 100644 --- a/doc/man/man3/tqmacstyle.3qt +++ b/doc/man/man3/tqmacstyle.3qt @@ -11,7 +11,7 @@ QMacStyle \- Implements an Appearance Manager style .SH SYNOPSIS \fC#include <qmacstyle_mac.h>\fR .PP -Inherits QWindowsStyle. +Inherits TQWindowsStyle. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqmotif.3qt b/doc/man/man3/tqmotif.3qt index 14202919..670531e1 100644 --- a/doc/man/man3/tqmotif.3qt +++ b/doc/man/man3/tqmotif.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotif 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotif 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,21 +7,21 @@ .ad l .nh .SH NAME -QMotif \- The basis of the +TQMotif \- The basis of the .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include <qmotif.h>\fR +\fC#include <tqmotif.h>\fR .PP Inherits TQEventLoop. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +.BI "\fBTQMotif\fR ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" .br .ti -1c -.BI "\fB~QMotif\fR ()" +.BI "\fB~TQMotif\fR ()" .br .ti -1c .BI "XtAppContext \fBapplicationContext\fR () const" @@ -36,13 +36,13 @@ Inherits TQEventLoop. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotif class provides the basis of the Motif Extension. +The TQMotif class provides the basis of the Motif Extension. .PP -QMotif only provides a few public functions, but it is at the heart of the integration. QMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. +TQMotif only provides a few public functions, but it is at the heart of the integration. TQMotif is responsible for initializing the Xt toolkit and the Xt application context. It does not open a connection to the X server, that is done by QApplication. .PP -The only member function in QMotif that depends on an X server connection is QMotif::initialize(). QMotif must be created before QApplication. +The only member function in TQMotif that depends on an X server connection is TQMotif::initialize(). TQMotif must be created before QApplication. .PP -Example usage of QMotif and QApplication: +Example usage of TQMotif and QApplication: .PP .nf .br @@ -57,7 +57,7 @@ Example usage of QMotif and QApplication: .br { .br - QMotif integrator( "AppClass" ); + TQMotif integrator( "AppClass" ); .br XtAppSetFallbackResources( integrator.applicationContext(), .br @@ -75,21 +75,21 @@ Example usage of QMotif and QApplication: .br .fi .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotif::QMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" -Creates QMotif, which allows TQt and Xt/Motif integration. +.SH "TQMotif::TQMotif ( const char * applicationClass, XtAppContext context = NULL, XrmOptionDescRec * options = 0, int numOptions = 0 )" +Creates TQMotif, which allows TQt and Xt/Motif integration. .PP -If \fIcontext\fR is 0, QMotif creates a default application context itself. The context is accessible through applicationContext(). +If \fIcontext\fR is 0, TQMotif creates a default application context itself. The context is accessible through applicationContext(). .PP All arguments passed to this function (\fIapplicationClass\fR, \fIoptions\fR and \fInumOptions\fR) are used to call XtDisplayInitialize() after QApplication has been constructed. -.SH "QMotif::~QMotif ()" -Destroys QMotif. -.SH "XtAppContext QMotif::applicationContext () const" +.SH "TQMotif::~TQMotif ()" +Destroys TQMotif. +.SH "XtAppContext TQMotif::applicationContext () const" Returns the application context. -.SH "Display * QMotif::x11Display ()\fC [static]\fR" +.SH "Display * TQMotif::x11Display ()\fC [static]\fR" Returns the X11 display connection used by the TQt Motif Extension. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotif.html +.BR http://doc.trolltech.com/tqmotif.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifdialog.3qt b/doc/man/man3/tqmotifdialog.3qt index cb2ad081..6589a3c8 100644 --- a/doc/man/man3/tqmotifdialog.3qt +++ b/doc/man/man3/tqmotifdialog.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifDialog 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifDialog 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,11 +7,11 @@ .ad l .nh .SH NAME -QMotifDialog \- The TQDialog API for Motif-based dialogs +TQMotifDialog \- The TQDialog API for Motif-based dialogs .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include <qmotifdialog.h>\fR +\fC#include <tqmotifdialog.h>\fR .PP Inherits TQDialog. .PP @@ -21,19 +21,19 @@ Inherits TQDialog. .BI "enum DialogType { Prompt, Selection, Command, FileSelection, Template, Error, Information, Message, Question, Warning, Working } \fI(obsolete)\fR" .br .ti -1c -.BI "QMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" +.BI "TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" .br .ti -1c -.BI "QMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" +.BI "TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) \fI(obsolete)\fR" .br .ti -1c -.BI "\fBQMotifDialog\fR ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.BI "\fBTQMotifDialog\fR ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" .br .ti -1c -.BI "\fBQMotifDialog\fR ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.BI "\fBTQMotifDialog\fR ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" .br .ti -1c -.BI "virtual \fB~QMotifDialog\fR ()" +.BI "virtual \fB~TQMotifDialog\fR ()" .br .ti -1c .BI "Widget \fBshell\fR () const" @@ -54,106 +54,106 @@ Inherits TQDialog. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotifDialog class provides the TQDialog API for Motif-based dialogs. +The TQMotifDialog class provides the TQDialog API for Motif-based dialogs. .PP -QMotifDialog provides two separate modes of operation. The application programmer can use QMotifDialog with an existing Motif-based dialog and a TQWidget parent, or the application programmer can use QMotifDialog with a custom Qt-based dialog and a Motif-based parent. Modality continues to work as expected. +TQMotifDialog provides two separate modes of operation. The application programmer can use TQMotifDialog with an existing Motif-based dialog and a TQWidget parent, or the application programmer can use TQMotifDialog with a custom Qt-based dialog and a Motif-based parent. Modality continues to work as expected. .PP Motif-based dialogs must have a \fCShell\fR widget parent with a single child, due to requirements of the Motif toolkit. The \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR, is created during construction. It can be accessed using the shell() member function. .PP The single child of the \fCShell\fR can be accessed using the dialog() member function \fIafter\fR it has been created. .PP -The acceptCallback() and rejectCallback() functions provide a convenient way to call TQDialog::accept() and TQDialog::reject() through callbacks. A pointer to the QMotifDialog should be passed as the \fCclient_data\fR argument to the callback. +The acceptCallback() and rejectCallback() functions provide a convenient way to call TQDialog::accept() and TQDialog::reject() through callbacks. A pointer to the TQMotifDialog should be passed as the \fCclient_data\fR argument to the callback. .PP -The API and behavior QMotifDialog is identical to that of TQDialog when using a custom Qt-based dialog with a Motif-based parent. The only difference is that a Motif-based \fIparent\fR argument is passed to the constructor, instead of a TQWidget parent. +The API and behavior TQMotifDialog is identical to that of TQDialog when using a custom Qt-based dialog with a Motif-based parent. The only difference is that a Motif-based \fIparent\fR argument is passed to the constructor, instead of a TQWidget parent. .SS "Member Type Documentation" -.SH "QMotifDialog::DialogType" +.SH "TQMotifDialog::DialogType" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This enum lists the predefined Motif dialog types. .TP -\fCQMotifDialog::Prompt\fR +\fCTQMotifDialog::Prompt\fR .TP -\fCQMotifDialog::Selection\fR +\fCTQMotifDialog::Selection\fR .TP -\fCQMotifDialog::Command\fR +\fCTQMotifDialog::Command\fR .TP -\fCQMotifDialog::FileSelection\fR +\fCTQMotifDialog::FileSelection\fR .TP -\fCQMotifDialog::Template\fR +\fCTQMotifDialog::Template\fR .TP -\fCQMotifDialog::Error\fR +\fCTQMotifDialog::Error\fR .TP -\fCQMotifDialog::Information\fR +\fCTQMotifDialog::Information\fR .TP -\fCQMotifDialog::Message\fR +\fCTQMotifDialog::Message\fR .TP -\fCQMotifDialog::Question\fR +\fCTQMotifDialog::Question\fR .TP -\fCQMotifDialog::Warning\fR +\fCTQMotifDialog::Warning\fR .TP -\fCQMotifDialog::Working\fR +\fCTQMotifDialog::Working\fR .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifDialog::QMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.SH "TQMotifDialog::TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Creates a QMotifDialog using one of the predefined Motif dialog types. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +Creates a TQMotifDialog using one of the predefined Motif dialog types. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The \fIparent\fR, \fIargs\fR and \fIargcount\fR arguments are passed to XtCreatePopupShell() when creating the subclass. You can access the Shell widget with the shell() member function. .PP This constructor also creates the dialog widget with the Shell widget as its parent. The type of the dialog created is specified by the \fIdialogtype\fR argument. See the DialogType enum for a list of available dialog types. You can access the dialog widget with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also DialogType, shell(), and dialog(). -.SH "QMotifDialog::QMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +.SH "TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -Creates a QMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +Creates a TQMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The \fIargs\fR and \fIargcount\fR arguments are passed to XtCreatePopupShell() when creating the subclass. You can access the Shell widget with the shell() member function. .PP The dialog widget is not created by the constructor. You must create the dialog widget as a child of the the widget returned by shell(). You can access the child widget with the dialog() member function. .PP -A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. QMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. +A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. TQMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also shell() and dialog(). -.SH "QMotifDialog::QMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" -Creates a QMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +.SH "TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +Creates a TQMotifDialog which allows the application programmer to use the Motif-based \fIparent\fR for a custom TQDialog. The \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR. You can access the \fCShell\fR widget with the shell() member function. .PP See also shell(). -.SH "QMotifDialog::QMotifDialog ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" -Creates a QMotifDialog which allows the application programmer to use a TQWidget parent for an existing Motif-based dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. +.SH "TQMotifDialog::TQMotifDialog ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )" +Creates a TQMotifDialog which allows the application programmer to use a TQWidget parent for an existing Motif-based dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIflags\fR arguments are passed to the TQDialog constructor. .PP This constructor creates a \fCShell\fR widget, which is a special subclass of \fCXmDialogShell\fR. You can access the \fCShell\fR widget with the shell() member functon. .PP -A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. QMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. +A dialog widget is not created by this constructor. Instead, you should create the dialog widget as a child of this dialog. TQMotifDialog will take ownership of your custom dialog, and you can access it with the dialog() member function. .PP -\fBWarning:\fR QMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. +\fBWarning:\fR TQMotifDialog takes ownership of the child widget and destroys it during destruction. You should not destroy the dialog widget yourself. .PP See also shell() and dialog(). -.SH "QMotifDialog::~QMotifDialog ()\fC [virtual]\fR" +.SH "TQMotifDialog::~TQMotifDialog ()\fC [virtual]\fR" Destroys the TQDialog, dialog widget and \fCShell\fR widget. -.SH "void QMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" -Convenient Xt/Motif callback to accept the QMotifDialog. +.SH "void TQMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" +Convenient Xt/Motif callback to accept the TQMotifDialog. .PP The data is passed in \fIclient_data\fR. -.SH "Widget QMotifDialog::dialog () const" +.SH "Widget TQMotifDialog::dialog () const" Returns the Motif widget embedded in this dialog. -.SH "void QMotifDialog::rejectCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" -Convenient Xt/Motif callback to reject the QMotifDialog. +.SH "void TQMotifDialog::rejectCallback ( Widget, XtPointer client_data, XtPointer )\fC [static]\fR" +Convenient Xt/Motif callback to reject the TQMotifDialog. .PP The data is passed in \fIclient_data\fR. -.SH "Widget QMotifDialog::shell () const" +.SH "Widget TQMotifDialog::shell () const" Returns the \fCShell\fR widget embedded in this dialog. .PP Example: dialog/mainwindow.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifdialog.html +.BR http://doc.trolltech.com/tqmotifdialog.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifplusstyle.3qt b/doc/man/man3/tqmotifplusstyle.3qt index 4c1276cc..9f377df2 100644 --- a/doc/man/man3/tqmotifplusstyle.3qt +++ b/doc/man/man3/tqmotifplusstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifPlusStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifPlusStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,34 +7,34 @@ .ad l .nh .SH NAME -QMotifPlusStyle \- More sophisticated Motif-ish look and feel +TQMotifPlusStyle \- More sophisticated Motif-ish look and feel .SH SYNOPSIS -\fC#include <ntqmotifplusstyle.h>\fR +\fC#include <tqmotifplusstyle.h>\fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifPlusStyle\fR ( bool hoveringHighlight = TRUE )" +.BI "\fBTQMotifPlusStyle\fR ( bool hoveringHighlight = TRUE )" .br .in -1c .SH DESCRIPTION -The QMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. +The TQMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. .PP This class implements a Motif-ish look and feel with the more sophisticated bevelling as used by the GIMP Toolkit (GTK+) for Unix/X11. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifPlusStyle::QMotifPlusStyle ( bool hoveringHighlight = TRUE )" -Constructs a QMotifPlusStyle +.SH "TQMotifPlusStyle::TQMotifPlusStyle ( bool hoveringHighlight = TRUE )" +Constructs a TQMotifPlusStyle .PP If \fIhoveringHighlight\fR is TRUE (the default), then the style will not highlight push buttons, checkboxes, radiobuttons, comboboxes, scrollbars or sliders. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqmotifplusstyle.html +.BR http://doc.trolltech.com/tqmotifplusstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt index 3204a3e0..a78bf729 100644 --- a/doc/man/man3/tqmotifstyle.3qt +++ b/doc/man/man3/tqmotifstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,18 +7,18 @@ .ad l .nh .SH NAME -QMotifStyle \- Motif look and feel +TQMotifStyle \- Motif look and feel .SH SYNOPSIS -\fC#include <ntqmotifstyle.h>\fR +\fC#include <tqmotifstyle.h>\fR .PP -Inherits QCommonStyle. +Inherits TQCommonStyle. .PP -Inherited by QCDEStyle, QMotifPlusStyle, and QSGIStyle. +Inherited by TQCDEStyle, TQMotifPlusStyle, and TQSGIStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQMotifStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c .BI "void \fBsetUseHighlightColors\fR ( bool arg )" @@ -28,30 +28,30 @@ Inherited by QCDEStyle, QMotifPlusStyle, and QSGIStyle. .br .in -1c .SH DESCRIPTION -The QMotifStyle class provides Motif look and feel. +The TQMotifStyle class provides Motif look and feel. .PP This class implements the Motif look and feel. It closely resembles the original Motif look as defined by the Open Group, but with some minor improvements. The Motif style is Qt's default GUI style on UNIX platforms. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifStyle::QMotifStyle ( bool useHighlightCols = FALSE )" -Constructs a QMotifStyle. +.SH "TQMotifStyle::TQMotifStyle ( bool useHighlightCols = FALSE )" +Constructs a TQMotifStyle. .PP If \fIuseHighlightCols\fR is FALSE (the default), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. -.SH "void QMotifStyle::setUseHighlightColors ( bool arg )" +.SH "void TQMotifStyle::setUseHighlightColors ( bool arg )" If \fIarg\fR is FALSE, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. .PP The effect will show up the next time an application palette is set via QApplication::setPalette(). The current color palette of the application remains unchanged. .PP See also TQStyle::polish(). -.SH "bool QMotifStyle::useHighlightColors () const" +.SH "bool TQMotifStyle::useHighlightColors () const" Returns TRUE if the style treats the highlight colors of the palette in a Motif-like manner, which is a simple inversion between the base and the text color; otherwise returns FALSE. The default is FALSE. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqmotifstyle.html +.BR http://doc.trolltech.com/tqmotifstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqmotifwidget.3qt b/doc/man/man3/tqmotifwidget.3qt index 62354435..3b12c0a4 100644 --- a/doc/man/man3/tqmotifwidget.3qt +++ b/doc/man/man3/tqmotifwidget.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMotifWidget 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMotifWidget 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,21 +7,21 @@ .ad l .nh .SH NAME -QMotifWidget \- The TQWidget API for Xt/Motif widgets +TQMotifWidget \- The TQWidget API for Xt/Motif widgets .SH SYNOPSIS This class is part of the \fBQt Motif Extension\fR. .PP -\fC#include <qmotifwidget.h>\fR +\fC#include <tqmotifwidget.h>\fR .PP Inherits TQWidget. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMotifWidget\fR ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" +.BI "\fBTQMotifWidget\fR ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" .br .ti -1c -.BI "virtual \fB~QMotifWidget\fR ()" +.BI "virtual \fB~TQMotifWidget\fR ()" .br .ti -1c .BI "Widget \fBmotifWidget\fR () const" @@ -36,32 +36,32 @@ Inherits TQWidget. .SH DESCRIPTION This class is defined in the \fBQt Motif Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API. .PP -The QMotifWidget class provides the TQWidget API for Xt/Motif widgets. +The TQMotifWidget class provides the TQWidget API for Xt/Motif widgets. .PP -QMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the QMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since QMotifWidget acts as a parent for Xt/Motif widgets, you should not create TQWidgets with a QMotifWidget parent. +TQMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the TQMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since TQMotifWidget acts as a parent for Xt/Motif widgets, you should not create TQWidgets with a TQMotifWidget parent. .PP -An Xt/Motif widget with a top-level QMotifWidget parent can begin using the standard TQt dialogs and custom TQDialogs while keeping the main Xt/Motif interface of the application. Using a QMotifWidget as the parent for the various TQDialogs will ensure that modality and stacking works properly throughout the entire application. +An Xt/Motif widget with a top-level TQMotifWidget parent can begin using the standard TQt dialogs and custom TQDialogs while keeping the main Xt/Motif interface of the application. Using a TQMotifWidget as the parent for the various TQDialogs will ensure that modality and stacking works properly throughout the entire application. .PP -Applications moving to TQt may have custom Xt/Motif widgets that will take time to rewrite with Qt. Such applications can use these custom widgets as QMotifWidget with TQWidget parents. This allows the application's interface to be replaced gradually. +Applications moving to TQt may have custom Xt/Motif widgets that will take time to rewrite with Qt. Such applications can use these custom widgets as TQMotifWidget with TQWidget parents. This allows the application's interface to be replaced gradually. .PP -\fBWarning:\fR QMotifWidget uses the X11 window ID of the Motif widget directly, instead of creating its own. Because ot this, TQWidget::reparent() will not work. This includes the functions TQWidget::showFullScreen() and TQWidget::showNormal(), which use TQWidget::reparent(). +\fBWarning:\fR TQMotifWidget uses the X11 window ID of the Motif widget directly, instead of creating its own. Because ot this, TQWidget::reparent() will not work. This includes the functions TQWidget::showFullScreen() and TQWidget::showNormal(), which use TQWidget::reparent(). .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMotifWidget::QMotifWidget ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" -Creates a QMotifWidget of the given \fIwidgetclass\fR as a child of \fIparent\fR, with the name \fIname\fR and widget flags \fIflags\fR. +.SH "TQMotifWidget::TQMotifWidget ( TQWidget * parent, WidgetClass widgetclass, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, WFlags flags = 0 )" +Creates a TQMotifWidget of the given \fIwidgetclass\fR as a child of \fIparent\fR, with the name \fIname\fR and widget flags \fIflags\fR. .PP The \fIargs\fR and \fIargcount\fR arguments are passed on to XtCreateWidget. .PP The motifWidget() function returns the resulting Xt/Motif widget. This widget can be used as a parent for any other Xt/Motif widget. .PP -If \fIparent\fR is a QMotifWidget, the Xt/Motif widget is created as a child of the parent's motifWidget(). If \ parent is 0 or a normal TQWidget, the Xt/Motif widget is created as a child of a special TopLevelShell widget. Xt/Motif widgets can use this special TopLevelShell parent as the parent for existing Xt/Motif dialogs or QMotifDialogs. -.SH "QMotifWidget::~QMotifWidget ()\fC [virtual]\fR" -Destroys the QMotifWidget. The special TopLevelShell is also destroyed, if it was created during construction. -.SH "Widget QMotifWidget::motifWidget () const" +If \fIparent\fR is a TQMotifWidget, the Xt/Motif widget is created as a child of the parent's motifWidget(). If \ parent is 0 or a normal TQWidget, the Xt/Motif widget is created as a child of a special TopLevelShell widget. Xt/Motif widgets can use this special TopLevelShell parent as the parent for existing Xt/Motif dialogs or TQMotifDialogs. +.SH "TQMotifWidget::~TQMotifWidget ()\fC [virtual]\fR" +Destroys the TQMotifWidget. The special TopLevelShell is also destroyed, if it was created during construction. +.SH "Widget TQMotifWidget::motifWidget () const" Returns the embedded Xt/Motif widget. If a Shell widget was created by the constructor, you can access it with XtParent(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifwidget.html +.BR http://doc.trolltech.com/tqmotifwidget.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt index 1c364ee9..174d4283 100644 --- a/doc/man/man3/tqplatinumstyle.3qt +++ b/doc/man/man3/tqplatinumstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QPlatinumStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQPlatinumStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,16 +7,16 @@ .ad l .nh .SH NAME -QPlatinumStyle \- Mac/Platinum look and feel +TQPlatinumStyle \- Mac/Platinum look and feel .SH SYNOPSIS -\fC#include <ntqplatinumstyle.h>\fR +\fC#include <tqplatinumstyle.h>\fR .PP -Inherits QWindowsStyle. +Inherits TQWindowsStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQPlatinumStyle\fR ()" +.BI "\fBTQPlatinumStyle\fR ()" .br .in -1c .SS "Protected Members" @@ -29,21 +29,21 @@ Inherits QWindowsStyle. .br .in -1c .SH DESCRIPTION -The QPlatinumStyle class provides Mac/Platinum look and feel. +The TQPlatinumStyle class provides Mac/Platinum look and feel. .PP This class implements the Platinum look and feel. It's an experimental class that tries to resemble a Macinosh-like GUI style with the TQStyle system. The emulation is currently far from perfect. .PP See also QAquaStyle and Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QPlatinumStyle::QPlatinumStyle ()" -Constructs a QPlatinumStyle -.SH "void QPlatinumStyle::drawRiffles ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool horizontal ) const\fC [protected]\fR" +.SH "TQPlatinumStyle::TQPlatinumStyle ()" +Constructs a TQPlatinumStyle +.SH "void TQPlatinumStyle::drawRiffles ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool horizontal ) const\fC [protected]\fR" Draws the nifty Macintosh decoration used on sliders using painter \fIp\fR and colorgroup \fIg\fR. \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR and \fIhorizontal\fR specify the geometry and orientation of the riffles. -.SH "TQColor QPlatinumStyle::mixedColor ( const TQColor & c1, const TQColor & c2 ) const\fC [protected]\fR" +.SH "TQColor TQPlatinumStyle::mixedColor ( const TQColor & c1, const TQColor & c2 ) const\fC [protected]\fR" Mixes two colors \fIc1\fR and \fIc2\fR to a new color. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqplatinumstyle.html +.BR http://doc.trolltech.com/tqplatinumstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqsgistyle.3qt b/doc/man/man3/tqsgistyle.3qt index aa0b419c..127b70cb 100644 --- a/doc/man/man3/tqsgistyle.3qt +++ b/doc/man/man3/tqsgistyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QSGIStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQSGIStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,39 +7,39 @@ .ad l .nh .SH NAME -QSGIStyle \- SGI/Irix look and feel +TQSGIStyle \- SGI/Irix look and feel .SH SYNOPSIS -\fC#include <ntqsgistyle.h>\fR +\fC#include <tqsgistyle.h>\fR .PP -Inherits QMotifStyle. +Inherits TQMotifStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSGIStyle\fR ( bool useHighlightCols = FALSE )" +.BI "\fBTQSGIStyle\fR ( bool useHighlightCols = FALSE )" .br .ti -1c -.BI "virtual \fB~QSGIStyle\fR ()" +.BI "virtual \fB~TQSGIStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QSGIStyle class provides SGI/Irix look and feel. +The TQSGIStyle class provides SGI/Irix look and feel. .PP This class implements the SGI look and feel. It resembles the SGI/Irix Motif GUI style as closely as TQStyle allows. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QSGIStyle::QSGIStyle ( bool useHighlightCols = FALSE )" -Constructs a QSGIStyle. +.SH "TQSGIStyle::TQSGIStyle ( bool useHighlightCols = FALSE )" +Constructs a TQSGIStyle. .PP If \fIuseHighlightCols\fR is FALSE (default value), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color. .PP -See also QMotifStyle::useHighlightColors(). -.SH "QSGIStyle::~QSGIStyle ()\fC [virtual]\fR" +See also TQMotifStyle::useHighlightColors(). +.SH "TQSGIStyle::~TQSGIStyle ()\fC [virtual]\fR" Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqsgistyle.html +.BR http://doc.trolltech.com/tqsgistyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index 95c90888..e4d83d43 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -13,7 +13,7 @@ TQStyle \- The look and feel of a GUI .PP Inherits TQObject. .PP -Inherited by QCommonStyle. +Inherited by TQCommonStyle. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index ff7036b2..f7f9950e 100644 --- a/doc/man/man3/tqtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -344,7 +344,7 @@ Finally, you must implement: .fi Gives a value indicating how likely it is that \fIlen\fR characters from \fIchars\fR are in the encoding. .PP -A good model for this function is the QWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. +A good model for this function is the TQWindowsLocalCodec::heuristicContentMatch function found in the TQt sources. .PP A TQTextCodec subclass might have improved performance if you also re-implement: .PP diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index de57a040..346dd3b2 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -13,7 +13,7 @@ TQWidget \- The base class of all user interface objects .PP Inherits TQObject and TQPaintDevice. .PP -Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, TQDial, QDockArea, TQGLWidget, TQHeader, TQMainWindow, QMotifWidget, QNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget. +Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, TQDial, QDockArea, TQGLWidget, TQHeader, TQMainWindow, TQMotifWidget, QNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget. .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/tqwindowsstyle.3qt b/doc/man/man3/tqwindowsstyle.3qt index 2fa5fc41..c12d822f 100644 --- a/doc/man/man3/tqwindowsstyle.3qt +++ b/doc/man/man3/tqwindowsstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QWindowsStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQWindowsStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,32 +7,32 @@ .ad l .nh .SH NAME -QWindowsStyle \- Microsoft Windows-like look and feel +TQWindowsStyle \- Microsoft Windows-like look and feel .SH SYNOPSIS -\fC#include <ntqwindowsstyle.h>\fR +\fC#include <tqwindowsstyle.h>\fR .PP -Inherits QCommonStyle. +Inherits TQCommonStyle. .PP -Inherited by QMacStyle and QPlatinumStyle. +Inherited by QMacStyle and TQPlatinumStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQWindowsStyle\fR ()" +.BI "\fBTQWindowsStyle\fR ()" .br .in -1c .SH DESCRIPTION -The QWindowsStyle class provides a Microsoft Windows-like look and feel. +The TQWindowsStyle class provides a Microsoft Windows-like look and feel. .PP This style is Qt's default GUI style on Windows. .PP See also Widget Appearance and Style. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QWindowsStyle::QWindowsStyle ()" -Constructs a QWindowsStyle +.SH "TQWindowsStyle::TQWindowsStyle ()" +Constructs a TQWindowsStyle .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqwindowsstyle.html +.BR http://doc.trolltech.com/tqwindowsstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the diff --git a/doc/modules.doc b/doc/modules.doc index 942b9f5c..4a853641 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -60,7 +60,7 @@ with each Edition. \i \link table.html Table Module\endlink \i \link workspace.html Workspace (MDI) Module\endlink \i \link xml.html XML Module\endlink -\i \link motif-extension.html QMotif Extension\endlink +\i \link motif-extension.html TQMotif Extension\endlink \i \link netscape-plugin.html Netscape Plugin Extension\endlink \endlist diff --git a/examples/progressbar/progressbar.cpp b/examples/progressbar/progressbar.cpp index 0969f810..a513c524 100644 --- a/examples/progressbar/progressbar.cpp +++ b/examples/progressbar/progressbar.cpp @@ -14,7 +14,7 @@ #include <tqprogressbar.h> #include <tqlayout.h> -#include <ntqmotifstyle.h> +#include <tqmotifstyle.h> /* * Constructor diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp index a560b5f7..74ea035a 100644 --- a/examples/themes/main.cpp +++ b/examples/themes/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> #include "themes.h" #include "metal.h" diff --git a/examples/themes/metal.h b/examples/themes/metal.h index b37999c0..0941840d 100644 --- a/examples/themes/metal.h +++ b/examples/themes/metal.h @@ -19,7 +19,7 @@ #ifndef TQT_NO_STYLE_WINDOWS -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> class MetalStyle : public TQWindowsStyle diff --git a/examples/themes/wood.h b/examples/themes/wood.h index 869c89b2..6fd769a2 100644 --- a/examples/themes/wood.h +++ b/examples/themes/wood.h @@ -19,7 +19,7 @@ #ifndef TQT_NO_STYLE_WINDOWS -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> class NorwegianWoodStyle : public TQWindowsStyle diff --git a/include/ntqcdestyle.h b/include/ntqcdestyle.h deleted file mode 120000 index bc833ecb..00000000 --- a/include/ntqcdestyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqcdestyle.h
\ No newline at end of file diff --git a/include/ntqcommonstyle.h b/include/ntqcommonstyle.h deleted file mode 120000 index 16dfb1ee..00000000 --- a/include/ntqcommonstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqcommonstyle.h
\ No newline at end of file diff --git a/include/ntqcompactstyle.h b/include/ntqcompactstyle.h deleted file mode 120000 index 3c60dd25..00000000 --- a/include/ntqcompactstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqcompactstyle.h
\ No newline at end of file diff --git a/include/ntqinterlacestyle.h b/include/ntqinterlacestyle.h deleted file mode 120000 index 62474983..00000000 --- a/include/ntqinterlacestyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqinterlacestyle.h
\ No newline at end of file diff --git a/include/ntqmotifplusstyle.h b/include/ntqmotifplusstyle.h deleted file mode 120000 index 82812f2b..00000000 --- a/include/ntqmotifplusstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqmotifplusstyle.h
\ No newline at end of file diff --git a/include/ntqmotifstyle.h b/include/ntqmotifstyle.h deleted file mode 120000 index 3db8280f..00000000 --- a/include/ntqmotifstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqmotifstyle.h
\ No newline at end of file diff --git a/include/ntqplatinumstyle.h b/include/ntqplatinumstyle.h deleted file mode 120000 index 01143415..00000000 --- a/include/ntqplatinumstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqplatinumstyle.h
\ No newline at end of file diff --git a/include/ntqsgistyle.h b/include/ntqsgistyle.h deleted file mode 120000 index 59b1d463..00000000 --- a/include/ntqsgistyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqsgistyle.h
\ No newline at end of file diff --git a/include/ntqwindowsstyle.h b/include/ntqwindowsstyle.h deleted file mode 120000 index 2356f9f1..00000000 --- a/include/ntqwindowsstyle.h +++ /dev/null @@ -1 +0,0 @@ -../src/styles/ntqwindowsstyle.h
\ No newline at end of file diff --git a/include/tqcdestyle.h b/include/tqcdestyle.h new file mode 120000 index 00000000..c28eadf8 --- /dev/null +++ b/include/tqcdestyle.h @@ -0,0 +1 @@ +../src/styles/tqcdestyle.h
\ No newline at end of file diff --git a/include/tqcommonstyle.h b/include/tqcommonstyle.h new file mode 120000 index 00000000..7fc4ed27 --- /dev/null +++ b/include/tqcommonstyle.h @@ -0,0 +1 @@ +../src/styles/tqcommonstyle.h
\ No newline at end of file diff --git a/include/tqcompactstyle.h b/include/tqcompactstyle.h new file mode 120000 index 00000000..a6426a98 --- /dev/null +++ b/include/tqcompactstyle.h @@ -0,0 +1 @@ +../src/styles/tqcompactstyle.h
\ No newline at end of file diff --git a/include/tqinterlacestyle.h b/include/tqinterlacestyle.h new file mode 120000 index 00000000..e954cd84 --- /dev/null +++ b/include/tqinterlacestyle.h @@ -0,0 +1 @@ +../src/styles/tqinterlacestyle.h
\ No newline at end of file diff --git a/include/tqmotifplusstyle.h b/include/tqmotifplusstyle.h new file mode 120000 index 00000000..6209223e --- /dev/null +++ b/include/tqmotifplusstyle.h @@ -0,0 +1 @@ +../src/styles/tqmotifplusstyle.h
\ No newline at end of file diff --git a/include/tqmotifstyle.h b/include/tqmotifstyle.h new file mode 120000 index 00000000..65784c4d --- /dev/null +++ b/include/tqmotifstyle.h @@ -0,0 +1 @@ +../src/styles/tqmotifstyle.h
\ No newline at end of file diff --git a/include/tqplatinumstyle.h b/include/tqplatinumstyle.h new file mode 120000 index 00000000..60b7a99c --- /dev/null +++ b/include/tqplatinumstyle.h @@ -0,0 +1 @@ +../src/styles/tqplatinumstyle.h
\ No newline at end of file diff --git a/include/tqsgistyle.h b/include/tqsgistyle.h new file mode 120000 index 00000000..769d10e3 --- /dev/null +++ b/include/tqsgistyle.h @@ -0,0 +1 @@ +../src/styles/tqsgistyle.h
\ No newline at end of file diff --git a/include/tqwindowsstyle.h b/include/tqwindowsstyle.h new file mode 120000 index 00000000..0738267a --- /dev/null +++ b/include/tqwindowsstyle.h @@ -0,0 +1 @@ +../src/styles/tqwindowsstyle.h
\ No newline at end of file diff --git a/plugins/src/styles/cde/cde.pro b/plugins/src/styles/cde/cde.pro index 999b35c0..3d785cb5 100644 --- a/plugins/src/styles/cde/cde.pro +++ b/plugins/src/styles/cde/cde.pro @@ -1,16 +1,16 @@ TEMPLATE = lib -TARGET = qcdestyle +TARGET = tqcdestyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqcdestyle.h +HEADERS = ../../../../include/tqcdestyle.h SOURCES = main.cpp \ - ../../../../src/styles/qcdestyle.cpp + ../../../../src/styles/tqcdestyle.cpp !contains(styles, motif) { - HEADERS += ../../../../include/ntqmotifstyle.h - SOURCES += ../../../../src/styles/qmotifstyle.cpp + HEADERS += ../../../../include/tqmotifstyle.h + SOURCES += ../../../../src/styles/tqmotifstyle.cpp } unix:OBJECTS_DIR = .obj diff --git a/plugins/src/styles/cde/main.cpp b/plugins/src/styles/cde/main.cpp index 23dbb3a3..a079a82d 100644 --- a/plugins/src/styles/cde/main.cpp +++ b/plugins/src/styles/cde/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqcdestyle.h> +#include <tqcdestyle.h> class CDEStyle : public TQStylePlugin { diff --git a/plugins/src/styles/compact/compact.pro b/plugins/src/styles/compact/compact.pro index 1dff0374..6c398f0c 100644 --- a/plugins/src/styles/compact/compact.pro +++ b/plugins/src/styles/compact/compact.pro @@ -1,17 +1,17 @@ TEMPLATE = lib -TARGET = qcompactstyle +TARGET = tqcompactstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqcompactstyle.h +HEADERS = ../../../../include/tqcompactstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qcompactstyle.cpp + ../../../../src/styles/tqcompactstyle.cpp !contains(styles, windows) { - HEADERS += ../../../../include/ntqwindowsstyle.h - SOURCES += ../../../../src/styles/qwindowsstyle.cpp + HEADERS += ../../../../include/tqwindowsstyle.h + SOURCES += ../../../../src/styles/tqwindowsstyle.cpp } unix:OBJECTS_DIR = .obj diff --git a/plugins/src/styles/compact/main.cpp b/plugins/src/styles/compact/main.cpp index f2b89ddc..8d635891 100644 --- a/plugins/src/styles/compact/main.cpp +++ b/plugins/src/styles/compact/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqcompactstyle.h> +#include <tqcompactstyle.h> class CompactStyle : public TQStylePlugin { diff --git a/plugins/src/styles/motif/main.cpp b/plugins/src/styles/motif/main.cpp index 84c20d79..73e25e64 100644 --- a/plugins/src/styles/motif/main.cpp +++ b/plugins/src/styles/motif/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqmotifstyle.h> +#include <tqmotifstyle.h> class MotifStyle : public TQStylePlugin { diff --git a/plugins/src/styles/motif/motif.pro b/plugins/src/styles/motif/motif.pro index 61f228c1..2ee355b1 100644 --- a/plugins/src/styles/motif/motif.pro +++ b/plugins/src/styles/motif/motif.pro @@ -1,12 +1,12 @@ TEMPLATE = lib -TARGET = qmotifstyle +TARGET = tqmotifstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqmotifstyle.h +HEADERS = ../../../../include/tqmotifstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qmotifstyle.cpp + ../../../../src/styles/tqmotifstyle.cpp unix:OBJECTS_DIR = .obj win32:OBJECTS_DIR = obj diff --git a/plugins/src/styles/motifplus/main.cpp b/plugins/src/styles/motifplus/main.cpp index 205a240a..60b1e539 100644 --- a/plugins/src/styles/motifplus/main.cpp +++ b/plugins/src/styles/motifplus/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqmotifplusstyle.h> +#include <tqmotifplusstyle.h> class MotifPlusStyle : public TQStylePlugin { diff --git a/plugins/src/styles/motifplus/motifplus.pro b/plugins/src/styles/motifplus/motifplus.pro index 0f1ca9be..1e715119 100644 --- a/plugins/src/styles/motifplus/motifplus.pro +++ b/plugins/src/styles/motifplus/motifplus.pro @@ -1,16 +1,16 @@ TEMPLATE = lib -TARGET = qmotifplusstyle +TARGET = tqmotifplusstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqmotifplusstyle.h +HEADERS = ../../../../include/tqmotifplusstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qmotifplusstyle.cpp + ../../../../src/styles/tqmotifplusstyle.cpp !contains(styles, motif) { - HEADERS += ../../../../include/ntqmotifstyle.h - SOURCES += ../../../../src/styles/qmotifstyle.cpp + HEADERS += ../../../../include/tqmotifstyle.h + SOURCES += ../../../../src/styles/tqmotifstyle.cpp } unix:OBJECTS_DIR = .obj diff --git a/plugins/src/styles/platinum/main.cpp b/plugins/src/styles/platinum/main.cpp index 9fc53670..aaf16896 100644 --- a/plugins/src/styles/platinum/main.cpp +++ b/plugins/src/styles/platinum/main.cpp @@ -1,4 +1,4 @@ -#include <ntqplatinumstyle.h> +#include <tqplatinumstyle.h> #include <tqstyleplugin.h> class PlatinumStyle : public TQStylePlugin diff --git a/plugins/src/styles/platinum/platinum.pro b/plugins/src/styles/platinum/platinum.pro index 8ddff3cc..9091307c 100644 --- a/plugins/src/styles/platinum/platinum.pro +++ b/plugins/src/styles/platinum/platinum.pro @@ -1,16 +1,16 @@ TEMPLATE = lib -TARGET = qplatinumstyle +TARGET = tqplatinumstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqplatinumstyle.h +HEADERS = ../../../../include/tqplatinumstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qplatinumstyle.cpp + ../../../../src/styles/tqplatinumstyle.cpp !contains(styles, windows) { - HEADERS += ../../../../include/ntqwindowsstyle.h - SOURCES += ../../../../src/styles/qwindowsstyle.cpp + HEADERS += ../../../../include/tqwindowsstyle.h + SOURCES += ../../../../src/styles/tqwindowsstyle.cpp } unix:OBJECTS_DIR = .obj diff --git a/plugins/src/styles/sgi/main.cpp b/plugins/src/styles/sgi/main.cpp index f88dfa56..9e4331f8 100644 --- a/plugins/src/styles/sgi/main.cpp +++ b/plugins/src/styles/sgi/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqsgistyle.h> +#include <tqsgistyle.h> class SGIStyle : public TQStylePlugin { diff --git a/plugins/src/styles/sgi/sgi.pro b/plugins/src/styles/sgi/sgi.pro index ce7776d1..1d83eacf 100644 --- a/plugins/src/styles/sgi/sgi.pro +++ b/plugins/src/styles/sgi/sgi.pro @@ -1,16 +1,16 @@ TEMPLATE = lib -TARGET = qsgistyle +TARGET = tqsgistyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqsgistyle.h +HEADERS = ../../../../include/tqsgistyle.h SOURCES = main.cpp \ - ../../../../src/styles/qsgistyle.cpp + ../../../../src/styles/tqsgistyle.cpp !contains(styles, motif) { - HEADERS += ../../../../include/ntqmotifstyle.h - SOURCES += ../../../../src/styles/qmotifstyle.cpp + HEADERS += ../../../../include/tqmotifstyle.h + SOURCES += ../../../../src/styles/tqmotifstyle.cpp } unix:OBJECTS_DIR = .obj diff --git a/plugins/src/styles/windows/main.cpp b/plugins/src/styles/windows/main.cpp index 98d8480d..efb82e43 100644 --- a/plugins/src/styles/windows/main.cpp +++ b/plugins/src/styles/windows/main.cpp @@ -1,5 +1,5 @@ #include <tqstyleplugin.h> -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> class WindowsStyle : public TQStylePlugin { diff --git a/plugins/src/styles/windows/windows.pro b/plugins/src/styles/windows/windows.pro index c1a3732c..b827c5a5 100644 --- a/plugins/src/styles/windows/windows.pro +++ b/plugins/src/styles/windows/windows.pro @@ -1,12 +1,12 @@ TEMPLATE = lib -TARGET = qwindowsstyle +TARGET = tqwindowsstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/ntqwindowsstyle.h +HEADERS = ../../../../include/tqwindowsstyle.h SOURCES = main.cpp \ - ../../../../src/styles/qwindowsstyle.cpp + ../../../../src/styles/tqwindowsstyle.cpp unix:OBJECTS_DIR = .obj win32:OBJECTS_DIR = obj diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index d40ec2e7..dd2cdeda 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -738,7 +738,7 @@ public: Key_unknown = 0xffff }; - // documented in qcommonstyle.cpp + // documented in tqcommonstyle.cpp enum ArrowType { UpArrow, DownArrow, diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index f72ec4e6..875323a6 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -82,7 +82,7 @@ #include "tqdialog.h" #include <tqdataview.h> #include "ntqdockwindow.h" -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #include "tqnetworkprotocol.h" #include <tqeuckrcodec.h> #include <tqgb18030codec.h> @@ -110,7 +110,7 @@ #include "tqlineedit.h" #include <tqintcache.h> #include "tqintdict.h" -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #include "tqpicture.h" #include <tqjiscodec.h> #include <tqeucjpcodec.h> @@ -124,7 +124,7 @@ #include "tqscrollbar.h" #include "tqscrollview.h" #include "tqdir.h" -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #include "ntqconnection.h" #include "tqbitmap.h" #include "ntqvariant.h" @@ -132,8 +132,8 @@ #include <ntqmessagebox.h> #include "ntqmetaobject.h" #include "tqheader.h" -#include <ntqmotifplusstyle.h> -#include <ntqcdestyle.h> +#include <tqmotifplusstyle.h> +#include <tqcdestyle.h> #include <tqmovie.h> #include "tqptrvector.h" #include "tqmutex.h" @@ -153,7 +153,7 @@ #include "tqdragobject.h" #include <tqiconview.h> #include <tqpixmapcache.h> -#include <ntqplatinumstyle.h> +#include <tqplatinumstyle.h> #include <tqpngio.h> #include <ntqcursor.h> #include <ntqerrormessage.h> @@ -183,7 +183,7 @@ #include "tqsocketdevice.h" #include <tqsessionmanager.h> #include <tqsettings.h> -#include <ntqsgistyle.h> +#include <tqsgistyle.h> #include <tqfontdialog.h> #include "tqtimer.h" #include <tqsignalmapper.h> @@ -221,7 +221,7 @@ #include <tqcanvas.h> #include "tqtranslator.h" #include <tqstrvec.h> -#include <ntqinterlacestyle.h> +#include <tqinterlacestyle.h> #include <tqstylefactory.h> #include <tqstyleplugin.h> #include "tqtextedit.h" @@ -265,7 +265,7 @@ #include <tqwidgetplugin.h> #include <tqwidgetstack.h> #include <tqcheckbox.h> -#include <ntqcompactstyle.h> +#include <tqcompactstyle.h> #include <tqwizard.h> #include <tqpainter.h> #include <tqworkspace.h> @@ -317,7 +317,7 @@ #endif // TQ_WS_MAC #ifdef TQ_WS_WIN -#include <qwindowsxpstyle.h> +#include <tqwindowsxpstyle.h> #endif #ifdef TQ_WS_WCE diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 279ac107..bd93c7c2 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -142,7 +142,7 @@ kernel { $$KERNEL_CPP/tqfont_x11.cpp \ $$KERNEL_CPP/qinputcontext.cpp \ $$KERNEL_CPP/qinputcontext_x11.cpp \ - $$KERNEL_CPP/qmotifdnd_x11.cpp \ + $$KERNEL_CPP/tqmotifdnd_x11.cpp \ $$KERNEL_CPP/tqpixmap_x11.cpp \ $$KERNEL_CPP/tqpaintdevice_x11.cpp \ $$KERNEL_CPP/tqpainter_x11.cpp \ diff --git a/src/kernel/tqcolor_p.h b/src/kernel/tqcolor_p.h index d85cbf36..136c3e74 100644 --- a/src/kernel/tqcolor_p.h +++ b/src/kernel/tqcolor_p.h @@ -49,7 +49,7 @@ // // This file is not part of the TQt API. It exists for the convenience // of tqmenudata.cpp, tqmenubar.cpp, tqmenubar.cpp, tqpopupmenu.cpp, -// qmotifstyle.cpp and qwindowssstyle.cpp. This header file may change +// tqmotifstyle.cpp and tqwindowssstyle.cpp. This header file may change // from version to version without notice, or even be removed. // // We mean it. diff --git a/src/kernel/qmotifdnd_x11.cpp b/src/kernel/tqmotifdnd_x11.cpp index 8bd2d8b8..8bd2d8b8 100644 --- a/src/kernel/qmotifdnd_x11.cpp +++ b/src/kernel/tqmotifdnd_x11.cpp diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index cfb026fb..756117ff 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -61,7 +61,7 @@ #include <ctype.h> #include <stdlib.h> -// Keep in sync with duplicate definition in qcommonstyle.cpp +// Keep in sync with duplicate definition in tqcommonstyle.cpp class TQStyleControlElementDataPrivate { public: bool isTQPushButton; diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri index 81269072..b0daa851 100644 --- a/src/styles/qt_styles.pri +++ b/src/styles/qt_styles.pri @@ -5,10 +5,10 @@ styles { HEADERS +=$$STYLES_H/tqstylefactory.h \ $$STYLES_P/tqstyleinterface_p.h \ $$STYLES_H/tqstyleplugin.h \ - $$STYLES_H/ntqcommonstyle.h + $$STYLES_H/tqcommonstyle.h SOURCES +=$$STYLES_CPP/tqstylefactory.cpp \ $$STYLES_CPP/tqstyleplugin.cpp \ - $$STYLES_CPP/qcommonstyle.cpp + $$STYLES_CPP/tqcommonstyle.cpp contains( styles, all ) { styles += mac cde motifplus sgi platinum compact interlace windows motif @@ -44,8 +44,8 @@ styles { else:DEFINES += TQT_NO_STYLE_AQUA contains( styles, cde ) { - HEADERS +=$$STYLES_H/ntqcdestyle.h - SOURCES +=$$STYLES_CPP/qcdestyle.cpp + HEADERS +=$$STYLES_H/tqcdestyle.h + SOURCES +=$$STYLES_CPP/tqcdestyle.cpp !contains( styles, motif ) { message( cde requires motif ) @@ -55,8 +55,8 @@ styles { else:DEFINES += TQT_NO_STYLE_CDE contains( styles, motifplus ) { - HEADERS +=$$STYLES_H/ntqmotifplusstyle.h - SOURCES +=$$STYLES_CPP/qmotifplusstyle.cpp + HEADERS +=$$STYLES_H/tqmotifplusstyle.h + SOURCES +=$$STYLES_CPP/tqmotifplusstyle.cpp !contains( styles, motif ) { message( motifplus requires motif ) styles += motif @@ -65,8 +65,8 @@ styles { else:DEFINES += TQT_NO_STYLE_MOTIFPLUS contains( styles, interlace ) { - HEADERS +=$$STYLES_H/ntqinterlacestyle.h - SOURCES +=$$STYLES_CPP/qinterlacestyle.cpp + HEADERS +=$$STYLES_H/tqinterlacestyle.h + SOURCES +=$$STYLES_CPP/tqinterlacestyle.cpp !contains( styles, windows ) { message( interlace requires windows ) styles += windows @@ -75,8 +75,8 @@ styles { else:DEFINES += TQT_NO_STYLE_INTERLACE contains( styles, platinum ) { - HEADERS +=$$STYLES_H/ntqplatinumstyle.h - SOURCES +=$$STYLES_CPP/qplatinumstyle.cpp + HEADERS +=$$STYLES_H/tqplatinumstyle.h + SOURCES +=$$STYLES_CPP/tqplatinumstyle.cpp !contains( styles, windows ) { message( platinum requires windows ) styles += windows @@ -85,8 +85,8 @@ styles { else:DEFINES += TQT_NO_STYLE_PLATINUM contains( styles, windowsxp ) { - HEADERS +=$$STYLES_H/qwindowsxpstyle.h - SOURCES +=$$STYLES_CPP/qwindowsxpstyle.cpp + HEADERS +=$$STYLES_H/tqwindowsxpstyle.h + SOURCES +=$$STYLES_CPP/tqwindowsxpstyle.cpp !contains( styles, windowsxp ) { message( windowsxp requires windows ) styles += windows @@ -95,8 +95,8 @@ styles { else:DEFINES += TQT_NO_STYLE_WINDOWSXP contains( styles, sgi ) { - HEADERS +=$$STYLES_H/ntqsgistyle.h - SOURCES +=$$STYLES_CPP/qsgistyle.cpp + HEADERS +=$$STYLES_H/tqsgistyle.h + SOURCES +=$$STYLES_CPP/tqsgistyle.cpp !contains( styles, motif ) { message( sgi requires motif ) styles += motif @@ -105,8 +105,8 @@ styles { else:DEFINES += TQT_NO_STYLE_SGI contains( styles, compact ) { - HEADERS +=$$STYLES_H/ntqcompactstyle.h - SOURCES +=$$STYLES_CPP/qcompactstyle.cpp + HEADERS +=$$STYLES_H/tqcompactstyle.h + SOURCES +=$$STYLES_CPP/tqcompactstyle.cpp !contains( styles, windows ) { message( compact requires windows ) styles += windows @@ -127,14 +127,14 @@ styles { else:DEFINES += TQT_NO_STYLE_POCKETPC contains( styles, windows ) { - HEADERS +=$$STYLES_H/ntqwindowsstyle.h - SOURCES +=$$STYLES_CPP/qwindowsstyle.cpp + HEADERS +=$$STYLES_H/tqwindowsstyle.h + SOURCES +=$$STYLES_CPP/tqwindowsstyle.cpp } else:DEFINES += TQT_NO_STYLE_WINDOWS contains( styles, motif ) { - HEADERS +=$$STYLES_H/ntqmotifstyle.h - SOURCES +=$$STYLES_CPP/qmotifstyle.cpp + HEADERS +=$$STYLES_H/tqmotifstyle.h + SOURCES +=$$STYLES_CPP/tqmotifstyle.cpp } else:DEFINES += TQT_NO_STYLE_MOTIF } diff --git a/src/styles/qcdestyle.cpp b/src/styles/tqcdestyle.cpp index 27388d3f..3c532138 100644 --- a/src/styles/qcdestyle.cpp +++ b/src/styles/tqcdestyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcdestyle.h" +#include "tqcdestyle.h" #if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) @@ -48,7 +48,7 @@ #include <limits.h> /*! - \class TQCDEStyle ntqcdestyle.h + \class TQCDEStyle tqcdestyle.h \brief The TQCDEStyle class provides a CDE look and feel. \ingroup appearance diff --git a/src/styles/ntqcdestyle.h b/src/styles/tqcdestyle.h index a0f02be2..4b526c8e 100644 --- a/src/styles/ntqcdestyle.h +++ b/src/styles/tqcdestyle.h @@ -43,7 +43,7 @@ #define TQCDESTYLE_H #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) diff --git a/src/styles/qcommonstyle.cpp b/src/styles/tqcommonstyle.cpp index da39e602..81a3ace9 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/tqcommonstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #ifndef TQT_NO_STYLE @@ -75,7 +75,7 @@ #include <tqtoolbox.h> /*! - \class TQCommonStyle ntqcommonstyle.h + \class TQCommonStyle tqcommonstyle.h \brief The TQCommonStyle class encapsulates the common Look and Feel of a GUI. \ingroup appearance diff --git a/src/styles/ntqcommonstyle.h b/src/styles/tqcommonstyle.h index 705177d7..705177d7 100644 --- a/src/styles/ntqcommonstyle.h +++ b/src/styles/tqcommonstyle.h diff --git a/src/styles/qcompactstyle.cpp b/src/styles/tqcompactstyle.cpp index f2e9b1fc..b4c51022 100644 --- a/src/styles/qcompactstyle.cpp +++ b/src/styles/tqcompactstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqcompactstyle.h" +#include "tqcompactstyle.h" #if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN) diff --git a/src/styles/ntqcompactstyle.h b/src/styles/tqcompactstyle.h index b022002c..a8b93f09 100644 --- a/src/styles/ntqcompactstyle.h +++ b/src/styles/tqcompactstyle.h @@ -42,7 +42,7 @@ #define TQCOMPACTSTYLE_H #ifndef QT_H -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN) diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/tqinterlacestyle.cpp index 11bc5736..c0a84c7a 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/tqinterlacestyle.cpp @@ -40,7 +40,7 @@ #if 0 // ###### not ported to new API yet -#include "ntqinterlacestyle.h" +#include "tqinterlacestyle.h" #if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) @@ -59,7 +59,7 @@ #include <limits.h> /*! - \class TQInterlaceStyle ntqinterlacestyle.h + \class TQInterlaceStyle tqinterlacestyle.h \brief The TQInterlaceStyle class provides a Look and Feel suitable for interlaced displays. \ingroup appearance diff --git a/src/styles/ntqinterlacestyle.h b/src/styles/tqinterlacestyle.h index c2d22bf8..8c198271 100644 --- a/src/styles/ntqinterlacestyle.h +++ b/src/styles/tqinterlacestyle.h @@ -43,7 +43,7 @@ #define TQINTERLACESTYLE_H #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/tqmotifplusstyle.cpp index 3e4a6301..eec496cd 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/tqmotifplusstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqmotifplusstyle.h" +#include "tqmotifplusstyle.h" #if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) @@ -131,7 +131,7 @@ static void drawMotifPlusShade(TQPainter *p, /*! - \class TQMotifPlusStyle ntqmotifplusstyle.h + \class TQMotifPlusStyle tqmotifplusstyle.h \brief The TQMotifPlusStyle class provides a more sophisticated Motif-ish look and feel. \ingroup appearance diff --git a/src/styles/ntqmotifplusstyle.h b/src/styles/tqmotifplusstyle.h index bb590fc9..049609e9 100644 --- a/src/styles/ntqmotifplusstyle.h +++ b/src/styles/tqmotifplusstyle.h @@ -43,7 +43,7 @@ #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) diff --git a/src/styles/qmotifstyle.cpp b/src/styles/tqmotifstyle.cpp index 5447295e..990b339a 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/tqmotifstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) @@ -77,7 +77,7 @@ static const int motifCheckMarkSpace = 12; /*! - \class TQMotifStyle ntqmotifstyle.h + \class TQMotifStyle tqmotifstyle.h \brief The TQMotifStyle class provides Motif look and feel. \ingroup appearance diff --git a/src/styles/ntqmotifstyle.h b/src/styles/tqmotifstyle.h index b2501e48..3b8aac02 100644 --- a/src/styles/ntqmotifstyle.h +++ b/src/styles/tqmotifstyle.h @@ -42,7 +42,7 @@ #define TQMOTIFSTYLE_H #ifndef QT_H -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/tqplatinumstyle.cpp index 721a480a..28d90cb9 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/tqplatinumstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqplatinumstyle.h" +#include "tqplatinumstyle.h" #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) @@ -54,7 +54,7 @@ #include <limits.h> /*! - \class TQPlatinumStyle ntqplatinumstyle.h + \class TQPlatinumStyle tqplatinumstyle.h \brief The TQPlatinumStyle class provides Mac/Platinum look and feel. \ingroup appearance diff --git a/src/styles/ntqplatinumstyle.h b/src/styles/tqplatinumstyle.h index 54d0a94d..74e319f9 100644 --- a/src/styles/ntqplatinumstyle.h +++ b/src/styles/tqplatinumstyle.h @@ -42,7 +42,7 @@ #define TQPLATINUMSTYLE_H #ifndef QT_H -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) diff --git a/src/styles/qsgistyle.cpp b/src/styles/tqsgistyle.cpp index ba510e9c..43e2f7db 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/tqsgistyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqsgistyle.h" +#include "tqsgistyle.h" #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) @@ -97,7 +97,7 @@ public: }; /*! - \class TQSGIStyle ntqsgistyle.h + \class TQSGIStyle tqsgistyle.h \brief The TQSGIStyle class provides SGI/Irix look and feel. \ingroup appearance diff --git a/src/styles/ntqsgistyle.h b/src/styles/tqsgistyle.h index df0b5b47..d09ad4cf 100644 --- a/src/styles/ntqsgistyle.h +++ b/src/styles/tqsgistyle.h @@ -42,7 +42,7 @@ #define TQSGISTYLE_H #ifndef QT_H -#include "ntqmotifstyle.h" +#include "tqmotifstyle.h" #include "ntqguardedptr.h" #include "tqwidget.h" #endif // QT_H diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp index d87794f9..f31c8e0f 100644 --- a/src/styles/tqstylefactory.cpp +++ b/src/styles/tqstylefactory.cpp @@ -44,15 +44,15 @@ #ifndef TQT_NO_STYLE #include "ntqapplication.h" -#include "ntqwindowsstyle.h" -#include "ntqmotifstyle.h" -#include "ntqcdestyle.h" -#include "ntqmotifplusstyle.h" -#include "ntqplatinumstyle.h" -#include "ntqsgistyle.h" -#include "ntqcompactstyle.h" +#include "tqwindowsstyle.h" +#include "tqmotifstyle.h" +#include "tqcdestyle.h" +#include "tqmotifplusstyle.h" +#include "tqplatinumstyle.h" +#include "tqsgistyle.h" +#include "tqcompactstyle.h" #ifndef TQT_NO_STYLE_WINDOWSXP -#include "qwindowsxpstyle.h" +#include "tqwindowsxpstyle.h" #endif #ifndef TQT_NO_STYLE_AQUA #include "qaquastyle.h" diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/tqwindowsstyle.cpp index 1c87c1e9..844ff294 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/tqwindowsstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqwindowsstyle.h" +#include "tqwindowsstyle.h" #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) @@ -148,7 +148,7 @@ bool TQWindowsStyle::Private::objectEventHandler( const TQStyleControlElementDat } /*! - \class TQWindowsStyle ntqwindowsstyle.h + \class TQWindowsStyle tqwindowsstyle.h \brief The TQWindowsStyle class provides a Microsoft Windows-like look and feel. \ingroup appearance diff --git a/src/styles/ntqwindowsstyle.h b/src/styles/tqwindowsstyle.h index d7df8b98..268ae785 100644 --- a/src/styles/ntqwindowsstyle.h +++ b/src/styles/tqwindowsstyle.h @@ -42,7 +42,7 @@ #define TQWINDOWSSTYLE_H #ifndef QT_H -#include "ntqcommonstyle.h" +#include "tqcommonstyle.h" #endif // QT_H #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index 898a0303..d84474ea 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -96,7 +96,7 @@ static TQFontDatabase *fontDataBase = 0; TQString assistantPath(); #ifdef TQ_WS_MAC -#include <ntqwindowsstyle.h> +#include <tqwindowsstyle.h> static void setupStyle(TQWidget *w) { static TQStyle *windowsStyle = 0; |