summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/man
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz
tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/man3/tqaccel.3qt34
-rw-r--r--doc/man/man3/tqaction.3qt28
-rw-r--r--doc/man/man3/tqapplication.3qt4
-rw-r--r--doc/man/man3/tqbutton.3qt12
-rw-r--r--doc/man/man3/tqcanvas.3qt2
-rw-r--r--doc/man/man3/tqcheckbox.3qt10
-rw-r--r--doc/man/man3/tqdialog.3qt2
-rw-r--r--doc/man/man3/tqdoublevalidator.3qt2
-rw-r--r--doc/man/man3/tqevent.3qt16
-rw-r--r--doc/man/man3/tqimevent.3qt26
-rw-r--r--doc/man/man3/tqinputdialog.3qt28
-rw-r--r--doc/man/man3/tqintvalidator.3qt36
-rw-r--r--doc/man/man3/tqkeyevent.3qt34
-rw-r--r--doc/man/man3/tqkeysequence.3qt70
-rw-r--r--doc/man/man3/tqlibrary.3qt62
-rw-r--r--doc/man/man3/tqlineedit.3qt6
-rw-r--r--doc/man/man3/tqmenubar.3qt16
-rw-r--r--doc/man/man3/tqmenudata.3qt24
-rw-r--r--doc/man/man3/tqobject.3qt4
-rw-r--r--doc/man/man3/tqobjectcleanuphandler.3qt4
-rw-r--r--doc/man/man3/tqpopupmenu.3qt24
-rw-r--r--doc/man/man3/tqpushbutton.3qt10
-rw-r--r--doc/man/man3/tqradiobutton.3qt10
-rw-r--r--doc/man/man3/tqregexpvalidator.3qt2
-rw-r--r--doc/man/man3/tqspinbox.3qt2
-rw-r--r--doc/man/man3/tqt.3qt2
-rw-r--r--doc/man/man3/tqtextbrowser.3qt4
-rw-r--r--doc/man/man3/tqtextedit.3qt4
-rw-r--r--doc/man/man3/tqvalidator.3qt6
-rw-r--r--doc/man/man3/tqvariant.3qt18
-rw-r--r--doc/man/man3/tqwidget.3qt44
31 files changed, 273 insertions, 273 deletions
diff --git a/doc/man/man3/tqaccel.3qt b/doc/man/man3/tqaccel.3qt
index 07070788..c97eec8d 100644
--- a/doc/man/man3/tqaccel.3qt
+++ b/doc/man/man3/tqaccel.3qt
@@ -34,7 +34,7 @@ Inherits TQObject.
.BI "uint \fBcount\fR () const"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const QKeySequence & key, int id = -1 )"
+.BI "int \fBinsertItem\fR ( const TQKeySequence & key, int id = -1 )"
.br
.ti -1c
.BI "void \fBremoveItem\fR ( int id )"
@@ -43,10 +43,10 @@ Inherits TQObject.
.BI "void \fBclear\fR ()"
.br
.ti -1c
-.BI "QKeySequence \fBkey\fR ( int id )"
+.BI "TQKeySequence \fBkey\fR ( int id )"
.br
.ti -1c
-.BI "int \fBfindKey\fR ( const QKeySequence & key ) const"
+.BI "int \fBfindKey\fR ( const TQKeySequence & key ) const"
.br
.ti -1c
.BI "bool \fBisItemEnabled\fR ( int id ) const"
@@ -82,13 +82,13 @@ Inherits TQObject.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QKeySequence \fBshortcutKey\fR ( const TQString & str )"
+.BI "TQKeySequence \fBshortcutKey\fR ( const TQString & str )"
.br
.ti -1c
-.BI "TQString keyToString ( QKeySequence k ) \fI(obsolete)\fR"
+.BI "TQString keyToString ( TQKeySequence k ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "QKeySequence stringToKey ( const TQString & s ) \fI(obsolete)\fR"
+.BI "TQKeySequence stringToKey ( const TQString & s ) \fI(obsolete)\fR"
.br
.in -1c
.SS "Protected Members"
@@ -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 QKeySequence. 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 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.
.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
@@ -132,7 +132,7 @@ Please note that the accelerator
.PP
.nf
.br
- accelerator->insertItem( QKeySequence("M") );
+ accelerator->insertItem( TQKeySequence("M") );
.br
.fi
can be triggered with both the 'M' key, and with Shift+M, unless a second accelerator is defined for the Shift+M combination.
@@ -151,7 +151,7 @@ Example:
.br
.fi
.PP
-See also QKeyEvent, TQWidget::keyPressEvent(), TQMenuData::setAccel(), TQButton::accel, TQLabel::setBuddy(), QKeySequence, GUI Design Handbook: Keyboard Shortcuts, and Miscellaneous Classes.
+See also TQKeyEvent, TQWidget::keyPressEvent(), TQMenuData::setAccel(), TQButton::accel, TQLabel::setBuddy(), TQKeySequence, GUI Design Handbook: Keyboard Shortcuts, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQAccel::TQAccel ( TQWidget * parent, const char * name = 0 )"
Constructs a TQAccel object called \fIname\fR, with parent \fIparent\fR. The accelerator operates on \fIparent\fR.
@@ -197,9 +197,9 @@ See also connectItem().
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. serves no purpose anymore
.PP
Reimplemented from TQObject.
-.SH "int TQAccel::findKey ( const QKeySequence & key ) const"
+.SH "int TQAccel::findKey ( const TQKeySequence & key ) const"
Returns the identifier of the accelerator item with the key code \fIkey\fR, or -1 if the item cannot be found.
-.SH "int TQAccel::insertItem ( const QKeySequence & key, int id = -1 )"
+.SH "int TQAccel::insertItem ( const TQKeySequence & key, int id = -1 )"
Inserts an accelerator item and returns the item's identifier.
.PP
\fIkey\fR is a key code and an optional combination of SHIFT, CTRL and ALT. \fIid\fR is the accelerator item id.
@@ -231,14 +231,14 @@ See also setEnabled() and isItemEnabled().
Returns TRUE if the accelerator item with the identifier \fIid\fR is enabled. Returns FALSE if the item is disabled or cannot be found.
.PP
See also setItemEnabled() and isEnabled().
-.SH "QKeySequence TQAccel::key ( int id )"
+.SH "TQKeySequence TQAccel::key ( int id )"
Returns the key sequence of the accelerator item with identifier \fIid\fR, or an invalid key sequence (0) if the id cannot be found.
-.SH "TQString TQAccel::keyToString ( QKeySequence k )\fC [static]\fR"
+.SH "TQString TQAccel::keyToString ( TQKeySequence k )\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
Creates an accelerator string for the key \fIk\fR. For instance CTRL+Key_O gives "Ctrl+O". The "Ctrl" etc. are translated (using TQObject::tr()) in the "TQAccel" context.
.PP
-The function is superfluous. Cast the QKeySequence \fIk\fR to a TQString for the same effect.
+The function is superfluous. Cast the TQKeySequence \fIk\fR to a TQString for the same effect.
.SH "void TQAccel::removeItem ( int id )"
Removes the accelerator item with the identifier \fIid\fR.
.SH "void TQAccel::repairEventFilter ()"
@@ -263,13 +263,13 @@ The text will be shown when the application is in What's This mode and the user
To set What's This help on a menu item (with or without an accelerator key), use TQMenuData::setWhatsThis().
.PP
See also whatsThis(), TQWhatsThis::inWhatsThisMode(), TQMenuData::setWhatsThis(), and TQAction::whatsThis.
-.SH "QKeySequence TQAccel::shortcutKey ( const TQString & str )\fC [static]\fR"
+.SH "TQKeySequence TQAccel::shortcutKey ( const TQString & str )\fC [static]\fR"
Returns the shortcut key sequence for \fIstr\fR, or an invalid key sequence (0) if \fIstr\fR has no shortcut sequence.
.PP
For example, shortcutKey("E&xit") returns ALT+Key_X, shortcutKey("&Quit") returns ALT+Key_Q and shortcutKey("Quit") returns 0. (In code that does not inherit the TQt namespace class, you must write e.g. TQt::ALT+TQt::Key_Q.)
.PP
We provide a list of common accelerators in English. At the time of writing, Microsoft and Open Group do not appear to have issued equivalent recommendations for other languages.
-.SH "QKeySequence TQAccel::stringToKey ( const TQString & s )\fC [static]\fR"
+.SH "TQKeySequence TQAccel::stringToKey ( const TQString & s )\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 an accelerator code for the string \fIs\fR. For example" Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl"," Shift", "Alt" are recognized, as well as their translated equivalents in the "TQAccel" context (using TQObject::tr()). Returns 0 if \fIs\fR is not recognized.
@@ -288,7 +288,7 @@ This function is typically used with tr(), so that accelerator keys can be repla
.PP
Notice the \fC"File|Open"\fR translator comment. It is by no means necessary, but it provides some context for the human translator.
.PP
-The function is superfluous. Construct a QKeySequence from the string \fIs\fR for the same effect.
+The function is superfluous. Construct a TQKeySequence from the string \fIs\fR for the same effect.
.PP
See also TQObject::tr() and Internationalization with Qt.
.PP
diff --git a/doc/man/man3/tqaction.3qt b/doc/man/man3/tqaction.3qt
index 862763df..6d1f6bdb 100644
--- a/doc/man/man3/tqaction.3qt
+++ b/doc/man/man3/tqaction.3qt
@@ -21,16 +21,16 @@ Inherited by TQActionGroup.
.BI "\fBTQAction\fR ( TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBTQAction\fR ( const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0 )"
+.BI "\fBTQAction\fR ( const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBTQAction\fR ( const TQIconSet & icon, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0 )"
+.BI "\fBTQAction\fR ( const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) \fI(obsolete)\fR"
+.BI "TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "TQAction ( const TQString & text, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) \fI(obsolete)\fR"
+.BI "TQAction ( const TQString & text, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE ) \fI(obsolete)\fR"
.br
.ti -1c
.BI "TQAction ( TQObject * parent, const char * name, bool toggle ) \fI(obsolete)\fR"
@@ -75,10 +75,10 @@ Inherited by TQActionGroup.
.BI "TQString \fBwhatsThis\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & key )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & key )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
.BI "virtual void \fBsetToggleAction\fR ( bool )"
@@ -135,7 +135,7 @@ Inherited by TQActionGroup.
.SS "Properties"
.in +1c
.ti -1c
-.BI "QKeySequence \fBaccel\fR - the action's accelerator key"
+.BI "TQKeySequence \fBaccel\fR - the action's accelerator key"
.br
.ti -1c
.BI "bool \fBenabled\fR - whether the action is enabled"
@@ -239,7 +239,7 @@ If \fIparent\fR is a TQActionGroup, the new action inserts itself into \fIparent
For accelerators and status tips to work, \fIparent\fR must either be a widget, or an action group whose parent is a widget.
.PP
\fBWarning:\fR To prevent recursion, don't create an action as a child of a widget that the action is later added to.
-.SH "TQAction::TQAction ( const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0 )"
+.SH "TQAction::TQAction ( const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )"
This constructor results in an icon-less action with the the menu text \fImenuText\fR and keyboard accelerator \fIaccel\fR. It is a child of \fIparent\fR and called \fIname\fR.
.PP
If \fIparent\fR is a TQActionGroup, the action automatically becomes a member of it.
@@ -251,7 +251,7 @@ The action uses a stripped version of \fImenuText\fR (e.g. "&Menu Option..." bec
Call setToggleAction(TRUE) to make the action a toggle action.
.PP
\fBWarning:\fR To prevent recursion, don't create an action as a child of a widget that the action is later added to.
-.SH "TQAction::TQAction ( const TQIconSet & icon, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0 )"
+.SH "TQAction::TQAction ( const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0 )"
This constructor creates an action with the following properties: the icon or iconset \fIicon\fR, the menu text \fImenuText\fR and keyboard accelerator \fIaccel\fR. It is a child of \fIparent\fR and called \fIname\fR.
.PP
If \fIparent\fR is a TQActionGroup, the action automatically becomes a member of it.
@@ -263,7 +263,7 @@ The action uses a stripped version of \fImenuText\fR (e.g. "&Menu Option..." bec
Call setToggleAction(TRUE) to make the action a toggle action.
.PP
\fBWarning:\fR To prevent recursion, don't create an action as a child of a widget that the action is later added to.
-.SH "TQAction::TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )"
+.SH "TQAction::TQAction ( const TQString & text, const TQIconSet & icon, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
This constructor creates an action with the following properties: the description \fItext\fR, the icon or iconset \fIicon\fR, the menu text \fImenuText\fR and keyboard accelerator \fIaccel\fR. It is a child of \fIparent\fR and called \fIname\fR. If \fItoggle\fR is TRUE the action will be a toggle action, otherwise it will be a command action.
@@ -273,7 +273,7 @@ If \fIparent\fR is a TQActionGroup, the action automatically becomes a member of
For accelerators and status tips to work, \fIparent\fR must either be a widget, or an action group whose parent is a widget.
.PP
The \fItext\fR and \fIaccel\fR will be used for tool tips and status tips unless you provide specific text for these using setToolTip() and setStatusTip().
-.SH "TQAction::TQAction ( const TQString & text, const TQString & menuText, QKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )"
+.SH "TQAction::TQAction ( const TQString & text, const TQString & menuText, TQKeySequence accel, TQObject * parent, const char * name = 0, bool toggle = FALSE )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
This constructor results in an icon-less action with the description \fItext\fR, the menu text \fImenuText\fR and the keyboard accelerator \fIaccel\fR. Its parent is \fIparent\fR and it is called \fIname\fR. If \fItoggle\fR is TRUE the action will be a toggle action, otherwise it will be a command action.
@@ -295,7 +295,7 @@ If \fIparent\fR is a TQActionGroup, the new action inserts itself into \fIparent
For accelerators and status tips to work, \fIparent\fR must either be a widget, or an action group whose parent is a widget.
.SH "TQAction::~TQAction ()"
Destroys the object and frees allocated resources.
-.SH "QKeySequence TQAction::accel () const"
+.SH "TQKeySequence TQAction::accel () const"
Returns the action's accelerator key. See the "accel" property for details.
.SH "void TQAction::activate ()\fC [slot]\fR"
Activates the action and executes all connected slots. This only works for actions that are not toggle action.
@@ -347,7 +347,7 @@ Removes the action from widget \fIw\fR.
Returns TRUE if the action was removed successfully; otherwise returns FALSE.
.PP
See also addTo().
-.SH "void TQAction::setAccel ( const QKeySequence & key )\fC [virtual]\fR"
+.SH "void TQAction::setAccel ( const TQKeySequence & key )\fC [virtual]\fR"
Sets the action's accelerator key to \fIkey\fR. See the "accel" property for details.
.SH "void TQAction::setDisabled ( bool disable )\fC [slot]\fR"
Disables the action if \fIdisable\fR is TRUE; otherwise enables the action.
@@ -413,7 +413,7 @@ Returns the action's tool tip. See the "toolTip" property for details.
.SH "TQString TQAction::whatsThis () const"
Returns the action's "What's This?" help text. See the "whatsThis" property for details.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the action's accelerator key.
.PP
The keycodes can be found in TQt::Key and TQt::Modifier. There is no default accelerator key.
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 7bdf866a..b85395d2 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -999,7 +999,7 @@ If you want to iterate over the list, you should iterate over a copy, e.g.
.PP
See the plugins documentation for a description of how the library paths are used.
.PP
-See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and QLibrary.
+See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
.SH "void QApplication::lock ()"
Lock the TQt Library Mutex. If another thread has already locked the mutex, the calling thread will block until the other thread has unlocked the mutex.
.PP
@@ -1358,7 +1358,7 @@ See also globalStrut().
.SH "void QApplication::setLibraryPaths ( const TQStringList & paths )\fC [static]\fR"
Sets the list of directories to search when loading libraries to \fIpaths\fR. All existing paths will be deleted and the path list will consist of the paths given in \fIpaths\fR.
.PP
-See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and QLibrary.
+See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
.SH "void QApplication::setMainWidget ( TQWidget * mainWidget )\fC [virtual]\fR"
Sets the application's main widget to \fImainWidget\fR.
.PP
diff --git a/doc/man/man3/tqbutton.3qt b/doc/man/man3/tqbutton.3qt
index 74cd6752..15a644e0 100644
--- a/doc/man/man3/tqbutton.3qt
+++ b/doc/man/man3/tqbutton.3qt
@@ -36,10 +36,10 @@ Inherited by TQCheckBox, TQPushButton, TQRadioButton, and TQToolButton.
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & )"
.br
.ti -1c
.BI "bool \fBisToggleButton\fR () const"
@@ -108,7 +108,7 @@ Inherited by TQCheckBox, TQPushButton, TQRadioButton, and TQToolButton.
.SS "Properties"
.in +1c
.ti -1c
-.BI "QKeySequence \fBaccel\fR - the accelerator associated with the button"
+.BI "TQKeySequence \fBaccel\fR - the accelerator associated with the button"
.br
.ti -1c
.BI "bool \fBautoRepeat\fR - whether autoRepeat is enabled"
@@ -255,7 +255,7 @@ Constructs a standard button called \fIname\fR with parent \fIparent\fR, using t
If \fIparent\fR is a TQButtonGroup, this constructor calls TQButtonGroup::insert().
.SH "TQButton::~TQButton ()"
Destroys the button.
-.SH "QKeySequence TQButton::accel () const"
+.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::animateClick ()\fC [slot]\fR"
Performs an animated click: the button is pressed and released a short while later.
@@ -327,7 +327,7 @@ Examples:
This signal is emitted when the button is released.
.PP
See also pressed(), clicked(), and toggled().
-.SH "void TQButton::setAccel ( const QKeySequence & )\fC [virtual]\fR"
+.SH "void TQButton::setAccel ( const TQKeySequence & )\fC [virtual]\fR"
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
@@ -376,7 +376,7 @@ See also clicked().
.PP
Example: listbox/listbox.cpp.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the accelerator associated with the button.
.PP
This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed.
diff --git a/doc/man/man3/tqcanvas.3qt b/doc/man/man3/tqcanvas.3qt
index 49039da0..b8a42571 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 (QKeyEvent, QMouseEvent etc.) and layout management (TQGridLayout etc.).
+Widgets provide a lot more functionality, such as input (TQKeyEvent, QMouseEvent 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/tqcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt
index c78f10e0..37170c0a 100644
--- a/doc/man/man3/tqcheckbox.3qt
+++ b/doc/man/man3/tqcheckbox.3qt
@@ -55,10 +55,10 @@ Inherits TQButton.
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & )"
.br
.ti -1c
.BI "bool \fBisToggleButton\fR () const"
@@ -150,7 +150,7 @@ The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor.
Constructs a checkbox with text \fItext\fR.
.PP
The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor.
-.SH "QKeySequence TQButton::accel () const"
+.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "bool TQButton::autoRepeat () const"
Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details.
@@ -196,7 +196,7 @@ Examples:
This signal is emitted when the button is released.
.PP
See also pressed(), clicked(), and toggled().
-.SH "void TQButton::setAccel ( const QKeySequence & )\fC [virtual]\fR"
+.SH "void TQButton::setAccel ( const TQKeySequence & )\fC [virtual]\fR"
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
@@ -237,7 +237,7 @@ See also clicked().
.PP
Example: listbox/listbox.cpp.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the accelerator associated with the button.
.PP
This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed.
diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt
index 7f1818ae..6df4d3fb 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, QInputDialog, QMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
+Inherited by TQColorDialog, TQErrorMessage, TQFileDialog, TQFontDialog, TQInputDialog, QMessageBox, TQMotifDialog, TQProgressDialog, TQTabDialog, and TQWizard.
.PP
.SS "Public Members"
.in +1c
diff --git a/doc/man/man3/tqdoublevalidator.3qt b/doc/man/man3/tqdoublevalidator.3qt
index 69baf258..d40395f7 100644
--- a/doc/man/man3/tqdoublevalidator.3qt
+++ b/doc/man/man3/tqdoublevalidator.3qt
@@ -68,7 +68,7 @@ TQDoubleValidator provides an upper bound, a lower bound and a limit on the numb
.PP
You can set the acceptable range in one call with setRange(), or with setBottom() and setTop(). Set the number of decimal places with setDecimals(). The validate() function returns the validation state.
.PP
-See also QIntValidator, TQRegExpValidator, and Miscellaneous Classes.
+See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQDoubleValidator::TQDoubleValidator ( TQObject * parent, const char * name = 0 )"
Constructs a validator object with parent \fIparent\fR, called \fIname\fR, which accepts any double.
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt
index 4633a089..f0cbd8fb 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, QKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
+Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
.PP
.SS "Public Members"
.in +1c
@@ -63,15 +63,15 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::MouseMove\fR - Mouse move, QMouseEvent.
.TP
-\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), QKeyEvent.
+\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), TQKeyEvent.
.TP
-\fCTQEvent::KeyRelease\fR - Key release, QKeyEvent.
+\fCTQEvent::KeyRelease\fR - Key release, TQKeyEvent.
.TP
-\fCTQEvent::IMStart\fR - The start of input method composition, QIMEvent.
+\fCTQEvent::IMStart\fR - The start of input method composition, TQIMEvent.
.TP
-\fCTQEvent::IMCompose\fR - Input method composition is taking place, QIMEvent.
+\fCTQEvent::IMCompose\fR - Input method composition is taking place, TQIMEvent.
.TP
-\fCTQEvent::IMEnd\fR - The end of input method composition, QIMEvent.
+\fCTQEvent::IMEnd\fR - The end of input method composition, TQIMEvent.
.TP
\fCTQEvent::FocusIn\fR - Widget gains keyboard focus, TQFocusEvent.
.TP
@@ -109,13 +109,13 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::DeferredDelete\fR - The object will be deleted after it has cleaned up.
.TP
-\fCTQEvent::Accel\fR - Key press in child for shortcut key handling, QKeyEvent.
+\fCTQEvent::Accel\fR - Key press in child for shortcut key handling, TQKeyEvent.
.TP
\fCTQEvent::Wheel\fR - Mouse wheel rolled, QWheelEvent.
.TP
\fCTQEvent::ContextMenu\fR - Context popup menu, TQContextMenuEvent
.TP
-\fCTQEvent::AccelOverride\fR - Key press in child, for overriding shortcut key handling, QKeyEvent.
+\fCTQEvent::AccelOverride\fR - Key press in child, for overriding shortcut key handling, TQKeyEvent.
.TP
\fCTQEvent::AccelAvailable\fR - internal.
.TP
diff --git a/doc/man/man3/tqimevent.3qt b/doc/man/man3/tqimevent.3qt
index f41ad32e..49593eaf 100644
--- a/doc/man/man3/tqimevent.3qt
+++ b/doc/man/man3/tqimevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QIMEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQIMEvent 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
-QIMEvent \- Parameters for input method events
+TQIMEvent \- Parameters for input method events
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQIMEvent\fR ( Type type, const TQString & text, int cursorPosition )"
+.BI "\fBTQIMEvent\fR ( Type type, const TQString & text, int cursorPosition )"
.br
.ti -1c
.BI "const TQString & \fBtext\fR () const"
@@ -38,7 +38,7 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QIMEvent class provides parameters for input method events.
+The TQIMEvent class provides parameters for input method events.
.PP
Input method events are sent to widgets when an input method is used to enter text into a widget. Input methods are widely used to enter text in Asian and other complex languages.
.PP
@@ -72,9 +72,9 @@ If the user clicks another widget, taking the focus out of the widget where the
.PP
See also Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QIMEvent::QIMEvent ( Type type, const TQString & text, int cursorPosition )"
-Constructs a new QIMEvent with the accept flag set to FALSE. \fItype\fR can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent or TQEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR.
-.SH "void QIMEvent::accept ()"
+.SH "TQIMEvent::TQIMEvent ( Type type, const TQString & text, int cursorPosition )"
+Constructs a new TQIMEvent with the accept flag set to FALSE. \fItype\fR can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent or TQEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR.
+.SH "void TQIMEvent::accept ()"
Sets the accept flag of the input method event object.
.PP
Setting the accept parameter indicates that the receiver of the event processed the input method event.
@@ -82,9 +82,9 @@ Setting the accept parameter indicates that the receiver of the event processed
The accept flag is not set by default.
.PP
See also ignore().
-.SH "int QIMEvent::cursorPos () const"
+.SH "int TQIMEvent::cursorPos () const"
Returns the current cursor position inside the composition string. Will return -1 for IMStartEvent and IMEndEvent.
-.SH "void QIMEvent::ignore ()"
+.SH "void TQIMEvent::ignore ()"
Clears the accept flag parameter of the input method event object.
.PP
Clearing the accept parameter indicates that the event receiver does not want the input method event.
@@ -92,17 +92,17 @@ Clearing the accept parameter indicates that the event receiver does not want th
The accept flag is cleared by default.
.PP
See also accept().
-.SH "bool QIMEvent::isAccepted () const"
+.SH "bool TQIMEvent::isAccepted () const"
Returns TRUE if the receiver of the event processed the event; otherwise returns FALSE.
-.SH "int QIMEvent::selectionLength () const"
+.SH "int TQIMEvent::selectionLength () const"
Returns the number of characters in the composition string ( starting at cursorPos() ) that should be marked as selected by the input widget receiving the event. Will return 0 for IMStartEvent and IMEndEvent.
-.SH "const TQString & QIMEvent::text () const"
+.SH "const TQString & TQIMEvent::text () const"
Returns the composition text. This is a null string for an
IMStartEvent, and contains the final accepted string (which may be
empty) in the IMEndEvent.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimevent.html
+.BR http://doc.trolltech.com/tqimevent.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/tqinputdialog.3qt b/doc/man/man3/tqinputdialog.3qt
index 03b6e4f7..aa59f35c 100644
--- a/doc/man/man3/tqinputdialog.3qt
+++ b/doc/man/man3/tqinputdialog.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QInputDialog 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQInputDialog 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
-QInputDialog \- Simple convenience dialog to get a single value from the user
+TQInputDialog \- Simple convenience dialog to get a single value from the user
.SH SYNOPSIS
-\fC#include <ntqinputdialog.h>\fR
+\fC#include <tqinputdialog.h>\fR
.PP
Inherits TQDialog.
.PP
.SS "Static Public Members"
<li class=fn>TQString \fBgetText\fR ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) <li class=fn>int \fBgetInteger\fR ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) <li class=fn>double \fBgetDouble\fR ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 ) <li class=fn>TQString \fBgetItem\fR ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )
.SH DESCRIPTION
-The QInputDialog class provides a simple convenience dialog to get a single value from the user.
+The TQInputDialog class provides a simple convenience dialog to get a single value from the user.
.PP
The input value can be a string, a number or an item from a list. A label must be set to tell the user what they should enter.
.PP
@@ -26,7 +26,7 @@ Four static convenience functions are provided: getText(), getInteger(), getDoub
.br
bool ok;
.br
- TQString text = QInputDialog::getText(
+ TQString text = TQInputDialog::getText(
.br
"MyApp 3000", "Enter your name:", TQLineEdit::Normal,
.br
@@ -52,7 +52,7 @@ Four static convenience functions are provided: getText(), getInteger(), getDoub
.PP
See also Dialog Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "double QInputDialog::getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
+.SH "double TQInputDialog::getDouble ( const TQString & caption, const TQString & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
Static convenience function to get a floating point number from the user. \fIcaption\fR is the text which is displayed in the title bar of the dialog. \fIlabel\fR is the text which is shown to the user (it should say what should be entered). \fIvalue\fR is the default floating point number that the line edit will be set to. \fIminValue\fR and \fImaxValue\fR are the minimum and maximum values the user may choose, and \fIdecimals\fR is the maximum number of decimal places the number may have.
.PP
If \fIok\fR is not-null \fI*\fR\fIok\fR will be set to TRUE if the user pressed OK and to FALSE if the user pressed Cancel. The dialog's parent is \fIparent\fR; the dialog is called \fIname\fR. The dialog will be modal.
@@ -65,7 +65,7 @@ Use this static function like this:
.br
bool ok;
.br
- double res = QInputDialog::getDouble(
+ double res = TQInputDialog::getDouble(
.br
"MyApp 3000", "Enter a decimal number:", 33.7, 0,
.br
@@ -82,7 +82,7 @@ Use this static function like this:
}
.br
.fi
-.SH "int QInputDialog::getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
+.SH "int TQInputDialog::getInteger ( const TQString & caption, const TQString & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
Static convenience function to get an integer input from the user. \fIcaption\fR is the text which is displayed in the title bar of the dialog. \fIlabel\fR is the text which is shown to the user (it should say what should be entered). \fIvalue\fR is the default integer which the spinbox will be set to. \fIminValue\fR and \fImaxValue\fR are the minimum and maximum values the user may choose, and \fIstep\fR is the amount by which the values change as the user presses the arrow buttons to increment or decrement the value.
.PP
If \fIok\fR is not-null *\fIok\fR will be set to TRUE if the user pressed OK and to FALSE if the user pressed Cancel. The dialog's parent is \fIparent\fR; the dialog is called \fIname\fR. The dialog will be modal.
@@ -95,7 +95,7 @@ Use this static function like this:
.br
bool ok;
.br
- int res = QInputDialog::getInteger(
+ int res = TQInputDialog::getInteger(
.br
"MyApp 3000", "Enter a number:", 22, 0, 1000, 2,
.br
@@ -112,7 +112,7 @@ Use this static function like this:
}
.br
.fi
-.SH "TQString QInputDialog::getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
+.SH "TQString TQInputDialog::getItem ( const TQString & caption, const TQString & label, const TQStringList & list, int current = 0, bool editable = TRUE, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
Static convenience function to let the user select an item from a string list. \fIcaption\fR is the text which is displayed in the title bar of the dialog. \fIlabel\fR is the text which is shown to the user (it should say what should be entered). \fIlist\fR is the string list which is inserted into the combobox, and \fIcurrent\fR is the number of the item which should be the current item. If \fIeditable\fR is TRUE the user can enter their own text; if \fIeditable\fR is FALSE the user may only select one of the existing items.
.PP
If \fIok\fR is not-null \fI*\fR\fIok\fR will be set to TRUE if the user pressed OK and to FALSE if the user pressed Cancel. The dialog's parent is \fIparent\fR; the dialog is called \fIname\fR. The dialog will be modal.
@@ -129,7 +129,7 @@ Use this static function like this:
.br
bool ok;
.br
- TQString res = QInputDialog::getItem(
+ TQString res = TQInputDialog::getItem(
.br
"MyApp 3000", "Select an item:", lst, 1, TRUE, &ok,
.br
@@ -146,7 +146,7 @@ Use this static function like this:
}
.br
.fi
-.SH "TQString QInputDialog::getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
+.SH "TQString TQInputDialog::getText ( const TQString & caption, const TQString & label, TQLineEdit::EchoMode mode = TQLineEdit::Normal, const TQString & text = TQString::null, bool * ok = 0, TQWidget * parent = 0, const char * name = 0 )\fC [static]\fR"
Static convenience function to get a string from the user. \fIcaption\fR is the text which is displayed in the title bar of the dialog. \fIlabel\fR is the text which is shown to the user (it should say what should be entered). \fItext\fR is the default text which is placed in the line edit. The \fImode\fR is the echo mode the line edit will use. If \fIok\fR is not-null \fI*\fR\fIok\fR will be set to TRUE if the user pressed OK and to FALSE if the user pressed Cancel. The dialog's parent is \fIparent\fR; the dialog is called \fIname\fR. The dialog will be modal.
.PP
This function returns the text which has been entered in the line edit. It will not return an empty string.
@@ -157,7 +157,7 @@ Use this static function like this:
.br
bool ok;
.br
- TQString text = QInputDialog::getText(
+ TQString text = TQInputDialog::getText(
.br
"MyApp 3000", "Enter your name:", TQLineEdit::Normal,
.br
@@ -176,7 +176,7 @@ Use this static function like this:
.fi
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqinputdialog.html
+.BR http://doc.trolltech.com/tqinputdialog.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/tqintvalidator.3qt b/doc/man/man3/tqintvalidator.3qt
index d9bdbdd1..399476f2 100644
--- a/doc/man/man3/tqintvalidator.3qt
+++ b/doc/man/man3/tqintvalidator.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QIntValidator 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQIntValidator 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
-QIntValidator \- Validator which ensures that a string contains a valid integer within a specified range
+TQIntValidator \- Validator which ensures that a string contains a valid integer within a specified range
.SH SYNOPSIS
\fC#include <tqvalidator.h>\fR
.PP
@@ -16,13 +16,13 @@ Inherits TQValidator.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQIntValidator\fR ( TQObject * parent, const char * name = 0 )"
+.BI "\fBTQIntValidator\fR ( TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQIntValidator\fR ( int minimum, int maximum, TQObject * parent, const char * name = 0 )"
+.BI "\fBTQIntValidator\fR ( int minimum, int maximum, TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fB~QIntValidator\fR ()"
+.BI "\fB~TQIntValidator\fR ()"
.br
.ti -1c
.BI "virtual TQValidator::State \fBvalidate\fR ( TQString & input, int & ) const"
@@ -53,13 +53,13 @@ Inherits TQValidator.
.br
.in -1c
.SH DESCRIPTION
-The QIntValidator class provides a validator which ensures that a string contains a valid integer within a specified range.
+The TQIntValidator class provides a validator which ensures that a string contains a valid integer within a specified range.
.PP
Example of use:
.PP
.nf
.br
- TQValidator* validator = new QIntValidator( 100, 999, this );
+ TQValidator* validator = new TQIntValidator( 100, 999, this );
.br
TQLineEdit* edit = new TQLineEdit( this );
.br
@@ -78,7 +78,7 @@ Below we present some examples of validators. In practice they would normally be
.br
int pos = 0;
.br
- QIntValidator v( 100, 999, this );
+ TQIntValidator v( 100, 999, this );
.br
.br
str = "1";
@@ -121,23 +121,23 @@ The minimum and maximum values are set in one call with setRange() or individual
.PP
See also TQDoubleValidator, TQRegExpValidator, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QIntValidator::QIntValidator ( TQObject * parent, const char * name = 0 )"
+.SH "TQIntValidator::TQIntValidator ( TQObject * parent, const char * name = 0 )"
Constructs a validator called \fIname\fR with parent \fIparent\fR, that accepts all integers.
-.SH "QIntValidator::QIntValidator ( int minimum, int maximum, TQObject * parent, const char * name = 0 )"
+.SH "TQIntValidator::TQIntValidator ( int minimum, int maximum, TQObject * parent, const char * name = 0 )"
Constructs a validator called \fIname\fR with parent \fIparent\fR, that accepts integers from \fIminimum\fR to \fImaximum\fR inclusive.
-.SH "QIntValidator::~QIntValidator ()"
+.SH "TQIntValidator::~TQIntValidator ()"
Destroys the validator, freeing any resources allocated.
-.SH "int QIntValidator::bottom () const"
+.SH "int TQIntValidator::bottom () const"
Returns the validator's lowest acceptable value. See the "bottom" property for details.
-.SH "void QIntValidator::setBottom ( int )"
+.SH "void TQIntValidator::setBottom ( int )"
Sets the validator's lowest acceptable value. See the "bottom" property for details.
-.SH "void QIntValidator::setRange ( int bottom, int top )\fC [virtual]\fR"
+.SH "void TQIntValidator::setRange ( int bottom, int top )\fC [virtual]\fR"
Sets the range of the validator to only accept integers between \fIbottom\fR and \fItop\fR inclusive.
-.SH "void QIntValidator::setTop ( int )"
+.SH "void TQIntValidator::setTop ( int )"
Sets the validator's highest acceptable value. See the "top" property for details.
-.SH "int QIntValidator::top () const"
+.SH "int TQIntValidator::top () const"
Returns the validator's highest acceptable value. See the "top" property for details.
-.SH "TQValidator::State QIntValidator::validate ( TQString & input, int & ) const\fC [virtual]\fR"
+.SH "TQValidator::State TQIntValidator::validate ( TQString & input, int & ) const\fC [virtual]\fR"
Returns Acceptable if the \fIinput\fR is an integer within the valid range, Intermediate if the \fIinput\fR is an integer outside the valid range and Invalid if the \fIinput\fR is not an integer.
.PP
Note: If the valid range consists of just positive integers (e.g. 32 - 100) and \fIinput\fR is a negative integer then Invalid is returned.
@@ -178,7 +178,7 @@ Set this property's value with setTop() and get this property's value with top()
See also setRange().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qintvalidator.html
+.BR http://doc.trolltech.com/tqintvalidator.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/tqkeyevent.3qt b/doc/man/man3/tqkeyevent.3qt
index f3dea155..2d203de5 100644
--- a/doc/man/man3/tqkeyevent.3qt
+++ b/doc/man/man3/tqkeyevent.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QKeyEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQKeyEvent 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
-QKeyEvent \- Describes a key event
+TQKeyEvent \- Describes a key event
.SH SYNOPSIS
\fC#include <tqevent.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits TQEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQKeyEvent\fR ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )"
+.BI "\fBTQKeyEvent\fR ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )"
.br
.ti -1c
.BI "int \fBkey\fR () const"
@@ -50,11 +50,11 @@ Inherits TQEvent.
.br
.in -1c
.SH DESCRIPTION
-The QKeyEvent class contains describes a key event.
+The TQKeyEvent class contains describes a key event.
.PP
Key events occur when a key is pressed or released when a widget has keyboard input focus.
.PP
-A key event contains a special accept flag that indicates whether the receiver wants the key event. You should call QKeyEvent::ignore() if the key press or release event is not handled by your widget. A key event is propagated up the parent widget chain until a widget accepts it with QKeyEvent::accept() or an event filter consumes it. Key events for multi media keys are ignored by default. You should call QKeyEvent::accept() if your widget handles those events.
+A key event contains a special accept flag that indicates whether the receiver wants the key event. You should call TQKeyEvent::ignore() if the key press or release event is not handled by your widget. A key event is propagated up the parent widget chain until a widget accepts it with TQKeyEvent::accept() or an event filter consumes it. Key events for multi media keys are ignored by default. You should call TQKeyEvent::accept() if your widget handles those events.
.PP
The TQWidget::setEnable() function can be used to enable or disable mouse and keyboard events for a widget.
.PP
@@ -62,13 +62,13 @@ The event handlers TQWidget::keyPressEvent() and TQWidget::keyReleaseEvent() rec
.PP
See also TQFocusEvent, TQWidget::grabKeyboard(), and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QKeyEvent::QKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )"
+.SH "TQKeyEvent::TQKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )"
Constructs a key event object.
.PP
The \fItype\fR parameter must be TQEvent::KeyPress or TQEvent::KeyRelease. If \fIkey\fR is 0 the event is not a result of a known key (e.g. it may be the result of a compose sequence or keyboard macro). \fIascii\fR is the ASCII code of the key that was pressed or released. \fIstate\fR holds the keyboard modifiers. \fItext\fR is the Unicode text that the key generated. If \fIautorep\fR is TRUE, isAutoRepeat() will be TRUE. \fIcount\fR is the number of single keys.
.PP
The accept flag is set to TRUE.
-.SH "void QKeyEvent::accept ()"
+.SH "void TQKeyEvent::accept ()"
Sets the accept flag of the key event object.
.PP
Setting the accept parameter indicates that the receiver of the event wants the key event. Unwanted key events are sent to the parent widget.
@@ -76,17 +76,17 @@ 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 "int QKeyEvent::ascii () const"
+.SH "int TQKeyEvent::ascii () const"
Returns the ASCII code of the key that was pressed or released. We recommend using text() instead.
.PP
See also text().
.PP
Example: picture/picture.cpp.
-.SH "int QKeyEvent::count () const"
+.SH "int TQKeyEvent::count () const"
Returns the number of single keys for this event. If text() is not empty, this is simply the length of the string.
.PP
See also TQWidget::setKeyCompression().
-.SH "void QKeyEvent::ignore ()"
+.SH "void TQKeyEvent::ignore ()"
Clears the accept flag parameter of the key event object.
.PP
Clearing the accept parameter indicates that the event receiver does not want the key event. Unwanted key events are sent to the parent widget.
@@ -94,13 +94,13 @@ 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 QKeyEvent::isAccepted () const"
+.SH "bool TQKeyEvent::isAccepted () const"
Returns TRUE if the receiver of the event wants to keep the key; otherwise returns FALSE
-.SH "bool QKeyEvent::isAutoRepeat () const"
+.SH "bool TQKeyEvent::isAutoRepeat () const"
Returns TRUE if this event comes from an auto-repeating key and FALSE if it comes from an initial key press.
.PP
Note that if the event is a multiple-key compressed event that is partly due to auto-repeat, this function could return either TRUE or FALSE indeterminately.
-.SH "int QKeyEvent::key () const"
+.SH "int TQKeyEvent::key () const"
Returns the code of the key that was pressed or released.
.PP
See TQt::Key for the list of keyboard codes. These codes are independent of the underlying window system.
@@ -110,7 +110,7 @@ A value of either 0 or Key_unknown means that the event is not the result of a k
See also TQWidget::setKeyCompression().
.PP
Example: fileiconview/tqfileiconview.cpp.
-.SH "ButtonState QKeyEvent::state () const"
+.SH "ButtonState TQKeyEvent::state () const"
Returns the keyboard modifier flags that existed immediately before the event occurred.
.PP
The returned value is ShiftButton, ControlButton, AltButton and MetaButton OR'ed together.
@@ -118,19 +118,19 @@ The returned value is ShiftButton, ControlButton, AltButton and MetaButton OR'ed
See also stateAfter().
.PP
Example: fileiconview/tqfileiconview.cpp.
-.SH "ButtonState QKeyEvent::stateAfter () const"
+.SH "ButtonState TQKeyEvent::stateAfter () const"
Returns the keyboard modifier flags that existed immediately after the event occurred.
.PP
\fBWarning:\fR This function cannot be trusted.
.PP
See also state().
-.SH "TQString QKeyEvent::text () const"
+.SH "TQString TQKeyEvent::text () const"
Returns the Unicode text that this key generated. The text returned migth be empty, which is the case when pressing or releasing modifying keys as Shift, Control, Alt and Meta. In these cases key() will contain a valid value.
.PP
See also TQWidget::setKeyCompression().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qkeyevent.html
+.BR http://doc.trolltech.com/tqkeyevent.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/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt
index 3db4b8ac..799fdd12 100644
--- a/doc/man/man3/tqkeysequence.3qt
+++ b/doc/man/man3/tqkeysequence.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QKeySequence 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQKeySequence 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,31 +7,31 @@
.ad l
.nh
.SH NAME
-QKeySequence \- Encapsulates a key sequence as used by accelerators
+TQKeySequence \- Encapsulates a key sequence as used by accelerators
.SH SYNOPSIS
-\fC#include <ntqkeysequence.h>\fR
+\fC#include <tqkeysequence.h>\fR
.PP
Inherits Qt.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQKeySequence\fR ()"
+.BI "\fBTQKeySequence\fR ()"
.br
.ti -1c
-.BI "\fBQKeySequence\fR ( const TQString & key )"
+.BI "\fBTQKeySequence\fR ( const TQString & key )"
.br
.ti -1c
-.BI "\fBQKeySequence\fR ( int key )"
+.BI "\fBTQKeySequence\fR ( int key )"
.br
.ti -1c
-.BI "\fBQKeySequence\fR ( int k1, int k2, int k3 = 0, int k4 = 0 )"
+.BI "\fBTQKeySequence\fR ( int k1, int k2, int k3 = 0, int k4 = 0 )"
.br
.ti -1c
-.BI "\fBQKeySequence\fR ( const QKeySequence & keysequence )"
+.BI "\fBTQKeySequence\fR ( const TQKeySequence & keysequence )"
.br
.ti -1c
-.BI "\fB~QKeySequence\fR ()"
+.BI "\fB~TQKeySequence\fR ()"
.br
.ti -1c
.BI "uint \fBcount\fR () const"
@@ -40,7 +40,7 @@ Inherits Qt.
.BI "bool \fBisEmpty\fR () const"
.br
.ti -1c
-.BI "TQt::SequenceMatch \fBmatches\fR ( const QKeySequence & seq ) const"
+.BI "TQt::SequenceMatch \fBmatches\fR ( const TQKeySequence & seq ) const"
.br
.ti -1c
.BI "\fBoperator TQString\fR () const"
@@ -52,26 +52,26 @@ Inherits Qt.
.BI "int \fBoperator[]\fR ( uint index ) const"
.br
.ti -1c
-.BI "QKeySequence & \fBoperator=\fR ( const QKeySequence & keysequence )"
+.BI "TQKeySequence & \fBoperator=\fR ( const TQKeySequence & keysequence )"
.br
.ti -1c
-.BI "bool \fBoperator==\fR ( const QKeySequence & keysequence ) const"
+.BI "bool \fBoperator==\fR ( const TQKeySequence & keysequence ) const"
.br
.ti -1c
-.BI "bool \fBoperator!=\fR ( const QKeySequence & keysequence ) const"
+.BI "bool \fBoperator!=\fR ( const TQKeySequence & keysequence ) const"
.br
.in -1c
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QKeySequence & keysequence )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQKeySequence & keysequence )"
.br
.ti -1c
-.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QKeySequence & keysequence )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQKeySequence & keysequence )"
.br
.in -1c
.SH DESCRIPTION
-The QKeySequence class encapsulates a key sequence as used by accelerators.
+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.
.PP
@@ -79,9 +79,9 @@ Key sequences can be constructed either from an integer key code, or from a huma
.PP
See also TQAccel and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QKeySequence::QKeySequence ()"
+.SH "TQKeySequence::TQKeySequence ()"
Constructs an empty key sequence.
-.SH "QKeySequence::QKeySequence ( const TQString & key )"
+.SH "TQKeySequence::TQKeySequence ( const TQString & key )"
Creates a key sequence from the string \fIkey\fR. For example" Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl"," Shift", "Alt" and "Meta" are recognized, as well as their translated equivalents in the "TQAccel" context (using TQObject::tr()).
.PP
Multiple key codes (up to four) may be entered by separating them with commas, e.g. "Alt+X,Ctrl+S,Q".
@@ -94,57 +94,57 @@ This contructor is typically used with tr(), so that accelerator keys can be rep
.br
file->insertItem( tr("&Open..."), this, TQ_SLOT(open()),
.br
- QKeySequence( tr("Ctrl+O", "File|Open") ) );
+ TQKeySequence( tr("Ctrl+O", "File|Open") ) );
.br
.fi
.PP
Note the \fC"File|Open"\fR translator comment. It is by no means necessary, but it provides some context for the human translator.
-.SH "QKeySequence::QKeySequence ( int key )"
+.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.
-.SH "QKeySequence::QKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 )"
+.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.
-.SH "QKeySequence::QKeySequence ( const QKeySequence & keysequence )"
+.SH "TQKeySequence::TQKeySequence ( const TQKeySequence & keysequence )"
Copy constructor. Makes a copy of \fIkeysequence\fR.
-.SH "QKeySequence::~QKeySequence ()"
+.SH "TQKeySequence::~TQKeySequence ()"
Destroys the key sequence.
-.SH "uint QKeySequence::count () const"
+.SH "uint TQKeySequence::count () const"
Returns the number of keys in the key sequence. The maximum is 4.
-.SH "bool QKeySequence::isEmpty () const"
+.SH "bool TQKeySequence::isEmpty () const"
Returns TRUE if the key sequence is empty; otherwise returns FALSE.
-.SH "TQt::SequenceMatch QKeySequence::matches ( const QKeySequence & seq ) const"
+.SH "TQt::SequenceMatch TQKeySequence::matches ( const TQKeySequence & seq ) const"
Matches the sequence with \fIseq\fR. Returns TQt::Identical if successful, TQt::PartialMatch for matching but incomplete \fIseq\fR, and TQt::NoMatch if the sequences have nothing in common. Returns TQt::NoMatch if \fIseq\fR is shorter.
-.SH "QKeySequence::operator TQString () const"
+.SH "TQKeySequence::operator TQString () const"
Creates an accelerator string for the key sequence. For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has multiple key codes they are returned comma-separated, e.g." Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are translated (using TQObject::tr()) in the "TQAccel" scope. If the key sequence has no keys, TQString::null is returned.
.PP
On Mac OS X, the string returned resembles the sequence that is shown in the menubar.
-.SH "QKeySequence::operator int () const"
+.SH "TQKeySequence::operator int () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
For backward compatibility: returns the first keycode as integer. If the key sequence is empty, 0 is returned.
-.SH "bool QKeySequence::operator!= ( const QKeySequence & keysequence ) const"
+.SH "bool TQKeySequence::operator!= ( const TQKeySequence & keysequence ) const"
Returns TRUE if \fIkeysequence\fR is not equal to this key sequence; otherwise returns FALSE.
-.SH "QKeySequence & QKeySequence::operator= ( const QKeySequence & keysequence )"
+.SH "TQKeySequence & TQKeySequence::operator= ( const TQKeySequence & keysequence )"
Assignment operator. Assigns \fIkeysequence\fR to this object.
-.SH "bool QKeySequence::operator== ( const QKeySequence & keysequence ) const"
+.SH "bool TQKeySequence::operator== ( const TQKeySequence & keysequence ) const"
Returns TRUE if \fIkeysequence\fR is equal to this key sequence; otherwise returns FALSE.
-.SH "int QKeySequence::operator[] ( uint index ) const"
+.SH "int TQKeySequence::operator[] ( uint index ) const"
Returns a reference to the element at position \fIindex\fR in the key sequence. This can only be used to read an element.
.SH RELATED FUNCTION DOCUMENTATION
-.SH "TQDataStream & operator<< ( TQDataStream & s, const QKeySequence & keysequence )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const TQKeySequence & keysequence )"
Writes the key sequence \fIkeysequence\fR to the stream \fIs\fR.
.PP
See also Format of the TQDataStream operators.
-.SH "TQDataStream & operator>> ( TQDataStream & s, QKeySequence & keysequence )"
+.SH "TQDataStream & operator>> ( TQDataStream & s, TQKeySequence & keysequence )"
Reads a key sequence from the stream \fIs\fR into the key sequence \fIkeysequence\fR.
.PP
See also Format of the TQDataStream operators.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqkeysequence.html
+.BR http://doc.trolltech.com/tqkeysequence.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/tqlibrary.3qt b/doc/man/man3/tqlibrary.3qt
index c48d13ee..143cf39e 100644
--- a/doc/man/man3/tqlibrary.3qt
+++ b/doc/man/man3/tqlibrary.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QLibrary 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQLibrary 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
-QLibrary \- Wrapper for handling shared libraries
+TQLibrary \- Wrapper for handling shared libraries
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
-\fC#include <ntqlibrary.h>\fR
+\fC#include <tqlibrary.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQLibrary\fR ( const TQString & filename )"
+.BI "\fBTQLibrary\fR ( const TQString & filename )"
.br
.ti -1c
-.BI "virtual \fB~QLibrary\fR ()"
+.BI "virtual \fB~TQLibrary\fR ()"
.br
.ti -1c
.BI "void * \fBresolve\fR ( const char * symb )"
@@ -50,15 +50,15 @@ All the functions in this class are reentrant when TQt is built with thread supp
.br
.in -1c
.SH DESCRIPTION
-The QLibrary class provides a wrapper for handling shared libraries.
+The TQLibrary class provides a wrapper for handling shared libraries.
.PP
-An instance of a QLibrary object can handle a single shared library and provide access to the functionality in the library in a platform independent way. If the library is a component server, QLibrary provides access to the exported component and can directly query this component for interfaces.
+An instance of a TQLibrary object can handle a single shared library and provide access to the functionality in the library in a platform independent way. If the library is a component server, TQLibrary provides access to the exported component and can directly query this component for interfaces.
.PP
-QLibrary ensures that the shared library is loaded and stays in memory whilst it is in use. QLibrary can also unload the library on destruction and release unused resources.
+TQLibrary ensures that the shared library is loaded and stays in memory whilst it is in use. TQLibrary can also unload the library on destruction and release unused resources.
.PP
-A typical use of QLibrary is to resolve an exported symbol in a shared object, and to call the function that this symbol represents. This is called "explicit linking" in contrast to" implicit linking", which is done by the link step in the build process when linking an executable against a library.
+A typical use of TQLibrary is to resolve an exported symbol in a shared object, and to call the function that this symbol represents. This is called "explicit linking" in contrast to" implicit linking", which is done by the link step in the build process when linking an executable against a library.
.PP
-The following code snippet loads a library, resolves the symbol" mysymbol", and calls the function if everything succeeded. If something went wrong, e.g. the library file does not exist or the symbol is not defined, the function pointer will be 0 and won't be called. When the QLibrary object is destroyed the library will be unloaded, making all references to memory allocated in the library invalid.
+The following code snippet loads a library, resolves the symbol" mysymbol", and calls the function if everything succeeded. If something went wrong, e.g. the library file does not exist or the symbol is not defined, the function pointer will be 0 and won't be called. When the TQLibrary object is destroyed the library will be unloaded, making all references to memory allocated in the library invalid.
.PP
.nf
.br
@@ -67,7 +67,7 @@ The following code snippet loads a library, resolves the symbol" mysymbol", and
MyPrototype myFunction;
.br
.br
- QLibrary myLib( "mylib" );
+ TQLibrary myLib( "mylib" );
.br
myFunction = (MyPrototype) myLib.resolve( "mysymbol" );
.br
@@ -81,28 +81,28 @@ The following code snippet loads a library, resolves the symbol" mysymbol", and
.PP
See also Plugins.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QLibrary::QLibrary ( const TQString & filename )"
-Creates a QLibrary object for the shared library \fIfilename\fR. The library will be unloaded in the destructor.
+.SH "TQLibrary::TQLibrary ( const TQString & filename )"
+Creates a TQLibrary object for the shared library \fIfilename\fR. The library will be unloaded in the destructor.
.PP
Note that \fIfilename\fR does not need to include the (platform specific) file extension, so calling
.PP
.nf
.br
- QLibrary lib( "mylib" );
+ TQLibrary lib( "mylib" );
.br
.fi
is equivalent to calling
.PP
.nf
.br
- QLibrary lib( "mylib.dll" );
+ TQLibrary lib( "mylib.dll" );
.br
.fi
on Windows, and
.PP
.nf
.br
- QLibrary lib( "libmylib.so" );
+ TQLibrary lib( "libmylib.so" );
.br
.fi
on Unix. Specifying the extension is not recommended, since doing so introduces a platform dependency.
@@ -110,34 +110,34 @@ on Unix. Specifying the extension is not recommended, since doing so introduces
If \fIfilename\fR does not include a path, the library loader will look for the file in the platform specific search paths.
.PP
See also load(), unload(), and setAutoUnload().
-.SH "QLibrary::~QLibrary ()\fC [virtual]\fR"
-Deletes the QLibrary object.
+.SH "TQLibrary::~TQLibrary ()\fC [virtual]\fR"
+Deletes the TQLibrary object.
.PP
The library will be unloaded if autoUnload() is TRUE (the default), otherwise it stays in memory until the application exits.
.PP
See also unload() and setAutoUnload().
-.SH "bool QLibrary::autoUnload () const"
+.SH "bool TQLibrary::autoUnload () const"
Returns TRUE if the library will be automatically unloaded when this wrapper object is destructed; otherwise returns FALSE. The default is TRUE.
.PP
See also setAutoUnload().
-.SH "bool QLibrary::isLoaded () const"
+.SH "bool TQLibrary::isLoaded () const"
Returns TRUE if the library is loaded; otherwise returns FALSE.
.PP
See also unload().
-.SH "TQString QLibrary::library () const"
-Returns the filename of the shared library this QLibrary object handles, including the platform specific file extension.
+.SH "TQString TQLibrary::library () const"
+Returns the filename of the shared library this TQLibrary object handles, including the platform specific file extension.
.PP
For example:
.PP
.nf
.br
- QLibrary lib( "mylib" );
+ TQLibrary lib( "mylib" );
.br
TQString str = lib.library();
.br
.fi
will set \fIstr\fR to "mylib.dll" on Windows, and "libmylib.so" on Linux.
-.SH "bool QLibrary::load ()"
+.SH "bool TQLibrary::load ()"
Loads the library. Since resolve() always calls this function before resolving any symbols it is not necessary to call it explicitly. In some situations you might want the library loaded in advance, in which case you would use this function.
.PP
On Darwin and Mac OS X this function uses code from dlcompat, part of the OpenDarwin project.
@@ -149,7 +149,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
.PP
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-.SH "void * QLibrary::resolve ( const char * symb )"
+.SH "void * TQLibrary::resolve ( const char * symb )"
Returns the address of the exported symbol \fIsymb\fR. The library is loaded if necessary. The function returns 0 if the symbol could not be resolved or the library could not be loaded.
.PP
.nf
@@ -208,7 +208,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
.PP
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-.SH "void * QLibrary::resolve ( const TQString & filename, const char * symb )\fC [static]\fR"
+.SH "void * TQLibrary::resolve ( const TQString & filename, const char * symb )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Loads the library \fIfilename\fR and returns the address of the exported symbol \fIsymb\fR. Note that like the constructor, \fIfilename\fR does not need to include the (platform specific) file extension. The library remains loaded until the process exits.
@@ -227,7 +227,7 @@ This function is useful only if you want to resolve a single symbol, e.g. a func
.br
if ( !ptrFunction && !triedResolve )
.br
- ptrFunction = QLibrary::resolve( "mylib", "mysymb" );
+ ptrFunction = TQLibrary::resolve( "mylib", "mysymb" );
.br
.br
if ( ptrFunction )
@@ -240,14 +240,14 @@ This function is useful only if you want to resolve a single symbol, e.g. a func
.br
.fi
.PP
-If you want to resolve multiple symbols, use a QLibrary object and call the non-static version of resolve().
+If you want to resolve multiple symbols, use a TQLibrary object and call the non-static version of resolve().
.PP
See also
-.SH "void QLibrary::setAutoUnload ( bool enabled )"
+.SH "void TQLibrary::setAutoUnload ( bool enabled )"
If \fIenabled\fR is TRUE (the default), the wrapper object is set to automatically unload the library upon destruction. If \fIenabled\fR is FALSE, the wrapper object is not unloaded unless you explicitly call unload().
.PP
See also autoUnload().
-.SH "bool QLibrary::unload ()\fC [virtual]\fR"
+.SH "bool TQLibrary::unload ()\fC [virtual]\fR"
Unloads the library and returns TRUE if the library could be unloaded; otherwise returns FALSE.
.PP
This function is called by the destructor if autoUnload() is enabled.
@@ -255,7 +255,7 @@ This function is called by the destructor if autoUnload() is enabled.
See also resolve().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqlibrary.html
+.BR http://doc.trolltech.com/tqlibrary.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/tqlineedit.3qt b/doc/man/man3/tqlineedit.3qt
index 2cab9ad3..4b2e530a 100644
--- a/doc/man/man3/tqlineedit.3qt
+++ b/doc/man/man3/tqlineedit.3qt
@@ -271,7 +271,7 @@ Inherits TQFrame.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )"
.br
.ti -1c
.BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ()"
@@ -439,7 +439,7 @@ Returns TRUE if the line edit is read only; otherwise returns FALSE. See the "re
Returns TRUE if redo is available; otherwise returns FALSE. See the "redoAvailable" property for details.
.SH "bool TQLineEdit::isUndoAvailable () const"
Returns TRUE if undo is available; otherwise returns FALSE. See the "undoAvailable" property for details.
-.SH "void TQLineEdit::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQLineEdit::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
Converts key press event \fIe\fR into a line edit action.
.PP
If Return or Enter is pressed and the current text is valid (or can be made valid by the validator), the signal returnPressed() is emitted.
@@ -516,7 +516,7 @@ Sets this line edit to only accept input that the validator, \fIv\fR, will accep
.PP
If \fIv\fR == 0, setValidator() removes the current input validator. The initial setting is to have no input validator (i.e. any input is accepted up to maxLength()).
.PP
-See also validator(), QIntValidator, TQDoubleValidator, and TQRegExpValidator.
+See also validator(), TQIntValidator, TQDoubleValidator, and TQRegExpValidator.
.PP
Examples:
.)l lineedits/lineedits.cpp and wizard/wizard.cpp.
diff --git a/doc/man/man3/tqmenubar.3qt b/doc/man/man3/tqmenubar.3qt
index 2d9efaf8..52ebfa96 100644
--- a/doc/man/man3/tqmenubar.3qt
+++ b/doc/man/man3/tqmenubar.3qt
@@ -58,16 +58,16 @@ Inherits TQFrame and TQMenuData.
.SS "Important Inherited Members"
.in +1c
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
.BI "int \fBinsertItem\fR ( const TQString & text, int id = -1, int index = -1 )"
@@ -275,7 +275,7 @@ This signal is emitted when a menu item is highlighted; \fIid\fR is the id of th
Normally, you will connect each menu item to a single slot using TQMenuData::insertItem(), but sometimes you will want to connect several items to a single slot (most often if the user selects from an array). This signal is useful in such cases.
.PP
See also activated() and TQMenuData::insertItem().
-.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
The family of insertItem() functions inserts menu items into a popup menu or a menu bar.
.PP
A menu item is usually either a text string or a pixmap, both with an optional icon or keyboard accelerator. For special cases it is also possible to insert custom items (see TQCustomMenuItem) or even widgets into popup menus.
@@ -334,7 +334,7 @@ See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntq
.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.
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, 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
Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -342,7 +342,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
-.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.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
Inserts a menu item with pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -352,7 +352,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), and connectItem().
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, 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
Inserts a menu item with icon \fIicon\fR, pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The icon will be displayed to the left of the pixmap in the item. The item is connected to the \fImember\fR slot in the \fIreceiver\fR object.
diff --git a/doc/man/man3/tqmenudata.3qt b/doc/man/man3/tqmenudata.3qt
index 31a55f17..f241407f 100644
--- a/doc/man/man3/tqmenudata.3qt
+++ b/doc/man/man3/tqmenudata.3qt
@@ -25,16 +25,16 @@ Inherited by TQMenuBar and TQPopupMenu.
.BI "uint \fBcount\fR () const"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
.BI "int \fBinsertItem\fR ( const TQString & text, int id = -1, int index = -1 )"
@@ -82,10 +82,10 @@ Inherited by TQMenuBar and TQPopupMenu.
.BI "void \fBclear\fR ()"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR ( int id ) const"
+.BI "TQKeySequence \fBaccel\fR ( int id ) const"
.br
.ti -1c
-.BI "void \fBsetAccel\fR ( const QKeySequence & key, int id )"
+.BI "void \fBsetAccel\fR ( const TQKeySequence & key, int id )"
.br
.ti -1c
.BI "TQIconSet * \fBiconSet\fR ( int id ) const"
@@ -214,7 +214,7 @@ See also TQAccel, TQPopupMenu, TQAction, and Miscellaneous Classes.
Constructs an empty menu data list.
.SH "TQMenuData::~TQMenuData ()\fC [virtual]\fR"
Removes all menu items and disconnects any signals that have been connected.
-.SH "QKeySequence TQMenuData::accel ( int id ) const"
+.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.
@@ -315,7 +315,7 @@ Returns the index of the menu item with identifier \fIid\fR, or -1 if there is n
See also idAt() and findItem().
.PP
Example: scrollview/scrollview.cpp.
-.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
The family of insertItem() functions inserts menu items into a popup menu or a menu bar.
.PP
A menu item is usually either a text string or a pixmap, both with an optional icon or keyboard accelerator. For special cases it is also possible to insert custom items (see TQCustomMenuItem) or even widgets into popup menus.
@@ -374,7 +374,7 @@ See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntq
.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.
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, 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
Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -382,7 +382,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
-.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.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
Inserts a menu item with pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -392,7 +392,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), and connectItem().
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, 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
Inserts a menu item with icon \fIicon\fR, pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The icon will be displayed to the left of the pixmap in the item. The item is connected to the \fImember\fR slot in the \fIreceiver\fR object.
@@ -584,7 +584,7 @@ Example: chart/chartform.cpp.
Removes the menu item at position \fIindex\fR.
.PP
See also removeItem() and clear().
-.SH "void TQMenuData::setAccel ( const QKeySequence & key, int id )"
+.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.
diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt
index 1c72fbd8..841426d7 100644
--- a/doc/man/man3/tqobject.3qt
+++ b/doc/man/man3/tqobject.3qt
@@ -553,7 +553,7 @@ Example:
.br
if ( e->type() == TQEvent::KeyPress ) {
.br
- QKeyEvent *k = (QKeyEvent*)ev;
+ TQKeyEvent *k = (TQKeyEvent*)ev;
.br
tqDebug( "Ate key press %d", k->key() );
.br
@@ -666,7 +666,7 @@ Here's a \fCKeyPressEater\fR class that eats the key presses of its monitored ob
.br
// special processing for key press
.br
- QKeyEvent *k = (QKeyEvent *)e;
+ TQKeyEvent *k = (TQKeyEvent *)e;
.br
tqDebug( "Ate key press %d", k->key() );
.br
diff --git a/doc/man/man3/tqobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt
index d6f4c525..91d620cd 100644
--- a/doc/man/man3/tqobjectcleanuphandler.3qt
+++ b/doc/man/man3/tqobjectcleanuphandler.3qt
@@ -43,7 +43,7 @@ Example:
.PP
.nf
.br
- class FactoryComponent : public FactoryInterface, public QLibraryInterface
+ class FactoryComponent : public FactoryInterface, public TQLibraryInterface
.br
{
.br
@@ -80,7 +80,7 @@ Example:
}
.br
.br
- // QLibraryInterface implementation
+ // TQLibraryInterface implementation
.br
bool FactoryComponent::init()
.br
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt
index b9451474..aeaf43a0 100644
--- a/doc/man/man3/tqpopupmenu.3qt
+++ b/doc/man/man3/tqpopupmenu.3qt
@@ -70,16 +70,16 @@ Inherits TQFrame and TQMenuData.
.SS "Important Inherited Members"
.in +1c
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
-.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.BI "int \fBinsertItem\fR ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
.br
.ti -1c
.BI "int \fBinsertItem\fR ( const TQString & text, int id = -1, int index = -1 )"
@@ -127,10 +127,10 @@ Inherits TQFrame and TQMenuData.
.BI "void \fBclear\fR ()"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR ( int id ) const"
+.BI "TQKeySequence \fBaccel\fR ( int id ) const"
.br
.ti -1c
-.BI "void \fBsetAccel\fR ( const QKeySequence & key, int id )"
+.BI "void \fBsetAccel\fR ( const TQKeySequence & key, int id )"
.br
.ti -1c
.BI "TQIconSet * \fBiconSet\fR ( int id ) const"
@@ -266,7 +266,7 @@ This signal is emitted just before the popup menu is displayed. You can connect
See also aboutToHide(), setItemEnabled(), setItemChecked(), insertItem(), and removeItem().
.PP
Example: mdi/application.cpp.
-.SH "QKeySequence TQMenuData::accel ( int id ) const"
+.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.
@@ -403,7 +403,7 @@ Example: scrollview/scrollview.cpp.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the id of the item at \fIpos\fR, or -1 if there is no item there or if it is a separator.
-.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQString & text, const TQObject * receiver, const char * member, const TQKeySequence & accel = 0, int id = -1, int index = -1 )"
The family of insertItem() functions inserts menu items into a popup menu or a menu bar.
.PP
A menu item is usually either a text string or a pixmap, both with an optional icon or keyboard accelerator. For special cases it is also possible to insert custom items (see TQCustomMenuItem) or even widgets into popup menus.
@@ -462,7 +462,7 @@ See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntq
.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.
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQString & text, 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
Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -470,7 +470,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h.
-.SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.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
Inserts a menu item with pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The menu item is connected it to the \fIreceiver\fR's \fImember\fR slot. The icon will be displayed to the left of the text in the item.
@@ -480,7 +480,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a
Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).
.PP
See also removeItem(), changeItem(), setAccel(), and connectItem().
-.SH "int TQMenuData::insertItem ( const TQIconSet & icon, const TQPixmap & pixmap, const TQObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )"
+.SH "int TQMenuData::insertItem ( const TQIconSet & icon, 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
Inserts a menu item with icon \fIicon\fR, pixmap \fIpixmap\fR, accelerator \fIaccel\fR, optional id \fIid\fR, and optional \fIindex\fR position. The icon will be displayed to the left of the pixmap in the item. The item is connected to the \fImember\fR slot in the \fIreceiver\fR object.
@@ -680,7 +680,7 @@ Example: chart/chartform.cpp.
Removes the menu item at position \fIindex\fR.
.PP
See also removeItem() and clear().
-.SH "void TQMenuData::setAccel ( const QKeySequence & key, int id )"
+.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.
diff --git a/doc/man/man3/tqpushbutton.3qt b/doc/man/man3/tqpushbutton.3qt
index 651b341e..57f495f9 100644
--- a/doc/man/man3/tqpushbutton.3qt
+++ b/doc/man/man3/tqpushbutton.3qt
@@ -88,10 +88,10 @@ Inherits TQButton.
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & )"
.br
.ti -1c
.BI "bool \fBisToggleButton\fR () const"
@@ -235,7 +235,7 @@ Note that you can also pass a TQPixmap object as an icon (thanks to the implicit
The \fIparent\fR and \fIname\fR arguments are sent to the TQWidget constructor.
.SH "TQPushButton::~TQPushButton ()"
Destroys the push button.
-.SH "QKeySequence TQButton::accel () const"
+.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "bool TQPushButton::autoDefault () const"
Returns TRUE if the push button is the auto default button; otherwise returns FALSE. See the "autoDefault" property for details.
@@ -291,7 +291,7 @@ Examples:
This signal is emitted when the button is released.
.PP
See also pressed(), clicked(), and toggled().
-.SH "void TQButton::setAccel ( const QKeySequence & )\fC [virtual]\fR"
+.SH "void TQButton::setAccel ( const TQKeySequence & )\fC [virtual]\fR"
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void TQPushButton::setAutoDefault ( bool autoDef )\fC [virtual]\fR"
Sets whether the push button is the auto default button to \fIautoDef\fR. See the "autoDefault" property for details.
@@ -347,7 +347,7 @@ See also clicked().
.PP
Example: listbox/listbox.cpp.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the accelerator associated with the button.
.PP
This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed.
diff --git a/doc/man/man3/tqradiobutton.3qt b/doc/man/man3/tqradiobutton.3qt
index bd0c806b..fed88c21 100644
--- a/doc/man/man3/tqradiobutton.3qt
+++ b/doc/man/man3/tqradiobutton.3qt
@@ -46,10 +46,10 @@ Inherits TQButton.
.BI "virtual void \fBsetPixmap\fR ( const TQPixmap & )"
.br
.ti -1c
-.BI "QKeySequence \fBaccel\fR () const"
+.BI "TQKeySequence \fBaccel\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetAccel\fR ( const QKeySequence & )"
+.BI "virtual void \fBsetAccel\fR ( const TQKeySequence & )"
.br
.ti -1c
.BI "bool \fBisToggleButton\fR () const"
@@ -134,7 +134,7 @@ The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructo
Constructs a radio button with the text \fItext\fR.
.PP
The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructor.
-.SH "QKeySequence TQButton::accel () const"
+.SH "TQKeySequence TQButton::accel () const"
Returns the accelerator associated with the button. See the "accel" property for details.
.SH "bool TQButton::autoRepeat () const"
Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. See the "autoRepeat" property for details.
@@ -178,7 +178,7 @@ Examples:
This signal is emitted when the button is released.
.PP
See also pressed(), clicked(), and toggled().
-.SH "void TQButton::setAccel ( const QKeySequence & )\fC [virtual]\fR"
+.SH "void TQButton::setAccel ( const TQKeySequence & )\fC [virtual]\fR"
Sets the accelerator associated with the button. See the "accel" property for details.
.SH "void TQButton::setAutoRepeat ( bool )\fC [virtual]\fR"
Sets whether autoRepeat is enabled. See the "autoRepeat" property for details.
@@ -213,7 +213,7 @@ See also clicked().
.PP
Example: listbox/listbox.cpp.
.SS "Property Documentation"
-.SH "QKeySequence accel"
+.SH "TQKeySequence accel"
This property holds the accelerator associated with the button.
.PP
This property is 0 if there is no accelerator set. If you set this property to 0 then any current accelerator is removed.
diff --git a/doc/man/man3/tqregexpvalidator.3qt b/doc/man/man3/tqregexpvalidator.3qt
index 0f081529..4f620be6 100644
--- a/doc/man/man3/tqregexpvalidator.3qt
+++ b/doc/man/man3/tqregexpvalidator.3qt
@@ -124,7 +124,7 @@ Below we present some examples of validators. In practice they would normally be
.br
.fi
.PP
-See also TQRegExp, QIntValidator, TQDoubleValidator, and Miscellaneous Classes.
+See also TQRegExp, TQIntValidator, TQDoubleValidator, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQRegExpValidator::TQRegExpValidator ( TQObject * parent, const char * name = 0 )"
Constructs a validator that accepts any string (including an empty one) as valid. The object's parent is \fIparent\fR and its name is \fIname\fR.
diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt
index fafdfd54..60183dec 100644
--- a/doc/man/man3/tqspinbox.3qt
+++ b/doc/man/man3/tqspinbox.3qt
@@ -361,7 +361,7 @@ Sets the special-value text to \fItext\fR. See the "specialValueText" property f
.SH "void TQSpinBox::setSuffix ( const TQString & text )\fC [virtual slot]\fR"
Sets the suffix of the spin box to \fItext\fR. See the "suffix" property for details.
.SH "void TQSpinBox::setValidator ( const TQValidator * v )\fC [virtual]\fR"
-Sets the validator to \fIv\fR. The validator controls what keyboard input is accepted when the user is editing in the value field. The default is to use a suitable QIntValidator.
+Sets the validator to \fIv\fR. The validator controls what keyboard input is accepted when the user is editing in the value field. The default is to use a suitable TQIntValidator.
.PP
Use setValidator(0) to turn off input validation (entered input will still be kept within the spin box's range).
.SH "void TQSpinBox::setValue ( int value )\fC [virtual slot]\fR"
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index fab9ffe6..ba78e14b 100644
--- a/doc/man/man3/tqt.3qt
+++ b/doc/man/man3/tqt.3qt
@@ -11,7 +11,7 @@ Qt \- Namespace for miscellaneous identifiers that need to be global-like
.SH SYNOPSIS
\fC#include <ntqnamespace.h>\fR
.PP
-Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, QKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.
+Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.
.PP
.SS "Public Members"
.in +1c
diff --git a/doc/man/man3/tqtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt
index b4d93f33..993be522 100644
--- a/doc/man/man3/tqtextbrowser.3qt
+++ b/doc/man/man3/tqtextbrowser.3qt
@@ -85,7 +85,7 @@ Inherits TQTextEdit.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )"
.br
.in -1c
.SH DESCRIPTION
@@ -153,7 +153,7 @@ Example: helpviewer/helpwindow.cpp.
Changes the document displayed to be the first document the browser displayed.
.PP
Example: helpviewer/helpwindow.cpp.
-.SH "void TQTextBrowser::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQTextBrowser::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
The event \fIe\fR is used to provide the following keyboard shortcuts: <center>.nf
.TS
l - l. Keypress Action Alt+Left Arrow backward() Alt+Right Arrow forward() Alt+Up Arrow
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt
index a40978d2..deaa68ba 100644
--- a/doc/man/man3/tqtextedit.3qt
+++ b/doc/man/man3/tqtextedit.3qt
@@ -495,7 +495,7 @@ Inherited by TQMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "void \fBrepaintChanged\fR ()"
.br
.ti -1c
-.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )"
.br
.ti -1c
.BI "virtual bool \fBfocusNextPrevChild\fR ( bool n )"
@@ -981,7 +981,7 @@ Returns TRUE if undo/redo is enabled; otherwise returns FALSE. See the "undoRedo
Returns TRUE if the current format is italic; otherwise returns FALSE.
.PP
See also setItalic().
-.SH "void TQTextEdit::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQTextEdit::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
Processes the key event, \fIe\fR. By default key events are used to provide keyboard navigation and text editing.
.PP
Reimplemented from TQWidget.
diff --git a/doc/man/man3/tqvalidator.3qt b/doc/man/man3/tqvalidator.3qt
index 3805d1be..10e2855a 100644
--- a/doc/man/man3/tqvalidator.3qt
+++ b/doc/man/man3/tqvalidator.3qt
@@ -13,7 +13,7 @@ TQValidator \- Validation of input text
.PP
Inherits TQObject.
.PP
-Inherited by QIntValidator, TQDoubleValidator, and TQRegExpValidator.
+Inherited by TQIntValidator, TQDoubleValidator, and TQRegExpValidator.
.PP
.SS "Public Members"
.in +1c
@@ -36,7 +36,7 @@ Inherited by QIntValidator, TQDoubleValidator, and TQRegExpValidator.
.SH DESCRIPTION
The TQValidator class provides validation of input text.
.PP
-The class itself is abstract. Two subclasses, QIntValidator and TQDoubleValidator, provide basic numeric-range checking, and TQRegExpValidator provides general checking using a custom regular expression.
+The class itself is abstract. Two subclasses, TQIntValidator and TQDoubleValidator, provide basic numeric-range checking, and TQRegExpValidator provides general checking using a custom regular expression.
.PP
If the built-in validators aren't sufficient, you can subclass TQValidator. The class has two virtual functions: validate() and fixup().
.PP
@@ -84,7 +84,7 @@ This pure virtual function returns Invalid if \fIinput\fR is invalid according t
.PP
The function can change \fIinput\fR and \fIpos\fR (the cursor position) if it wants to.
.PP
-Reimplemented in QIntValidator, TQDoubleValidator, and TQRegExpValidator.
+Reimplemented in TQIntValidator, TQDoubleValidator, and TQRegExpValidator.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqvalidator.html
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt
index 638616e4..339275a4 100644
--- a/doc/man/man3/tqvariant.3qt
+++ b/doc/man/man3/tqvariant.3qt
@@ -101,7 +101,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "\fBQVariant\fR ( const TQBitArray & val )"
.br
.ti -1c
-.BI "\fBQVariant\fR ( const QKeySequence & val )"
+.BI "\fBQVariant\fR ( const TQKeySequence & val )"
.br
.ti -1c
.BI "\fBQVariant\fR ( const TQPen & val )"
@@ -233,7 +233,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "const TQBitArray \fBtoBitArray\fR () const"
.br
.ti -1c
-.BI "const QKeySequence \fBtoKeySequence\fR () const"
+.BI "const TQKeySequence \fBtoKeySequence\fR () const"
.br
.ti -1c
.BI "const TQPen \fBtoPen\fR () const"
@@ -356,7 +356,7 @@ QVariant \- Acts like a union for the most common TQt data types
.BI "TQBitArray & \fBasBitArray\fR ()"
.br
.ti -1c
-.BI "QKeySequence & \fBasKeySequence\fR ()"
+.BI "TQKeySequence & \fBasKeySequence\fR ()"
.br
.ti -1c
.BI "TQPen & \fBasPen\fR ()"
@@ -506,7 +506,7 @@ This enum type defines the types of variable that a QVariant can contain.
.TP
\fCQVariant::Int\fR - an int
.TP
-\fCQVariant::KeySequence\fR - a QKeySequence
+\fCQVariant::KeySequence\fR - a TQKeySequence
.TP
\fCQVariant::List\fR - a TQValueList<QVariant>
.TP
@@ -614,7 +614,7 @@ Constructs a new variant with a date/time value, \fIval\fR.
Constructs a new variant with a bytearray value, \fIval\fR.
.SH "QVariant::QVariant ( const TQBitArray & val )"
Constructs a new variant with a bitarray value, \fIval\fR.
-.SH "QVariant::QVariant ( const QKeySequence & val )"
+.SH "QVariant::QVariant ( const TQKeySequence & val )"
Constructs a new variant with a key sequence value, \fIval\fR.
.SH "QVariant::QVariant ( const TQPen & val )"
Constructs a new variant with a pen value, \fIval\fR.
@@ -718,8 +718,8 @@ Returns a reference to the stored image.
See also toImage().
.SH "int & QVariant::asInt ()"
Returns the variant's value as int reference.
-.SH "QKeySequence & QVariant::asKeySequence ()"
-Tries to convert the variant to hold a QKeySequence value. If that is not possible then the variant is set to an empty key sequence.
+.SH "TQKeySequence & QVariant::asKeySequence ()"
+Tries to convert the variant to hold a TQKeySequence value. If that is not possible then the variant is set to an empty key sequence.
.PP
Returns a reference to the stored key sequence.
.PP
@@ -989,8 +989,8 @@ Returns the variant as an int if the variant can be cast to Int; otherwise retur
If \fIok\fR is non-null: \fI*ok\fR is set to TRUE if the value could be converted to an int; otherwise \fI*ok\fR is set to FALSE.
.PP
See also asInt() and canCast().
-.SH "const QKeySequence QVariant::toKeySequence () const"
-Returns the variant as a QKeySequence if the variant can be cast to a KeySequence; otherwise returns an empty key sequence.
+.SH "const TQKeySequence QVariant::toKeySequence () const"
+Returns the variant as a TQKeySequence if the variant can be cast to a KeySequence; otherwise returns an empty key sequence.
.PP
See also asKeySequence() and canCast().
.SH "const TQValueList<QVariant> QVariant::toList () const"
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index 34ffa8c7..4d2d3719 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -870,10 +870,10 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView,
.BI "virtual void \fBwheelEvent\fR ( QWheelEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBkeyReleaseEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyReleaseEvent\fR ( TQKeyEvent * e )"
.br
.ti -1c
.BI "virtual void \fBfocusInEvent\fR ( TQFocusEvent * )"
@@ -903,13 +903,13 @@ Inherited by TQButton, TQFrame, TQDialog, TQComboBox, TQDataBrowser, TQDataView,
.BI "virtual void \fBcontextMenuEvent\fR ( TQContextMenuEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBimStartEvent\fR ( QIMEvent * e )"
+.BI "virtual void \fBimStartEvent\fR ( TQIMEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBimComposeEvent\fR ( QIMEvent * e )"
+.BI "virtual void \fBimComposeEvent\fR ( TQIMEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBimEndEvent\fR ( QIMEvent * e )"
+.BI "virtual void \fBimEndEvent\fR ( TQIMEvent * e )"
.br
.ti -1c
.BI "virtual void \fBtabletEvent\fR ( TQTabletEvent * e )"
@@ -1540,24 +1540,24 @@ Returns the widget's icon. See the "icon" property for details.
Returns the widget's icon text. See the "iconText" property for details.
.SH "void TQWidget::iconify ()\fC [slot]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "void TQWidget::imComposeEvent ( QIMEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::imComposeEvent ( TQIMEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has entered some text using an Input Method.
.PP
-The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details.
+The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details.
.PP
-See also event() and QIMEvent.
-.SH "void TQWidget::imEndEvent ( QIMEvent * e )\fC [virtual protected]\fR"
+See also event() and TQIMEvent.
+.SH "void TQWidget::imEndEvent ( TQIMEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user has finished inputting text via an Input Method.
.PP
-The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details.
+The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details.
.PP
-See also event() and QIMEvent.
-.SH "void TQWidget::imStartEvent ( QIMEvent * e )\fC [virtual protected]\fR"
+See also event() and TQIMEvent.
+.SH "void TQWidget::imStartEvent ( TQIMEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive Input Method composition events. This handler is called when the user begins entering text using an Input Method.
.PP
-The default implementation calls e->ignore(), which rejects the Input Method event. See the QIMEvent documentation for more details.
+The default implementation calls e->ignore(), which rejects the Input Method event. See the TQIMEvent documentation for more details.
.PP
-See also event() and QIMEvent.
+See also event() and TQIMEvent.
.SH "bool TQWidget::isActiveWindow () const"
Returns TRUE if this widget is the active window; otherwise returns FALSE. See the "isActiveWindow" property for details.
.SH "bool TQWidget::isDesktop () const"
@@ -1616,7 +1616,7 @@ See also show(), hide(), and visible.
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
This function is deprecated. It is equivalent to isVisible()
-.SH "void TQWidget::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive key press events for the widget.
.PP
A widget must call setFocusPolicy() to accept focus initially and have focus in order to receive a key press event.
@@ -1625,12 +1625,12 @@ If you reimplement this handler, it is very important that you explicitly ignore
.PP
The default implementation closes popup widgets if the user presses \fBEsc\fR. Otherwise the event is ignored.
.PP
-See also keyReleaseEvent(), QKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and QKeyEvent.
+See also keyReleaseEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent.
.PP
Example: picture/picture.cpp.
.PP
Reimplemented in TQLineEdit and TQTextEdit.
-.SH "void TQWidget::keyReleaseEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQWidget::keyReleaseEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
This event handler, for event \fIe\fR, can be reimplemented in a subclass to receive key release events for the widget.
.PP
A widget must accept focus initially and have focus in order to receive a key release event.
@@ -1639,7 +1639,7 @@ If you reimplement this handler, it is very important that you ignore() the rele
.PP
The default implementation ignores the event.
.PP
-See also keyPressEvent(), QKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and QKeyEvent.
+See also keyPressEvent(), TQKeyEvent::ignore(), focusPolicy, focusInEvent(), focusOutEvent(), event(), and TQKeyEvent.
.SH "TQWidget * TQWidget::keyboardGrabber ()\fC [static]\fR"
Returns the widget that is currently grabbing the keyboard input.
.PP
@@ -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(), QKeyEvent, QMouseEvent, and enabledChange().
+See also isEnabledTo(), TQKeyEvent, QMouseEvent, 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"
@@ -2103,7 +2103,7 @@ Enables key event compression, if \fIcompress\fR is TRUE, and disables it if \fI
.PP
Key compression is off by default (except for TQLineEdit and TQTextEdit), so widgets receive one key press event for each key press (or more, since autorepeat is usually on). If you turn it on and your program doesn't keep up with key input, TQt may try to compress key events so that more than one character can be processed in each event.
.PP
-For example, a word processor widget might receive 2, 3 or more characters in each QKeyEvent::text(), if the layout recalculation takes too long for the CPU.
+For example, a word processor widget might receive 2, 3 or more characters in each TQKeyEvent::text(), if the layout recalculation takes too long for the CPU.
.PP
If a widget supports multiple character unicode input, it is always safe to turn the compression on.
.PP
@@ -2111,7 +2111,7 @@ Qt performs key event compression only for printable characters. Modifier keys,
.PP
Not all platforms support this compression, in which case turning it on will have no effect.
.PP
-See also QKeyEvent::text().
+See also TQKeyEvent::text().
.SH "void TQWidget::setMask ( const TQBitmap & bitmap )\fC [virtual]\fR"
Causes only the pixels of the widget for which \fIbitmap\fR has a corresponding 1 bit to be visible. Use TQt::color0 to draw transparent regions and TQt::color1 to draw opaque regions of the bitmap.
.PP
@@ -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(), QKeyEvent, QMouseEvent, and enabledChange().
+See also enabled, isEnabledTo(), TQKeyEvent, QMouseEvent, and enabledChange().
.PP
Set this property's value with setEnabled() and get this property's value with isEnabled().
.SH "bool focus"