summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man3/tqaccel.3qt2
-rw-r--r--doc/man/man3/tqapplication.3qt6
-rw-r--r--doc/man/man3/tqcanvas.3qt2
-rw-r--r--doc/man/man3/tqcanvasview.3qt2
-rw-r--r--doc/man/man3/tqdial.3qt12
-rw-r--r--doc/man/man3/tqdialog.3qt2
-rw-r--r--doc/man/man3/tqerrormessage.3qt2
-rw-r--r--doc/man/man3/tqevent.3qt14
-rw-r--r--doc/man/man3/tqeventloop.3qt2
-rw-r--r--doc/man/man3/tqfile.3qt2
-rw-r--r--doc/man/man3/tqfontmetrics.3qt4
-rw-r--r--doc/man/man3/tqframe.3qt4
-rw-r--r--doc/man/man3/tqglwidget.3qt4
-rw-r--r--doc/man/man3/tqiconview.3qt12
-rw-r--r--doc/man/man3/tqkeysequence.3qt6
-rw-r--r--doc/man/man3/tqlistbox.3qt8
-rw-r--r--doc/man/man3/tqlistview.3qt20
-rw-r--r--doc/man/man3/tqmacstyle.3qt60
-rw-r--r--doc/man/man3/tqmenubar.3qt6
-rw-r--r--doc/man/man3/tqmenudata.3qt10
-rw-r--r--doc/man/man3/tqmessagebox.3qt308
-rw-r--r--doc/man/man3/tqmetaobject.3qt46
-rw-r--r--doc/man/man3/tqmetaproperty.3qt40
-rw-r--r--doc/man/man3/tqmimesourcefactory.3qt4
-rw-r--r--doc/man/man3/tqmouseevent.3qt42
-rw-r--r--doc/man/man3/tqmoveevent.3qt16
-rw-r--r--doc/man/man3/tqnpinstance.3qt120
-rw-r--r--doc/man/man3/tqnplugin.3qt62
-rw-r--r--doc/man/man3/tqnpstream.3qt50
-rw-r--r--doc/man/man3/tqnpwidget.3qt34
-rw-r--r--doc/man/man3/tqobject.3qt16
-rw-r--r--doc/man/man3/tqpoint.3qt2
-rw-r--r--doc/man/man3/tqpopupmenu.3qt10
-rw-r--r--doc/man/man3/tqprinter.3qt2
-rw-r--r--doc/man/man3/tqrangecontrol.3qt84
-rw-r--r--doc/man/man3/tqresizeevent.3qt16
-rw-r--r--doc/man/man3/tqscrollbar.3qt14
-rw-r--r--doc/man/man3/tqscrollview.3qt20
-rw-r--r--doc/man/man3/tqsessionmanager.3qt2
-rw-r--r--doc/man/man3/tqsizegrip.3qt8
-rw-r--r--doc/man/man3/tqslider.3qt22
-rw-r--r--doc/man/man3/tqspinbox.3qt18
-rw-r--r--doc/man/man3/tqsqlerror.3qt2
-rw-r--r--doc/man/man3/tqstylesheet.3qt4
-rw-r--r--doc/man/man3/tqt.3qt4
-rw-r--r--doc/man/man3/tqwheelevent.3qt2
-rw-r--r--doc/man/man3/tqwidget.3qt50
-rw-r--r--doc/man/man3/tqwindowsstyle.3qt2
48 files changed, 590 insertions, 590 deletions
diff --git a/doc/man/man3/tqaccel.3qt b/doc/man/man3/tqaccel.3qt
index c97eec8d..7373921e 100644
--- a/doc/man/man3/tqaccel.3qt
+++ b/doc/man/man3/tqaccel.3qt
@@ -116,7 +116,7 @@ In most cases, you will not need to use this class directly. Use the TQAction cl
.PP
A TQAccel contains a list of accelerator items that can be manipulated using insertItem(), removeItem(), clear(), key() and findKey().
.PP
-Each accelerator item consists of an identifier and a TQKeySequence. A single key sequence consists of a keyboard code combined with modifiers (SHIFT, CTRL, ALT or UNICODE_ACCEL). For example, \fCCTRL + Key_P\fR could be a shortcut for printing a document. The key codes are listed in ntqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same accelerator as Key_A.
+Each accelerator item consists of an identifier and a TQKeySequence. A single key sequence consists of a keyboard code combined with modifiers (SHIFT, CTRL, ALT or UNICODE_ACCEL). For example, \fCCTRL + Key_P\fR could be a shortcut for printing a document. The key codes are listed in tqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same accelerator as Key_A.
.PP
When an accelerator key is pressed, the accelerator sends out the signal activated() with a number that identifies this particular accelerator item. Accelerator items can also be individually connected, so that two different keys will activate two different slots (see connectItem() and disconnectItem()).
.PP
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index b85395d2..3761797b 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -613,7 +613,7 @@ Displays a simple message box about Qt. The message includes the version number
.PP
This is useful for inclusion in the Help menu of an application. See the examples/menu/menu.cpp example.
.PP
-This function is a convenience slot for QMessageBox::aboutTQt().
+This function is a convenience slot for TQMessageBox::aboutTQt().
.SH "void QApplication::aboutToQuit ()\fC [signal]\fR"
This signal is emitted when the application is about to quit the main event loop, e.g. when the event loop level drops to zero. This may happen either after a call to quit() from inside the application or when the users shuts down the entire desktop session.
.PP
@@ -873,7 +873,7 @@ Enters the main event loop and waits until exit() is called or the main widget i
.PP
It is necessary to call this function to start event handling. The main event loop receives events from the window system and dispatches these to the application widgets.
.PP
-Generally speaking, no user interaction can take place before calling exec(). As a special case, modal widgets like QMessageBox can be used before calling exec(), because modal widgets call exec() to start a local event loop.
+Generally speaking, no user interaction can take place before calling exec(). As a special case, modal widgets like TQMessageBox can be used before calling exec(), because modal widgets call exec() to start a local event loop.
.PP
To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().
.PP
@@ -1169,7 +1169,7 @@ The event is \fInot\fR deleted when the event has been sent. The normal approach
.PP
.nf
.br
- QMouseEvent me( TQEvent::MouseButtonPress, pos, 0, 0 );
+ TQMouseEvent me( TQEvent::MouseButtonPress, pos, 0, 0 );
.br
QApplication::sendEvent( mainWindow, &me );
.br
diff --git a/doc/man/man3/tqcanvas.3qt b/doc/man/man3/tqcanvas.3qt
index b8a42571..2a44079d 100644
--- a/doc/man/man3/tqcanvas.3qt
+++ b/doc/man/man3/tqcanvas.3qt
@@ -181,7 +181,7 @@ Two or more TQCanvasView objects can view the same canvas.
An arbitrary transformation matrix can be set on each TQCanvasView which makes it easy to zoom, rotate or shear the viewed canvas.
.IP
.TP
-Widgets provide a lot more functionality, such as input (TQKeyEvent, QMouseEvent etc.) and layout management (TQGridLayout etc.).
+Widgets provide a lot more functionality, such as input (TQKeyEvent, TQMouseEvent etc.) and layout management (TQGridLayout etc.).
.IP
.PP
A canvas consists of a background, a number of canvas items organized by x, y and z coordinates, and a foreground. A canvas item's z coordinate can be treated as a layer number -- canvas items with a higher z coordinate appear in front of canvas items with a lower z coordinate.
diff --git a/doc/man/man3/tqcanvasview.3qt b/doc/man/man3/tqcanvasview.3qt
index 66253369..f01a9d1d 100644
--- a/doc/man/man3/tqcanvasview.3qt
+++ b/doc/man/man3/tqcanvasview.3qt
@@ -58,7 +58,7 @@ If you want users to be able to interact with a canvas view, subclass TQCanvasVi
.PP
.nf
.br
- void MyCanvasView::contentsMousePressEvent( QMouseEvent* e )
+ void MyCanvasView::contentsMousePressEvent( TQMouseEvent* e )
.br
{
.br
diff --git a/doc/man/man3/tqdial.3qt b/doc/man/man3/tqdial.3qt
index 3400b5df..3b13d980 100644
--- a/doc/man/man3/tqdial.3qt
+++ b/doc/man/man3/tqdial.3qt
@@ -11,7 +11,7 @@ TQDial \- Rounded range control (like a speedometer or potentiometer)
.SH SYNOPSIS
\fC#include <tqdial.h>\fR
.PP
-Inherits TQWidget and QRangeControl.
+Inherits TQWidget and TQRangeControl.
.PP
.SS "Public Members"
.in +1c
@@ -170,7 +170,7 @@ The slider also emits dialPressed() and dialReleased() signals when the mouse bu
.PP
Unlike the slider, TQDial attempts to draw a "nice" number of notches rather than one per lineStep(). If possible, the number of notches drawn is one per lineStep(), but if there aren't enough pixels to draw every one, TQDial will draw every second, third etc., notch. notchSize() returns the number of units per notch, hopefully a multiple of lineStep(); setNotchTarget() sets the target distance between neighbouring notches in pixels. The default is 3.75 pixels.
.PP
-Like the slider, the dial makes the QRangeControl functions setValue(), addLine(), subtractLine(), addPage() and subtractPage() available as slots.
+Like the slider, the dial makes the TQRangeControl functions setValue(), addLine(), subtractLine(), addPage() and subtractPage() available as slots.
.PP
The dial's keyboard interface is fairly simple: The left/up and right/down arrow keys move by lineStep(), page up and page down by pageStep() and Home and End to minValue() and maxValue().
.PP
@@ -184,7 +184,7 @@ The dial's keyboard interface is fairly simple: The left/up and right/down arrow
See also TQScrollBar, TQSpinBox, GUI Design Handbook: Slider, and Basic Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQDial::TQDial ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
-Constructs a dial called \fIname\fR with parent \fIparent\fR. \fIf\fR is propagated to the TQWidget constructor. It has the default range of a QRangeControl.
+Constructs a dial called \fIname\fR with parent \fIparent\fR. \fIf\fR is propagated to the TQWidget constructor. It has the default range of a TQRangeControl.
.SH "TQDial::TQDial ( int minValue, int maxValue, int pageStep, int value, TQWidget * parent = 0, const char * name = 0 )"
Constructs a dial called \fIname\fR with parent \fIparent\fR. The dial's value can never be smaller than \fIminValue\fR or greater than \fImaxValue\fR. Its page step size is \fIpageStep\fR, and its initial value is \fIvalue\fR.
.PP
@@ -224,7 +224,7 @@ Returns the current page step. See the "pageStep" property for details.
.SH "void TQDial::rangeChange ()\fC [virtual protected]\fR"
Reimplemented to ensure tick-marks are consistent with the new range.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQDial::repaintScreen ( const TQRect * cr = 0 )\fC [virtual protected]\fR"
Paints the dial using clip region \fIcr\fR.
.SH "void TQDial::setLineStep ( int )"
@@ -256,7 +256,7 @@ Returns the current dial value. See the "value" property for details.
.SH "void TQDial::valueChange ()\fC [virtual protected]\fR"
Reimplemented to ensure the display is correct and to emit the valueChanged(int) signal when appropriate.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQDial::valueChanged ( int value )\fC [signal]\fR"
This signal is emitted whenever the dial's \fIvalue\fR changes. The frequency of this signal is influenced by setTracking().
.SH "bool TQDial::wrapping () const"
@@ -267,7 +267,7 @@ This property holds the current line step.
.PP
setLineStep() calls the virtual stepChange() function if the new line step is different from the previous setting.
.PP
-See also QRangeControl::setSteps(), pageStep, and setRange().
+See also TQRangeControl::setSteps(), pageStep, and setRange().
.PP
Set this property's value with setLineStep() and get this property's value with lineStep().
.SH "int maxValue"
diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt
index 6df4d3fb..37463429 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, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, QMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
+Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, TQMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
.PP
.SS "Public Members"
.in +1c
diff --git a/doc/man/man3/tqerrormessage.3qt b/doc/man/man3/tqerrormessage.3qt
index ae22276d..fb85e8fd 100644
--- a/doc/man/man3/tqerrormessage.3qt
+++ b/doc/man/man3/tqerrormessage.3qt
@@ -53,7 +53,7 @@ In both cases TQErrorMessage will queue pending messages, and display them (or n
.PP
</center>
.PP
-See also QMessageBox, TQStatusBar::message(), Dialog Classes, and Miscellaneous Classes.
+See also TQMessageBox, TQStatusBar::message(), Dialog Classes, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQErrorMessage::TQErrorMessage ( TQWidget * parent, const char * name = 0 )"
Constructs and installs an error handler window. The parent \fIparent\fR and name \fIname\fR are passed on to the TQDialog constructor.
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt
index f0cbd8fb..68f7462b 100644
--- a/doc/man/man3/tqevent.3qt
+++ b/doc/man/man3/tqevent.3qt
@@ -13,7 +13,7 @@ TQEvent \- The base class of all event classes. Event objects contain event para
.PP
Inherits Qt.
.PP
-Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
+Inherited by TQTimerEvent, TQMouseEvent, QWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
.PP
.SS "Public Members"
.in +1c
@@ -55,13 +55,13 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::Timer\fR - Regular timer events, TQTimerEvent.
.TP
-\fCTQEvent::MouseButtonPress\fR - Mouse press, QMouseEvent.
+\fCTQEvent::MouseButtonPress\fR - Mouse press, TQMouseEvent.
.TP
-\fCTQEvent::MouseButtonRelease\fR - Mouse release, QMouseEvent.
+\fCTQEvent::MouseButtonRelease\fR - Mouse release, TQMouseEvent.
.TP
-\fCTQEvent::MouseButtonDblClick\fR - Mouse press again, QMouseEvent.
+\fCTQEvent::MouseButtonDblClick\fR - Mouse press again, TQMouseEvent.
.TP
-\fCTQEvent::MouseMove\fR - Mouse move, QMouseEvent.
+\fCTQEvent::MouseMove\fR - Mouse move, TQMouseEvent.
.TP
\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), TQKeyEvent.
.TP
@@ -83,9 +83,9 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::Paint\fR - Screen update necessary, TQPaintEvent.
.TP
-\fCTQEvent::Move\fR - Widget's position changed, QMoveEvent.
+\fCTQEvent::Move\fR - Widget's position changed, TQMoveEvent.
.TP
-\fCTQEvent::Resize\fR - Widget's size changed, QResizeEvent.
+\fCTQEvent::Resize\fR - Widget's size changed, TQResizeEvent.
.TP
\fCTQEvent::Show\fR - Widget was shown on screen, QShowEvent.
.TP
diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt
index cedefb41..c7308621 100644
--- a/doc/man/man3/tqeventloop.3qt
+++ b/doc/man/man3/tqeventloop.3qt
@@ -143,7 +143,7 @@ Enters the main event loop and waits until exit() is called, and returns the val
.PP
It is necessary to call this function to start event handling. The main event loop receives events from the window system and dispatches these to the application widgets.
.PP
-Generally speaking, no user interaction can take place before calling exec(). As a special case, modal widgets like QMessageBox can be used before calling exec(), because modal widgets call exec() to start a local event loop.
+Generally speaking, no user interaction can take place before calling exec(). As a special case, modal widgets like TQMessageBox can be used before calling exec(), because modal widgets call exec() to start a local event loop.
.PP
To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().
.PP
diff --git a/doc/man/man3/tqfile.3qt b/doc/man/man3/tqfile.3qt
index 6063665e..6284c993 100644
--- a/doc/man/man3/tqfile.3qt
+++ b/doc/man/man3/tqfile.3qt
@@ -252,7 +252,7 @@ The returned strings are not translated with the TQObject::tr() or QApplication:
.br
if ( !f.open( IO_ReadOnly ) {
.br
- QMessageBox::critical(
+ TQMessageBox::critical(
.br
this,
.br
diff --git a/doc/man/man3/tqfontmetrics.3qt b/doc/man/man3/tqfontmetrics.3qt
index 65aa43bc..21955f59 100644
--- a/doc/man/man3/tqfontmetrics.3qt
+++ b/doc/man/man3/tqfontmetrics.3qt
@@ -219,7 +219,7 @@ Horizontal alignment defaults to \fCAlignAuto\fR and vertical alignment defaults
.PP
If several of the horizontal or several of the vertical alignment flags are set, the resulting alignment is undefined.
.PP
-These flags are defined in ntqnamespace.h.
+These flags are defined in tqnamespace.h.
.PP
If \fCExpandTabs\fR is set in \fIflgs\fR, then: if \fItabarray\fR is non-null, it specifies a 0-terminated sequence of pixel-positions for tabs; otherwise if \fItabstops\fR is non-zero, it is used as the tab spacing (in pixels).
.PP
@@ -346,7 +346,7 @@ The \fIflgs\fR argument is the bitwise OR of the following flags:
.TP
\fCWordBreak\fR breaks the text to fit the rectangle.
.PP
-These flags are defined in ntqnamespace.h.
+These flags are defined in tqnamespace.h.
.PP
If \fCExpandTabs\fR is set in \fIflgs\fR, then: if \fItabarray\fR is non-null, it specifies a 0-terminated sequence of pixel-positions for tabs; otherwise if \fItabstops\fR is non-zero, it is used as the tab spacing (in pixels).
.PP
diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt
index f1e448ae..397bc131 100644
--- a/doc/man/man3/tqframe.3qt
+++ b/doc/man/man3/tqframe.3qt
@@ -108,7 +108,7 @@ Inherited by TQGroupBox, TQScrollView, TQDockWindow, TQGrid, TQHBox, TQLabel, TQ
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * event )"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * e )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * e )"
.br
.ti -1c
.BI "virtual void \fBdrawFrame\fR ( TQPainter * p )"
@@ -274,7 +274,7 @@ Examples:
.)l life/life.cpp and qfd/fontdisplayer.cpp.
.PP
Reimplemented from TQWidget.
-.SH "void TQFrame::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR"
+.SH "void TQFrame::resizeEvent ( TQResizeEvent * e )\fC [virtual protected]\fR"
Processes the resize event \fIe\fR.
.PP
Adjusts the frame rectangle for the resized widget. The frame rectangle is elastic, and the surrounding area is static.
diff --git a/doc/man/man3/tqglwidget.3qt b/doc/man/man3/tqglwidget.3qt
index dd488509..3184766d 100644
--- a/doc/man/man3/tqglwidget.3qt
+++ b/doc/man/man3/tqglwidget.3qt
@@ -127,7 +127,7 @@ Inherits TQWidget and TQGL.
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * )"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * )"
.br
.ti -1c
.BI "virtual void \fBglInit\fR ()"
@@ -448,7 +448,7 @@ Note: This function only works reliably with ASCII strings.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fIx\fR, \fIy\fR and \fIz\fR are specified in scene or object coordinates relative to the currently set projection and model matrices. This can be useful if you want to annotate models with text labels and have the labels move with the model as it is rotated etc.
-.SH "void TQGLWidget::resizeEvent ( QResizeEvent * )\fC [virtual protected]\fR"
+.SH "void TQGLWidget::resizeEvent ( TQResizeEvent * )\fC [virtual protected]\fR"
Handles resize events. Calls the virtual function resizeGL().
.PP
Reimplemented from TQWidget.
diff --git a/doc/man/man3/tqiconview.3qt b/doc/man/man3/tqiconview.3qt
index 5139b629..9f9c5715 100644
--- a/doc/man/man3/tqiconview.3qt
+++ b/doc/man/man3/tqiconview.3qt
@@ -552,7 +552,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user clicks any mouse button on an icon view item. \fIitem\fR is a pointer to the item that has been clicked.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
.PP
See also mouseButtonClicked(), rightButtonClicked(), and pressed().
.SH "void TQIconView::contextMenuRequested ( TQIconViewItem * item, const TQPoint & pos )\fC [signal]\fR"
@@ -678,13 +678,13 @@ Returns the maximum width that an item may have. See the "maxItemWidth" property
.SH "void TQIconView::mouseButtonClicked ( int button, TQIconViewItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user clicks mouse button \fIbutton\fR. If \fIitem\fR is non-null, the cursor is on \fIitem\fR. If \fIitem\fR is null, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
.PP
See also mouseButtonPressed(), rightButtonClicked(), and clicked().
.SH "void TQIconView::mouseButtonPressed ( int button, TQIconViewItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user presses mouse button \fIbutton\fR. If \fIitem\fR is non-null, the cursor is on \fIitem\fR. If \fIitem\fR is null, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.PP
See also rightButtonClicked() and pressed().
.SH "void TQIconView::moved ()\fC [signal]\fR"
@@ -706,7 +706,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user presses any mouse button. If \fIitem\fR is non-null, the cursor is on \fIitem\fR. If \fIitem\fR is null, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
.PP
See also mouseButtonPressed(), rightButtonPressed(), and clicked().
.SH "void TQIconView::repaintItem ( TQIconViewItem * item )\fC [virtual]\fR"
@@ -720,13 +720,13 @@ This signal is emitted if the user presses the Return or Enter key. \fIitem\fR i
.SH "void TQIconView::rightButtonClicked ( TQIconViewItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user clicks the right mouse button. If \fIitem\fR is non-null, the cursor is on \fIitem\fR. If \fIitem\fR is null, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differ by a pixel or two, \fIpos\fR is the position at release time.)
.PP
See also rightButtonPressed(), mouseButtonClicked(), and clicked().
.SH "void TQIconView::rightButtonPressed ( TQIconViewItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user presses the right mouse button. If \fIitem\fR is non-null, the cursor is on \fIitem\fR. If \fIitem\fR is null, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.SH "void TQIconView::selectAll ( bool select )\fC [virtual]\fR"
In Multi and Extended modes, this function sets all items to be selected if \fIselect\fR is TRUE, and to be unselected if \fIselect\fR is FALSE.
.PP
diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt
index 799fdd12..d2caaf05 100644
--- a/doc/man/man3/tqkeysequence.3qt
+++ b/doc/man/man3/tqkeysequence.3qt
@@ -73,7 +73,7 @@ Inherits Qt.
.SH DESCRIPTION
The TQKeySequence class encapsulates a key sequence as used by accelerators.
.PP
-A key sequence consists of up to four keyboard codes, each optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, \fCCTRL + Key_P\fR might be a sequence used as a shortcut for printing a document. The key codes are listed in ntqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same key sequence as Key_A.
+A key sequence consists of up to four keyboard codes, each optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, \fCCTRL + Key_P\fR might be a sequence used as a shortcut for printing a document. The key codes are listed in tqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same key sequence as Key_A.
.PP
Key sequences can be constructed either from an integer key code, or from a human readable translatable string such as" Ctrl+X,Alt+Space". A key sequence can be cast to a TQString to obtain a human readable translated version of the sequence. Translations are done in the "TQAccel" context.
.PP
@@ -102,11 +102,11 @@ Note the \fC"File|Open"\fR translator comment. It is by no means necessary, but
.SH "TQKeySequence::TQKeySequence ( int key )"
Constructs a key sequence that has a single \fIkey\fR.
.PP
-The key codes are listed in ntqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
+The key codes are listed in tqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
.SH "TQKeySequence::TQKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 )"
Constructs a key sequence with up to 4 keys \fIk1\fR, \fIk2\fR, \fIk3\fR and \fIk4\fR.
.PP
-The key codes are listed in ntqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
+The key codes are listed in tqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
.SH "TQKeySequence::TQKeySequence ( const TQKeySequence & keysequence )"
Copy constructor. Makes a copy of \fIkeysequence\fR.
.SH "TQKeySequence::~TQKeySequence ()"
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt
index 1e86f81f..a66dc52b 100644
--- a/doc/man/man3/tqlistbox.3qt
+++ b/doc/man/man3/tqlistbox.3qt
@@ -578,7 +578,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user clicks any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpnt\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpnt\fR is the position at release time.)
+\fIpnt\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpnt\fR is the position at release time.)
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "LayoutMode TQListBox::columnMode () const"
@@ -781,13 +781,13 @@ Returns the width of the widest item in the list box.
.SH "void TQListBox::mouseButtonClicked ( int button, TQListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user clicks mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpos\fR is the position at release time.)
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "void TQListBox::mouseButtonPressed ( int button, TQListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user presses mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "int TQListBox::numCols () const"
@@ -823,7 +823,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user presses any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpnt\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpnt\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.PP
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index 172a004a..604d2eab 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -358,16 +358,16 @@ Inherits TQScrollView.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBcontentsMousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
.BI "virtual TQDragObject * \fBdragObject\fR ()"
@@ -376,7 +376,7 @@ Inherits TQScrollView.
.BI "virtual void \fBstartDrag\fR ()"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * e )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * e )"
.br
.ti -1c
.BI "virtual void \fBdrawContentsOffset\fR ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )"
@@ -595,23 +595,23 @@ Returns the WidthMode for column \fIc\fR.
See also setColumnWidthMode().
.SH "int TQListView::columns () const"
Returns the number of columns in this list view. See the "columns" property for details.
-.SH "void TQListView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseDoubleClickEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse double-click event \fIe\fR on behalf of the viewed widget.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse move event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse press event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void TQListView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseReleaseEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse release event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
@@ -830,7 +830,7 @@ See also clear().
This function has been renamed takeItem().
.SH "void TQListView::repaintItem ( const TQListViewItem * item ) const"
Repaints \fIitem\fR on the screen if \fIitem\fR is currently visible. Takes care to avoid multiple repaints.
-.SH "void TQListView::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::resizeEvent ( TQResizeEvent * e )\fC [virtual protected]\fR"
Ensures that the header is correctly sized and positioned when the resize event \fIe\fR occurs.
.SH "ResizeMode TQListView::resizeMode () const"
Returns TRUE if all, none or the only the last column should be resized; otherwise returns FALSE. See the "resizeMode" property for details.
diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt
index e1978ffe..359d740d 100644
--- a/doc/man/man3/tqmacstyle.3qt
+++ b/doc/man/man3/tqmacstyle.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMacStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMacStyle 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,19 +7,19 @@
.ad l
.nh
.SH NAME
-QMacStyle \- Implements an Appearance Manager style
+TQMacStyle \- Implements an Appearance Manager style
.SH SYNOPSIS
-\fC#include <qmacstyle_mac.h>\fR
+\fC#include <tqmacstyle_mac.h>\fR
.PP
Inherits TQWindowsStyle.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQMacStyle\fR ()"
+.BI "\fBTQMacStyle\fR ()"
.br
.ti -1c
-.BI "virtual \fB~QMacStyle\fR ()"
+.BI "virtual \fB~TQMacStyle\fR ()"
.br
.ti -1c
.BI "enum \fBFocusRectPolicy\fR { FocusEnabled, FocusDisabled, FocusDefault }"
@@ -44,7 +44,7 @@ Inherits TQWindowsStyle.
.br
.in -1c
.SH DESCRIPTION
-The QMacStyle class implements an Appearance Manager style.
+The TQMacStyle class implements an Appearance Manager style.
.PP
This class is implemented as a wrapper to the Apple Appearance Manager. This allows your application to be styled by whatever theme your Macintosh is using. This is done by having primitives in TQStyle implemented in terms of what the Macintosh would normally theme (i.e. the Finder).
.PP
@@ -57,60 +57,60 @@ Layout - The restrictions on window layout are such that some aspects of layout
Widget size - Aqua allows widgets to have specific fixed sizes. TQt does not fully implement this behaviour so as to maintain multiplatform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The TQWidget::sizeHint() will return the appropriate size for many managed widgets (widgets enumerated in TQStyle::ContentsType).
.IP
.TP
-Effects - QMacStyle (in contrast to QAquaStyle) is not emulating (except where Appearance Manager does not provide certain capabilities), for example TQPushButton pulsing effects. In this case a near matching emulation has been implemented, but naturally this will not be identical to the similar functionality built into the Appearance Manager. Please report any issues you see in effects or non-standard widgets.
+Effects - TQMacStyle (in contrast to QAquaStyle) is not emulating (except where Appearance Manager does not provide certain capabilities), for example TQPushButton pulsing effects. In this case a near matching emulation has been implemented, but naturally this will not be identical to the similar functionality built into the Appearance Manager. Please report any issues you see in effects or non-standard widgets.
.IP
.PP
There are other issues that need to be considered in the feel of your application (including the general color scheme to match the Aqua colors). The Guidelines mentioned above will remain current with new advances and design suggestions for Mac OS X.
.PP
-Note that the functions provided by QMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.
+Note that the functions provided by TQMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.
.PP
See also Widget Appearance and Style.
.SS "Member Type Documentation"
-.SH "QMacStyle::FocusRectPolicy"
+.SH "TQMacStyle::FocusRectPolicy"
This type is used to signify a widget's focus rectangle policy.
.TP
-\fCQMacStyle::FocusEnabled\fR - show a focus rectangle when the widget has focus.
+\fCTQMacStyle::FocusEnabled\fR - show a focus rectangle when the widget has focus.
.TP
-\fCQMacStyle::FocusDisabled\fR - never show a focus rectangle for the widget.
+\fCTQMacStyle::FocusDisabled\fR - never show a focus rectangle for the widget.
.TP
-\fCQMacStyle::FocusDefault\fR - show a focus rectangle when the widget has focus and the widget is a TQSpinWidget, TQDateTimeEdit, TQLineEdit, TQListBox, TQListView, editable TQTextEdit, or one of their subclasses.
-.SH "QMacStyle::WidgetSizePolicy"
+\fCTQMacStyle::FocusDefault\fR - show a focus rectangle when the widget has focus and the widget is a TQSpinWidget, TQDateTimeEdit, TQLineEdit, TQListBox, TQListView, editable TQTextEdit, or one of their subclasses.
+.SH "TQMacStyle::WidgetSizePolicy"
.TP
-\fCQMacStyle::SizeSmall\fR
+\fCTQMacStyle::SizeSmall\fR
.TP
-\fCQMacStyle::SizeLarge\fR
+\fCTQMacStyle::SizeLarge\fR
.TP
-\fCQMacStyle::SizeNone\fR
+\fCTQMacStyle::SizeNone\fR
.TP
-\fCQMacStyle::SizeDefault\fR
+\fCTQMacStyle::SizeDefault\fR
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QMacStyle::QMacStyle ()"
-Constructs a QMacStyle object.
-.SH "QMacStyle::~QMacStyle ()\fC [virtual]\fR"
-Destructs a QMacStyle object.
-.SH "FocusRectPolicy QMacStyle::focusRectPolicy ( TQWidget * w )\fC [static]\fR"
+.SH "TQMacStyle::TQMacStyle ()"
+Constructs a TQMacStyle object.
+.SH "TQMacStyle::~TQMacStyle ()\fC [virtual]\fR"
+Destructs a TQMacStyle object.
+.SH "FocusRectPolicy TQMacStyle::focusRectPolicy ( TQWidget * w )\fC [static]\fR"
Returns the focus rectangle policy for the widget \fIw\fR.
.PP
-The focus rectangle policy can be one of QMacStyle::FocusRectPolicy.
+The focus rectangle policy can be one of TQMacStyle::FocusRectPolicy.
.PP
See also setFocusRectPolicy().
-.SH "void QMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy )\fC [static]\fR"
-Sets the focus rectangle policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::FocusRectPolicy.
+.SH "void TQMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy )\fC [static]\fR"
+Sets the focus rectangle policy of \fIw\fR. The \fIpolicy\fR can be one of TQMacStyle::FocusRectPolicy.
.PP
See also focusRectPolicy().
-.SH "void QMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy )\fC [static]\fR"
-Sets the widget size policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::WidgetSizePolicy.
+.SH "void TQMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy )\fC [static]\fR"
+Sets the widget size policy of \fIw\fR. The \fIpolicy\fR can be one of TQMacStyle::WidgetSizePolicy.
.PP
See also widgetSizePolicy().
-.SH "WidgetSizePolicy QMacStyle::widgetSizePolicy ( TQWidget * w )\fC [static]\fR"
+.SH "WidgetSizePolicy TQMacStyle::widgetSizePolicy ( TQWidget * w )\fC [static]\fR"
Returns the widget size policy for the widget \fIw\fR.
.PP
-The widget size policy can be one of QMacStyle::WidgetSizePolicy.
+The widget size policy can be one of TQMacStyle::WidgetSizePolicy.
.PP
See also setWidgetSizePolicy().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qmacstyle.html
+.BR http://doc.trolltech.com/tqmacstyle.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/tqmenubar.3qt b/doc/man/man3/tqmenubar.3qt
index 52ebfa96..7869ccf8 100644
--- a/doc/man/man3/tqmenubar.3qt
+++ b/doc/man/man3/tqmenubar.3qt
@@ -330,7 +330,7 @@ Note that keyboard accelerators in TQt are not application-global, instead they
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.PP
Examples:
.)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp.
@@ -341,7 +341,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -361,7 +361,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQString & text, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
diff --git a/doc/man/man3/tqmenudata.3qt b/doc/man/man3/tqmenudata.3qt
index f241407f..da5af429 100644
--- a/doc/man/man3/tqmenudata.3qt
+++ b/doc/man/man3/tqmenudata.3qt
@@ -217,7 +217,7 @@ Removes all menu items and disconnects any signals that have been connected.
.SH "TQKeySequence TQMenuData::accel ( int id ) const"
Returns the accelerator key that has been defined for the menu item \fIid\fR, or 0 if it has no accelerator key or if there is no such menu item.
.PP
-See also setAccel(), TQAccel, and ntqnamespace.h.
+See also setAccel(), TQAccel, and tqnamespace.h.
.SH "void TQMenuData::activateItemAt ( int index )\fC [virtual]\fR"
Activates the menu item at position \fIindex\fR.
.PP
@@ -370,7 +370,7 @@ Note that keyboard accelerators in TQt are not application-global, instead they
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.PP
Examples:
.)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp.
@@ -381,7 +381,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -401,7 +401,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQString & text, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -587,7 +587,7 @@ See also removeItem() and clear().
.SH "void TQMenuData::setAccel ( const TQKeySequence & key, int id )"
Sets the accelerator key for the menu item \fIid\fR to \fIkey\fR.
.PP
-An accelerator key consists of a key code and a combination of the modifiers \fCSHIFT\fR, \fCCTRL\fR, \fCALT\fR or \fCUNICODE_ACCEL\fR (OR'ed or added). The header file ntqnamespace.h contains a list of key codes.
+An accelerator key consists of a key code and a combination of the modifiers \fCSHIFT\fR, \fCCTRL\fR, \fCALT\fR or \fCUNICODE_ACCEL\fR (OR'ed or added). The header file tqnamespace.h contains a list of key codes.
.PP
Defining an accelerator key produces a text that is added to the menu item; for instance, \fCCTRL\fR + \fCKey_O\fR produces "Ctrl+O". The text is formatted differently for different platforms.
.PP
diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt
index 903aa367..eae71d3d 100644
--- a/doc/man/man3/tqmessagebox.3qt
+++ b/doc/man/man3/tqmessagebox.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMessageBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMessageBox 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QMessageBox \- Modal dialog with a short message, an icon, and some buttons
+TQMessageBox \- Modal dialog with a short message, an icon, and some buttons
.SH SYNOPSIS
-\fC#include <ntqmessagebox.h>\fR
+\fC#include <tqmessagebox.h>\fR
.PP
Inherits TQDialog.
.PP
@@ -19,13 +19,13 @@ Inherits TQDialog.
.BI "enum \fBIcon\fR { NoIcon = 0, Information = 1, Warning = 2, Critical = 3, Question = 4 }"
.br
.ti -1c
-.BI "\fBQMessageBox\fR ( TQWidget * parent = 0, const char * name = 0 )"
+.BI "\fBTQMessageBox\fR ( TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQMessageBox\fR ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )"
+.BI "\fBTQMessageBox\fR ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )"
.br
.ti -1c
-.BI "\fB~QMessageBox\fR ()"
+.BI "\fB~TQMessageBox\fR ()"
.br
.ti -1c
.BI "TQString \fBtext\fR () const"
@@ -122,11 +122,11 @@ Inherits TQDialog.
.br
.in -1c
.SH DESCRIPTION
-The QMessageBox class provides a modal dialog with a short message, an icon, and some buttons.
+The TQMessageBox class provides a modal dialog with a short message, an icon, and some buttons.
.PP
Message boxes are used to provide informative messages and to ask simple questions.
.PP
-QMessageBox provides a range of different messages, arranged roughly along two axes: severity and complexity.
+TQMessageBox provides a range of different messages, arranged roughly along two axes: severity and complexity.
.PP
Severity is <center>.nf
.TS
@@ -148,7 +148,7 @@ If a program is unable to find a supporting file, but can do perfectly well with
.PP
.nf
.br
- QMessageBox::information( this, "Application name",
+ TQMessageBox::information( this, "Application name",
.br
"Unable to find the user preferences file.\\n"
.br
@@ -162,7 +162,7 @@ question() is useful for simple yes/no questions:
.br
if ( TQFile::exists( filename ) &&
.br
- QMessageBox::question(
+ TQMessageBox::question(
.br
this,
.br
@@ -186,7 +186,7 @@ warning() can be used to tell the user about unusual errors, or errors which can
.PP
.nf
.br
- switch( QMessageBox::warning( this, "Application name",
+ switch( TQMessageBox::warning( this, "Application name",
.br
"Could not connect to the <mumble> server.\\n"
.br
@@ -224,7 +224,7 @@ Exiting a program is part of its normal operation. If there is unsaved data the
.PP
.nf
.br
- switch( QMessageBox::information( this, "Application name here",
+ switch( TQMessageBox::information( this, "Application name here",
.br
"The document contains unsaved changes\\n"
.br
@@ -264,7 +264,7 @@ Disk full errors are unusual and they certainly can be hard to correct. This exa
.PP
.nf
.br
- switch( QMessageBox::warning( this, "Application name here",
+ switch( TQMessageBox::warning( this, "Application name here",
.br
"Could not save the user preferences,\\n"
.br
@@ -274,17 +274,17 @@ Disk full errors are unusual and they certainly can be hard to correct. This exa
.br
"abort the Save Preferences operation.",
.br
- QMessageBox::Retry | QMessageBox::Default,
+ TQMessageBox::Retry | TQMessageBox::Default,
.br
- QMessageBox::Abort | QMessageBox::Escape )) {
+ TQMessageBox::Abort | TQMessageBox::Escape )) {
.br
- case QMessageBox::Retry: // Retry clicked or Enter pressed
+ case TQMessageBox::Retry: // Retry clicked or Enter pressed
.br
// try again
.br
break;
.br
- case QMessageBox::Abort: // Abort clicked or Escape pressed
+ case TQMessageBox::Abort: // Abort clicked or Escape pressed
.br
// abort
.br
@@ -298,7 +298,7 @@ The critical() function should be reserved for critical errors. In this example
.PP
.nf
.br
- QMessageBox::critical( 0, "Application name here",
+ TQMessageBox::critical( 0, "Application name here",
.br
TQString("An internal error occurred. Please ") +
.br
@@ -312,11 +312,11 @@ The critical() function should be reserved for critical errors. In this example
.PP
In this example an OK button is displayed.
.PP
-QMessageBox provides a very simple About box which displays an appropriate icon and the string you provide:
+TQMessageBox provides a very simple About box which displays an appropriate icon and the string you provide:
.PP
.nf
.br
- QMessageBox::about( this, "About <Application>",
+ TQMessageBox::about( this, "About <Application>",
.br
"<Application> is a <one-paragraph blurb>\\n\\n"
.br
@@ -334,43 +334,43 @@ See about() for more information.
.PP
If you want your users to know that the application is built using TQt (so they know that you use high quality tools) you might like to add an "About Qt" menu option under the Help menu to invoke aboutTQt().
.PP
-If none of the standard message boxes is suitable, you can create a QMessageBox from scratch and use custom button texts:
+If none of the standard message boxes is suitable, you can create a TQMessageBox from scratch and use custom button texts:
.PP
.nf
.br
- QMessageBox mb( "Application name here",
+ TQMessageBox mb( "Application name here",
.br
"Saving the file will overwrite the original file on the disk.\\n"
.br
"Do you really want to save?",
.br
- QMessageBox::Information,
+ TQMessageBox::Information,
.br
- QMessageBox::Yes | QMessageBox::Default,
+ TQMessageBox::Yes | TQMessageBox::Default,
.br
- QMessageBox::No,
+ TQMessageBox::No,
.br
- QMessageBox::Cancel | QMessageBox::Escape );
+ TQMessageBox::Cancel | TQMessageBox::Escape );
.br
- mb.setButtonText( QMessageBox::Yes, "Save" );
+ mb.setButtonText( TQMessageBox::Yes, "Save" );
.br
- mb.setButtonText( QMessageBox::No, "Discard" );
+ mb.setButtonText( TQMessageBox::No, "Discard" );
.br
switch( mb.exec() ) {
.br
- case QMessageBox::Yes:
+ case TQMessageBox::Yes:
.br
// save and exit
.br
break;
.br
- case QMessageBox::No:
+ case TQMessageBox::No:
.br
// exit without saving
.br
break;
.br
- case QMessageBox::Cancel:
+ case TQMessageBox::Cancel:
.br
// don't save and don't exit
.br
@@ -380,7 +380,7 @@ If none of the standard message boxes is suitable, you can create a QMessageBox
.br
.fi
.PP
-QMessageBox defines two enum types: Icon and an unnamed button type. Icon defines the Question, Information, Warning, and Critical icons for each GUI style. It is used by the constructor and by the static member functions question(), information(), warning() and critical(). A function called standardIcon() gives you access to the various icons.
+TQMessageBox defines two enum types: Icon and an unnamed button type. Icon defines the Question, Information, Warning, and Critical icons for each GUI style. It is used by the constructor and by the static member functions question(), information(), warning() and critical(). A function called standardIcon() gives you access to the various icons.
.PP
The button types are:
.TP
@@ -408,11 +408,11 @@ Default - makes pressing Enter equivalent to clicking this button. Normally used
.TP
Escape - makes pressing Escape equivalent to clicking this button. Normally used with Abort, Cancel or similar.
.PP
-The text(), icon() and iconPixmap() functions provide access to the current text and pixmap of the message box. The setText(), setIcon() and setIconPixmap() let you change it. The difference between setIcon() and setIconPixmap() is that the former accepts a QMessageBox::Icon and can be used to set standard icons, whereas the latter accepts a TQPixmap and can be used to set custom icons.
+The text(), icon() and iconPixmap() functions provide access to the current text and pixmap of the message box. The setText(), setIcon() and setIconPixmap() let you change it. The difference between setIcon() and setIconPixmap() is that the former accepts a TQMessageBox::Icon and can be used to set standard icons, whereas the latter accepts a TQPixmap and can be used to set custom icons.
.PP
setButtonText() and buttonText() provide access to the buttons.
.PP
-QMessageBox has no signals or slots.
+TQMessageBox has no signals or slots.
.PP
.ce 1
.B "[Image Omitted]"
@@ -423,86 +423,86 @@ QMessageBox has no signals or slots.
.PP
See also TQDialog, Isys on error messages, GUI Design Handbook: Message Box, and Dialog Classes.
.SS "Member Type Documentation"
-.SH "QMessageBox::Icon"
+.SH "TQMessageBox::Icon"
This enum has the following values:
.TP
-\fCQMessageBox::NoIcon\fR - the message box does not have any icon.
+\fCTQMessageBox::NoIcon\fR - the message box does not have any icon.
.TP
-\fCQMessageBox::Question\fR - an icon indicating that the message is asking a question.
+\fCTQMessageBox::Question\fR - an icon indicating that the message is asking a question.
.TP
-\fCQMessageBox::Information\fR - an icon indicating that the message is nothing out of the ordinary.
+\fCTQMessageBox::Information\fR - an icon indicating that the message is nothing out of the ordinary.
.TP
-\fCQMessageBox::Warning\fR - an icon indicating that the message is a warning, but can be dealt with.
+\fCTQMessageBox::Warning\fR - an icon indicating that the message is a warning, but can be dealt with.
.TP
-\fCQMessageBox::Critical\fR - an icon indicating that the message represents a critical problem.
+\fCTQMessageBox::Critical\fR - an icon indicating that the message represents a critical problem.
.PP
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QMessageBox::QMessageBox ( TQWidget * parent = 0, const char * name = 0 )"
+.SH "TQMessageBox::TQMessageBox ( TQWidget * parent = 0, const char * name = 0 )"
Constructs a message box with no text and a button with the label" OK".
.PP
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
The \fIparent\fR and \fIname\fR arguments are passed to the TQDialog constructor.
-.SH "QMessageBox::QMessageBox ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )"
+.SH "TQMessageBox::TQMessageBox ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )"
Constructs a message box with a \fIcaption\fR, a \fItext\fR, an \fIicon\fR, and up to three buttons.
.PP
The \fIicon\fR must be one of the following:
.TP
-QMessageBox::NoIcon
+TQMessageBox::NoIcon
.TP
-QMessageBox::Question
+TQMessageBox::Question
.TP
-QMessageBox::Information
+TQMessageBox::Information
.TP
-QMessageBox::Warning
+TQMessageBox::Warning
.TP
-QMessageBox::Critical
+TQMessageBox::Critical
.PP
Each button, \fIbutton0\fR, \fIbutton1\fR and \fIbutton2\fR, can have one of the following values:
.TP
-QMessageBox::NoButton
+TQMessageBox::NoButton
.TP
-QMessageBox::Ok
+TQMessageBox::Ok
.TP
-QMessageBox::Cancel
+TQMessageBox::Cancel
.TP
-QMessageBox::Yes
+TQMessageBox::Yes
.TP
-QMessageBox::No
+TQMessageBox::No
.TP
-QMessageBox::Abort
+TQMessageBox::Abort
.TP
-QMessageBox::Retry
+TQMessageBox::Retry
.TP
-QMessageBox::Ignore
+TQMessageBox::Ignore
.TP
-QMessageBox::YesAll
+TQMessageBox::YesAll
.TP
-QMessageBox::NoAll
+TQMessageBox::NoAll
.PP
-Use QMessageBox::NoButton for the later parameters to have fewer than three buttons in your message box. If you don't specify any buttons at all, QMessageBox will provide an Ok button.
+Use TQMessageBox::NoButton for the later parameters to have fewer than three buttons in your message box. If you don't specify any buttons at all, TQMessageBox will provide an Ok button.
.PP
-One of the buttons can be OR-ed with the \fCQMessageBox::Default\fR flag to make it the default button (clicked when Enter is pressed).
+One of the buttons can be OR-ed with the \fCTQMessageBox::Default\fR flag to make it the default button (clicked when Enter is pressed).
.PP
-One of the buttons can be OR-ed with the \fCQMessageBox::Escape\fR flag to make it the cancel or close button (clicked when Escape is pressed).
+One of the buttons can be OR-ed with the \fCTQMessageBox::Escape\fR flag to make it the cancel or close button (clicked when Escape is pressed).
.PP
Example:
.PP
.nf
.br
- QMessageBox mb( "Application Name",
+ TQMessageBox mb( "Application Name",
.br
"Hardware failure.\\n\\nDisk error detected\\nDo you want to stop?",
.br
- QMessageBox::Question,
+ TQMessageBox::Question,
.br
- QMessageBox::Yes | QMessageBox::Default,
+ TQMessageBox::Yes | TQMessageBox::Default,
.br
- QMessageBox::No | QMessageBox::Escape,
+ TQMessageBox::No | TQMessageBox::Escape,
.br
- QMessageBox::NoButton );
+ TQMessageBox::NoButton );
.br
- if ( mb.exec() == QMessageBox::No )
+ if ( mb.exec() == TQMessageBox::No )
.br
// try again
.br
@@ -515,9 +515,9 @@ If \fImodal\fR is TRUE the message box is modal; otherwise it is modeless.
The \fIparent\fR, \fIname\fR, \fImodal\fR, and \fIf\fR arguments are passed to the TQDialog constructor.
.PP
See also caption, text, and icon.
-.SH "QMessageBox::~QMessageBox ()"
+.SH "TQMessageBox::~TQMessageBox ()"
Destroys the message box.
-.SH "void QMessageBox::about ( TQWidget * parent, const TQString & caption, const TQString & text )\fC [static]\fR"
+.SH "void TQMessageBox::about ( TQWidget * parent, const TQString & caption, const TQString & text )\fC [static]\fR"
Displays a simple about box with caption \fIcaption\fR and text \fItext\fR. The about box's parent is \fIparent\fR.
.PP
about() looks for a suitable icon in four locations: <ol type=1>
@@ -536,7 +536,7 @@ See also TQWidget::icon and QApplication::mainWidget().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, menu/menu.cpp, and themes/themes.cpp.
-.SH "void QMessageBox::aboutTQt ( TQWidget * parent, const TQString & caption = TQString::null )\fC [static]\fR"
+.SH "void TQMessageBox::aboutTQt ( TQWidget * parent, const TQString & caption = TQString::null )\fC [static]\fR"
Displays a simple message box about Qt, with caption \fIcaption\fR and centered over \fIparent\fR (if \fIparent\fR is not 0). The message includes the version number of TQt being used by the application.
.PP
This is useful for inclusion in the Help menu of an application. See the examples/menu/menu.cpp example.
@@ -547,44 +547,44 @@ See also QApplication::aboutTQt().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, menu/menu.cpp, themes/themes.cpp, and trivial/trivial.cpp.
-.SH "void QMessageBox::adjustSize ()\fC [virtual]\fR"
+.SH "void TQMessageBox::adjustSize ()\fC [virtual]\fR"
Adjusts the size of the message box to fit the contents just before TQDialog::exec() or TQDialog::show() is called.
.PP
This function will not be called if the message box has been explicitly resized before showing it.
.PP
Reimplemented from TQWidget.
-.SH "TQString QMessageBox::buttonText ( int button ) const"
+.SH "TQString TQMessageBox::buttonText ( int button ) const"
Returns the text of the message box button \fIbutton\fR, or TQString::null if the message box does not contain the button.
.PP
See also setButtonText().
-.SH "int QMessageBox::critical ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1, int button2 = 0 )\fC [static]\fR"
+.SH "int TQMessageBox::critical ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1, int button2 = 0 )\fC [static]\fR"
Opens a critical message box with the caption \fIcaption\fR and the text \fItext\fR. The dialog may have up to three buttons. Each of the button parameters, \fIbutton0\fR, \fIbutton1\fR and \fIbutton2\fR may be set to one of the following values:
.TP
-QMessageBox::NoButton
+TQMessageBox::NoButton
.TP
-QMessageBox::Ok
+TQMessageBox::Ok
.TP
-QMessageBox::Cancel
+TQMessageBox::Cancel
.TP
-QMessageBox::Yes
+TQMessageBox::Yes
.TP
-QMessageBox::No
+TQMessageBox::No
.TP
-QMessageBox::Abort
+TQMessageBox::Abort
.TP
-QMessageBox::Retry
+TQMessageBox::Retry
.TP
-QMessageBox::Ignore
+TQMessageBox::Ignore
.TP
-QMessageBox::YesAll
+TQMessageBox::YesAll
.TP
-QMessageBox::NoAll
+TQMessageBox::NoAll
.PP
-If you don't want all three buttons, set the last button, or last two buttons to QMessageBox::NoButton.
+If you don't want all three buttons, set the last button, or last two buttons to TQMessageBox::NoButton.
.PP
-One button can be OR-ed with \fCQMessageBox::Default\fR, and one button can be OR-ed with \fCQMessageBox::Escape\fR.
+One button can be OR-ed with \fCTQMessageBox::Default\fR, and one button can be OR-ed with \fCTQMessageBox::Escape\fR.
.PP
-Returns the identity (QMessageBox::Ok, or QMessageBox::No, etc.) of the button that was clicked.
+Returns the identity (TQMessageBox::Ok, or TQMessageBox::No, etc.) of the button that was clicked.
.PP
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
@@ -592,7 +592,7 @@ See also information(), question(), and warning().
.PP
Examples:
.)l network/archivesearch/archivedialog.ui.h, network/ftpclient/ftpmainwindow.ui.h, process/process.cpp, and xml/outliner/outlinetree.cpp.
-.SH "int QMessageBox::critical ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
+.SH "int TQMessageBox::critical ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Displays a critical error message box with a caption, a text, and 1, 2 or 3 buttons. Returns the number of the button that was clicked (0, 1 or 2).
@@ -602,38 +602,38 @@ Displays a critical error message box with a caption, a text, and 1, 2 or 3 butt
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
See also information(), question(), and warning().
-.SH "Icon QMessageBox::icon () const"
+.SH "Icon TQMessageBox::icon () const"
Returns the message box's icon. See the "icon" property for details.
-.SH "const TQPixmap * QMessageBox::iconPixmap () const"
+.SH "const TQPixmap * TQMessageBox::iconPixmap () const"
Returns the current icon. See the "iconPixmap" property for details.
-.SH "int QMessageBox::information ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1 = 0, int button2 = 0 )\fC [static]\fR"
+.SH "int TQMessageBox::information ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1 = 0, int button2 = 0 )\fC [static]\fR"
Opens an information message box with the caption \fIcaption\fR and the text \fItext\fR. The dialog may have up to three buttons. Each of the buttons, \fIbutton0\fR, \fIbutton1\fR and \fIbutton2\fR may be set to one of the following values:
.TP
-QMessageBox::NoButton
+TQMessageBox::NoButton
.TP
-QMessageBox::Ok
+TQMessageBox::Ok
.TP
-QMessageBox::Cancel
+TQMessageBox::Cancel
.TP
-QMessageBox::Yes
+TQMessageBox::Yes
.TP
-QMessageBox::No
+TQMessageBox::No
.TP
-QMessageBox::Abort
+TQMessageBox::Abort
.TP
-QMessageBox::Retry
+TQMessageBox::Retry
.TP
-QMessageBox::Ignore
+TQMessageBox::Ignore
.TP
-QMessageBox::YesAll
+TQMessageBox::YesAll
.TP
-QMessageBox::NoAll
+TQMessageBox::NoAll
.PP
-If you don't want all three buttons, set the last button, or last two buttons to QMessageBox::NoButton.
+If you don't want all three buttons, set the last button, or last two buttons to TQMessageBox::NoButton.
.PP
-One button can be OR-ed with \fCQMessageBox::Default\fR, and one button can be OR-ed with \fCQMessageBox::Escape\fR.
+One button can be OR-ed with \fCTQMessageBox::Default\fR, and one button can be OR-ed with \fCTQMessageBox::Escape\fR.
.PP
-Returns the identity (QMessageBox::Ok, or QMessageBox::No, etc.) of the button that was clicked.
+Returns the identity (TQMessageBox::Ok, or TQMessageBox::No, etc.) of the button that was clicked.
.PP
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
@@ -641,7 +641,7 @@ See also question(), warning(), and critical().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, dirview/dirview.cpp, fileiconview/tqfileiconview.cpp, picture/picture.cpp, qwerty/qwerty.cpp, and simple/main.cpp.
-.SH "int QMessageBox::information ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
+.SH "int TQMessageBox::information ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Displays an information message box with caption \fIcaption\fR, text \fItext\fR and one, two or three buttons. Returns the index of the button that was clicked (0, 1 or 2).
@@ -653,7 +653,7 @@ If \fIparent\fR is 0, the message box becomes an application-global modal dialog
Note: If you do not specify an Escape button then if the Escape button is pressed then -1 will be returned. It is suggested that you specify an Escape button to prevent this from happening.
.PP
See also question(), warning(), and critical().
-.SH "int QMessageBox::message ( const TQString & caption, const TQString & text, const TQString & buttonText = TQString::null, TQWidget * parent = 0, const char * = 0 )\fC [static]\fR"
+.SH "int TQMessageBox::message ( const TQString & caption, const TQString & text, const TQString & buttonText = TQString::null, TQWidget * parent = 0, const char * = 0 )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Opens a modal message box directly using the specified parameters.
@@ -661,45 +661,45 @@ Opens a modal message box directly using the specified parameters.
Please use information(), warning(), question(), or critical() instead.
.PP
Example: grapher/grapher.cpp.
-.SH "bool QMessageBox::query ( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget * parent = 0, const char * = 0 )\fC [static]\fR"
+.SH "bool TQMessageBox::query ( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget * parent = 0, const char * = 0 )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Queries the user using a modal message box with two buttons. Note that \fIcaption\fR is not always shown, it depends on the window manager.
.PP
Please use information(), question(), warning(), or critical() instead.
-.SH "int QMessageBox::question ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1 = 0, int button2 = 0 )\fC [static]\fR"
+.SH "int TQMessageBox::question ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1 = 0, int button2 = 0 )\fC [static]\fR"
Opens a question message box with the caption \fIcaption\fR and the text \fItext\fR. The dialog may have up to three buttons. Each of the buttons, \fIbutton0\fR, \fIbutton1\fR and \fIbutton2\fR may be set to one of the following values:
.TP
-QMessageBox::NoButton
+TQMessageBox::NoButton
.TP
-QMessageBox::Ok
+TQMessageBox::Ok
.TP
-QMessageBox::Cancel
+TQMessageBox::Cancel
.TP
-QMessageBox::Yes
+TQMessageBox::Yes
.TP
-QMessageBox::No
+TQMessageBox::No
.TP
-QMessageBox::Abort
+TQMessageBox::Abort
.TP
-QMessageBox::Retry
+TQMessageBox::Retry
.TP
-QMessageBox::Ignore
+TQMessageBox::Ignore
.TP
-QMessageBox::YesAll
+TQMessageBox::YesAll
.TP
-QMessageBox::NoAll
+TQMessageBox::NoAll
.PP
-If you don't want all three buttons, set the last button, or last two buttons to QMessageBox::NoButton.
+If you don't want all three buttons, set the last button, or last two buttons to TQMessageBox::NoButton.
.PP
-One button can be OR-ed with \fCQMessageBox::Default\fR, and one button can be OR-ed with \fCQMessageBox::Escape\fR.
+One button can be OR-ed with \fCTQMessageBox::Default\fR, and one button can be OR-ed with \fCTQMessageBox::Escape\fR.
.PP
-Returns the identity (QMessageBox::Yes, or QMessageBox::No, etc.) of the button that was clicked.
+Returns the identity (TQMessageBox::Yes, or TQMessageBox::No, etc.) of the button that was clicked.
.PP
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
See also information(), warning(), and critical().
-.SH "int QMessageBox::question ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
+.SH "int TQMessageBox::question ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Displays a question message box with caption \fIcaption\fR, text \fItext\fR and one, two or three buttons. Returns the index of the button that was clicked (0, 1 or 2).
@@ -711,58 +711,58 @@ If \fIparent\fR is 0, the message box becomes an application-global modal dialog
Note: If you do not specify an Escape button then if the Escape button is pressed then -1 will be returned. It is suggested that you specify an Escape button to prevent this from happening.
.PP
See also information(), warning(), and critical().
-.SH "void QMessageBox::setButtonText ( int button, const TQString & text )"
+.SH "void TQMessageBox::setButtonText ( int button, const TQString & text )"
Sets the text of the message box button \fIbutton\fR to \fItext\fR. Setting the text of a button that is not in the message box is silently ignored.
.PP
See also buttonText().
-.SH "void QMessageBox::setIcon ( Icon )"
+.SH "void TQMessageBox::setIcon ( Icon )"
Sets the message box's icon. See the "icon" property for details.
-.SH "void QMessageBox::setIconPixmap ( const TQPixmap & )"
+.SH "void TQMessageBox::setIconPixmap ( const TQPixmap & )"
Sets the current icon. See the "iconPixmap" property for details.
-.SH "void QMessageBox::setText ( const TQString & )"
+.SH "void TQMessageBox::setText ( const TQString & )"
Sets the message box text to be displayed. See the "text" property for details.
-.SH "void QMessageBox::setTextFormat ( TextFormat )"
+.SH "void TQMessageBox::setTextFormat ( TextFormat )"
Sets the format of the text displayed by the message box. See the "textFormat" property for details.
-.SH "TQPixmap QMessageBox::standardIcon ( Icon icon )\fC [static]\fR"
-Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. QMessageBox::Question, QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
-.SH "TQPixmap QMessageBox::standardIcon ( Icon icon, GUIStyle style )\fC [static]\fR"
+.SH "TQPixmap TQMessageBox::standardIcon ( Icon icon )\fC [static]\fR"
+Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. TQMessageBox::Question, TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical.
+.SH "TQPixmap TQMessageBox::standardIcon ( Icon icon, GUIStyle style )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
+Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical.
.PP
\fIstyle\fR is unused.
-.SH "TQString QMessageBox::text () const"
+.SH "TQString TQMessageBox::text () const"
Returns the message box text to be displayed. See the "text" property for details.
-.SH "TextFormat QMessageBox::textFormat () const"
+.SH "TextFormat TQMessageBox::textFormat () const"
Returns the format of the text displayed by the message box. See the "textFormat" property for details.
-.SH "int QMessageBox::warning ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1, int button2 = 0 )\fC [static]\fR"
+.SH "int TQMessageBox::warning ( TQWidget * parent, const TQString & caption, const TQString & text, int button0, int button1, int button2 = 0 )\fC [static]\fR"
Opens a warning message box with the caption \fIcaption\fR and the text \fItext\fR. The dialog may have up to three buttons. Each of the button parameters, \fIbutton0\fR, \fIbutton1\fR and \fIbutton2\fR may be set to one of the following values:
.TP
-QMessageBox::NoButton
+TQMessageBox::NoButton
.TP
-QMessageBox::Ok
+TQMessageBox::Ok
.TP
-QMessageBox::Cancel
+TQMessageBox::Cancel
.TP
-QMessageBox::Yes
+TQMessageBox::Yes
.TP
-QMessageBox::No
+TQMessageBox::No
.TP
-QMessageBox::Abort
+TQMessageBox::Abort
.TP
-QMessageBox::Retry
+TQMessageBox::Retry
.TP
-QMessageBox::Ignore
+TQMessageBox::Ignore
.TP
-QMessageBox::YesAll
+TQMessageBox::YesAll
.TP
-QMessageBox::NoAll
+TQMessageBox::NoAll
.PP
-If you don't want all three buttons, set the last button, or last two buttons to QMessageBox::NoButton.
+If you don't want all three buttons, set the last button, or last two buttons to TQMessageBox::NoButton.
.PP
-One button can be OR-ed with \fCQMessageBox::Default\fR, and one button can be OR-ed with \fCQMessageBox::Escape\fR.
+One button can be OR-ed with \fCTQMessageBox::Default\fR, and one button can be OR-ed with \fCTQMessageBox::Escape\fR.
.PP
-Returns the identity (QMessageBox::Ok, or QMessageBox::No, etc.) of the button that was clicked.
+Returns the identity (TQMessageBox::Ok, or TQMessageBox::No, etc.) of the button that was clicked.
.PP
If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR.
.PP
@@ -770,7 +770,7 @@ See also information(), question(), and critical().
.PP
Examples:
.)l chart/chartform.cpp, i18n/main.cpp, network/mail/smtp.cpp, qwerty/qwerty.cpp, showimg/showimg.cpp, and sound/sound.cpp.
-.SH "int QMessageBox::warning ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
+.SH "int TQMessageBox::warning ( TQWidget * parent, const TQString & caption, const TQString & text, const TQString & button0Text = TQString::null, const TQString & button1Text = TQString::null, const TQString & button2Text = TQString::null, int defaultButtonNumber = 0, int escapeButtonNumber = -1 )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Displays a warning message box with a caption, a text, and 1, 2 or 3 buttons. Returns the number of the button that was clicked (0, 1, or 2).
@@ -788,17 +788,17 @@ This property holds the message box's icon.
.PP
The icon of the message box can be one of the following predefined icons:
.TP
-QMessageBox::NoIcon
+TQMessageBox::NoIcon
.TP
-QMessageBox::Question
+TQMessageBox::Question
.TP
-QMessageBox::Information
+TQMessageBox::Information
.TP
-QMessageBox::Warning
+TQMessageBox::Warning
.TP
-QMessageBox::Critical
+TQMessageBox::Critical
.PP
-The actual pixmap used for displaying the icon depends on the current GUI style. You can also set a custom pixmap icon using the QMessageBox::iconPixmap property. The default icon is QMessageBox::NoIcon.
+The actual pixmap used for displaying the icon depends on the current GUI style. You can also set a custom pixmap icon using the TQMessageBox::iconPixmap property. The default icon is TQMessageBox::NoIcon.
.PP
See also iconPixmap.
.PP
@@ -814,7 +814,7 @@ Set this property's value with setIconPixmap() and get this property's value wit
.SH "TQString text"
This property holds the message box text to be displayed.
.PP
-The text will be interpreted either as a plain text or as rich text, depending on the text format setting (QMessageBox::textFormat). The default setting is AutoText, i.e. the message box will try to auto-detect the format of the text.
+The text will be interpreted either as a plain text or as rich text, depending on the text format setting (TQMessageBox::textFormat). The default setting is AutoText, i.e. the message box will try to auto-detect the format of the text.
.PP
The default value of this property is TQString::null.
.PP
@@ -833,7 +833,7 @@ See also text.
Set this property's value with setTextFormat() and get this property's value with textFormat().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqmessagebox.html
+.BR http://doc.trolltech.com/tqmessagebox.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/tqmetaobject.3qt b/doc/man/man3/tqmetaobject.3qt
index 3d2317fe..7a68ee4d 100644
--- a/doc/man/man3/tqmetaobject.3qt
+++ b/doc/man/man3/tqmetaobject.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMetaObject 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMetaObject 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QMetaObject \- Meta information about TQt objects
+TQMetaObject \- Meta information about TQt objects
.SH SYNOPSIS
-\fC#include <ntqmetaobject.h>\fR
+\fC#include <tqmetaobject.h>\fR
.PP
.SS "Public Members"
.in +1c
@@ -20,7 +20,7 @@ QMetaObject \- Meta information about TQt objects
.BI "const char * \fBsuperClassName\fR () const"
.br
.ti -1c
-.BI "QMetaObject * \fBsuperClass\fR () const"
+.BI "TQMetaObject * \fBsuperClass\fR () const"
.br
.ti -1c
.BI "bool \fBinherits\fR ( const char * clname ) const"
@@ -47,7 +47,7 @@ QMetaObject \- Meta information about TQt objects
.BI "const char * \fBclassInfo\fR ( const char * name, bool super = FALSE ) const"
.br
.ti -1c
-.BI "const QMetaProperty * \fBproperty\fR ( int index, bool super = FALSE ) const"
+.BI "const TQMetaProperty * \fBproperty\fR ( int index, bool super = FALSE ) const"
.br
.ti -1c
.BI "int \fBfindProperty\fR ( const char * name, bool super = FALSE ) const"
@@ -60,9 +60,9 @@ QMetaObject \- Meta information about TQt objects
.br
.in -1c
.SH DESCRIPTION
-The QMetaObject class contains meta information about TQt objects.
+The TQMetaObject class contains meta information about TQt objects.
.PP
-The Meta Object System in TQt is responsible for the signals and slots inter-object communication mechanism, runtime type information and the property system. All meta information in TQt is kept in a single instance of QMetaObject per class.
+The Meta Object System in TQt is responsible for the signals and slots inter-object communication mechanism, runtime type information and the property system. All meta information in TQt is kept in a single instance of TQMetaObject per class.
.PP
This class is not normally required for application programming. But if you write meta applications, such as scripting engines or GUI builders, you might find these functions useful:
.TP
@@ -83,83 +83,83 @@ Classes may have a list of name-value pairs of class information. The number of
See also moc (Meta Object Compiler) and Object Model.
.PP
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "const QClassInfo * QMetaObject::classInfo ( int index, bool super = FALSE ) const"
+.SH "const QClassInfo * TQMetaObject::classInfo ( int index, bool super = FALSE ) const"
Returns the class information with index \fIindex\fR or 0 if no such information exists.
.PP
If \fIsuper\fR is TRUE, inherited class information is included.
-.SH "const char * QMetaObject::classInfo ( const char * name, bool super = FALSE ) const"
+.SH "const char * TQMetaObject::classInfo ( const char * name, bool super = FALSE ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the class information with name \fIname\fR or 0 if no such information exists.
.PP
If \fIsuper\fR is TRUE, inherited class information is included.
-.SH "const char * QMetaObject::className () const"
+.SH "const char * TQMetaObject::className () const"
Returns the class name.
.PP
See also TQObject::className() and superClassName().
-.SH "int QMetaObject::findProperty ( const char * name, bool super = FALSE ) const"
+.SH "int TQMetaObject::findProperty ( const char * name, bool super = FALSE ) const"
Returns the index for the property with name \fIname\fR or -1 if no such property exists.
.PP
If \fIsuper\fR is TRUE, inherited properties are included.
.PP
See also property() and propertyNames().
-.SH "bool QMetaObject::inherits ( const char * clname ) const"
+.SH "bool TQMetaObject::inherits ( const char * clname ) const"
Returns TRUE if this class inherits \fIclname\fR within the meta object inheritance chain; otherwise returns FALSE.
.PP
(A class is considered to inherit itself.)
-.SH "int QMetaObject::numClassInfo ( bool super = FALSE ) const"
+.SH "int TQMetaObject::numClassInfo ( bool super = FALSE ) const"
Returns the number of items of class information available for this class.
.PP
If \fIsuper\fR is TRUE, inherited class information is included.
-.SH "int QMetaObject::numProperties ( bool super = FALSE ) const"
+.SH "int TQMetaObject::numProperties ( bool super = FALSE ) const"
Returns the number of properties for this class.
.PP
If \fIsuper\fR is TRUE, inherited properties are included.
.PP
See also propertyNames().
-.SH "int QMetaObject::numSignals ( bool super = FALSE ) const"
+.SH "int TQMetaObject::numSignals ( bool super = FALSE ) const"
Returns the number of signals for this class.
.PP
If \fIsuper\fR is TRUE, inherited signals are included.
.PP
See also signalNames().
-.SH "int QMetaObject::numSlots ( bool super = FALSE ) const"
+.SH "int TQMetaObject::numSlots ( bool super = FALSE ) const"
Returns the number of slots for this class.
.PP
If \fIsuper\fR is TRUE, inherited slots are included.
.PP
See also slotNames().
-.SH "const QMetaProperty * QMetaObject::property ( int index, bool super = FALSE ) const"
+.SH "const TQMetaProperty * TQMetaObject::property ( int index, bool super = FALSE ) const"
Returns the property meta data for the property at index \fIindex\fR or 0 if no such property exists.
.PP
If \fIsuper\fR is TRUE, inherited properties are included.
.PP
See also propertyNames().
-.SH "TQStrList QMetaObject::propertyNames ( bool super = FALSE ) const"
+.SH "TQStrList TQMetaObject::propertyNames ( bool super = FALSE ) const"
Returns a list with the names of all this class's properties.
.PP
If \fIsuper\fR is TRUE, inherited properties are included.
.PP
See also property().
-.SH "TQStrList QMetaObject::signalNames ( bool super = FALSE ) const"
+.SH "TQStrList TQMetaObject::signalNames ( bool super = FALSE ) const"
Returns a list with the names of all this class's signals.
.PP
If \fIsuper\fR is TRUE, inherited signals are included.
-.SH "TQStrList QMetaObject::slotNames ( bool super = FALSE ) const"
+.SH "TQStrList TQMetaObject::slotNames ( bool super = FALSE ) const"
Returns a list with the names of all this class's slots.
.PP
If \fIsuper\fR is TRUE, inherited slots are included.
.PP
See also numSlots().
-.SH "QMetaObject * QMetaObject::superClass () const"
+.SH "TQMetaObject * TQMetaObject::superClass () const"
Returns the meta object of the super class or 0 if there is no such object.
-.SH "const char * QMetaObject::superClassName () const"
+.SH "const char * TQMetaObject::superClassName () const"
Returns the class name of the superclass or 0 if there is no superclass in the TQObject hierachy.
.PP
See also className().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqmetaobject.html
+.BR http://doc.trolltech.com/tqmetaobject.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/tqmetaproperty.3qt b/doc/man/man3/tqmetaproperty.3qt
index 08ec7357..8e424980 100644
--- a/doc/man/man3/tqmetaproperty.3qt
+++ b/doc/man/man3/tqmetaproperty.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMetaProperty 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMetaProperty 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QMetaProperty \- Stores meta data about a property
+TQMetaProperty \- Stores meta data about a property
.SH SYNOPSIS
-\fC#include <ntqmetaobject.h>\fR
+\fC#include <tqmetaobject.h>\fR
.PP
.SS "Public Members"
.in +1c
@@ -57,7 +57,7 @@ QMetaProperty \- Stores meta data about a property
.br
.in -1c
.SH DESCRIPTION
-The QMetaProperty class stores meta data about a property.
+The TQMetaProperty class stores meta data about a property.
.PP
Property meta data includes type(), name(), and whether a property is writable(), designable() and stored().
.PP
@@ -65,68 +65,68 @@ The functions isSetType(), isEnumType() and enumKeys() provide further informati
.PP
Actual property values are set and received through TQObject's set and get functions. See TQObject::setProperty() and TQObject::property() for details.
.PP
-You receive meta property data through an object's meta object. See QMetaObject::property() and QMetaObject::propertyNames() for details.
+You receive meta property data through an object's meta object. See TQMetaObject::property() and TQMetaObject::propertyNames() for details.
.PP
See also Object Model.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "bool QMetaProperty::designable ( TQObject * o = 0 ) const"
+.SH "bool TQMetaProperty::designable ( TQObject * o = 0 ) const"
Returns TRUE if the property is designable for object \fIo\fR; otherwise returns FALSE.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
-.SH "TQStrList QMetaProperty::enumKeys () const"
+.SH "TQStrList TQMetaProperty::enumKeys () const"
Returns the possible enumeration keys if this property is an enumeration type (or a set type).
.PP
See also isEnumType().
-.SH "bool QMetaProperty::isEnumType () const"
+.SH "bool TQMetaProperty::isEnumType () const"
Returns TRUE if the property's type is an enumeration value; otherwise returns FALSE.
.PP
See also isSetType() and enumKeys().
-.SH "bool QMetaProperty::isSetType () const"
+.SH "bool TQMetaProperty::isSetType () const"
Returns TRUE if the property's type is an enumeration value that is used as set, i.e. if the enumeration values can be OR-ed together; otherwise returns FALSE. A set type is implicitly also an enum type.
.PP
See also isEnumType() and enumKeys().
-.SH "int QMetaProperty::keyToValue ( const char * key ) const"
+.SH "int TQMetaProperty::keyToValue ( const char * key ) const"
Converts the enumeration key \fIkey\fR to its integer value.
.PP
For set types, use keysToValue().
.PP
See also valueToKey(), isSetType(), and keysToValue().
-.SH "int QMetaProperty::keysToValue ( const TQStrList & keys ) const"
+.SH "int TQMetaProperty::keysToValue ( const TQStrList & keys ) const"
Converts the list of keys \fIkeys\fR to their combined (OR-ed) integer value.
.PP
See also isSetType() and valueToKey().
-.SH "const char * QMetaProperty::name () const"
+.SH "const char * TQMetaProperty::name () const"
Returns the name of the property.
-.SH "bool QMetaProperty::reset ( TQObject * o ) const"
+.SH "bool TQMetaProperty::reset ( TQObject * o ) const"
Tries to reset the property for object \fIo\fR with a reset method. On success, returns TRUE; otherwise returns FALSE.
.PP
Reset methods are optional, usually only a few properties support them.
-.SH "bool QMetaProperty::scriptable ( TQObject * o = 0 ) const"
+.SH "bool TQMetaProperty::scriptable ( TQObject * o = 0 ) const"
Returns TRUE if the property is scriptable for object \fIo\fR; otherwise returns FALSE.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
-.SH "bool QMetaProperty::stored ( TQObject * o = 0 ) const"
+.SH "bool TQMetaProperty::stored ( TQObject * o = 0 ) const"
Returns TRUE if the property shall be stored for object \fIo\fR; otherwise returns FALSE.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
-.SH "const char * QMetaProperty::type () const"
+.SH "const char * TQMetaProperty::type () const"
Returns the type of the property.
-.SH "const char * QMetaProperty::valueToKey ( int value ) const"
+.SH "const char * TQMetaProperty::valueToKey ( int value ) const"
Converts the enumeration value \fIvalue\fR to its literal key.
.PP
For set types, use valueToKeys().
.PP
See also isSetType() and valueToKeys().
-.SH "TQStrList QMetaProperty::valueToKeys ( int value ) const"
+.SH "TQStrList TQMetaProperty::valueToKeys ( int value ) const"
Converts the set value \fIvalue\fR to a list of keys.
.PP
See also isSetType() and valueToKey().
-.SH "bool QMetaProperty::writable () const"
+.SH "bool TQMetaProperty::writable () const"
Returns TRUE if the property is writable; otherwise returns FALSE.
.PP
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qmetaproperty.html
+.BR http://doc.trolltech.com/tqmetaproperty.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/tqmimesourcefactory.3qt b/doc/man/man3/tqmimesourcefactory.3qt
index 7f66d120..d97bf716 100644
--- a/doc/man/man3/tqmimesourcefactory.3qt
+++ b/doc/man/man3/tqmimesourcefactory.3qt
@@ -78,7 +78,7 @@ A TQMimeSourceFactory provides an abstract interface to a collection of informat
.PP
The base TQMimeSourceFactory can be used in two ways: as an abstraction of a collection of files or as specifically stored data. For it to access files, call setFilePath() before accessing data. For stored data, call setData() for each item (there are also convenience functions, e.g. setText(), setImage() and setPixmap(), that simply call setData() with appropriate parameters).
.PP
-The rich text widgets, TQTextEdit and TQTextBrowser, use TQMimeSourceFactory to resolve references such as images or links within rich text documents. They either access the default factory (see defaultFactory()) or their own (see TQTextEdit::setMimeSourceFactory()). Other classes that are capable of displaying rich text (such as TQLabel, TQWhatsThis or QMessageBox) always use the default factory.
+The rich text widgets, TQTextEdit and TQTextBrowser, use TQMimeSourceFactory to resolve references such as images or links within rich text documents. They either access the default factory (see defaultFactory()) or their own (see TQTextEdit::setMimeSourceFactory()). Other classes that are capable of displaying rich text (such as TQLabel, TQWhatsThis or TQMessageBox) always use the default factory.
.PP
A factory can also be used as a container to store data associated with a name. This technique is useful whenever rich text contains images that are stored in the program itself, not loaded from the hard disk. Your program may, for example, define some image data as:
.PP
@@ -166,7 +166,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
A convenience function. See data(const TQString& abs_name). The file name is given in \fIabs_or_rel_name\fR and the path is in \fIcontext\fR.
.SH "TQMimeSourceFactory * TQMimeSourceFactory::defaultFactory ()\fC [static]\fR"
-Returns the application-wide default mime source factory. This factory is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and QMessageBox to resolve named references within rich text documents. It serves also as the initial factory for the more complex render widgets, TQTextEdit and TQTextBrowser.
+Returns the application-wide default mime source factory. This factory is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and TQMessageBox to resolve named references within rich text documents. It serves also as the initial factory for the more complex render widgets, TQTextEdit and TQTextBrowser.
.PP
See also setDefaultFactory().
.PP
diff --git a/doc/man/man3/tqmouseevent.3qt b/doc/man/man3/tqmouseevent.3qt
index 91ea44b1..397a9e9f 100644
--- a/doc/man/man3/tqmouseevent.3qt
+++ b/doc/man/man3/tqmouseevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMouseEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMouseEvent 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,7 +7,7 @@
.ad l
.nh
.SH NAME
-QMouseEvent \- Parameters that describe a mouse event
+TQMouseEvent \- Parameters that describe a mouse event
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,10 +16,10 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQMouseEvent\fR ( Type type, const TQPoint & pos, int button, int state )"
+.BI "\fBTQMouseEvent\fR ( Type type, const TQPoint & pos, int button, int state )"
.br
.ti -1c
-.BI "\fBQMouseEvent\fR ( Type type, const TQPoint & pos, const TQPoint & globalPos, int button, int state )"
+.BI "\fBTQMouseEvent\fR ( Type type, const TQPoint & pos, const TQPoint & globalPos, int button, int state )"
.br
.ti -1c
.BI "const TQPoint & \fBpos\fR () const"
@@ -59,7 +59,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QMouseEvent class contains parameters that describe a mouse event.
+The TQMouseEvent class contains parameters that describe a mouse event.
.PP
Mouse events occur when a mouse button is pressed or released inside a widget or when the mouse cursor is moved.
.PP
@@ -67,7 +67,7 @@ Mouse move events will occur only when a mouse button is pressed down, unless mo
.PP
Qt automatically grabs the mouse when a mouse button is pressed inside a widget; the widget will continue to receive mouse events until the last mouse button is released.
.PP
-A mouse event contains a special accept flag that indicates whether the receiver wants the event. You should call QMouseEvent::ignore() if the mouse event is not handled by your widget. A mouse event is propagated up the parent widget chain until a widget accepts it with QMouseEvent::accept() or an event filter consumes it.
+A mouse event contains a special accept flag that indicates whether the receiver wants the event. You should call TQMouseEvent::ignore() if the mouse event is not handled by your widget. A mouse event is propagated up the parent widget chain until a widget accepts it with TQMouseEvent::accept() or an event filter consumes it.
.PP
The functions pos(), x() and y() give the cursor position relative to the widget that receives the mouse event. If you move the widget as a result of the mouse event, use the global position returned by globalPos() to avoid a shaking motion.
.PP
@@ -77,7 +77,7 @@ The event handlers TQWidget::mousePressEvent(), TQWidget::mouseReleaseEvent(), T
.PP
See also TQWidget::mouseTracking, TQWidget::grabMouse(), TQCursor::pos(), and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QMouseEvent::QMouseEvent ( Type type, const TQPoint & pos, int button, int state )"
+.SH "TQMouseEvent::TQMouseEvent ( Type type, const TQPoint & pos, int button, int state )"
Constructs a mouse event object.
.PP
The \fItype\fR parameter must be one of TQEvent::MouseButtonPress, TQEvent::MouseButtonRelease, TQEvent::MouseButtonDblClick or TQEvent::MouseMove.
@@ -85,13 +85,13 @@ The \fItype\fR parameter must be one of TQEvent::MouseButtonPress, TQEvent::Mous
The \fIpos\fR parameter specifies the position relative to the receiving widget. \fIbutton\fR specifies the button that caused the event, which should be TQt::NoButton (0), if \fItype\fR is MouseMove. \fIstate\fR is the ButtonState at the time of the event.
.PP
The globalPos() is initialized to TQCursor::pos(), which may not be appropriate. Use the other constructor to specify the global position explicitly.
-.SH "QMouseEvent::QMouseEvent ( Type type, const TQPoint & pos, const TQPoint & globalPos, int button, int state )"
+.SH "TQMouseEvent::TQMouseEvent ( Type type, const TQPoint & pos, const TQPoint & globalPos, int button, int state )"
Constructs a mouse event object.
.PP
The \fItype\fR parameter must be TQEvent::MouseButtonPress, TQEvent::MouseButtonRelease, TQEvent::MouseButtonDblClick or TQEvent::MouseMove.
.PP
The \fIpos\fR parameter specifies the position relative to the receiving widget. \fIglobalPos\fR is the position in absolute coordinates. \fIbutton\fR specifies the button that caused the event, which should be TQt::NoButton (0), if \fItype\fR is MouseMove. \fIstate\fR is the ButtonState at the time of the event.
-.SH "void QMouseEvent::accept ()"
+.SH "void TQMouseEvent::accept ()"
Sets the accept flag of the mouse event object.
.PP
Setting the accept parameter indicates that the receiver of the event wants the mouse event. Unwanted mouse events are sent to the parent widget.
@@ -99,7 +99,7 @@ Setting the accept parameter indicates that the receiver of the event wants the
The accept flag is set by default.
.PP
See also ignore().
-.SH "ButtonState QMouseEvent::button () const"
+.SH "ButtonState TQMouseEvent::button () const"
Returns the button that caused the event.
.PP
Possible return values are LeftButton, RightButton, MidButton and NoButton.
@@ -110,21 +110,21 @@ See also state() and TQt::ButtonState.
.PP
Examples:
.)l dclock/dclock.cpp, life/life.cpp, and t14/cannon.cpp.
-.SH "const TQPoint & QMouseEvent::globalPos () const"
+.SH "const TQPoint & TQMouseEvent::globalPos () const"
Returns the global position of the mouse pointer \fIat the time of the event\fR. This is important on asynchronous window systems like X11. Whenever you move your widgets around in response to mouse events, globalPos() may differ a lot from the current pointer position TQCursor::pos(), and from TQWidget::mapToGlobal( pos() ).
.PP
See also globalX() and globalY().
.PP
Example: aclock/aclock.cpp.
-.SH "int QMouseEvent::globalX () const"
+.SH "int TQMouseEvent::globalX () const"
Returns the global x-position of the mouse pointer at the time of the event.
.PP
See also globalY() and globalPos().
-.SH "int QMouseEvent::globalY () const"
+.SH "int TQMouseEvent::globalY () const"
Returns the global y-position of the mouse pointer at the time of the event.
.PP
See also globalX() and globalPos().
-.SH "void QMouseEvent::ignore ()"
+.SH "void TQMouseEvent::ignore ()"
Clears the accept flag parameter of the mouse event object.
.PP
Clearing the accept parameter indicates that the event receiver does not want the mouse event. Unwanted mouse events are sent to the parent widget.
@@ -132,9 +132,9 @@ Clearing the accept parameter indicates that the event receiver does not want th
The accept flag is set by default.
.PP
See also accept().
-.SH "bool QMouseEvent::isAccepted () const"
+.SH "bool TQMouseEvent::isAccepted () const"
Returns TRUE if the receiver of the event wants to keep the key; otherwise returns FALSE.
-.SH "const TQPoint & QMouseEvent::pos () const"
+.SH "const TQPoint & TQMouseEvent::pos () const"
Returns the position of the mouse pointer relative to the widget that received the event.
.PP
If you move the widget as a result of the mouse event, use the global position returned by globalPos() to avoid a shaking motion.
@@ -143,7 +143,7 @@ See also x(), y(), and globalPos().
.PP
Examples:
.)l chart/canvasview.cpp, drawlines/connect.cpp, life/life.cpp, popup/popup.cpp, qmag/qmag.cpp, t14/cannon.cpp, and tooltip/tooltip.cpp.
-.SH "ButtonState QMouseEvent::state () const"
+.SH "ButtonState TQMouseEvent::state () const"
Returns the button state (a combination of mouse buttons and keyboard modifiers), i.e. what buttons and keys were being pressed immediately before the event was generated.
.PP
This means that if you have a TQEvent::MouseButtonPress or a TQEvent::MouseButtonDblClick state() will \fInot\fR include the mouse button that's pressed. But once the mouse button has been released, the TQEvent::MouseButtonRelease event will have the button() that was pressed.
@@ -156,17 +156,17 @@ See also button(), stateAfter(), and TQt::ButtonState.
.PP
Examples:
.)l popup/popup.cpp and showimg/showimg.cpp.
-.SH "ButtonState QMouseEvent::stateAfter () const"
+.SH "ButtonState TQMouseEvent::stateAfter () const"
Returns the state of buttons after the event.
.PP
See also state() and TQt::ButtonState.
-.SH "int QMouseEvent::x () const"
+.SH "int TQMouseEvent::x () const"
Returns the x-position of the mouse pointer, relative to the widget that received the event.
.PP
See also y() and pos().
.PP
Example: showimg/showimg.cpp.
-.SH "int QMouseEvent::y () const"
+.SH "int TQMouseEvent::y () const"
Returns the y-position of the mouse pointer, relative to the widget that received the event.
.PP
See also x() and pos().
@@ -174,7 +174,7 @@ See also x() and pos().
Example: showimg/showimg.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qmouseevent.html
+.BR http://doc.trolltech.com/tqmouseevent.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/tqmoveevent.3qt b/doc/man/man3/tqmoveevent.3qt
index 21b70a47..872140ef 100644
--- a/doc/man/man3/tqmoveevent.3qt
+++ b/doc/man/man3/tqmoveevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QMoveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQMoveEvent 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,7 +7,7 @@
.ad l
.nh
.SH NAME
-QMoveEvent \- Event parameters for move events
+TQMoveEvent \- Event parameters for move events
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQMoveEvent\fR ( const TQPoint & pos, const TQPoint & oldPos )"
+.BI "\fBTQMoveEvent\fR ( const TQPoint & pos, const TQPoint & oldPos )"
.br
.ti -1c
.BI "const TQPoint & \fBpos\fR () const"
@@ -26,7 +26,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QMoveEvent class contains event parameters for move events.
+The TQMoveEvent class contains event parameters for move events.
.PP
Move events are sent to widgets that have been moved to a new position relative to their parent.
.PP
@@ -34,16 +34,16 @@ The event handler TQWidget::moveEvent() receives move events.
.PP
See also TQWidget::pos, TQWidget::geometry, and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QMoveEvent::QMoveEvent ( const TQPoint & pos, const TQPoint & oldPos )"
+.SH "TQMoveEvent::TQMoveEvent ( const TQPoint & pos, const TQPoint & oldPos )"
Constructs a move event with the new and old widget positions, \fIpos\fR and \fIoldPos\fR respectively.
-.SH "const TQPoint & QMoveEvent::oldPos () const"
+.SH "const TQPoint & TQMoveEvent::oldPos () const"
Returns the old position of the widget.
-.SH "const TQPoint & QMoveEvent::pos () const"
+.SH "const TQPoint & TQMoveEvent::pos () const"
Returns the new position of the widget. This excludes the window
frame for top level widgets.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qmoveevent.html
+.BR http://doc.trolltech.com/tqmoveevent.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/tqnpinstance.3qt b/doc/man/man3/tqnpinstance.3qt
index 1c2e2dab..ef3eea78 100644
--- a/doc/man/man3/tqnpinstance.3qt
+++ b/doc/man/man3/tqnpinstance.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QNPInstance 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQNPInstance 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
-QNPInstance \- TQObject that is a web browser plugin
+TQNPInstance \- TQObject that is a web browser plugin
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
-\fC#include <ntqnp.h>\fR
+\fC#include <tqnp.h>\fR
.PP
Inherits TQObject.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fB~QNPInstance\fR ()"
+.BI "\fB~TQNPInstance\fR ()"
.br
.ti -1c
.BI "int \fBargc\fR () const"
@@ -45,25 +45,25 @@ Inherits TQObject.
.BI "const char * \fBuserAgent\fR () const"
.br
.ti -1c
-.BI "virtual QNPWidget * \fBnewWindow\fR ()"
+.BI "virtual TQNPWidget * \fBnewWindow\fR ()"
.br
.ti -1c
-.BI "QNPWidget * \fBwidget\fR ()"
+.BI "TQNPWidget * \fBwidget\fR ()"
.br
.ti -1c
.BI "enum \fBStreamMode\fR { Normal = 1, Seek = 2, AsFile = 3, AsFileOnly = 4 }"
.br
.ti -1c
-.BI "virtual bool \fBnewStreamCreated\fR ( QNPStream *, StreamMode & smode )"
+.BI "virtual bool \fBnewStreamCreated\fR ( TQNPStream *, StreamMode & smode )"
.br
.ti -1c
-.BI "virtual int \fBwriteReady\fR ( QNPStream * )"
+.BI "virtual int \fBwriteReady\fR ( TQNPStream * )"
.br
.ti -1c
-.BI "virtual int \fBwrite\fR ( QNPStream *, int offset, int len, void * buffer )"
+.BI "virtual int \fBwrite\fR ( TQNPStream *, int offset, int len, void * buffer )"
.br
.ti -1c
-.BI "virtual void \fBstreamDestroyed\fR ( QNPStream * )"
+.BI "virtual void \fBstreamDestroyed\fR ( TQNPStream * )"
.br
.ti -1c
.BI "void \fBstatus\fR ( const char * msg )"
@@ -78,10 +78,10 @@ Inherits TQObject.
.BI "void \fBpostURL\fR ( const char * url, const char * window, uint len, const char * buf, bool file )"
.br
.ti -1c
-.BI "QNPStream * \fBnewStream\fR ( const char * mimetype, const char * window, bool as_file = FALSE )"
+.BI "TQNPStream * \fBnewStream\fR ( const char * mimetype, const char * window, bool as_file = FALSE )"
.br
.ti -1c
-.BI "virtual void \fBstreamAsFile\fR ( QNPStream *, const char * fname )"
+.BI "virtual void \fBstreamAsFile\fR ( TQNPStream *, const char * fname )"
.br
.ti -1c
.BI "void * \fBgetJavaPeer\fR () const"
@@ -99,58 +99,58 @@ Inherits TQObject.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "\fBQNPInstance\fR ()"
+.BI "\fBTQNPInstance\fR ()"
.br
.in -1c
.SH DESCRIPTION
This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
.PP
-The QNPInstance class provides a TQObject that is a web browser plugin.
+The TQNPInstance class provides a TQObject that is a web browser plugin.
.PP
-Deriving from QNPInstance creates an object that represents a single \fC<EMBED>\fR tag in an HTML document.
+Deriving from TQNPInstance creates an object that represents a single \fC<EMBED>\fR tag in an HTML document.
.PP
-The QNPInstance is responsible for creating an appropriate QNPWidget window if required (not all plugins have windows), and for interacting with the input/output facilities intrinsic to plugins.
+The TQNPInstance is responsible for creating an appropriate TQNPWidget window if required (not all plugins have windows), and for interacting with the input/output facilities intrinsic to plugins.
.PP
Note that there is \fIabsolutely no guarantee\fR regarding the order in which functions are called. Sometimes the browser will call newWindow() first, at other times, newStreamCreated() will be called first (assuming the \fC<EMBED>\fR tag has a SRC parameter).
.PP
\fINone of Qt's GUI functionality\fR may be used until after the first call to newWindow(). This includes any use of TQPaintDevice (i.e. TQPixmap, TQWidget, and all subclasses), QApplication, anything related to TQPainter (TQBrush, etc.), fonts, TQMovie, TQToolTip, etc. Useful classes which specifically \fIcan\fR be used are TQImage, TQFile, and TQBuffer.
.PP
-This restriction can easily be accommodated by structuring your plugin so that the task of the QNPInstance is to gather data, while the task of the QNPWidget is to provide a graphical interface to that data.
+This restriction can easily be accommodated by structuring your plugin so that the task of the TQNPInstance is to gather data, while the task of the TQNPWidget is to provide a graphical interface to that data.
.SS "Member Type Documentation"
-.SH "QNPInstance::InstanceMode"
+.SH "TQNPInstance::InstanceMode"
This enum type provides Qt-style names for three #defines in \fCnpapi.h\fR:
.TP
-\fCQNPInstance::Embed\fR - corresponds to NP_EMBED
+\fCTQNPInstance::Embed\fR - corresponds to NP_EMBED
.TP
-\fCQNPInstance::Full\fR - corresponds to NP_FULL
+\fCTQNPInstance::Full\fR - corresponds to NP_FULL
.TP
-\fCQNPInstance::Background\fR - corresponds to NP_BACKGROUND
-.SH "QNPInstance::Reason"
+\fCTQNPInstance::Background\fR - corresponds to NP_BACKGROUND
+.SH "TQNPInstance::Reason"
.TP
-\fCQNPInstance::ReasonDone\fR
+\fCTQNPInstance::ReasonDone\fR
.TP
-\fCQNPInstance::ReasonBreak\fR
+\fCTQNPInstance::ReasonBreak\fR
.TP
-\fCQNPInstance::ReasonError\fR
+\fCTQNPInstance::ReasonError\fR
.TP
-\fCQNPInstance::ReasonUnknown\fR
-.SH "QNPInstance::StreamMode"
+\fCTQNPInstance::ReasonUnknown\fR
+.SH "TQNPInstance::StreamMode"
.TP
-\fCQNPInstance::Normal\fR
+\fCTQNPInstance::Normal\fR
.TP
-\fCQNPInstance::Seek\fR
+\fCTQNPInstance::Seek\fR
.TP
-\fCQNPInstance::AsFile\fR
+\fCTQNPInstance::AsFile\fR
.TP
-\fCQNPInstance::AsFileOnly\fR
+\fCTQNPInstance::AsFileOnly\fR
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QNPInstance::QNPInstance ()\fC [protected]\fR"
-Creates a QNPInstance.
+.SH "TQNPInstance::TQNPInstance ()\fC [protected]\fR"
+Creates a TQNPInstance.
.PP
-Can only be called from within a derived class created within QNPlugin::newInstance().
-.SH "QNPInstance::~QNPInstance ()"
+Can only be called from within a derived class created within TQNPlugin::newInstance().
+.SH "TQNPInstance::~TQNPInstance ()"
Called when the plugin instance is about to be deleted.
-.SH "const char * QNPInstance::arg ( const char * name ) const"
+.SH "const char * TQNPInstance::arg ( const char * name ) const"
Returns the value of the named arguments, or 0 if no argument called \fIname\fR appears in the \fC<EMBED>\fR tag of this instance. If the argument appears, but has no value assigned, the empty string is returned. In summary:
.PP
<center>.nf
@@ -165,49 +165,49 @@ Tag Result
.TE
.fi
</center>
-.SH "int QNPInstance::argc () const"
+.SH "int TQNPInstance::argc () const"
Returns the number of arguments to the instance. Note that you should not normally rely on the ordering of arguments, and note that the SGML specification does not permit multiple arguments with the same name.
.PP
See also arg() and argn().
-.SH "const char * QNPInstance::argn ( int i ) const"
+.SH "const char * TQNPInstance::argn ( int i ) const"
Returns the name of the \fIi\fR-th argument.
.PP
See also argc() and argv().
-.SH "const char * QNPInstance::argv ( int i ) const"
+.SH "const char * TQNPInstance::argv ( int i ) const"
Returns the value of the \fIi\fR-th argument.
.PP
\\as argc(), arg()
-.SH "void * QNPInstance::getJavaPeer () const"
+.SH "void * TQNPInstance::getJavaPeer () const"
Returns the Java object associated with the plugin instance, an object of the plugin's Java class, or 0 if the plug-in does not have a Java class, Java is disabled, or an error occurred.
.PP
The return value is actually a \fCjref\fR we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java.
.PP
-See also QNPlugin::getJavaClass() and QNPlugin::getJavaEnv().
-.SH "void QNPInstance::getURL ( const char * url, const char * window = 0 )"
+See also TQNPlugin::getJavaClass() and TQNPlugin::getJavaEnv().
+.SH "void TQNPInstance::getURL ( const char * url, const char * window = 0 )"
Requests that the \fIurl\fR be retrieved and sent to the named \fIwindow\fR. See Netscape's JavaScript documentation for an explanation of window names.
-.SH "void QNPInstance::getURLNotify ( const char * url, const char * window = 0, void * data = 0 )"
+.SH "void TQNPInstance::getURLNotify ( const char * url, const char * window = 0, void * data = 0 )"
Requests that the given \fIurl\fR be retrieved and sent to the named \fIwindow\fR. See Netscape's JavaScript documentation for an explanation of window names. Passes the arguments including \fIdata\fR to NPN_GetURLNotify.
.PP
Netscape: NPN_GetURLNotify method
-.SH "InstanceMode QNPInstance::mode () const"
+.SH "InstanceMode TQNPInstance::mode () const"
Returns the mode of the plugin.
-.SH "QNPStream * QNPInstance::newStream ( const char * mimetype, const char * window, bool as_file = FALSE )"
+.SH "TQNPStream * TQNPInstance::newStream ( const char * mimetype, const char * window, bool as_file = FALSE )"
\fBThis function is under development and is subject to change.\fR
.PP
This function is \fInot tested\fR.
.PP
Requests the creation of a new data stream \fIfrom\fR the plugin. The MIME type and window are passed in \fImimetype\fR and \fIwindow\fR. \fIas_file\fR holds the AsFileOnly flag. It is an interface to the NPN_NewStream function of the Netscape Plugin API.
-.SH "bool QNPInstance::newStreamCreated ( QNPStream *, StreamMode & smode )\fC [virtual]\fR"
+.SH "bool TQNPInstance::newStreamCreated ( TQNPStream *, StreamMode & smode )\fC [virtual]\fR"
This function is called when a new stream has been created. The instance should return TRUE if it accepts the processing of the stream. If the instance requires the stream as a file, it should set \fIsmode\fR to AsFileOnly, in which case the data will be delivered some time later to the streamAsFile() function. Otherwise, the data will be delivered in chunks to the write() function, which must consume at least as much data as returned by the most recent call to writeReady().
.PP
Note that the AsFileOnly method is not supported by Netscape 2.0 and MSIE 3.0.
.PP
The default implementation accepts any stream.
-.SH "QNPWidget * QNPInstance::newWindow ()\fC [virtual]\fR"
-Called at most once, at some time after the QNPInstance is created. If the plugin requires a window, this function should return a derived class of QNPWidget that provides the required interface.
+.SH "TQNPWidget * TQNPInstance::newWindow ()\fC [virtual]\fR"
+Called at most once, at some time after the TQNPInstance is created. If the plugin requires a window, this function should return a derived class of TQNPWidget that provides the required interface.
.PP
Example: grapher/grapher.cpp.
-.SH "void QNPInstance::notifyURL ( const char * url, Reason r, void * notifyData )\fC [virtual]\fR"
+.SH "void TQNPInstance::notifyURL ( const char * url, Reason r, void * notifyData )\fC [virtual]\fR"
\fBThis function is under development and is subject to change.\fR
.PP
This function is \fInot tested\fR.
@@ -217,7 +217,7 @@ Called whenever a \fIurl\fR is notified after a call to NPN_GetURLNotify with \f
It is an encapsulation of the NPP_URLNotify function of the Netscape Plugin API.
.PP
See also: Netscape: NPP_URLNotify method
-.SH "void QNPInstance::postURL ( const char * url, const char * window, uint len, const char * buf, bool file )"
+.SH "void TQNPInstance::postURL ( const char * url, const char * window, uint len, const char * buf, bool file )"
\fBThis function is under development and is subject to change.\fR
.PP
This function is \fInot tested\fR.
@@ -225,7 +225,7 @@ This function is \fInot tested\fR.
It is an interface to the NPN_PostURL function of the Netscape Plugin API.
.PP
Passes \fIurl\fR, \fIwindow\fR, \fIbuf\fR, \fIlen\fR, and \fIfile\fR to NPN_PostURL.
-.SH "void QNPInstance::print ( TQPainter * )\fC [virtual]\fR"
+.SH "void TQNPInstance::print ( TQPainter * )\fC [virtual]\fR"
\fBThis function is under development and is subject to change.\fR
.PP
This function is \fInot tested\fR.
@@ -233,39 +233,39 @@ This function is \fInot tested\fR.
Print the instance embedded in a page.
.PP
It is an encapsulation of the NPP_Print function of the Netscape Plugin API.
-.SH "bool QNPInstance::printFullPage ()\fC [virtual]\fR"
+.SH "bool TQNPInstance::printFullPage ()\fC [virtual]\fR"
\fBThis function is under development and is subject to change.\fR
.PP
This function is \fInot tested\fR.
.PP
It is an encapsulation of the NPP_Print function of the Netscape Plugin API.
-.SH "void QNPInstance::status ( const char * msg )"
+.SH "void TQNPInstance::status ( const char * msg )"
Sets the status message in the browser containing this instance to \fImsg\fR.
-.SH "void QNPInstance::streamAsFile ( QNPStream *, const char * fname )\fC [virtual]\fR"
+.SH "void TQNPInstance::streamAsFile ( TQNPStream *, const char * fname )\fC [virtual]\fR"
Called when a stream is delivered as a single file called \fIfname\fR rather than as chunks. This may be simpler for a plugin to deal with, but precludes any incremental behavior.
.PP
Note that the AsFileOnly method is not supported by Netscape 2.0 and MSIE 3.0.
.PP
See also newStreamCreated() and newStream().
-.SH "void QNPInstance::streamDestroyed ( QNPStream * )\fC [virtual]\fR"
+.SH "void TQNPInstance::streamDestroyed ( TQNPStream * )\fC [virtual]\fR"
Called when a stream is destroyed. At this point, the stream may be complete() and okay(). If it is not okay(), then an error has occurred. If it is okay(), but not complete(), then the user has cancelled the transmission; do not give an error message in this case.
-.SH "const char * QNPInstance::userAgent () const"
+.SH "const char * TQNPInstance::userAgent () const"
Returns the user agent (browser name) containing this instance.
-.SH "QNPWidget * QNPInstance::widget ()"
+.SH "TQNPWidget * TQNPInstance::widget ()"
Returns the plugin window created by newWindow(), if any.
-.SH "int QNPInstance::write ( QNPStream *, int offset, int len, void * buffer )\fC [virtual]\fR"
+.SH "int TQNPInstance::write ( TQNPStream *, int offset, int len, void * buffer )\fC [virtual]\fR"
Called when incoming data is available for processing by the instance. The instance \fImust\fR consume at least the amount that it returned in the most recent call to writeReady(), but it may consume up to the amount given by \fIlen\fR. \fIbuffer\fR is the data available for consumption. The \fIoffset\fR argument is merely an informational value indicating the total amount of data that has been consumed in prior calls.
.PP
This function should return the amount of data actually consumed.
.PP
Example: grapher/grapher.cpp.
-.SH "int QNPInstance::writeReady ( QNPStream * )\fC [virtual]\fR"
+.SH "int TQNPInstance::writeReady ( TQNPStream * )\fC [virtual]\fR"
Returns the minimum amount of data the instance is willing to receive from the given stream.
.PP
The default returns a very large value.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qnpinstance.html
+.BR http://doc.trolltech.com/tqnpinstance.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/tqnplugin.3qt b/doc/man/man3/tqnplugin.3qt
index f2f5c91f..0c18274f 100644
--- a/doc/man/man3/tqnplugin.3qt
+++ b/doc/man/man3/tqnplugin.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QNPlugin 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQNPlugin 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
-QNPlugin \- The main factory for plugin objects
+TQNPlugin \- The main factory for plugin objects
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
-\fC#include <ntqnp.h>\fR
+\fC#include <tqnp.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "virtual \fB~QNPlugin\fR ()"
+.BI "virtual \fB~TQNPlugin\fR ()"
.br
.ti -1c
.BI "void \fBgetVersionInfo\fR ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor )"
.br
.ti -1c
-.BI "virtual QNPInstance * \fBnewInstance\fR () = 0"
+.BI "virtual TQNPInstance * \fBnewInstance\fR () = 0"
.br
.ti -1c
.BI "virtual const char * \fBgetMIMEDescription\fR () const = 0"
@@ -46,50 +46,50 @@ This class is part of the \fBQt Netscape Extension\fR.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QNPlugin * \fBcreate\fR ()"
+.BI "TQNPlugin * \fBcreate\fR ()"
.br
.ti -1c
-.BI "QNPlugin * \fBactual\fR ()"
+.BI "TQNPlugin * \fBactual\fR ()"
.br
.in -1c
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "\fBQNPlugin\fR ()"
+.BI "\fBTQNPlugin\fR ()"
.br
.in -1c
.SH DESCRIPTION
This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
.PP
-The QNPlugin class provides the main factory for plugin objects.
+The TQNPlugin class provides the main factory for plugin objects.
.PP
-This class is the heart of the plugin. One instance of this object is created when the plugin is \fIfirst\fR needed, by calling QNPlugin::create(), which must be implemented in your plugin code to return some derived class of QNPlugin. The one QNPlugin object creates all QNPInstance instances for a web browser running in a single process.
+This class is the heart of the plugin. One instance of this object is created when the plugin is \fIfirst\fR needed, by calling TQNPlugin::create(), which must be implemented in your plugin code to return some derived class of TQNPlugin. The one TQNPlugin object creates all TQNPInstance instances for a web browser running in a single process.
.PP
Additionally, if TQt is linked to the plugin as a dynamic library, only one instance of QApplication will exist \fIacross all plugins that have been made with Qt\fR. So, your plugin should tread lightly on global settings. Do not, for example, use QApplication::setFont() - that will change the font in every widget of every Qt-based plugin currently loaded!
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QNPlugin::QNPlugin ()\fC [protected]\fR"
-Creates a QNPlugin. This may only be used by the constructor of the class, derived from QNPlugin, that is returned by your plugin's implementation of the QNPlugin::create() function.
-.SH "QNPlugin::~QNPlugin ()\fC [virtual]\fR"
-Destroys the QNPlugin. This is called by the plugin binding code just before the plugin is about to be unloaded from memory. If newWindow() has been called, a QApplication will still exist at this time, but will be deleted shortly after, just before the plugin is deleted.
-.SH "QNPlugin * QNPlugin::actual ()\fC [static]\fR"
-Returns the plugin most recently returned by QNPlugin::create().
-.SH "QNPlugin * QNPlugin::create ()\fC [static]\fR"
-This function must be implemented by your plugin code. It should return a derived class of QNPlugin.
-.SH "void * QNPlugin::getJavaClass ()\fC [virtual]\fR"
+.SH "TQNPlugin::TQNPlugin ()\fC [protected]\fR"
+Creates a TQNPlugin. This may only be used by the constructor of the class, derived from TQNPlugin, that is returned by your plugin's implementation of the TQNPlugin::create() function.
+.SH "TQNPlugin::~TQNPlugin ()\fC [virtual]\fR"
+Destroys the TQNPlugin. This is called by the plugin binding code just before the plugin is about to be unloaded from memory. If newWindow() has been called, a QApplication will still exist at this time, but will be deleted shortly after, just before the plugin is deleted.
+.SH "TQNPlugin * TQNPlugin::actual ()\fC [static]\fR"
+Returns the plugin most recently returned by TQNPlugin::create().
+.SH "TQNPlugin * TQNPlugin::create ()\fC [static]\fR"
+This function must be implemented by your plugin code. It should return a derived class of TQNPlugin.
+.SH "void * TQNPlugin::getJavaClass ()\fC [virtual]\fR"
Override this function to return a reference to the Java class that represents the plugin. The default returns 0, indicating no class.
.PP
-If you override this class, you must also override QNPlugin::unuseJavaClass().
+If you override this class, you must also override TQNPlugin::unuseJavaClass().
.PP
The return value is actually a \fCjref\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java.
.PP
-See also getJavaEnv() and QNPInstance::getJavaPeer().
-.SH "void * QNPlugin::getJavaEnv () const"
+See also getJavaEnv() and TQNPInstance::getJavaPeer().
+.SH "void * TQNPlugin::getJavaEnv () const"
Returns a pointer to the Java execution environment, or 0 if either Java is disabled or an error occurred.
.PP
The return value is actually a \fCJRIEnv*\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java.
.PP
-See also getJavaClass() and QNPInstance::getJavaPeer().
-.SH "const char * QNPlugin::getMIMEDescription () const\fC [pure virtual]\fR"
+See also getJavaClass() and TQNPInstance::getJavaPeer().
+.SH "const char * TQNPlugin::getMIMEDescription () const\fC [pure virtual]\fR"
Override this function to return the MIME description of the data formats supported by your plugin. The format of this string is shown by the following example:
.PP
.nf
@@ -118,21 +118,21 @@ Override this function to return the MIME description of the data formats suppor
.br
}
.fi
-.SH "const char * QNPlugin::getPluginDescriptionString () const\fC [pure virtual]\fR"
+.SH "const char * TQNPlugin::getPluginDescriptionString () const\fC [pure virtual]\fR"
Returns a pointer to the plain-text description of the plugin.
-.SH "const char * QNPlugin::getPluginNameString () const\fC [pure virtual]\fR"
+.SH "const char * TQNPlugin::getPluginNameString () const\fC [pure virtual]\fR"
Returns a pointer to the plain-text name of the plugin.
-.SH "void QNPlugin::getVersionInfo ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor )"
+.SH "void TQNPlugin::getVersionInfo ( int & plugin_major, int & plugin_minor, int & browser_major, int & browser_minor )"
Populates \fI*\fR\fIplugin_major\fR and \fI*\fR\fIplugin_minor\fR with the version of the plugin API and populates \fI*\fR\fIbrowser_major\fR and \fI*\fR\fIbrowser_minor\fR with the version of the web browser.
-.SH "QNPInstance * QNPlugin::newInstance ()\fC [pure virtual]\fR"
-Override this function to return an appropriate derived class of QNPInstance.
-.SH "void QNPlugin::unuseJavaClass ()\fC [virtual]\fR"
+.SH "TQNPInstance * TQNPlugin::newInstance ()\fC [pure virtual]\fR"
+Override this function to return an appropriate derived class of TQNPInstance.
+.SH "void TQNPlugin::unuseJavaClass ()\fC [virtual]\fR"
This function is called when the plugin is shutting down. The
function should \fIunuse\fR the Java class returned earlier by
getJavaClass().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qnplugin.html
+.BR http://doc.trolltech.com/tqnplugin.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/tqnpstream.3qt b/doc/man/man3/tqnpstream.3qt
index 958767d4..e185be6a 100644
--- a/doc/man/man3/tqnpstream.3qt
+++ b/doc/man/man3/tqnpstream.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QNPStream 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQNPStream 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
-QNPStream \- Stream of data provided to a QNPInstance by the browser
+TQNPStream \- Stream of data provided to a TQNPInstance by the browser
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
-\fC#include <ntqnp.h>\fR
+\fC#include <tqnp.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fB~QNPStream\fR ()"
+.BI "\fB~TQNPStream\fR ()"
.br
.ti -1c
.BI "const char * \fBurl\fR () const"
@@ -46,50 +46,50 @@ This class is part of the \fBQt Netscape Extension\fR.
.BI "int \fBwrite\fR ( int len, void * buffer )"
.br
.ti -1c
-.BI "QNPInstance * \fBinstance\fR ()"
+.BI "TQNPInstance * \fBinstance\fR ()"
.br
.ti -1c
-.BI "\fBQNPStream\fR ( QNPInstance * in, const char * mt, _NPStream * st, bool se )"
+.BI "\fBTQNPStream\fR ( TQNPInstance * in, const char * mt, _NPStream * st, bool se )"
.br
.in -1c
.SH DESCRIPTION
This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
.PP
-The QNPStream class provides a stream of data provided to a QNPInstance by the browser.
+The TQNPStream class provides a stream of data provided to a TQNPInstance by the browser.
.PP
Note that this is neither a TQTextStream nor a TQDataStream.
.PP
-See also QNPInstance::write() and QNPInstance::newStreamCreated().
+See also TQNPInstance::write() and TQNPInstance::newStreamCreated().
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QNPStream::QNPStream ( QNPInstance * in, const char * mt, _NPStream * st, bool se )"
-Creates a stream. Plugins should not call this; they should call QNPInstance::newStream() if they need a stream.
+.SH "TQNPStream::TQNPStream ( TQNPInstance * in, const char * mt, _NPStream * st, bool se )"
+Creates a stream. Plugins should not call this; they should call TQNPInstance::newStream() if they need a stream.
.PP
-Takes a QNPInstance \fIin\fR, MIME type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR.
-.SH "QNPStream::~QNPStream ()"
+Takes a TQNPInstance \fIin\fR, MIME type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR.
+.SH "TQNPStream::~TQNPStream ()"
Destroys the stream.
-.SH "bool QNPStream::complete () const"
+.SH "bool TQNPStream::complete () const"
Returns TRUE if the stream has received all the data from the source; otherwise returns FALSE.
-.SH "uint QNPStream::end () const"
+.SH "uint TQNPStream::end () const"
Returns the length of the stream in bytes. The function might return 0 for streams of unknown length.
-.SH "QNPInstance * QNPStream::instance ()"
-Returns the QNPInstance for which this stream was created.
-.SH "uint QNPStream::lastModified () const"
+.SH "TQNPInstance * TQNPStream::instance ()"
+Returns the TQNPInstance for which this stream was created.
+.SH "uint TQNPStream::lastModified () const"
Returns the time when the source of the stream was last modified.
-.SH "bool QNPStream::okay () const"
+.SH "bool TQNPStream::okay () const"
Returns TRUE if no errors have occurred on the stream; otherwise returns FALSE.
-.SH "void QNPStream::requestRead ( int offset, uint length )"
-Requests the section of the stream, of \fIlength\fR bytes from \fIoffset\fR, be sent to the QNPInstance::write() function of the instance() of this stream.
-.SH "bool QNPStream::seekable () const"
+.SH "void TQNPStream::requestRead ( int offset, uint length )"
+Requests the section of the stream, of \fIlength\fR bytes from \fIoffset\fR, be sent to the TQNPInstance::write() function of the instance() of this stream.
+.SH "bool TQNPStream::seekable () const"
Returns TRUE if the stream is seekable; otherwise returns FALSE.
-.SH "const char * QNPStream::type () const"
+.SH "const char * TQNPStream::type () const"
Returns the MIME type of the stream.
-.SH "const char * QNPStream::url () const"
+.SH "const char * TQNPStream::url () const"
Returns the URL from which the stream was created.
-.SH "int QNPStream::write ( int len, void * buffer )"
+.SH "int TQNPStream::write ( int len, void * buffer )"
Writes \fIlen\fR bytes from \fIbuffer\fR \fIto\fR the stream.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qnpstream.html
+.BR http://doc.trolltech.com/tqnpstream.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/tqnpwidget.3qt b/doc/man/man3/tqnpwidget.3qt
index 58b4fa9e..9f1ac1d0 100644
--- a/doc/man/man3/tqnpwidget.3qt
+++ b/doc/man/man3/tqnpwidget.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QNPWidget 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQNPWidget 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
-QNPWidget \- TQWidget that is a web browser plugin window
+TQNPWidget \- TQWidget that is a web browser plugin window
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
-\fC#include <ntqnp.h>\fR
+\fC#include <tqnp.h>\fR
.PP
Inherits TQWidget.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQNPWidget\fR ()"
+.BI "\fBTQNPWidget\fR ()"
.br
.ti -1c
-.BI "\fB~QNPWidget\fR ()"
+.BI "\fB~TQNPWidget\fR ()"
.br
.ti -1c
.BI "virtual void \fBenterInstance\fR ()"
@@ -30,21 +30,21 @@ Inherits TQWidget.
.BI "virtual void \fBleaveInstance\fR ()"
.br
.ti -1c
-.BI "QNPInstance * \fBinstance\fR ()"
+.BI "TQNPInstance * \fBinstance\fR ()"
.br
.in -1c
.SH DESCRIPTION
This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
.PP
-The QNPWidget class provides a TQWidget that is a web browser plugin window.
+The TQNPWidget class provides a TQWidget that is a web browser plugin window.
.PP
-Derive from QNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of QNPWidget may only be created when QNPInstance::newWindow() is called by the browser.
+Derive from TQNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of TQNPWidget may only be created when TQNPInstance::newWindow() is called by the browser.
.PP
A common way to develop a plugin widget is to develop it as a stand-alone application window, then make it a \fIchild\fR of a plugin widget to use it as a browser plugin. The technique is:
.PP
.nf
.br
-class MyPluginWindow : public QNPWidget
+class MyPluginWindow : public TQNPWidget
.br
{
.br
@@ -73,7 +73,7 @@ public:
}
.br
.br
- void resizeEvent(QResizeEvent*)
+ void resizeEvent(TQResizeEvent*)
.br
{
.br
@@ -88,23 +88,23 @@ public:
.PP
The default implementation is an empty window.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QNPWidget::QNPWidget ()"
-Creates a QNPWidget.
-.SH "QNPWidget::~QNPWidget ()"
+.SH "TQNPWidget::TQNPWidget ()"
+Creates a TQNPWidget.
+.SH "TQNPWidget::~TQNPWidget ()"
Destroys the window. This will be called by the plugin binding code when the window is no longer required. The web browser will delete windows when they leave the page. The bindings will change the TQWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior.
-.SH "void QNPWidget::enterInstance ()\fC [virtual]\fR"
+.SH "void TQNPWidget::enterInstance ()\fC [virtual]\fR"
Called when the mouse enters the plugin window. Does nothing by default.
.PP
Example: grapher/grapher.cpp.
-.SH "QNPInstance * QNPWidget::instance ()"
+.SH "TQNPInstance * TQNPWidget::instance ()"
Returns the instance for which this widget is the plugin window.
-.SH "void QNPWidget::leaveInstance ()\fC [virtual]\fR"
+.SH "void TQNPWidget::leaveInstance ()\fC [virtual]\fR"
Called when the mouse leaves the plugin window. Does nothing by default.
.PP
Example: grapher/grapher.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qnpwidget.html
+.BR http://doc.trolltech.com/tqnpwidget.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/tqobject.3qt b/doc/man/man3/tqobject.3qt
index 841426d7..d32be74f 100644
--- a/doc/man/man3/tqobject.3qt
+++ b/doc/man/man3/tqobject.3qt
@@ -15,7 +15,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.PP
Inherits Qt.
.PP
--Inherited by TQAccel, TQAccessibleObject, TQAction, QApplication, TQAssistantClient, TQDataPump, TQWidget, TQCanvas, TQStyle, TQClipboard, TQDns, TQLayout, TQDragObject, TQEditorFactory, TQEventLoop, TQFileIconProvider, TQNetworkProtocol, TQNetworkOperation, QNPInstance, TQObjectCleanupHandler, TQProcess, TQServerSocket, TQSessionManager, TQSignal, TQSignalMapper, TQSocket, TQSocketNotifier, QSound, TQSqlDatabase, TQSqlDriver, TQSqlForm, TQStyleSheet, TQTimer, TQToolTipGroup, TQTranslator, TQUrlOperator, and TQValidator.
+-Inherited by TQAccel, TQAccessibleObject, TQAction, QApplication, TQAssistantClient, TQDataPump, TQWidget, TQCanvas, TQStyle, TQClipboard, TQDns, TQLayout, TQDragObject, TQEditorFactory, TQEventLoop, TQFileIconProvider, TQNetworkProtocol, TQNetworkOperation, TQNPInstance, TQObjectCleanupHandler, TQProcess, TQServerSocket, TQSessionManager, TQSignal, TQSignalMapper, TQSocket, TQSocketNotifier, QSound, TQSqlDatabase, TQSqlDriver, TQSqlForm, TQStyleSheet, TQTimer, TQToolTipGroup, TQTranslator, TQUrlOperator, and TQValidator.
.PP
.SS "Public Members"
.in +1c
@@ -29,7 +29,7 @@ Inherits Qt.
.BI "virtual const char * \fBclassName\fR () const"
.br
.ti -1c
-.BI "virtual QMetaObject * \fBmetaObject\fR () const"
+.BI "virtual TQMetaObject * \fBmetaObject\fR () const"
.br
.ti -1c
.BI "virtual bool \fBevent\fR ( TQEvent * e )"
@@ -606,17 +606,17 @@ Example:
t->inherits( "TQButton" ); // returns FALSE
.br
.br
- // TQScrollBar inherits TQWidget and QRangeControl
+ // TQScrollBar inherits TQWidget and TQRangeControl
.br
TQScrollBar *s = new TQScrollBar( 0 );
.br
s->inherits( "TQWidget" ); // returns TRUE
.br
- s->inherits( "QRangeControl" ); // returns FALSE
+ s->inherits( "TQRangeControl" ); // returns FALSE
.br
.fi
.PP
-(QRangeControl is not a TQObject.)
+(TQRangeControl is not a TQObject.)
.PP
See also isA() and metaObject().
.PP
@@ -738,7 +738,7 @@ Kills all timers that this object has started.
\fBWarning:\fR Using this function can cause hard-to-find bugs: it kills timers started by sub- and superclasses as well as those started by you, which is often not what you want. We recommend using a TQTimer or perhaps killTimer().
.PP
See also timerEvent(), startTimer(), and killTimer().
-.SH "QMetaObject * TQObject::metaObject () const\fC [virtual]\fR"
+.SH "TQMetaObject * TQObject::metaObject () const\fC [virtual]\fR"
Returns a pointer to the meta object of this object.
.PP
A meta object contains information about a class that inherits TQObject, e.g. class name, superclass name, properties, signals and slots. Every class that contains the TQ_OBJECT macro will also have a meta object.
@@ -771,7 +771,7 @@ If no such property exists, the returned variant is invalid.
.PP
Information about all available properties are provided through the metaObject().
.PP
-See also setProperty(), QVariant::isValid(), metaObject(), QMetaObject::propertyNames(), and QMetaObject::property().
+See also setProperty(), QVariant::isValid(), metaObject(), TQMetaObject::propertyNames(), and TQMetaObject::property().
.PP
Example: qutlook/centralwidget.cpp.
.SH "TQObjectList * TQObject::queryList ( const char * inheritsClass = 0, const char * objName = 0, bool regexpMatch = TRUE, bool recursiveSearch = TRUE ) const"
@@ -844,7 +844,7 @@ Returns TRUE if the operation was successful; otherwise returns FALSE.
.PP
Information about all available properties is provided through the metaObject().
.PP
-See also property(), metaObject(), QMetaObject::propertyNames(), and QMetaObject::property().
+See also property(), metaObject(), TQMetaObject::propertyNames(), and TQMetaObject::property().
.PP
Example: qutlook/centralwidget.cpp.
.SH "bool TQObject::signalsBlocked () const"
diff --git a/doc/man/man3/tqpoint.3qt b/doc/man/man3/tqpoint.3qt
index fedb4aef..3c162673 100644
--- a/doc/man/man3/tqpoint.3qt
+++ b/doc/man/man3/tqpoint.3qt
@@ -133,7 +133,7 @@ Example:
.br
//TQPoint oldPos is defined somewhere else
.br
- MyWidget::mouseMoveEvent( QMouseEvent *e )
+ MyWidget::mouseMoveEvent( TQMouseEvent *e )
.br
{
.br
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt
index aeaf43a0..519dcbff 100644
--- a/doc/man/man3/tqpopupmenu.3qt
+++ b/doc/man/man3/tqpopupmenu.3qt
@@ -269,7 +269,7 @@ Example: mdi/application.cpp.
.SH "TQKeySequence TQMenuData::accel ( int id ) const"
Returns the accelerator key that has been defined for the menu item \fIid\fR, or 0 if it has no accelerator key or if there is no such menu item.
.PP
-See also setAccel(), TQAccel, and ntqnamespace.h.
+See also setAccel(), TQAccel, and tqnamespace.h.
.SH "void TQPopupMenu::activated ( int id )\fC [signal]\fR"
This signal is emitted when a menu item is selected; \fIid\fR is the id of the selected item.
.PP
@@ -458,7 +458,7 @@ Note that keyboard accelerators in TQt are not application-global, instead they
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.PP
Examples:
.)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp.
@@ -469,7 +469,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -489,7 +489,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
.PP
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
-See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
+See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.
.SH "int TQMenuData::insertItem ( const TQString & text, int id = -1, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -683,7 +683,7 @@ See also removeItem() and clear().
.SH "void TQMenuData::setAccel ( const TQKeySequence & key, int id )"
Sets the accelerator key for the menu item \fIid\fR to \fIkey\fR.
.PP
-An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file ntqnamespace.h contains a list of key codes.
+An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file tqnamespace.h contains a list of key codes.
.PP
Defining an accelerator key produces a text that is added to the menu item; for instance, CTRL + Key_O produces "Ctrl+O". The text is formatted differently for different platforms.
.PP
diff --git a/doc/man/man3/tqprinter.3qt b/doc/man/man3/tqprinter.3qt
index aca49c39..23535157 100644
--- a/doc/man/man3/tqprinter.3qt
+++ b/doc/man/man3/tqprinter.3qt
@@ -214,7 +214,7 @@ setFullPage() tells TQPrinter whether you want to deal with the full page or jus
.TP
setNumCopies() tells TQPrinter how many copies of the document it should print.
.TP
-setMinMax() tells TQPrinter and QPrintDialog what the allowed range for fromPage() and toPage() are.
+setMinMax() tells TQPrinter and TQPrintDialog what the allowed range for fromPage() and toPage() are.
.PP
Except where noted, you can only call the set functions before setup(), or between TQPainter::end() and setup(). (Some may take effect between setup() and begin(), or between begin() and end(), but that's strictly undocumented and such behaviour may differ depending on platform.)
.PP
diff --git a/doc/man/man3/tqrangecontrol.3qt b/doc/man/man3/tqrangecontrol.3qt
index 681b8f1c..9e575093 100644
--- a/doc/man/man3/tqrangecontrol.3qt
+++ b/doc/man/man3/tqrangecontrol.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QRangeControl 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQRangeControl 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
-QRangeControl \- Integer value within a range
+TQRangeControl \- Integer value within a range
.SH SYNOPSIS
-\fC#include <ntqrangecontrol.h>\fR
+\fC#include <tqrangecontrol.h>\fR
.PP
Inherited by TQDial, TQScrollBar, TQSlider, and TQSpinBox.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQRangeControl\fR ()"
+.BI "\fBTQRangeControl\fR ()"
.br
.ti -1c
-.BI "\fBQRangeControl\fR ( int minValue, int maxValue, int lineStep, int pageStep, int value )"
+.BI "\fBTQRangeControl\fR ( int minValue, int maxValue, int lineStep, int pageStep, int value )"
.br
.ti -1c
-.BI "virtual \fB~QRangeControl\fR ()"
+.BI "virtual \fB~TQRangeControl\fR ()"
.br
.ti -1c
.BI "int \fBvalue\fR () const"
@@ -95,60 +95,60 @@ Inherited by TQDial, TQScrollBar, TQSlider, and TQSpinBox.
.br
.in -1c
.SH DESCRIPTION
-The QRangeControl class provides an integer value within a range.
+The TQRangeControl class provides an integer value within a range.
.PP
-Although originally designed for the TQScrollBar widget, the QRangeControl can also be used in conjunction with other widgets such as TQSlider and TQSpinBox. Here are the five main concepts in the class:
+Although originally designed for the TQScrollBar widget, the TQRangeControl can also be used in conjunction with other widgets such as TQSlider and TQSpinBox. Here are the five main concepts in the class:
.PP
<ol type=1>
.IP 1
-\fICurrent value\fR The bounded integer that QRangeControl maintains. value() returns it, and several functions, including setValue(), set it.
+\fICurrent value\fR The bounded integer that TQRangeControl maintains. value() returns it, and several functions, including setValue(), set it.
.IP 2
\fIMinimum\fR The lowest value that value() can ever return. Returned by minValue() and set by setRange() or one of the constructors.
.IP 3
\fIMaximum\fR The highest value that value() can ever return. Returned by maxValue() and set by setRange() or one of the constructors.
.IP 4
-\fILine step\fR The smaller of two natural steps that QRangeControl provides and typically corresponds to the user pressing an arrow key. The line step is returned by lineStep() and set using setSteps(). The functions addLine() and subtractLine() respectively increment and decrement the current value by lineStep().
+\fILine step\fR The smaller of two natural steps that TQRangeControl provides and typically corresponds to the user pressing an arrow key. The line step is returned by lineStep() and set using setSteps(). The functions addLine() and subtractLine() respectively increment and decrement the current value by lineStep().
.IP 5
-\fIPage step\fR The larger of two natural steps that QRangeControl provides and typically corresponds to the user pressing PageUp or PageDown. The page step is returned by pageStep() and set using setSteps(). The functions addPage() and substractPage() respectively increment and decrement the current value by pageStep().
+\fIPage step\fR The larger of two natural steps that TQRangeControl provides and typically corresponds to the user pressing PageUp or PageDown. The page step is returned by pageStep() and set using setSteps(). The functions addPage() and substractPage() respectively increment and decrement the current value by pageStep().
.IP
.PP
Unity (1) may be viewed as a third step size. setValue() lets you set the current value to any integer in the allowed range, not just minValue() + \fIn\fR * lineStep() for integer values of \fIn\fR. Some widgets may allow the user to set any value at all; others may just provide multiples of lineStep() or pageStep().
.PP
-QRangeControl provides three virtual functions that are well suited for updating the on-screen representation of range controls and emitting signals: valueChange(), rangeChange() and stepChange().
+TQRangeControl provides three virtual functions that are well suited for updating the on-screen representation of range controls and emitting signals: valueChange(), rangeChange() and stepChange().
.PP
-QRangeControl also provides a function called bound() which lets you force arbitrary integers to be within the allowed range of the range control.
+TQRangeControl also provides a function called bound() which lets you force arbitrary integers to be within the allowed range of the range control.
.PP
-We recommend that all widgets that inherit QRangeControl provide at least a signal called valueChanged(); many widgets will want to provide addStep(), addPage(), substractStep() and substractPage() as slots.
+We recommend that all widgets that inherit TQRangeControl provide at least a signal called valueChanged(); many widgets will want to provide addStep(), addPage(), substractStep() and substractPage() as slots.
.PP
-Note that you must use multiple inheritance if you plan to implement a widget using QRangeControl because QRangeControl is not derived from TQWidget.
+Note that you must use multiple inheritance if you plan to implement a widget using TQRangeControl because TQRangeControl is not derived from TQWidget.
.PP
See also Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QRangeControl::QRangeControl ()"
+.SH "TQRangeControl::TQRangeControl ()"
Constructs a range control with a minimum value of 0, maximum value of 99, line step of 1, page step of 10 and initial value 0.
-.SH "QRangeControl::QRangeControl ( int minValue, int maxValue, int lineStep, int pageStep, int value )"
+.SH "TQRangeControl::TQRangeControl ( int minValue, int maxValue, int lineStep, int pageStep, int value )"
Constructs a range control whose value can never be smaller than \fIminValue\fR or greater than \fImaxValue\fR, whose line step size is \fIlineStep\fR and page step size is \fIpageStep\fR and whose value is initially \fIvalue\fR (which is guaranteed to be in range using bound()).
-.SH "QRangeControl::~QRangeControl ()\fC [virtual]\fR"
+.SH "TQRangeControl::~TQRangeControl ()\fC [virtual]\fR"
Destroys the range control
-.SH "void QRangeControl::addLine ()"
+.SH "void TQRangeControl::addLine ()"
Equivalent to \fCsetValue( value() + lineStep() )\fR.
.PP
If the value is changed, then valueChange() is called.
.PP
See also subtractLine(), addPage(), and setValue().
-.SH "void QRangeControl::addPage ()"
+.SH "void TQRangeControl::addPage ()"
Equivalent to \fCsetValue( value() + pageStep() )\fR.
.PP
If the value is changed, then valueChange() is called.
.PP
See also subtractPage(), addLine(), and setValue().
-.SH "int QRangeControl::bound ( int v ) const"
+.SH "int TQRangeControl::bound ( int v ) const"
Forces the value \fIv\fR to be within the range from minValue() to maxValue() inclusive, and returns the result.
.PP
-This function is provided so that you can easily force other numbers than value() into the allowed range. You do not need to call it in order to use QRangeControl itself.
+This function is provided so that you can easily force other numbers than value() into the allowed range. You do not need to call it in order to use TQRangeControl itself.
.PP
See also setValue(), value(), minValue(), and maxValue().
-.SH "void QRangeControl::directSetValue ( int value )\fC [protected]\fR"
+.SH "void TQRangeControl::directSetValue ( int value )\fC [protected]\fR"
Sets the range control \fIvalue\fR directly without calling valueChange().
.PP
Forces the new \fIvalue\fR to be within the legal range.
@@ -156,23 +156,23 @@ Forces the new \fIvalue\fR to be within the legal range.
You will rarely have to call this function. However, if you want to change the range control's value inside the overloaded method valueChange(), setValue() would call the function valueChange() again. To avoid this recursion you must use directSetValue() instead.
.PP
See also setValue().
-.SH "int QRangeControl::lineStep () const"
+.SH "int TQRangeControl::lineStep () const"
Returns the line step.
.PP
See also setSteps() and pageStep().
-.SH "int QRangeControl::maxValue () const"
+.SH "int TQRangeControl::maxValue () const"
Returns the maximum value of the range.
.PP
See also setMaxValue(), setRange(), and minValue().
-.SH "int QRangeControl::minValue () const"
+.SH "int TQRangeControl::minValue () const"
Returns the minimum value of the range.
.PP
See also setMinValue(), setRange(), and maxValue().
-.SH "int QRangeControl::pageStep () const"
+.SH "int TQRangeControl::pageStep () const"
Returns the page step.
.PP
See also setSteps() and lineStep().
-.SH "int QRangeControl::positionFromValue ( int logical_val, int span ) const\fC [protected]\fR"
+.SH "int TQRangeControl::positionFromValue ( int logical_val, int span ) const\fC [protected]\fR"
Converts \fIlogical_val\fR to a pixel position. minValue() maps to 0, maxValue() maps to \fIspan\fR and other values are distributed evenly in-between.
.PP
This function can handle the entire integer range without overflow, providing \fIspan\fR is <= 4096.
@@ -180,13 +180,13 @@ This function can handle the entire integer range without overflow, providing \f
Calling this method is useful when actually drawing a range control such as a TQScrollBar on-screen.
.PP
See also valueFromPosition().
-.SH "int QRangeControl::prevValue () const\fC [protected]\fR"
+.SH "int TQRangeControl::prevValue () const\fC [protected]\fR"
Returns the previous value of the range control. "Previous value" means the value before the last change occurred. Setting a new range may affect the value, too, because the value is forced to be inside the specified range. When the range control is initially created, this is the same as value().
.PP
prevValue() can be outside the current legal range if a call to setRange() causes the current value to change. For example, if the range was [0, 1000] and the current value is 500, setRange(0, 400) makes value() return 400 and prevValue() return 500.
.PP
See also value() and setRange().
-.SH "void QRangeControl::rangeChange ()\fC [virtual protected]\fR"
+.SH "void TQRangeControl::rangeChange ()\fC [virtual protected]\fR"
This virtual function is called whenever the range control's range changes. You can reimplement it if you want to be notified when the range changes. The default implementation does nothing.
.PP
Note that this method is called after the range has changed.
@@ -194,19 +194,19 @@ Note that this method is called after the range has changed.
See also setRange(), valueChange(), and stepChange().
.PP
Reimplemented in TQDial, TQSlider, and TQSpinBox.
-.SH "void QRangeControl::setMaxValue ( int maxVal )"
+.SH "void TQRangeControl::setMaxValue ( int maxVal )"
Sets the minimum value of the range to \fImaxVal\fR.
.PP
If necessary, the minValue() is adjusted so that the range remains valid.
.PP
See also maxValue() and setMinValue().
-.SH "void QRangeControl::setMinValue ( int minVal )"
+.SH "void TQRangeControl::setMinValue ( int minVal )"
Sets the minimum value of the range to \fIminVal\fR.
.PP
If necessary, the maxValue() is adjusted so that the range remains valid.
.PP
See also minValue() and setMaxValue().
-.SH "void QRangeControl::setRange ( int minValue, int maxValue )"
+.SH "void TQRangeControl::setRange ( int minValue, int maxValue )"
Sets the range control's minimum value to \fIminValue\fR and its maximum value to \fImaxValue\fR.
.PP
Calls the virtual rangeChange() function if one or both of the new minimum and maximum values are different from the previous setting. Calls the virtual valueChange() function if the current value is adjusted because it was outside the new range.
@@ -217,41 +217,41 @@ See also minValue() and maxValue().
.PP
Examples:
.)l listbox/listbox.cpp, t12/lcdrange.cpp, t5/main.cpp, t6/main.cpp, t8/lcdrange.cpp, and xform/xform.cpp.
-.SH "void QRangeControl::setSteps ( int lineStep, int pageStep )"
+.SH "void TQRangeControl::setSteps ( int lineStep, int pageStep )"
Sets the range's line step to \fIlineStep\fR and page step to \fIpageStep\fR.
.PP
Calls the virtual stepChange() function if the new line step or page step are different from the previous settings.
.PP
See also lineStep(), pageStep(), and setRange().
-.SH "void QRangeControl::setValue ( int value )"
+.SH "void TQRangeControl::setValue ( int value )"
Sets the range control's value to \fIvalue\fR and forces it to be within the legal range.
.PP
Calls the virtual valueChange() function if the new value is different from the previous value. The old value can still be retrieved using prevValue().
.PP
See also value().
-.SH "void QRangeControl::stepChange ()\fC [virtual protected]\fR"
+.SH "void TQRangeControl::stepChange ()\fC [virtual protected]\fR"
This virtual function is called whenever the range control's line or page step settings change. You can reimplement it if you want to be notified when the step changes. The default implementation does nothing.
.PP
Note that this method is called after a step setting has changed.
.PP
See also setSteps(), rangeChange(), and valueChange().
-.SH "void QRangeControl::subtractLine ()"
+.SH "void TQRangeControl::subtractLine ()"
Equivalent to \fCsetValue( value() - lineStep() )\fR.
.PP
If the value is changed, then valueChange() is called.
.PP
See also addLine(), subtractPage(), and setValue().
-.SH "void QRangeControl::subtractPage ()"
+.SH "void TQRangeControl::subtractPage ()"
Equivalent to \fCsetValue( value() - pageStep() )\fR.
.PP
If the value is changed, then valueChange() is called.
.PP
See also addPage(), subtractLine(), and setValue().
-.SH "int QRangeControl::value () const"
+.SH "int TQRangeControl::value () const"
Returns the current range control value. This is guaranteed to be within the range [minValue(), maxValue()].
.PP
See also setValue() and prevValue().
-.SH "void QRangeControl::valueChange ()\fC [virtual protected]\fR"
+.SH "void TQRangeControl::valueChange ()\fC [virtual protected]\fR"
This virtual function is called whenever the range control value changes. You can reimplement it if you want to be notified when the value changes. The default implementation does nothing.
.PP
Note that this method is called after the value has changed. The previous value can be retrieved using prevValue().
@@ -259,7 +259,7 @@ Note that this method is called after the value has changed. The previous value
See also setValue(), addPage(), subtractPage(), addLine(), subtractLine(), rangeChange(), and stepChange().
.PP
Reimplemented in TQDial, TQSlider, and TQSpinBox.
-.SH "int QRangeControl::valueFromPosition ( int pos, int span ) const\fC [protected]\fR"
+.SH "int TQRangeControl::valueFromPosition ( int pos, int span ) const\fC [protected]\fR"
Converts the pixel position \fIpos\fR to a value. 0 maps to minValue(), \fIspan\fR maps to maxValue() and other values are distributed evenly in-between.
.PP
This function can handle the entire integer range without overflow.
@@ -269,7 +269,7 @@ Calling this method is useful if you actually implemented a range control widget
See also positionFromValue().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqrangecontrol.html
+.BR http://doc.trolltech.com/tqrangecontrol.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/tqresizeevent.3qt b/doc/man/man3/tqresizeevent.3qt
index 09c3c5ef..fab034ec 100644
--- a/doc/man/man3/tqresizeevent.3qt
+++ b/doc/man/man3/tqresizeevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QResizeEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQResizeEvent 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,7 +7,7 @@
.ad l
.nh
.SH NAME
-QResizeEvent \- Event parameters for resize events
+TQResizeEvent \- Event parameters for resize events
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQResizeEvent\fR ( const TQSize & size, const TQSize & oldSize )"
+.BI "\fBTQResizeEvent\fR ( const TQSize & size, const TQSize & oldSize )"
.br
.ti -1c
.BI "const TQSize & \fBsize\fR () const"
@@ -26,7 +26,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QResizeEvent class contains event parameters for resize events.
+The TQResizeEvent class contains event parameters for resize events.
.PP
Resize events are sent to widgets that have been resized.
.PP
@@ -34,18 +34,18 @@ The event handler TQWidget::resizeEvent() receives resize events.
.PP
See also TQWidget::size, TQWidget::geometry, and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QResizeEvent::QResizeEvent ( const TQSize & size, const TQSize & oldSize )"
+.SH "TQResizeEvent::TQResizeEvent ( const TQSize & size, const TQSize & oldSize )"
Constructs a resize event with the new and old widget sizes, \fIsize\fR and \fIoldSize\fR respectively.
-.SH "const TQSize & QResizeEvent::oldSize () const"
+.SH "const TQSize & TQResizeEvent::oldSize () const"
Returns the old size of the widget.
-.SH "const TQSize & QResizeEvent::size () const"
+.SH "const TQSize & TQResizeEvent::size () const"
Returns the new size of the widget, which is the same as TQWidget::size().
.PP
Examples:
.)l chart/canvasview.cpp and life/life.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qresizeevent.html
+.BR http://doc.trolltech.com/tqresizeevent.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/tqscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt
index 16b0fa69..57a3d81a 100644
--- a/doc/man/man3/tqscrollbar.3qt
+++ b/doc/man/man3/tqscrollbar.3qt
@@ -11,7 +11,7 @@ TQScrollBar \- Vertical or horizontal scroll bar
.SH SYNOPSIS
\fC#include <tqscrollbar.h>\fR
.PP
-Inherits TQWidget and QRangeControl.
+Inherits TQWidget and TQRangeControl.
.PP
.SS "Public Members"
.in +1c
@@ -162,13 +162,13 @@ The \fIslider\fR is the handle that indicates the current value of the scroll ba
The \fIpage-up/page-down\fR control is the area on which the slider slides (the scroll bar's background). Clicking here moves the scroll bar towards the click. The meaning of "page" is also configurable: in editors and list boxes it means as many lines as there is space for in the widget.
.IP
.PP
-TQScrollBar has very few of its own functions; it mostly relies on QRangeControl. The most useful functions are setValue() to set the scroll bar directly to some value; addPage(), addLine(), subtractPage(), and subtractLine() to simulate the effects of clicking (useful for accelerator keys); setSteps() to define the values of pageStep() and lineStep(); and setRange() to set the minValue() and maxValue() of the scroll bar. TQScrollBar has a convenience constructor with which you can set most of these properties.
+TQScrollBar has very few of its own functions; it mostly relies on TQRangeControl. The most useful functions are setValue() to set the scroll bar directly to some value; addPage(), addLine(), subtractPage(), and subtractLine() to simulate the effects of clicking (useful for accelerator keys); setSteps() to define the values of pageStep() and lineStep(); and setRange() to set the minValue() and maxValue() of the scroll bar. TQScrollBar has a convenience constructor with which you can set most of these properties.
.PP
Some GUI styles (for example, the Windows and Motif styles provided with Qt), also use the pageStep() value to calculate the size of the slider.
.PP
-In addition to the access functions from QRangeControl, TQScrollBar provides a comprehensive set of signals: <center>.nf
+In addition to the access functions from TQRangeControl, TQScrollBar provides a comprehensive set of signals: <center>.nf
.TS
-l - l. Signal Emitted when valueChanged() the scroll bar's value has changed. The tracking() determines whether this signal is emitted during user interaction. sliderPressed() the user starts to drag the slider. sliderMoved() the user drags the slider. sliderReleased() the user releases the slider. nextLine() the scroll bar has moved one line down or right. Line is defined in QRangeControl. prevLine() the scroll bar has moved one line up or left. nextPage() the scroll bar has moved one page down or right. prevPage()
+l - l. Signal Emitted when valueChanged() the scroll bar's value has changed. The tracking() determines whether this signal is emitted during user interaction. sliderPressed() the user starts to drag the slider. sliderMoved() the user drags the slider. sliderReleased() the user releases the slider. nextLine() the scroll bar has moved one line down or right. Line is defined in TQRangeControl. prevLine() the scroll bar has moved one line up or left. nextPage() the scroll bar has moved one page down or right. prevPage()
.TE
.fi
</center>
@@ -288,7 +288,7 @@ This property holds the line step.
.PP
When setting lineStep, the virtual stepChange() function will be called if the new line step is different from the previous setting.
.PP
-See also setSteps(), QRangeControl::pageStep(), and setRange().
+See also setSteps(), TQRangeControl::pageStep(), and setRange().
.PP
Set this property's value with setLineStep() and get this property's value with lineStep().
.SH "int maxValue"
@@ -318,7 +318,7 @@ This property holds the page step.
.PP
When setting pageStep, the virtual stepChange() function will be called if the new page step is different from the previous setting.
.PP
-See also QRangeControl::setSteps(), lineStep, and setRange().
+See also TQRangeControl::setSteps(), lineStep, and setRange().
.PP
Set this property's value with setPageStep() and get this property's value with pageStep().
.SH "bool tracking"
@@ -332,7 +332,7 @@ This property holds the scroll bar's value.
.PP
Set this property's value with setValue() and get this property's value with value().
.PP
-See also QRangeControl::value() and prevValue().
+See also TQRangeControl::value() and prevValue().
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqscrollbar.html
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt
index d61bf908..0c4c24fc 100644
--- a/doc/man/man3/tqscrollview.3qt
+++ b/doc/man/man3/tqscrollview.3qt
@@ -246,16 +246,16 @@ Inherited by TQCanvasView, TQTable, TQGridView, TQIconView, TQListBox, TQListVie
.BI "virtual void \fBdrawContentsOffset\fR ( TQPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseReleaseEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseDoubleClickEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBcontentsMouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBcontentsMouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
.BI "virtual void \fBcontentsDragEnterEvent\fR ( TQDragEnterEvent * )"
@@ -279,7 +279,7 @@ Inherited by TQCanvasView, TQTable, TQGridView, TQIconView, TQListBox, TQListVie
.BI "virtual void \fBviewportPaintEvent\fR ( TQPaintEvent * pe )"
.br
.ti -1c
-.BI "virtual void \fBviewportResizeEvent\fR ( QResizeEvent * )"
+.BI "virtual void \fBviewportResizeEvent\fR ( TQResizeEvent * )"
.br
.ti -1c
.BI "virtual void \fBsetMargins\fR ( int left, int top, int right, int bottom )"
@@ -539,27 +539,27 @@ This event handler is called whenever the TQScrollView receives a dropEvent(): t
Reimplemented in TQTable.
.SH "int TQScrollView::contentsHeight () const"
Returns the height of the contents area. See the "contentsHeight" property for details.
-.SH "void TQScrollView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQScrollView::contentsMouseDoubleClickEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mouseDoubleClickEvent(): the click position in \fIe\fR is translated to be a point on the contents.
.PP
The default implementation generates a normal mouse press event.
.PP
Reimplemented in TQListView.
-.SH "void TQScrollView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQScrollView::contentsMouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mouseMoveEvent(): the mouse position in \fIe\fR is translated to be a point on the contents.
.PP
Examples:
.)l canvas/canvas.cpp and chart/canvasview.cpp.
.PP
Reimplemented in TQListView.
-.SH "void TQScrollView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQScrollView::contentsMousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mousePressEvent(): the press position in \fIe\fR is translated to be a point on the contents.
.PP
Examples:
.)l canvas/canvas.cpp and chart/canvasview.cpp.
.PP
Reimplemented in TQListView.
-.SH "void TQScrollView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQScrollView::contentsMouseReleaseEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mouseReleaseEvent(): the release position in \fIe\fR is translated to be a point on the contents.
.PP
Reimplemented in TQListView.
@@ -807,7 +807,7 @@ Examples:
.)l helpsystem/tooltip.cpp and scrollview/scrollview.cpp.
.SH "void TQScrollView::viewportPaintEvent ( TQPaintEvent * pe )\fC [virtual protected]\fR"
This is a low-level painting routine that draws the viewport contents. Reimplement this if drawContents() is too high-level (for example, if you don't want to open a TQPainter on the viewport). The paint event is passed in \fIpe\fR.
-.SH "void TQScrollView::viewportResizeEvent ( QResizeEvent * )\fC [virtual protected]\fR"
+.SH "void TQScrollView::viewportResizeEvent ( TQResizeEvent * )\fC [virtual protected]\fR"
To provide simple processing of events on the contents, this function receives all resize events sent to the viewport.
.PP
See also TQWidget::resizeEvent().
diff --git a/doc/man/man3/tqsessionmanager.3qt b/doc/man/man3/tqsessionmanager.3qt
index ce3995dc..57edd4fd 100644
--- a/doc/man/man3/tqsessionmanager.3qt
+++ b/doc/man/man3/tqsessionmanager.3qt
@@ -119,7 +119,7 @@ void MyApplication::commitData( TQSessionManager& sm ) {
.br
if ( sm.allowsInteraction() ) {
.br
- switch ( QMessageBox::warning(
+ switch ( TQMessageBox::warning(
.br
yourMainWindow,
.br
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt
index bff19bf8..3d50f7bb 100644
--- a/doc/man/man3/tqsizegrip.3qt
+++ b/doc/man/man3/tqsizegrip.3qt
@@ -31,10 +31,10 @@ Inherits TQWidget.
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.in -1c
.SH DESCRIPTION
@@ -57,11 +57,11 @@ See also TQStatusBar, Widget Appearance and Style, Main Window and Related Class
Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR.
.SH "TQSizeGrip::~TQSizeGrip ()"
Destroys the size grip.
-.SH "void TQSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQSizeGrip::mouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Resizes the top-level widget containing this widget. The event is in \fIe\fR.
.PP
Reimplemented from TQWidget.
-.SH "void TQSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQSizeGrip::mousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Primes the resize operation. The event is in \fIe\fR.
.PP
Reimplemented from TQWidget.
diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt
index adbdcbab..13a2afd9 100644
--- a/doc/man/man3/tqslider.3qt
+++ b/doc/man/man3/tqslider.3qt
@@ -11,7 +11,7 @@ TQSlider \- Vertical or horizontal slider
.SH SYNOPSIS
\fC#include <tqslider.h>\fR
.PP
-Inherits TQWidget and QRangeControl.
+Inherits TQWidget and TQRangeControl.
.PP
.SS "Public Members"
.in +1c
@@ -168,7 +168,7 @@ The TQSlider widget provides a vertical or horizontal slider.
.PP
The slider is the classic widget for controlling a bounded value. It lets the user move a slider along a horizontal or vertical groove and translates the slider's position into an integer value within the legal range.
.PP
-TQSlider inherits QRangeControl, which provides the "integer" side of the slider. setRange() and value() are likely to be used by practically all slider users; see the QRangeControl documentation for information about the many other functions that class provides.
+TQSlider inherits TQRangeControl, which provides the "integer" side of the slider. setRange() and value() are likely to be used by practically all slider users; see the TQRangeControl documentation for information about the many other functions that class provides.
.PP
The main functions offered by the slider itself are tickmark and orientation control; you can use setTickmarks() to indicate where you want the tickmarks to be, setTickInterval() to indicate how many of them you want and setOrientation() to indicate whether the slider is to be horizontal or vertical.
.PP
@@ -229,9 +229,9 @@ Returns the slider's orientation. See the "orientation" property for details.
.SH "int TQSlider::pageStep () const"
Returns the current page step. See the "pageStep" property for details.
.SH "void TQSlider::rangeChange ()\fC [virtual protected]\fR"
-Implements the virtual QRangeControl function.
+Implements the virtual TQRangeControl function.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQSlider::setLineStep ( int )"
Sets the current line step. See the "lineStep" property for details.
.SH "void TQSlider::setMaxValue ( int )"
@@ -248,7 +248,7 @@ Reimplements the virtual function TQWidget::setPalette().
Sets the background color to the mid color for Motif style sliders using palette \fIp\fR.
.PP
Reimplemented from TQWidget.
-.SH "void QRangeControl::setRange ( int minValue, int maxValue )"
+.SH "void TQRangeControl::setRange ( int minValue, int maxValue )"
Sets the range control's minimum value to \fIminValue\fR and its maximum value to \fImaxValue\fR.
.PP
Calls the virtual rangeChange() function if one or both of the new minimum and maximum values are different from the previous setting. Calls the virtual valueChange() function if the current value is adjusted because it was outside the new range.
@@ -288,9 +288,9 @@ Returns TRUE if slider tracking is enabled; otherwise returns FALSE. See the "tr
.SH "int TQSlider::value () const"
Returns the current slider value. See the "value" property for details.
.SH "void TQSlider::valueChange ()\fC [virtual protected]\fR"
-Implements the virtual QRangeControl function.
+Implements the virtual TQRangeControl function.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQSlider::valueChanged ( int value )\fC [signal]\fR"
This signal is emitted when the slider value is changed, with the new slider \fIvalue\fR as its argument.
.PP
@@ -302,7 +302,7 @@ This property holds the current line step.
.PP
When setting lineStep, the virtual stepChange() function will be called if the new line step is different from the previous setting.
.PP
-See also setSteps(), QRangeControl::pageStep(), and setRange().
+See also setSteps(), TQRangeControl::pageStep(), and setRange().
.PP
Set this property's value with setLineStep() and get this property's value with lineStep().
.SH "int maxValue"
@@ -332,7 +332,7 @@ This property holds the current page step.
.PP
When setting pageStep, the virtual stepChange() function will be called if the new page step is different from the previous setting.
.PP
-See also QRangeControl::setSteps(), lineStep, and setRange().
+See also TQRangeControl::setSteps(), lineStep, and setRange().
.PP
Set this property's value with setPageStep() and get this property's value with pageStep().
.SH "int tickInterval"
@@ -340,7 +340,7 @@ This property holds the interval between tickmarks.
.PP
This is a value interval, not a pixel interval. If it is 0, the slider will choose between lineStep() and pageStep(). The initial value of tickInterval is 0.
.PP
-See also QRangeControl::lineStep() and QRangeControl::pageStep().
+See also TQRangeControl::lineStep() and TQRangeControl::pageStep().
.PP
Set this property's value with setTickInterval() and get this property's value with tickInterval().
.SH "TickSetting tickmarks"
@@ -362,7 +362,7 @@ This property holds the current slider value.
.PP
Set this property's value with setValue() and get this property's value with value().
.PP
-See also QRangeControl::value() and prevValue().
+See also TQRangeControl::value() and prevValue().
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqslider.html
diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt
index 60183dec..139e0d16 100644
--- a/doc/man/man3/tqspinbox.3qt
+++ b/doc/man/man3/tqspinbox.3qt
@@ -11,7 +11,7 @@ TQSpinBox \- Spin box widget (spin button)
.SH SYNOPSIS
\fC#include <tqspinbox.h>\fR
.PP
-Inherits TQWidget and QRangeControl.
+Inherits TQWidget and TQRangeControl.
.PP
.SS "Public Members"
.in +1c
@@ -200,7 +200,7 @@ TQSpinBox allows the user to choose a value either by clicking the up/down butto
.PP
Every time the value changes TQSpinBox emits the valueChanged() signal. The current value can be fetched with value() and set with setValue().
.PP
-The spin box keeps the value within a numeric range, and to multiples of the lineStep() size (see QRangeControl for details). Clicking the up/down buttons or using the keyboard accelerator's up and down arrows will increase or decrease the current value in steps of size lineStep(). The minimum and maximum value and the step size can be set using one of the constructors, and can be changed later with setMinValue(), setMaxValue() and setLineStep().
+The spin box keeps the value within a numeric range, and to multiples of the lineStep() size (see TQRangeControl for details). Clicking the up/down buttons or using the keyboard accelerator's up and down arrows will increase or decrease the current value in steps of size lineStep(). The minimum and maximum value and the step size can be set using one of the constructors, and can be changed later with setMinValue(), setMaxValue() and setLineStep().
.PP
Most spin boxes are directional, but TQSpinBox can also operate as a circular spin box, i.e. if the range is 0-99 and the current value is 99, clicking "up" will give 0. Use setWrapping() if you want circular behavior.
.PP
@@ -283,7 +283,7 @@ This enum type determines what the buttons in a spin box show.
See also TQSpinBox::buttonSymbols.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQSpinBox::TQSpinBox ( TQWidget * parent = 0, const char * name = 0 )"
-Constructs a spin box with the default QRangeControl range and step values. It is called \fIname\fR and has parent \fIparent\fR.
+Constructs a spin box with the default TQRangeControl range and step values. It is called \fIname\fR and has parent \fIparent\fR.
.PP
See also minValue, maxValue, setRange(), lineStep, and setSteps().
.SH "TQSpinBox::TQSpinBox ( int minValue, int maxValue, int step = 1, TQWidget * parent = 0, const char * name = 0 )"
@@ -341,9 +341,9 @@ Returns the minimum value of the spin box. See the "minValue" property for detai
.SH "TQString TQSpinBox::prefix () const\fC [virtual]\fR"
Returns the spin box's prefix. See the "prefix" property for details.
.SH "void TQSpinBox::rangeChange ()\fC [virtual protected]\fR"
-This virtual function is called by QRangeControl whenever the range has changed. It adjusts the default validator and updates the display; if you need additional processing, you can reimplement this function.
+This virtual function is called by TQRangeControl whenever the range has changed. It adjusts the default validator and updates the display; if you need additional processing, you can reimplement this function.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQSpinBox::selectAll ()\fC [virtual slot]\fR"
Selects all the text in the spin box's editor.
.SH "void TQSpinBox::setButtonSymbols ( ButtonSymbols )\fC [virtual]\fR"
@@ -397,9 +397,9 @@ See also setValidator() and TQValidator.
.SH "int TQSpinBox::value () const"
Returns the value of the spin box. See the "value" property for details.
.SH "void TQSpinBox::valueChange ()\fC [virtual protected]\fR"
-This virtual function is called by QRangeControl whenever the value has changed. The TQSpinBox reimplementation updates the display and emits the valueChanged() signals; if you need additional processing, either reimplement this or connect to one of the valueChanged() signals.
+This virtual function is called by TQRangeControl whenever the value has changed. The TQSpinBox reimplementation updates the display and emits the valueChanged() signals; if you need additional processing, either reimplement this or connect to one of the valueChanged() signals.
.PP
-Reimplemented from QRangeControl.
+Reimplemented from TQRangeControl.
.SH "void TQSpinBox::valueChanged ( int value )\fC [signal]\fR"
This signal is emitted every time the value of the spin box changes; the new value is passed in \fIvalue\fR. This signal will be emitted as a result of a call to setValue(), or because the user changed the value by using a keyboard accelerator or mouse click, etc.
.PP
@@ -441,7 +441,7 @@ When the user uses the arrows to change the spin box's value the value will be i
.PP
The setLineStep() function calls the virtual stepChange() function if the new line step is different from the previous setting.
.PP
-See also QRangeControl::setSteps() and setRange().
+See also TQRangeControl::setSteps() and setRange().
.PP
Set this property's value with setLineStep() and get this property's value with lineStep().
.SH "int maxValue"
@@ -534,7 +534,7 @@ This property holds the value of the spin box.
.PP
Set this property's value with setValue() and get this property's value with value().
.PP
-See also QRangeControl::setValue().
+See also TQRangeControl::setValue().
.SH "bool wrapping"
This property holds whether it is possible to step the value from the highest value to the lowest value and vice versa.
.PP
diff --git a/doc/man/man3/tqsqlerror.3qt b/doc/man/man3/tqsqlerror.3qt
index 56006903..30421bc0 100644
--- a/doc/man/man3/tqsqlerror.3qt
+++ b/doc/man/man3/tqsqlerror.3qt
@@ -104,7 +104,7 @@ Sets the error type to the value of \fItype\fR.
.SH "void TQSqlError::showMessage ( const TQString & msg = TQString::null ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-This is a convenience function that pops up a QMessageBox containing the message returned by text(). An additional string can be passed in via the \fImsg\fR parameter, which will be concatenated with the text() message.
+This is a convenience function that pops up a TQMessageBox containing the message returned by text(). An additional string can be passed in via the \fImsg\fR parameter, which will be concatenated with the text() message.
.PP
See also text(), driverText(), and databaseText().
.SH "TQString TQSqlError::text () const"
diff --git a/doc/man/man3/tqstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt
index c2d4a092..48678dc4 100644
--- a/doc/man/man3/tqstylesheet.3qt
+++ b/doc/man/man3/tqstylesheet.3qt
@@ -58,7 +58,7 @@ Inherits TQObject.
.SH DESCRIPTION
The TQStyleSheet class is a collection of styles for rich text rendering and a generator of tags.
.PP
-By creating TQStyleSheetItem objects for a style sheet you build a definition of a set of tags. This definition will be used by the internal rich text rendering system to parse and display text documents to which the style sheet applies. Rich text is normally visualized in a TQTextEdit or a TQTextBrowser. However, TQLabel, TQWhatsThis and QMessageBox also support it, and other classes are likely to follow. With TQSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
+By creating TQStyleSheetItem objects for a style sheet you build a definition of a set of tags. This definition will be used by the internal rich text rendering system to parse and display text documents to which the style sheet applies. Rich text is normally visualized in a TQTextEdit or a TQTextBrowser. However, TQLabel, TQWhatsThis and TQMessageBox also support it, and other classes are likely to follow. With TQSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
.PP
The default TQStyleSheet object has the following style bindings, sorted by structuring bindings, anchors, character style bindings (i.e. inline styles), special elements such as horizontal lines or images, and other tags. In addition, rich text supports simple HTML tables.
.PP
@@ -152,7 +152,7 @@ See also escape().
Examples:
.)l action/application.cpp, application/application.cpp, and mdi/application.cpp.
.SH "TQStyleSheet * TQStyleSheet::defaultSheet ()\fC [static]\fR"
-Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and QMessageBox to define the rendering style and available tags within rich text documents. It also serves as the initial style sheet for the more complex render widgets, TQTextEdit and TQTextBrowser.
+Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and TQMessageBox to define the rendering style and available tags within rich text documents. It also serves as the initial style sheet for the more complex render widgets, TQTextEdit and TQTextBrowser.
.PP
See also setDefaultSheet().
.SH "void TQStyleSheet::error ( const TQString & msg ) const\fC [virtual]\fR"
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index ba78e14b..0ad1cca7 100644
--- a/doc/man/man3/tqt.3qt
+++ b/doc/man/man3/tqt.3qt
@@ -9,7 +9,7 @@
.SH NAME
Qt \- Namespace for miscellaneous identifiers that need to be global-like
.SH SYNOPSIS
-\fC#include <ntqnamespace.h>\fR
+\fC#include <tqnamespace.h>\fR
.PP
Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.
.PP
@@ -276,7 +276,7 @@ See also TQWidget::backgroundMode, TQWidget::backgroundMode, TQWidget::setBackgr
.SH "TQt::ButtonState"
This enum type describes the state of the mouse and the modifier buttons.
.TP
-\fCQt::NoButton\fR - used when the button state does not refer to any button (see QMouseEvent::button()).
+\fCQt::NoButton\fR - used when the button state does not refer to any button (see TQMouseEvent::button()).
.TP
\fCQt::LeftButton\fR - set if the left button is pressed, or if this event refers to the left button. (The left button may be the right button on left-handed mice.)
.TP
diff --git a/doc/man/man3/tqwheelevent.3qt b/doc/man/man3/tqwheelevent.3qt
index 290b161a..3521b62a 100644
--- a/doc/man/man3/tqwheelevent.3qt
+++ b/doc/man/man3/tqwheelevent.3qt
@@ -69,7 +69,7 @@ The TQWidget::setEnable() function can be used to enable or disable mouse and ke
.PP
The event handler TQWidget::wheelEvent() receives wheel events.
.PP
-See also QMouseEvent, TQWidget::grabMouse(), and Event Classes.
+See also TQMouseEvent, TQWidget::grabMouse(), and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QWheelEvent::QWheelEvent ( const TQPoint & pos, int delta, int state, Orientation orient = Vertical )"
Constructs a wheel event object.
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index 4d2d3719..4a91b0e7 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, TQDockArea, TQGLWidget, TQHeader, TQMainWindow, TQMotifWidget, QNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget.
+Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView, TQDateTimeEditBase, TQDateTimeEdit, TQDesktopWidget, TQDial, TQDockArea, TQGLWidget, TQHeader, TQMainWindow, TQMotifWidget, TQNPWidget, TQScrollBar, TQSizeGrip, TQSlider, TQSpinBox, QSplashScreen, TQStatusBar, TQTabBar, TQTabWidget, TQWorkspace, and QXtWidget.
.PP
.SS "Public Members"
.in +1c
@@ -855,16 +855,16 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView,
.BI "virtual bool \fBevent\fR ( TQEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmouseReleaseEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmouseReleaseEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmouseDoubleClickEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmouseDoubleClickEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
.BI "virtual void \fBwheelEvent\fR ( QWheelEvent * e )"
@@ -891,10 +891,10 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView,
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * )"
.br
.ti -1c
-.BI "virtual void \fBmoveEvent\fR ( QMoveEvent * )"
+.BI "virtual void \fBmoveEvent\fR ( TQMoveEvent * )"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * )"
.br
.ti -1c
.BI "virtual void \fBcloseEvent\fR ( TQCloseEvent * e )"
@@ -1166,7 +1166,7 @@ See also sizeHint and childrenRect.
.PP
Example: xform/xform.cpp.
.PP
-Reimplemented in QMessageBox.
+Reimplemented in TQMessageBox.
.SH "bool TQWidget::autoMask () const"
Returns TRUE if the auto mask feature is enabled for the widget; otherwise returns FALSE. See the "autoMask" property for details.
.SH "const TQBrush & TQWidget::backgroundBrush () const"
@@ -1729,50 +1729,50 @@ Returns the recommended minimum size for the widget. See the "minimumSizeHint" p
Reimplemented in TQLineEdit.
.SH "int TQWidget::minimumWidth () const"
Returns the widget's minimum width. See the "minimumWidth" property for details.
-.SH "void TQWidget::mouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::mouseDoubleClickEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive mouse double click events for the widget.
.PP
The default implementation generates a normal mouse press event.
.PP
Note that the widgets gets a mousePressEvent() and a mouseReleaseEvent() before the mouseDoubleClickEvent().
.PP
-See also mousePressEvent(), mouseReleaseEvent(), mouseMoveEvent(), event(), and QMouseEvent.
+See also mousePressEvent(), mouseReleaseEvent(), mouseMoveEvent(), event(), and TQMouseEvent.
.SH "TQWidget * TQWidget::mouseGrabber ()\fC [static]\fR"
Returns the widget that is currently grabbing the mouse input.
.PP
If no widget in this application is currently grabbing the mouse, 0 is returned.
.PP
See also grabMouse() and keyboardGrabber().
-.SH "void TQWidget::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::mouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive mouse move events for the widget.
.PP
If mouse tracking is switched off, mouse move events only occur if a mouse button is pressed while the mouse is being moved. If mouse tracking is switched on, mouse move events occur even if no mouse button is pressed.
.PP
-QMouseEvent::pos() reports the position of the mouse cursor, relative to this widget. For press and release events, the position is usually the same as the position of the last mouse move event, but it might be different if the user's hand shakes. This is a feature of the underlying window system, not Qt.
+TQMouseEvent::pos() reports the position of the mouse cursor, relative to this widget. For press and release events, the position is usually the same as the position of the last mouse move event, but it might be different if the user's hand shakes. This is a feature of the underlying window system, not Qt.
.PP
-See also mouseTracking, mousePressEvent(), mouseReleaseEvent(), mouseDoubleClickEvent(), event(), and QMouseEvent.
+See also mouseTracking, mousePressEvent(), mouseReleaseEvent(), mouseDoubleClickEvent(), event(), and TQMouseEvent.
.PP
Examples:
.)l aclock/aclock.cpp, drawlines/connect.cpp, iconview/simple_dd/main.cpp, life/life.cpp, popup/popup.cpp, qmag/qmag.cpp, and scribble/scribble.cpp.
.PP
Reimplemented in TQSizeGrip.
-.SH "void TQWidget::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::mousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive mouse press events for the widget.
.PP
If you create new widgets in the mousePressEvent() the mouseReleaseEvent() may not end up where you expect, depending on the underlying window system (or X11 window manager), the widgets' location and maybe more.
.PP
The default implementation implements the closing of popup widgets when you click outside the window. For other widget types it does nothing.
.PP
-See also mouseReleaseEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), event(), and QMouseEvent.
+See also mouseReleaseEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), event(), and TQMouseEvent.
.PP
Examples:
.)l biff/biff.cpp, drawlines/connect.cpp, iconview/simple_dd/main.cpp, life/life.cpp, qmag/qmag.cpp, scribble/scribble.cpp, and tooltip/tooltip.cpp.
.PP
Reimplemented in TQSizeGrip.
-.SH "void TQWidget::mouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::mouseReleaseEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive mouse release events for the widget.
.PP
-See also mouseDoubleClickEvent(), mouseMoveEvent(), event(), and QMouseEvent.
+See also mouseDoubleClickEvent(), mouseMoveEvent(), event(), and TQMouseEvent.
.PP
Examples:
.)l drawlines/connect.cpp, hello/hello.cpp, popup/popup.cpp, qmag/qmag.cpp, scribble/scribble.cpp, showimg/showimg.cpp, and t14/cannon.cpp.
@@ -1782,12 +1782,12 @@ Sets the position of the widget within its parent widget. See the "pos" property
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This corresponds to move( TQPoint(\fIx\fR, \fIy\fR) ).
-.SH "void TQWidget::moveEvent ( QMoveEvent * )\fC [virtual protected]\fR"
+.SH "void TQWidget::moveEvent ( TQMoveEvent * )\fC [virtual protected]\fR"
This event handler can be reimplemented in a subclass to receive widget move events. When the widget receives this event, it is already at the new position.
.PP
-The old position is accessible through QMoveEvent::oldPos().
+The old position is accessible through TQMoveEvent::oldPos().
.PP
-See also resizeEvent(), event(), pos, and QMoveEvent.
+See also resizeEvent(), event(), pos, and TQMoveEvent.
.SH "bool TQWidget::ownCursor () const"
Returns TRUE if the widget uses its own cursor; otherwise returns FALSE. See the "ownCursor" property for details.
.SH "bool TQWidget::ownFont () const"
@@ -1937,8 +1937,8 @@ Sets the size of the widget excluding any window frame. See the "size" property
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This corresponds to resize( TQSize(\fIw\fR, \fIh\fR) ).
-.SH "void TQWidget::resizeEvent ( QResizeEvent * )\fC [virtual protected]\fR"
-This event handler can be reimplemented in a subclass to receive widget resize events. When resizeEvent() is called, the widget already has its new geometry. The old size is accessible through QResizeEvent::oldSize().
+.SH "void TQWidget::resizeEvent ( TQResizeEvent * )\fC [virtual protected]\fR"
+This event handler can be reimplemented in a subclass to receive widget resize events. When resizeEvent() is called, the widget already has its new geometry. The old size is accessible through TQResizeEvent::oldSize().
.PP
The widget will be erased and receive a paint event immediately after processing the resize event. No drawing need be (or should be) done inside this handler.
.PP
@@ -1946,7 +1946,7 @@ Widgets that have been created with the WNoAutoErase flag will not be erased. Ne
.PP
The default implementation calls updateMask() if the widget has automatic masking enabled.
.PP
-See also moveEvent(), event(), size, QResizeEvent, and paintEvent().
+See also moveEvent(), event(), size, TQResizeEvent, and paintEvent().
.PP
Examples:
.)l drawdemo/drawdemo.cpp, menu/menu.cpp, qmag/qmag.cpp, scribble/scribble.cpp, showimg/showimg.cpp, tooltip/tooltip.cpp, and xform/xform.cpp.
@@ -2016,7 +2016,7 @@ Disables widget input events if \fIdisable\fR is TRUE; otherwise enables input e
.PP
See the enabled documentation for more information.
.PP
-See also isEnabledTo(), TQKeyEvent, QMouseEvent, and enabledChange().
+See also isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange().
.SH "void TQWidget::setEnabled ( bool )\fC [virtual slot]\fR"
Sets whether the widget is enabled. See the "enabled" property for details.
.SH "void TQWidget::setEraseColor ( const TQColor & color )\fC [virtual]\fR"
@@ -2662,7 +2662,7 @@ Some widgets display themselves differently when they are disabled. For example
.PP
Disabling a widget implicitly disables all its children. Enabling respectively enables all child widgets unless they have been explicitly disabled.
.PP
-See also enabled, isEnabledTo(), TQKeyEvent, QMouseEvent, and enabledChange().
+See also enabled, isEnabledTo(), TQKeyEvent, TQMouseEvent, and enabledChange().
.PP
Set this property's value with setEnabled() and get this property's value with isEnabled().
.SH "bool focus"
diff --git a/doc/man/man3/tqwindowsstyle.3qt b/doc/man/man3/tqwindowsstyle.3qt
index c12d822f..3ad502bd 100644
--- a/doc/man/man3/tqwindowsstyle.3qt
+++ b/doc/man/man3/tqwindowsstyle.3qt
@@ -13,7 +13,7 @@ TQWindowsStyle \- Microsoft Windows-like look and feel
.PP
Inherits TQCommonStyle.
.PP
-Inherited by QMacStyle and TQPlatinumStyle.
+Inherited by TQMacStyle and TQPlatinumStyle.
.PP
.SS "Public Members"
.in +1c