diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/man | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man')
389 files changed, 679 insertions, 679 deletions
diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/qt20fix.1 index 352921be8..af27905a3 100644 --- a/doc/man/man1/qt20fix.1 +++ b/doc/man/man1/qt20fix.1 @@ -12,7 +12,7 @@ Qt 2.x is namespace\-clean, unlike 1.x. Qt now uses very few global identifiers. Identifiers like red, blue, LeftButton, AlignRight, Key_Up, Key_Down, NoBrush etc. are now part of a special class Qt (defined in -qnamespace.h), which is inherited by most Qt classes. +ntqnamespace.h), which is inherited by most Qt classes. Member functions of classes that inherit from QWidget, etc. are totally unaffected, but code that is not in functions of classes inherited from Qt, you must qualify diff --git a/doc/man/man3/qaccel.3qt b/doc/man/man3/qaccel.3qt index 9c5e23e5f..b887dae5d 100644 --- a/doc/man/man3/qaccel.3qt +++ b/doc/man/man3/qaccel.3qt @@ -9,7 +9,7 @@ .SH NAME QAccel \- Handles keyboard accelerator and shortcut keys .SH SYNOPSIS -\fC#include <qaccel.h>\fR +\fC#include <ntqaccel.h>\fR .PP Inherits QObject. .PP @@ -116,7 +116,7 @@ In most cases, you will not need to use this class directly. Use the QAction cla .PP A QAccel 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 qnamespace.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 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. .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 @@ -299,7 +299,7 @@ Returns the What's This help text for the specified item \fIid\fR or QString::nu See also setWhatsThis(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qaccel.html +.BR http://doc.trolltech.com/ntqaccel.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/qaccessible.3qt b/doc/man/man3/qaccessible.3qt index 089047575..48a2a380e 100644 --- a/doc/man/man3/qaccessible.3qt +++ b/doc/man/man3/qaccessible.3qt @@ -9,7 +9,7 @@ .SH NAME QAccessible \- Enums and static functions relating to accessibility .SH SYNOPSIS -\fC#include <qaccessible.h>\fR +\fC#include <ntqaccessible.h>\fR .PP Inherited by QAccessibleInterface. .PP @@ -374,7 +374,7 @@ the parameters of the call is expensive you can use isActive() to avoid unnecessary performance penalties if no client is listening. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qaccessible.html +.BR http://doc.trolltech.com/ntqaccessible.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/qaccessibleinterface.3qt b/doc/man/man3/qaccessibleinterface.3qt index 96ffe5aae..f80757f7e 100644 --- a/doc/man/man3/qaccessibleinterface.3qt +++ b/doc/man/man3/qaccessibleinterface.3qt @@ -9,7 +9,7 @@ .SH NAME QAccessibleInterface \- Defines an interface that exposes information about accessible objects .SH SYNOPSIS -\fC#include <qaccessible.h>\fR +\fC#include <ntqaccessible.h>\fR .PP Inherits QAccessible. .PP diff --git a/doc/man/man3/qaccessibleobject.3qt b/doc/man/man3/qaccessibleobject.3qt index 89eeeda1f..3d16f1755 100644 --- a/doc/man/man3/qaccessibleobject.3qt +++ b/doc/man/man3/qaccessibleobject.3qt @@ -9,7 +9,7 @@ .SH NAME QAccessibleObject \- Implements parts of the QAccessibleInterface for QObjects .SH SYNOPSIS -\fC#include <qaccessible.h>\fR +\fC#include <ntqaccessible.h>\fR .PP Inherits QObject and QAccessibleInterface. .PP diff --git a/doc/man/man3/qaction.3qt b/doc/man/man3/qaction.3qt index d907a6790..0b386e34b 100644 --- a/doc/man/man3/qaction.3qt +++ b/doc/man/man3/qaction.3qt @@ -9,7 +9,7 @@ .SH NAME QAction \- Abstract user interface action that can appear both in menus and tool bars .SH SYNOPSIS -\fC#include <qaction.h>\fR +\fC#include <ntqaction.h>\fR .PP Inherits QObject. .PP @@ -511,7 +511,7 @@ See also QWhatsThis. Set this property's value with setWhatsThis() and get this property's value with whatsThis(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qaction.html +.BR http://doc.trolltech.com/ntqaction.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/qactiongroup.3qt b/doc/man/man3/qactiongroup.3qt index 6570db3b5..f4db3f674 100644 --- a/doc/man/man3/qactiongroup.3qt +++ b/doc/man/man3/qactiongroup.3qt @@ -9,7 +9,7 @@ .SH NAME QActionGroup \- Groups actions together .SH SYNOPSIS -\fC#include <qaction.h>\fR +\fC#include <ntqaction.h>\fR .PP Inherits QAction. .PP diff --git a/doc/man/man3/qapplication.3qt b/doc/man/man3/qapplication.3qt index a62a6d9ee..d75fb46bc 100644 --- a/doc/man/man3/qapplication.3qt +++ b/doc/man/man3/qapplication.3qt @@ -9,7 +9,7 @@ .SH NAME QApplication \- Manages the GUI application's control flow and main settings .SH SYNOPSIS -\fC#include <qapplication.h>\fR +\fC#include <ntqapplication.h>\fR .PP Inherits QObject. .PP @@ -693,7 +693,7 @@ Example that updates all widgets: .br .fi .PP -The QWidgetList class is defined in the \fCqwidgetlist.h\fR header file. +The QWidgetList class is defined in the \fCntqwidgetlist.h\fR header file. .PP \fBWarning:\fR Delete the list as soon as you have finished using it. The widgets in the list may be deleted by someone else at any time. .PP @@ -739,9 +739,9 @@ Example: // showargs.cpp - displays program arguments in a list box .br .br - #include <qapplication.h> + #include <ntqapplication.h> .br - #include <qlistbox.h> + #include <ntqlistbox.h> .br .br int main( int argc, char **argv ) @@ -1666,7 +1666,7 @@ See also x11EventFilter(). .SH "void Q_ASSERT ( bool test )" Prints a warning message containing the source code file name and line number if \fItest\fR is FALSE. .PP -This is really a macro defined in qglobal.h. +This is really a macro defined in ntqglobal.h. .PP Q_ASSERT is useful for testing pre- and post-conditions. .PP @@ -1681,7 +1681,7 @@ Example: // .br .br - #include <qglobal.h> + #include <ntqglobal.h> .br .br int divide( int a, int b ) @@ -1708,7 +1708,7 @@ See also qWarning() and Debugging. .SH "void Q_CHECK_PTR ( void * p )" If \fIp\fR is 0, prints a warning message containing the source code file name and line number, saying that the program ran out of memory. .PP -This is really a macro defined in qglobal.h. +This is really a macro defined in ntqglobal.h. .PP Example: .PP @@ -1868,7 +1868,7 @@ Example: .PP .nf .br - #include <qapplication.h> + #include <ntqapplication.h> .br #include <stdio.h> .br @@ -1965,7 +1965,7 @@ Under X11, the text is printed to stderr. Under Windows, the text is sent to the See also qDebug(), qFatal(), qInstallMsgHandler(), and Debugging. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qapplication.html +.BR http://doc.trolltech.com/ntqapplication.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/qasciicache.3qt b/doc/man/man3/qasciicache.3qt index 489b650bd..fbfaa9163 100644 --- a/doc/man/man3/qasciicache.3qt +++ b/doc/man/man3/qasciicache.3qt @@ -9,7 +9,7 @@ .SH NAME QAsciiCache \- Template class that provides a cache based on char* keys .SH SYNOPSIS -\fC#include <qasciicache.h>\fR +\fC#include <ntqasciicache.h>\fR .PP Inherits QPtrCollection. .PP @@ -166,7 +166,7 @@ Returns the total cost of the items in the cache. This is an integer in the rang See also setMaxCost(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qasciicache.html +.BR http://doc.trolltech.com/ntqasciicache.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/qasciicacheiterator.3qt b/doc/man/man3/qasciicacheiterator.3qt index b8fe06c08..0e08186d9 100644 --- a/doc/man/man3/qasciicacheiterator.3qt +++ b/doc/man/man3/qasciicacheiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QAsciiCacheIterator \- Iterator for QAsciiCache collections .SH SYNOPSIS -\fC#include <qasciicache.h>\fR +\fC#include <ntqasciicache.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qasciidict.3qt b/doc/man/man3/qasciidict.3qt index 4f64e644c..53b21f3ff 100644 --- a/doc/man/man3/qasciidict.3qt +++ b/doc/man/man3/qasciidict.3qt @@ -9,7 +9,7 @@ .SH NAME QAsciiDict \- Template class that provides a dictionary based on char* keys .SH SYNOPSIS -\fC#include <qasciidict.h>\fR +\fC#include <ntqasciidict.h>\fR .PP Inherits QPtrCollection. .PP @@ -292,7 +292,7 @@ Writes a dictionary item to the stream \fIs\fR and returns a reference to the st See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qasciidict.html +.BR http://doc.trolltech.com/ntqasciidict.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/qasciidictiterator.3qt b/doc/man/man3/qasciidictiterator.3qt index 973f3a847..9b31c7ec0 100644 --- a/doc/man/man3/qasciidictiterator.3qt +++ b/doc/man/man3/qasciidictiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QAsciiDictIterator \- Iterator for QAsciiDict collections .SH SYNOPSIS -\fC#include <qasciidict.h>\fR +\fC#include <ntqasciidict.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qassistantclient.3qt b/doc/man/man3/qassistantclient.3qt index cc22b5295..87d20e918 100644 --- a/doc/man/man3/qassistantclient.3qt +++ b/doc/man/man3/qassistantclient.3qt @@ -9,7 +9,7 @@ .SH NAME QAssistantClient \- Means of using Qt Assistant as an application's help tool .SH SYNOPSIS -\fC#include <qassistantclient.h>\fR +\fC#include <ntqassistantclient.h>\fR .PP Inherits QObject. .PP @@ -118,7 +118,7 @@ This property holds whether Qt Assistant is open. Get this property's value with isOpen(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qassistantclient.html +.BR http://doc.trolltech.com/ntqassistantclient.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/qaxfactory.3qt b/doc/man/man3/qaxfactory.3qt index 01200478e..a1538b20d 100644 --- a/doc/man/man3/qaxfactory.3qt +++ b/doc/man/man3/qaxfactory.3qt @@ -105,7 +105,7 @@ Implement this factory once in your ActiveX server to provide information about .PP .nf .br - #include <qapplication.h> + #include <ntqapplication.h> .br #include <qaxfactory.h> .br diff --git a/doc/man/man3/qbig5codec.3qt b/doc/man/man3/qbig5codec.3qt index 5cb74ffb3..e9bec4293 100644 --- a/doc/man/man3/qbig5codec.3qt +++ b/doc/man/man3/qbig5codec.3qt @@ -9,7 +9,7 @@ .SH NAME QBig5Codec \- Conversion to and from the Big5 encoding .SH SYNOPSIS -\fC#include <qbig5codec.h>\fR +\fC#include <ntqbig5codec.h>\fR .PP Inherits QTextCodec. .PP @@ -37,7 +37,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRE See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbig5codec.html +.BR http://doc.trolltech.com/ntqbig5codec.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/qbig5hkscscodec.3qt b/doc/man/man3/qbig5hkscscodec.3qt index 49d233c75..f0369d772 100644 --- a/doc/man/man3/qbig5hkscscodec.3qt +++ b/doc/man/man3/qbig5hkscscodec.3qt @@ -9,7 +9,7 @@ .SH NAME QBig5hkscsCodec \- Conversion to and from the Big5-HKSCS encoding .SH SYNOPSIS -\fC#include <qbig5codec.h>\fR +\fC#include <ntqbig5codec.h>\fR .PP Inherits QTextCodec. .PP diff --git a/doc/man/man3/qbitarray.3qt b/doc/man/man3/qbitarray.3qt index 5b155f895..476b20158 100644 --- a/doc/man/man3/qbitarray.3qt +++ b/doc/man/man3/qbitarray.3qt @@ -11,7 +11,7 @@ QBitArray \- Array of bits .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qbitarray.h>\fR +\fC#include <ntqbitarray.h>\fR .PP Inherits QByteArray. .PP @@ -347,7 +347,7 @@ The result has the length of the longest of the two bit arrays, with any missing See also QBitArray::operator|=(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbitarray.html +.BR http://doc.trolltech.com/ntqbitarray.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/qbitmap.3qt b/doc/man/man3/qbitmap.3qt index 1fba78713..a4617a6cb 100644 --- a/doc/man/man3/qbitmap.3qt +++ b/doc/man/man3/qbitmap.3qt @@ -9,7 +9,7 @@ .SH NAME QBitmap \- Monochrome (1-bit depth) pixmaps .SH SYNOPSIS -\fC#include <qbitmap.h>\fR +\fC#include <ntqbitmap.h>\fR .PP Inherits QPixmap. .PP @@ -134,7 +134,7 @@ This function does exactly the same as QPixmap::xForm(), except that it returns See also QPixmap::xForm(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbitmap.html +.BR http://doc.trolltech.com/ntqbitmap.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/qbitval.3qt b/doc/man/man3/qbitval.3qt index 6f23a0f6a..2b6d90994 100644 --- a/doc/man/man3/qbitval.3qt +++ b/doc/man/man3/qbitval.3qt @@ -11,7 +11,7 @@ QBitVal \- Internal class, used with QBitArray .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qbitarray.h>\fR +\fC#include <ntqbitarray.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qboxlayout.3qt b/doc/man/man3/qboxlayout.3qt index 433b8de3a..c8d573242 100644 --- a/doc/man/man3/qboxlayout.3qt +++ b/doc/man/man3/qboxlayout.3qt @@ -9,7 +9,7 @@ .SH NAME QBoxLayout \- Lines up child widgets horizontally or vertically .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QLayout. .PP diff --git a/doc/man/man3/qbrush.3qt b/doc/man/man3/qbrush.3qt index 41f86376b..0f32c7204 100644 --- a/doc/man/man3/qbrush.3qt +++ b/doc/man/man3/qbrush.3qt @@ -9,7 +9,7 @@ .SH NAME QBrush \- Defines the fill pattern of shapes drawn by a QPainter .SH SYNOPSIS -\fC#include <qbrush.h>\fR +\fC#include <ntqbrush.h>\fR .PP Inherits Qt. .PP @@ -209,7 +209,7 @@ Reads the brush \fIb\fR from the stream \fIs\fR and returns a reference to the s See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbrush.html +.BR http://doc.trolltech.com/ntqbrush.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/qbuffer.3qt b/doc/man/man3/qbuffer.3qt index db2dc57ec..c696de242 100644 --- a/doc/man/man3/qbuffer.3qt +++ b/doc/man/man3/qbuffer.3qt @@ -11,7 +11,7 @@ QBuffer \- I/O device that operates on a QByteArray .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qbuffer.h>\fR +\fC#include <ntqbuffer.h>\fR .PP Inherits QIODevice. .PP @@ -61,7 +61,7 @@ Constructs an empty buffer. .SH "QBuffer::QBuffer ( QByteArray buf )" Constructs a buffer that operates on \fIbuf\fR. .PP -If you open the buffer in write mode (<a href="qfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified. +If you open the buffer in write mode (<a href="ntqfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified. .PP Example: .PP @@ -95,7 +95,7 @@ Replaces the buffer's contents with \fIbuf\fR and returns TRUE. .PP Does nothing (and returns FALSE) if isOpen() is TRUE. .PP -Note that if you open the buffer in write mode (<a href="qfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class. +Note that if you open the buffer in write mode (<a href="ntqfile.html#open">IO_WriteOnly</a> or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class. .PP See also buffer(), open(), and close(). .SH "Q_LONG QBuffer::writeBlock ( const char * p, Q_ULONG len )\fC [virtual]\fR" @@ -113,7 +113,7 @@ This convenience function is the same as calling \fCwriteBlock( data.data(), data.size() )\fR with \fIdata\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbuffer.html +.BR http://doc.trolltech.com/ntqbuffer.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/qbutton.3qt b/doc/man/man3/qbutton.3qt index 1c240fce2..28aacc098 100644 --- a/doc/man/man3/qbutton.3qt +++ b/doc/man/man3/qbutton.3qt @@ -9,7 +9,7 @@ .SH NAME QButton \- The abstract base class of button widgets, providing functionality common to buttons .SH SYNOPSIS -\fC#include <qbutton.h>\fR +\fC#include <ntqbutton.h>\fR .PP Inherits QWidget. .PP @@ -465,7 +465,7 @@ See also QButton::ToggleType. Get this property's value with toggleType(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbutton.html +.BR http://doc.trolltech.com/ntqbutton.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/qbuttongroup.3qt b/doc/man/man3/qbuttongroup.3qt index 5a988f987..e7dec6cbf 100644 --- a/doc/man/man3/qbuttongroup.3qt +++ b/doc/man/man3/qbuttongroup.3qt @@ -9,7 +9,7 @@ .SH NAME QButtonGroup \- Organizes QButton widgets in a group .SH SYNOPSIS -\fC#include <qbuttongroup.h>\fR +\fC#include <ntqbuttongroup.h>\fR .PP Inherits QGroupBox. .PP @@ -218,7 +218,7 @@ See also selected(). Set this property's value with setButton() and get this property's value with selectedId(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbuttongroup.html +.BR http://doc.trolltech.com/ntqbuttongroup.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/qbytearray.3qt b/doc/man/man3/qbytearray.3qt index dffb9d110..72b3b1e44 100644 --- a/doc/man/man3/qbytearray.3qt +++ b/doc/man/man3/qbytearray.3qt @@ -11,7 +11,7 @@ QByteArray \- Array of bytes .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qcstring.h>\fR +\fC#include <ntqcstring.h>\fR .PP Inherits QMemArray<char>. .PP diff --git a/doc/man/man3/qcache.3qt b/doc/man/man3/qcache.3qt index ddae36845..9b095088a 100644 --- a/doc/man/man3/qcache.3qt +++ b/doc/man/man3/qcache.3qt @@ -9,7 +9,7 @@ .SH NAME QCache \- Template class that provides a cache based on QString keys .SH SYNOPSIS -\fC#include <qcache.h>\fR +\fC#include <ntqcache.h>\fR .PP Inherits QPtrCollection. .PP @@ -190,7 +190,7 @@ Returns the total cost of the items in the cache. This is an integer in the rang See also setMaxCost(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcache.html +.BR http://doc.trolltech.com/ntqcache.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/qcacheiterator.3qt b/doc/man/man3/qcacheiterator.3qt index b305925f3..082394ed3 100644 --- a/doc/man/man3/qcacheiterator.3qt +++ b/doc/man/man3/qcacheiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QCacheIterator \- Iterator for QCache collections .SH SYNOPSIS -\fC#include <qcache.h>\fR +\fC#include <ntqcache.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qcanvas.3qt b/doc/man/man3/qcanvas.3qt index 4067e90b4..ca68eebcd 100644 --- a/doc/man/man3/qcanvas.3qt +++ b/doc/man/man3/qcanvas.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvas \- 2D area that can contain QCanvasItem objects .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QObject. .PP @@ -432,7 +432,7 @@ Returns the width of the canvas, in pixels. Example: canvas/canvas.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcanvas.html +.BR http://doc.trolltech.com/ntqcanvas.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/qcanvasellipse.3qt b/doc/man/man3/qcanvasellipse.3qt index 612595cef..d98a30690 100644 --- a/doc/man/man3/qcanvasellipse.3qt +++ b/doc/man/man3/qcanvasellipse.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasEllipse \- Ellipse or ellipse segment on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasPolygonalItem. .PP diff --git a/doc/man/man3/qcanvasitem.3qt b/doc/man/man3/qcanvasitem.3qt index 6c491e6e5..082fee942 100644 --- a/doc/man/man3/qcanvasitem.3qt +++ b/doc/man/man3/qcanvasitem.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasItem \- Abstract graphic object on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qcanvasitemlist.3qt b/doc/man/man3/qcanvasitemlist.3qt index f85566269..62f79fa36 100644 --- a/doc/man/man3/qcanvasitemlist.3qt +++ b/doc/man/man3/qcanvasitemlist.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasItemList \- List of QCanvasItems .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QValueList<QCanvasItem * >. .PP diff --git a/doc/man/man3/qcanvasline.3qt b/doc/man/man3/qcanvasline.3qt index 5397c8c10..0e33d42ad 100644 --- a/doc/man/man3/qcanvasline.3qt +++ b/doc/man/man3/qcanvasline.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasLine \- Line on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasPolygonalItem. .PP diff --git a/doc/man/man3/qcanvaspixmap.3qt b/doc/man/man3/qcanvaspixmap.3qt index 6bb557b1f..8d9ca364f 100644 --- a/doc/man/man3/qcanvaspixmap.3qt +++ b/doc/man/man3/qcanvaspixmap.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasPixmap \- Pixmaps for QCanvasSprites .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QPixmap. .PP diff --git a/doc/man/man3/qcanvaspixmaparray.3qt b/doc/man/man3/qcanvaspixmaparray.3qt index b389ee691..d14b485df 100644 --- a/doc/man/man3/qcanvaspixmaparray.3qt +++ b/doc/man/man3/qcanvaspixmaparray.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasPixmapArray \- Array of QCanvasPixmaps .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qcanvaspolygon.3qt b/doc/man/man3/qcanvaspolygon.3qt index 4acf7a44f..88bc51700 100644 --- a/doc/man/man3/qcanvaspolygon.3qt +++ b/doc/man/man3/qcanvaspolygon.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasPolygon \- Polygon on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasPolygonalItem. .PP diff --git a/doc/man/man3/qcanvaspolygonalitem.3qt b/doc/man/man3/qcanvaspolygonalitem.3qt index 8d4176283..6f4a191a2 100644 --- a/doc/man/man3/qcanvaspolygonalitem.3qt +++ b/doc/man/man3/qcanvaspolygonalitem.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasPolygonalItem \- Polygonal canvas item on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasItem. .PP diff --git a/doc/man/man3/qcanvasrectangle.3qt b/doc/man/man3/qcanvasrectangle.3qt index 4acbde6a9..dd37ab3f5 100644 --- a/doc/man/man3/qcanvasrectangle.3qt +++ b/doc/man/man3/qcanvasrectangle.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasRectangle \- Rectangle on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasPolygonalItem. .PP diff --git a/doc/man/man3/qcanvasspline.3qt b/doc/man/man3/qcanvasspline.3qt index 7f5f296cb..89f375a42 100644 --- a/doc/man/man3/qcanvasspline.3qt +++ b/doc/man/man3/qcanvasspline.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasSpline \- Multi-bezier splines on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasPolygon. .PP diff --git a/doc/man/man3/qcanvassprite.3qt b/doc/man/man3/qcanvassprite.3qt index d65d18038..ccfe5d51f 100644 --- a/doc/man/man3/qcanvassprite.3qt +++ b/doc/man/man3/qcanvassprite.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasSprite \- Animated canvas item on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasItem. .PP diff --git a/doc/man/man3/qcanvastext.3qt b/doc/man/man3/qcanvastext.3qt index b4506eb67..bfb835c9e 100644 --- a/doc/man/man3/qcanvastext.3qt +++ b/doc/man/man3/qcanvastext.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasText \- Text object on a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QCanvasItem. .PP diff --git a/doc/man/man3/qcanvasview.3qt b/doc/man/man3/qcanvasview.3qt index 709266399..bceebfec7 100644 --- a/doc/man/man3/qcanvasview.3qt +++ b/doc/man/man3/qcanvasview.3qt @@ -9,7 +9,7 @@ .SH NAME QCanvasView \- On-screen view of a QCanvas .SH SYNOPSIS -\fC#include <qcanvas.h>\fR +\fC#include <ntqcanvas.h>\fR .PP Inherits QScrollView. .PP diff --git a/doc/man/man3/qcdestyle.3qt b/doc/man/man3/qcdestyle.3qt index 9f5b92f8a..aa01be12d 100644 --- a/doc/man/man3/qcdestyle.3qt +++ b/doc/man/man3/qcdestyle.3qt @@ -9,7 +9,7 @@ .SH NAME QCDEStyle \- CDE look and feel .SH SYNOPSIS -\fC#include <qcdestyle.h>\fR +\fC#include <ntqcdestyle.h>\fR .PP Inherits QMotifStyle. .PP @@ -39,7 +39,7 @@ If \fIuseHighlightCols\fR is FALSE (the default), then the style will polish the Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcdestyle.html +.BR http://doc.trolltech.com/ntqcdestyle.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/qchar.3qt b/doc/man/man3/qchar.3qt index e21193596..779c8de12 100644 --- a/doc/man/man3/qchar.3qt +++ b/doc/man/man3/qchar.3qt @@ -11,7 +11,7 @@ QChar \- Lightweight Unicode character .SH SYNOPSIS Almost all the functions in this class are reentrant when Qt is built with thread support. The exception is \fBdecomposition\fR(). </p> .PP -\fC#include <qstring.h>\fR +\fC#include <ntqstring.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qcharref.3qt b/doc/man/man3/qcharref.3qt index 21bce76e6..d4942b426 100644 --- a/doc/man/man3/qcharref.3qt +++ b/doc/man/man3/qcharref.3qt @@ -11,7 +11,7 @@ QCharRef \- Helper class for QString .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qstring.h>\fR +\fC#include <ntqstring.h>\fR .PP .SH DESCRIPTION The QCharRef class is a helper class for QString. diff --git a/doc/man/man3/qcheckbox.3qt b/doc/man/man3/qcheckbox.3qt index 1114d28a9..d38f22e87 100644 --- a/doc/man/man3/qcheckbox.3qt +++ b/doc/man/man3/qcheckbox.3qt @@ -9,7 +9,7 @@ .SH NAME QCheckBox \- Checkbox with a text label .SH SYNOPSIS -\fC#include <qcheckbox.h>\fR +\fC#include <ntqcheckbox.h>\fR .PP Inherits QButton. .PP @@ -283,7 +283,7 @@ The default is two-state, i.e. tri-state is FALSE. Set this property's value with setTristate() and get this property's value with isTristate(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcheckbox.html +.BR http://doc.trolltech.com/ntqcheckbox.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/qchecklistitem.3qt b/doc/man/man3/qchecklistitem.3qt index af0973473..1b156e9d0 100644 --- a/doc/man/man3/qchecklistitem.3qt +++ b/doc/man/man3/qchecklistitem.3qt @@ -9,7 +9,7 @@ .SH NAME QCheckListItem \- Checkable list view items .SH SYNOPSIS -\fC#include <qlistview.h>\fR +\fC#include <ntqlistview.h>\fR .PP Inherits QListViewItem. .PP diff --git a/doc/man/man3/qchecktableitem.3qt b/doc/man/man3/qchecktableitem.3qt index be77b6ce9..0dc7b2b29 100644 --- a/doc/man/man3/qchecktableitem.3qt +++ b/doc/man/man3/qchecktableitem.3qt @@ -9,7 +9,7 @@ .SH NAME QCheckTableItem \- Checkboxes in QTables .SH SYNOPSIS -\fC#include <qtable.h>\fR +\fC#include <ntqtable.h>\fR .PP Inherits QTableItem. .PP diff --git a/doc/man/man3/qchildevent.3qt b/doc/man/man3/qchildevent.3qt index d362523d6..7026c26fb 100644 --- a/doc/man/man3/qchildevent.3qt +++ b/doc/man/man3/qchildevent.3qt @@ -9,7 +9,7 @@ .SH NAME QChildEvent \- Event parameters for child object events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qclipboard.3qt b/doc/man/man3/qclipboard.3qt index fb91a217a..0a157703e 100644 --- a/doc/man/man3/qclipboard.3qt +++ b/doc/man/man3/qclipboard.3qt @@ -9,7 +9,7 @@ .SH NAME QClipboard \- Access to the window system clipboard .SH SYNOPSIS -\fC#include <qclipboard.h>\fR +\fC#include <ntqclipboard.h>\fR .PP Inherits QObject. .PP @@ -332,7 +332,7 @@ returns TRUE, the mode argument is QClipboard::Selection, otherwise the mode argument is QClipboard::Clipboard. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qclipboard.html +.BR http://doc.trolltech.com/ntqclipboard.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/qcloseevent.3qt b/doc/man/man3/qcloseevent.3qt index 1032d13a3..2a3ed3297 100644 --- a/doc/man/man3/qcloseevent.3qt +++ b/doc/man/man3/qcloseevent.3qt @@ -9,7 +9,7 @@ .SH NAME QCloseEvent \- Parameters that describe a close event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qcolor.3qt b/doc/man/man3/qcolor.3qt index ff039730c..76793dd46 100644 --- a/doc/man/man3/qcolor.3qt +++ b/doc/man/man3/qcolor.3qt @@ -9,7 +9,7 @@ .SH NAME QColor \- Colors based on RGB or HSV values .SH SYNOPSIS -\fC#include <qcolor.h>\fR +\fC#include <ntqcolor.h>\fR .PP .SS "Public Members" .in +1c @@ -567,7 +567,7 @@ The return type QRgba is equivalent to \fCunsigned\fR \fCint\fR. See also qRgb(), qRed(), qGreen(), and qBlue(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcolor.html +.BR http://doc.trolltech.com/ntqcolor.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/qcolordialog.3qt b/doc/man/man3/qcolordialog.3qt index 7904f9842..fb27ff8d9 100644 --- a/doc/man/man3/qcolordialog.3qt +++ b/doc/man/man3/qcolordialog.3qt @@ -9,7 +9,7 @@ .SH NAME QColorDialog \- Dialog widget for specifying colors .SH SYNOPSIS -\fC#include <qcolordialog.h>\fR +\fC#include <ntqcolordialog.h>\fR .PP Inherits QDialog. .PP @@ -55,7 +55,7 @@ Sets custom color number \fIi\fR to the QRgb value \fIc\fR. Sets standard color number \fIi\fR to the QRgb value \fIc\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcolordialog.html +.BR http://doc.trolltech.com/ntqcolordialog.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/qcolordrag.3qt b/doc/man/man3/qcolordrag.3qt index bd5feb48e..9bc797b6e 100644 --- a/doc/man/man3/qcolordrag.3qt +++ b/doc/man/man3/qcolordrag.3qt @@ -9,7 +9,7 @@ .SH NAME QColorDrag \- Drag and drop object for transferring colors .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QStoredDrag. .PP diff --git a/doc/man/man3/qcolorgroup.3qt b/doc/man/man3/qcolorgroup.3qt index de2e82f85..10f8f0390 100644 --- a/doc/man/man3/qcolorgroup.3qt +++ b/doc/man/man3/qcolorgroup.3qt @@ -9,7 +9,7 @@ .SH NAME QColorGroup \- Group of widget colors .SH SYNOPSIS -\fC#include <qpalette.h>\fR +\fC#include <ntqpalette.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qcombobox.3qt b/doc/man/man3/qcombobox.3qt index 794ae8a59..cf337e56b 100644 --- a/doc/man/man3/qcombobox.3qt +++ b/doc/man/man3/qcombobox.3qt @@ -9,7 +9,7 @@ .SH NAME QComboBox \- Combined button and popup list .SH SYNOPSIS -\fC#include <qcombobox.h>\fR +\fC#include <ntqcombobox.h>\fR .PP Inherits QWidget. .PP @@ -578,7 +578,7 @@ This property is ignored for both Motif 1.x style and non-editable comboboxes in Set this property's value with setSizeLimit() and get this property's value with sizeLimit(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcombobox.html +.BR http://doc.trolltech.com/ntqcombobox.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/qcombotableitem.3qt b/doc/man/man3/qcombotableitem.3qt index 60c7b828c..285fef2ad 100644 --- a/doc/man/man3/qcombotableitem.3qt +++ b/doc/man/man3/qcombotableitem.3qt @@ -9,7 +9,7 @@ .SH NAME QComboTableItem \- Means of using comboboxes in QTables .SH SYNOPSIS -\fC#include <qtable.h>\fR +\fC#include <ntqtable.h>\fR .PP Inherits QTableItem. .PP diff --git a/doc/man/man3/qcommonstyle.3qt b/doc/man/man3/qcommonstyle.3qt index cd5a49e67..3ce8d7cbe 100644 --- a/doc/man/man3/qcommonstyle.3qt +++ b/doc/man/man3/qcommonstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QCommonStyle \- Encapsulates the common Look and Feel of a GUI .SH SYNOPSIS -\fC#include <qcommonstyle.h>\fR +\fC#include <ntqcommonstyle.h>\fR .PP Inherits QStyle. .PP @@ -34,7 +34,7 @@ See also Widget Appearance and Style. Constructs a QCommonStyle. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcommonstyle.html +.BR http://doc.trolltech.com/ntqcommonstyle.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/qconststring.3qt b/doc/man/man3/qconststring.3qt index 80d863b5f..8c8385552 100644 --- a/doc/man/man3/qconststring.3qt +++ b/doc/man/man3/qconststring.3qt @@ -11,7 +11,7 @@ QConstString \- String objects using constant Unicode data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qstring.h>\fR +\fC#include <ntqstring.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qcontextmenuevent.3qt b/doc/man/man3/qcontextmenuevent.3qt index a798984ed..fa87d1e04 100644 --- a/doc/man/man3/qcontextmenuevent.3qt +++ b/doc/man/man3/qcontextmenuevent.3qt @@ -9,7 +9,7 @@ .SH NAME QContextMenuEvent \- Parameters that describe a context menu event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qcstring.3qt b/doc/man/man3/qcstring.3qt index f170c9942..9e81755c6 100644 --- a/doc/man/man3/qcstring.3qt +++ b/doc/man/man3/qcstring.3qt @@ -11,7 +11,7 @@ QCString \- Abstraction of the classic C zero-terminated char array (char *) .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qcstring.h>\fR +\fC#include <ntqcstring.h>\fR .PP Inherits QByteArray. .PP @@ -1113,7 +1113,7 @@ Special case II: Returns a random nonzero value if \fIstr1\fR is 0 or \fIstr2\fR See also qstrcmp(), qstrncmp(), qstricmp(), and Note on character comparisons. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcstring.html +.BR http://doc.trolltech.com/ntqcstring.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/qcursor.3qt b/doc/man/man3/qcursor.3qt index eb083cc45..7fd5db969 100644 --- a/doc/man/man3/qcursor.3qt +++ b/doc/man/man3/qcursor.3qt @@ -9,7 +9,7 @@ .SH NAME QCursor \- Mouse cursor with an arbitrary shape .SH SYNOPSIS -\fC#include <qcursor.h>\fR +\fC#include <ntqcursor.h>\fR .PP Inherits Qt. .PP @@ -228,7 +228,7 @@ Reads a cursor from the stream \fIs\fR and sets \fIc\fR to the read data. See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcursor.html +.BR http://doc.trolltech.com/ntqcursor.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/qcustomevent.3qt b/doc/man/man3/qcustomevent.3qt index c1e63790b..a76cf9063 100644 --- a/doc/man/man3/qcustomevent.3qt +++ b/doc/man/man3/qcustomevent.3qt @@ -9,7 +9,7 @@ .SH NAME QCustomEvent \- Support for custom events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qcustommenuitem.3qt b/doc/man/man3/qcustommenuitem.3qt index 612808266..13e999827 100644 --- a/doc/man/man3/qcustommenuitem.3qt +++ b/doc/man/man3/qcustommenuitem.3qt @@ -9,7 +9,7 @@ .SH NAME QCustomMenuItem \- Abstract base class for custom menu items in popup menus .SH SYNOPSIS -\fC#include <qmenudata.h>\fR +\fC#include <ntqmenudata.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qdatabrowser.3qt b/doc/man/man3/qdatabrowser.3qt index 717535652..e5c22c2a8 100644 --- a/doc/man/man3/qdatabrowser.3qt +++ b/doc/man/man3/qdatabrowser.3qt @@ -9,7 +9,7 @@ .SH NAME QDataBrowser \- Data manipulation and navigation for data entry forms .SH SYNOPSIS -\fC#include <qdatabrowser.h>\fR +\fC#include <ntqdatabrowser.h>\fR .PP Inherits QWidget. .PP @@ -568,7 +568,7 @@ Note that if you want to iterate over the list, you should iterate over a copy, Set this property's value with setSort() and get this property's value with sort(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatabrowser.html +.BR http://doc.trolltech.com/ntqdatabrowser.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/qdatastream.3qt b/doc/man/man3/qdatastream.3qt index 8b8b7edd5..c2627a8b5 100644 --- a/doc/man/man3/qdatastream.3qt +++ b/doc/man/man3/qdatastream.3qt @@ -11,7 +11,7 @@ QDataStream \- Serialization of binary data to a QIODevice .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdatastream.h>\fR +\fC#include <ntqdatastream.h>\fR .PP .SS "Public Members" .in +1c @@ -538,7 +538,7 @@ Writes \fIlen\fR bytes from \fIs\fR to the stream and returns a reference to the See also writeBytes(), QIODevice::writeBlock(), and readRawBytes(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatastream.html +.BR http://doc.trolltech.com/ntqdatastream.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/qdatatable.3qt b/doc/man/man3/qdatatable.3qt index 270ef9306..0a493e673 100644 --- a/doc/man/man3/qdatatable.3qt +++ b/doc/man/man3/qdatatable.3qt @@ -9,7 +9,7 @@ .SH NAME QDataTable \- Flexible SQL table widget that supports browsing and editing .SH SYNOPSIS -\fC#include <qdatatable.h>\fR +\fC#include <ntqdatatable.h>\fR .PP Inherits QTable. .PP @@ -675,7 +675,7 @@ The trueText property will be used to represent NULL values in the table. The de Set this property's value with setTrueText() and get this property's value with trueText(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatatable.html +.BR http://doc.trolltech.com/ntqdatatable.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/qdataview.3qt b/doc/man/man3/qdataview.3qt index 6b21b21dd..bcd222f30 100644 --- a/doc/man/man3/qdataview.3qt +++ b/doc/man/man3/qdataview.3qt @@ -9,7 +9,7 @@ .SH NAME QDataView \- Read-only SQL forms .SH SYNOPSIS -\fC#include <qdataview.h>\fR +\fC#include <ntqdataview.h>\fR .PP Inherits QWidget. .PP @@ -104,7 +104,7 @@ Causes the default form to write its fields to the record buffer. If there is no See also setForm(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdataview.html +.BR http://doc.trolltech.com/ntqdataview.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/qdate.3qt b/doc/man/man3/qdate.3qt index 4e884c5bb..a76200068 100644 --- a/doc/man/man3/qdate.3qt +++ b/doc/man/man3/qdate.3qt @@ -11,7 +11,7 @@ QDate \- Date functions .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdatetime.h>\fR +\fC#include <ntqdatetime.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qdateedit.3qt b/doc/man/man3/qdateedit.3qt index 31ffcce7d..a83f15ae1 100644 --- a/doc/man/man3/qdateedit.3qt +++ b/doc/man/man3/qdateedit.3qt @@ -9,7 +9,7 @@ .SH NAME QDateEdit \- Date editor .SH SYNOPSIS -\fC#include <qdatetimeedit.h>\fR +\fC#include <ntqdatetimeedit.h>\fR .PP Inherits QDateTimeEditBase. .PP diff --git a/doc/man/man3/qdatetime.3qt b/doc/man/man3/qdatetime.3qt index e9e057b5e..abab91950 100644 --- a/doc/man/man3/qdatetime.3qt +++ b/doc/man/man3/qdatetime.3qt @@ -11,7 +11,7 @@ QDateTime \- Date and time functions .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdatetime.h>\fR +\fC#include <ntqdatetime.h>\fR .PP .SS "Public Members" .in +1c @@ -312,7 +312,7 @@ Reads a datetime from the stream \fIs\fR into \fIdt\fR. See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatetime.html +.BR http://doc.trolltech.com/ntqdatetime.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/qdatetimeedit.3qt b/doc/man/man3/qdatetimeedit.3qt index 6e0d3421f..6171a3229 100644 --- a/doc/man/man3/qdatetimeedit.3qt +++ b/doc/man/man3/qdatetimeedit.3qt @@ -9,7 +9,7 @@ .SH NAME QDateTimeEdit \- Combines a QDateEdit and QTimeEdit widget into a single widget for editing datetimes .SH SYNOPSIS -\fC#include <qdatetimeedit.h>\fR +\fC#include <ntqdatetimeedit.h>\fR .PP Inherits QWidget. .PP @@ -121,7 +121,7 @@ The datetime edit's datetime which may be an invalid datetime. Set this property's value with setDateTime() and get this property's value with dateTime(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdatetimeedit.html +.BR http://doc.trolltech.com/ntqdatetimeedit.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/qdatetimeeditbase.3qt b/doc/man/man3/qdatetimeeditbase.3qt index 8345b42db..46c2bfcaf 100644 --- a/doc/man/man3/qdatetimeeditbase.3qt +++ b/doc/man/man3/qdatetimeeditbase.3qt @@ -9,7 +9,7 @@ .SH NAME QDateTimeEditBase \- Abstraction for date and edit editors .SH SYNOPSIS -\fC#include <qdatetimeedit.h>\fR +\fC#include <ntqdatetimeedit.h>\fR .PP Inherits QWidget. .PP diff --git a/doc/man/man3/qdeepcopy.3qt b/doc/man/man3/qdeepcopy.3qt index 95b37cd34..0d6e163a5 100644 --- a/doc/man/man3/qdeepcopy.3qt +++ b/doc/man/man3/qdeepcopy.3qt @@ -11,7 +11,7 @@ QDeepCopy \- Template class which ensures that .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdeepcopy.h>\fR +\fC#include <ntqdeepcopy.h>\fR .PP .SS "Public Members" .in +1c @@ -165,7 +165,7 @@ Returns a deep copy of the encapsulated data. Assigns a deep copy of \fIt\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdeepcopy.html +.BR http://doc.trolltech.com/ntqdeepcopy.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/qdesktopwidget.3qt b/doc/man/man3/qdesktopwidget.3qt index f1927898d..7eafefd8a 100644 --- a/doc/man/man3/qdesktopwidget.3qt +++ b/doc/man/man3/qdesktopwidget.3qt @@ -9,7 +9,7 @@ .SH NAME QDesktopWidget \- Access to screen information on multi-head systems .SH SYNOPSIS -\fC#include <qdesktopwidget.h>\fR +\fC#include <ntqdesktopwidget.h>\fR .PP Inherits QWidget. .PP @@ -165,7 +165,7 @@ Returns the index of the screen that contains \fIpoint\fR, or -1 if no screen co See also primaryScreen(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdesktopwidget.html +.BR http://doc.trolltech.com/ntqdesktopwidget.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/qdial.3qt b/doc/man/man3/qdial.3qt index 16e0b7f40..c58e65382 100644 --- a/doc/man/man3/qdial.3qt +++ b/doc/man/man3/qdial.3qt @@ -9,7 +9,7 @@ .SH NAME QDial \- Rounded range control (like a speedometer or potentiometer) .SH SYNOPSIS -\fC#include <qdial.h>\fR +\fC#include <ntqdial.h>\fR .PP Inherits QWidget and QRangeControl. .PP @@ -340,7 +340,7 @@ This property's default is FALSE. Set this property's value with setWrapping() and get this property's value with wrapping(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdial.html +.BR http://doc.trolltech.com/ntqdial.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/qdialog.3qt b/doc/man/man3/qdialog.3qt index adaaa29d9..ae66f1c8b 100644 --- a/doc/man/man3/qdialog.3qt +++ b/doc/man/man3/qdialog.3qt @@ -9,7 +9,7 @@ .SH NAME QDialog \- The base class of dialog windows .SH SYNOPSIS -\fC#include <qdialog.h>\fR +\fC#include <ntqdialog.h>\fR .PP Inherits QWidget. .PP @@ -297,7 +297,7 @@ A QSizeGrip is placed in the bottom right corner of the dialog when this propert Set this property's value with setSizeGripEnabled() and get this property's value with isSizeGripEnabled(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdialog.html +.BR http://doc.trolltech.com/ntqdialog.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/qdict.3qt b/doc/man/man3/qdict.3qt index b0190e7db..57e8231bb 100644 --- a/doc/man/man3/qdict.3qt +++ b/doc/man/man3/qdict.3qt @@ -9,7 +9,7 @@ .SH NAME QDict \- Template class that provides a dictionary based on QString keys .SH SYNOPSIS -\fC#include <qdict.h>\fR +\fC#include <ntqdict.h>\fR .PP Inherits QPtrCollection. .PP @@ -349,7 +349,7 @@ Writes a dictionary item to the stream \fIs\fR and returns a reference to the st See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdict.html +.BR http://doc.trolltech.com/ntqdict.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/qdictiterator.3qt b/doc/man/man3/qdictiterator.3qt index a6296b22a..d4838ee9c 100644 --- a/doc/man/man3/qdictiterator.3qt +++ b/doc/man/man3/qdictiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QDictIterator \- Iterator for QDict collections .SH SYNOPSIS -\fC#include <qdict.h>\fR +\fC#include <ntqdict.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qdir.3qt b/doc/man/man3/qdir.3qt index 8e13ad2cc..bd8ccc31d 100644 --- a/doc/man/man3/qdir.3qt +++ b/doc/man/man3/qdir.3qt @@ -11,7 +11,7 @@ QDir \- Access to directory structures and their contents in a platform-independ .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdir.h>\fR +\fC#include <ntqdir.h>\fR .PP .SS "Public Members" .in +1c @@ -265,7 +265,7 @@ A program that lists all the files in the current directory (excluding symbolic .br #include <stdio.h> .br - #include <qdir.h> + #include <ntqdir.h> .br .br int main( int argc, char **argv ) @@ -782,7 +782,7 @@ Returns the value set by setSorting() See also setSorting() and SortSpec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdir.html +.BR http://doc.trolltech.com/ntqdir.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/qdns.3qt b/doc/man/man3/qdns.3qt index a26191a4e..55d7e9a4f 100644 --- a/doc/man/man3/qdns.3qt +++ b/doc/man/man3/qdns.3qt @@ -9,7 +9,7 @@ .SH NAME QDns \- Asynchronous DNS lookups .SH SYNOPSIS -\fC#include <qdns.h>\fR +\fC#include <ntqdns.h>\fR .PP Inherits QObject. .PP @@ -306,7 +306,7 @@ Note that if you want to iterate over the list, you should iterate over a copy, .fi .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdns.html +.BR http://doc.trolltech.com/ntqdns.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/qdockarea.3qt b/doc/man/man3/qdockarea.3qt index b3776d67b..23cf9ef5a 100644 --- a/doc/man/man3/qdockarea.3qt +++ b/doc/man/man3/qdockarea.3qt @@ -9,7 +9,7 @@ .SH NAME QDockArea \- Manages and lays out QDockWindows .SH SYNOPSIS -\fC#include <qdockarea.h>\fR +\fC#include <ntqdockarea.h>\fR .PP Inherits QWidget. .PP @@ -208,7 +208,7 @@ Reads the layout description of the dock windows in dock area \fIdockArea\fR fro See also operator<<(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdockarea.html +.BR http://doc.trolltech.com/ntqdockarea.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/qdockwindow.3qt b/doc/man/man3/qdockwindow.3qt index 013f260a9..cd0bc81cb 100644 --- a/doc/man/man3/qdockwindow.3qt +++ b/doc/man/man3/qdockwindow.3qt @@ -9,7 +9,7 @@ .SH NAME QDockWindow \- Widget which can be docked inside a QDockArea or floated as a top level window on the desktop .SH SYNOPSIS -\fC#include <qdockwindow.h>\fR +\fC#include <ntqdockwindow.h>\fR .PP Inherits QFrame. .PP @@ -445,7 +445,7 @@ Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper beh Set this property's value with setVerticallyStretchable() and get this property's value with isVerticallyStretchable(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdockwindow.html +.BR http://doc.trolltech.com/ntqdockwindow.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/qdomattr.3qt b/doc/man/man3/qdomattr.3qt index b28df8632..6962094ac 100644 --- a/doc/man/man3/qdomattr.3qt +++ b/doc/man/man3/qdomattr.3qt @@ -11,7 +11,7 @@ QDomAttr \- Represents one attribute of a QDomElement .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomcdatasection.3qt b/doc/man/man3/qdomcdatasection.3qt index 17e294aff..cd32e666a 100644 --- a/doc/man/man3/qdomcdatasection.3qt +++ b/doc/man/man3/qdomcdatasection.3qt @@ -11,7 +11,7 @@ QDomCDATASection \- Represents an XML CDATA section .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomText. .PP diff --git a/doc/man/man3/qdomcharacterdata.3qt b/doc/man/man3/qdomcharacterdata.3qt index d0c364ecb..dddc5fec0 100644 --- a/doc/man/man3/qdomcharacterdata.3qt +++ b/doc/man/man3/qdomcharacterdata.3qt @@ -11,7 +11,7 @@ QDomCharacterData \- Represents a generic string in the DOM .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomcomment.3qt b/doc/man/man3/qdomcomment.3qt index 55e6c11e5..985bb8ab6 100644 --- a/doc/man/man3/qdomcomment.3qt +++ b/doc/man/man3/qdomcomment.3qt @@ -11,7 +11,7 @@ QDomComment \- Represents an XML comment .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomCharacterData. .PP diff --git a/doc/man/man3/qdomdocument.3qt b/doc/man/man3/qdomdocument.3qt index 5651e0402..568bd4a53 100644 --- a/doc/man/man3/qdomdocument.3qt +++ b/doc/man/man3/qdomdocument.3qt @@ -11,7 +11,7 @@ QDomDocument \- Represents an XML document .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomdocumentfragment.3qt b/doc/man/man3/qdomdocumentfragment.3qt index a33d421f4..e750fe214 100644 --- a/doc/man/man3/qdomdocumentfragment.3qt +++ b/doc/man/man3/qdomdocumentfragment.3qt @@ -11,7 +11,7 @@ QDomDocumentFragment \- Tree of QDomNodes which is not usually a complete QDomDo .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomdocumenttype.3qt b/doc/man/man3/qdomdocumenttype.3qt index f9e59f7e6..e8da36622 100644 --- a/doc/man/man3/qdomdocumenttype.3qt +++ b/doc/man/man3/qdomdocumenttype.3qt @@ -11,7 +11,7 @@ QDomDocumentType \- The representation of the DTD in the document tree .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomelement.3qt b/doc/man/man3/qdomelement.3qt index a6d546dae..e28f4666f 100644 --- a/doc/man/man3/qdomelement.3qt +++ b/doc/man/man3/qdomelement.3qt @@ -11,7 +11,7 @@ QDomElement \- Represents one element in the DOM tree .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomentity.3qt b/doc/man/man3/qdomentity.3qt index 95e28c0b0..6812de461 100644 --- a/doc/man/man3/qdomentity.3qt +++ b/doc/man/man3/qdomentity.3qt @@ -11,7 +11,7 @@ QDomEntity \- Represents an XML entity .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomentityreference.3qt b/doc/man/man3/qdomentityreference.3qt index 04c5c29af..5c04dac81 100644 --- a/doc/man/man3/qdomentityreference.3qt +++ b/doc/man/man3/qdomentityreference.3qt @@ -11,7 +11,7 @@ QDomEntityReference \- Represents an XML entity reference .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomimplementation.3qt b/doc/man/man3/qdomimplementation.3qt index 7bde7e1ad..d00a2c43e 100644 --- a/doc/man/man3/qdomimplementation.3qt +++ b/doc/man/man3/qdomimplementation.3qt @@ -11,7 +11,7 @@ QDomImplementation \- Information about the features of the DOM implementation .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qdomnamednodemap.3qt b/doc/man/man3/qdomnamednodemap.3qt index b064f98d3..fb0aa17eb 100644 --- a/doc/man/man3/qdomnamednodemap.3qt +++ b/doc/man/man3/qdomnamednodemap.3qt @@ -11,7 +11,7 @@ QDomNamedNodeMap \- Collection of nodes that can be accessed by name .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qdomnode.3qt b/doc/man/man3/qdomnode.3qt index f439aefad..a4695a384 100644 --- a/doc/man/man3/qdomnode.3qt +++ b/doc/man/man3/qdomnode.3qt @@ -11,7 +11,7 @@ QDomNode \- The base class for all the nodes in a DOM tree .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherited by QDomDocumentType, QDomDocument, QDomDocumentFragment, QDomCharacterData, QDomAttr, QDomElement, QDomNotation, QDomEntity, QDomEntityReference, and QDomProcessingInstruction. .PP diff --git a/doc/man/man3/qdomnodelist.3qt b/doc/man/man3/qdomnodelist.3qt index bb7879355..d06ef1045 100644 --- a/doc/man/man3/qdomnodelist.3qt +++ b/doc/man/man3/qdomnodelist.3qt @@ -11,7 +11,7 @@ QDomNodeList \- List of QDomNode objects .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qdomnotation.3qt b/doc/man/man3/qdomnotation.3qt index 24c56e95d..503ddb635 100644 --- a/doc/man/man3/qdomnotation.3qt +++ b/doc/man/man3/qdomnotation.3qt @@ -11,7 +11,7 @@ QDomNotation \- Represents an XML notation .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomprocessinginstruction.3qt b/doc/man/man3/qdomprocessinginstruction.3qt index ea05a4b03..21c8eb4d5 100644 --- a/doc/man/man3/qdomprocessinginstruction.3qt +++ b/doc/man/man3/qdomprocessinginstruction.3qt @@ -11,7 +11,7 @@ QDomProcessingInstruction \- Represents an XML processing instruction .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomNode. .PP diff --git a/doc/man/man3/qdomtext.3qt b/doc/man/man3/qdomtext.3qt index 8093d2c51..ffc3ba687 100644 --- a/doc/man/man3/qdomtext.3qt +++ b/doc/man/man3/qdomtext.3qt @@ -11,7 +11,7 @@ QDomText \- Represents text data in the parsed XML document .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdom.h>\fR +\fC#include <ntqdom.h>\fR .PP Inherits QDomCharacterData. .PP diff --git a/doc/man/man3/qdoublevalidator.3qt b/doc/man/man3/qdoublevalidator.3qt index e5ee5f85e..16c8e734d 100644 --- a/doc/man/man3/qdoublevalidator.3qt +++ b/doc/man/man3/qdoublevalidator.3qt @@ -9,7 +9,7 @@ .SH NAME QDoubleValidator \- Range checking of floating-point numbers .SH SYNOPSIS -\fC#include <qvalidator.h>\fR +\fC#include <ntqvalidator.h>\fR .PP Inherits QValidator. .PP diff --git a/doc/man/man3/qdragenterevent.3qt b/doc/man/man3/qdragenterevent.3qt index 52541f5ca..def1a8571 100644 --- a/doc/man/man3/qdragenterevent.3qt +++ b/doc/man/man3/qdragenterevent.3qt @@ -9,7 +9,7 @@ .SH NAME QDragEnterEvent \- Event which is sent to the widget when a drag and drop first drags onto the widget .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QDragMoveEvent. .PP diff --git a/doc/man/man3/qdragleaveevent.3qt b/doc/man/man3/qdragleaveevent.3qt index d5d46ac56..6a4b5570c 100644 --- a/doc/man/man3/qdragleaveevent.3qt +++ b/doc/man/man3/qdragleaveevent.3qt @@ -9,7 +9,7 @@ .SH NAME QDragLeaveEvent \- Event which is sent to the widget when a drag and drop leaves the widget .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qdragmoveevent.3qt b/doc/man/man3/qdragmoveevent.3qt index b87ab3b1b..7e381efd9 100644 --- a/doc/man/man3/qdragmoveevent.3qt +++ b/doc/man/man3/qdragmoveevent.3qt @@ -9,7 +9,7 @@ .SH NAME QDragMoveEvent \- Event which is sent while a drag and drop is in progress .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QDropEvent. .PP diff --git a/doc/man/man3/qdragobject.3qt b/doc/man/man3/qdragobject.3qt index 449f67a65..d2fd24830 100644 --- a/doc/man/man3/qdragobject.3qt +++ b/doc/man/man3/qdragobject.3qt @@ -9,7 +9,7 @@ .SH NAME QDragObject \- Encapsulates MIME-based data transfer .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QObject and QMimeSource. .PP @@ -157,7 +157,7 @@ This can be useful for detecting the case where drag and drop is to and from the same widget. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdragobject.html +.BR http://doc.trolltech.com/ntqdragobject.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/qdropevent.3qt b/doc/man/man3/qdropevent.3qt index 0d05bab74..85ac8fbd4 100644 --- a/doc/man/man3/qdropevent.3qt +++ b/doc/man/man3/qdropevent.3qt @@ -9,7 +9,7 @@ .SH NAME QDropEvent \- Event which is sent when a drag and drop is completed .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent and QMimeSource. .PP diff --git a/doc/man/man3/qeditorfactory.3qt b/doc/man/man3/qeditorfactory.3qt index 8f815586c..c67e49aa1 100644 --- a/doc/man/man3/qeditorfactory.3qt +++ b/doc/man/man3/qeditorfactory.3qt @@ -9,7 +9,7 @@ .SH NAME QEditorFactory \- Used to create editor widgets for QVariant data types .SH SYNOPSIS -\fC#include <qeditorfactory.h>\fR +\fC#include <ntqeditorfactory.h>\fR .PP Inherits QObject. .PP @@ -60,7 +60,7 @@ Replaces the default editor factory with \fIfactory\fR. \fIQEditorFactory takes ownership of factory, and destroys it when it is no longer needed.\fR .SH "SEE ALSO" -.BR http://doc.trolltech.com/qeditorfactory.html +.BR http://doc.trolltech.com/ntqeditorfactory.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/qerrormessage.3qt b/doc/man/man3/qerrormessage.3qt index 662486c9b..182926dd9 100644 --- a/doc/man/man3/qerrormessage.3qt +++ b/doc/man/man3/qerrormessage.3qt @@ -9,7 +9,7 @@ .SH NAME QErrorMessage \- Error message display dialog .SH SYNOPSIS -\fC#include <qerrormessage.h>\fR +\fC#include <ntqerrormessage.h>\fR .PP Inherits QDialog. .PP @@ -69,7 +69,7 @@ default Qt messages. This function creates such an object, if there isn't one already. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qerrormessage.html +.BR http://doc.trolltech.com/ntqerrormessage.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/qeucjpcodec.3qt b/doc/man/man3/qeucjpcodec.3qt index 2ed5f6a50..47eddd336 100644 --- a/doc/man/man3/qeucjpcodec.3qt +++ b/doc/man/man3/qeucjpcodec.3qt @@ -11,7 +11,7 @@ QEucJpCodec \- Conversion to and from EUC-JP character sets .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qeucjpcodec.h>\fR +\fC#include <ntqeucjpcodec.h>\fR .PP Inherits QTextCodec. .PP @@ -65,7 +65,7 @@ Returns the codec's mime name. Reimplemented from QTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qeucjpcodec.html +.BR http://doc.trolltech.com/ntqeucjpcodec.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/qeuckrcodec.3qt b/doc/man/man3/qeuckrcodec.3qt index 61cf9a6cc..fdc2ee933 100644 --- a/doc/man/man3/qeuckrcodec.3qt +++ b/doc/man/man3/qeuckrcodec.3qt @@ -11,7 +11,7 @@ QEucKrCodec \- Conversion to and from EUC-KR character sets .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qeuckrcodec.h>\fR +\fC#include <ntqeuckrcodec.h>\fR .PP Inherits QTextCodec. .PP @@ -46,7 +46,7 @@ Returns the codec's mime name. Reimplemented from QTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qeuckrcodec.html +.BR http://doc.trolltech.com/ntqeuckrcodec.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/qevent.3qt b/doc/man/man3/qevent.3qt index 309385848..3e67b4fc0 100644 --- a/doc/man/man3/qevent.3qt +++ b/doc/man/man3/qevent.3qt @@ -9,7 +9,7 @@ .SH NAME QEvent \- The base class of all event classes. Event objects contain event parameters .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits Qt. .PP @@ -213,7 +213,7 @@ Returns TRUE if the event originated outside the application, i.e. it is a syste Returns the event type. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qevent.html +.BR http://doc.trolltech.com/ntqevent.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/qeventloop.3qt b/doc/man/man3/qeventloop.3qt index cf7a0fee4..3238e613b 100644 --- a/doc/man/man3/qeventloop.3qt +++ b/doc/man/man3/qeventloop.3qt @@ -9,7 +9,7 @@ .SH NAME QEventLoop \- Manages the event queue .SH SYNOPSIS -\fC#include <qeventloop.h>\fR +\fC#include <ntqeventloop.h>\fR .PP Inherits QObject. .PP @@ -215,7 +215,7 @@ Wakes up the event loop. See also awake(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qeventloop.html +.BR http://doc.trolltech.com/ntqeventloop.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/qfile.3qt b/doc/man/man3/qfile.3qt index 825b8c942..c47a8fde5 100644 --- a/doc/man/man3/qfile.3qt +++ b/doc/man/man3/qfile.3qt @@ -11,7 +11,7 @@ QFile \- I/O device that operates on files .SH SYNOPSIS Almost all the functions in this class are reentrant when Qt is built with thread support. The exceptions are \fBsetEncodingFunction\fR(), \fBsetDecodingFunction\fR(), and \fBsetErrorString\fR(). </p> .PP -\fC#include <qfile.h>\fR +\fC#include <ntqfile.h>\fR .PP Inherits QIODevice. .PP @@ -501,7 +501,7 @@ See also getch() and putch(). Reimplemented from QIODevice. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfile.html +.BR http://doc.trolltech.com/ntqfile.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/qfiledialog.3qt b/doc/man/man3/qfiledialog.3qt index f4683ed20..becd98640 100644 --- a/doc/man/man3/qfiledialog.3qt +++ b/doc/man/man3/qfiledialog.3qt @@ -9,7 +9,7 @@ .SH NAME QFileDialog \- Dialogs that allow users to select files or directories .SH SYNOPSIS -\fC#include <qfiledialog.h>\fR +\fC#include <ntqfiledialog.h>\fR .PP Inherits QDialog. .PP @@ -1000,7 +1000,7 @@ See QFileDialog::ViewMode Set this property's value with setViewMode() and get this property's value with viewMode(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfiledialog.html +.BR http://doc.trolltech.com/ntqfiledialog.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/qfileiconprovider.3qt b/doc/man/man3/qfileiconprovider.3qt index b4999f179..d7d088c97 100644 --- a/doc/man/man3/qfileiconprovider.3qt +++ b/doc/man/man3/qfileiconprovider.3qt @@ -9,7 +9,7 @@ .SH NAME QFileIconProvider \- Icons for QFileDialog to use .SH SYNOPSIS -\fC#include <qfiledialog.h>\fR +\fC#include <ntqfiledialog.h>\fR .PP Inherits QObject. .PP diff --git a/doc/man/man3/qfileinfo.3qt b/doc/man/man3/qfileinfo.3qt index ddad3bfb3..8fc19e0d5 100644 --- a/doc/man/man3/qfileinfo.3qt +++ b/doc/man/man3/qfileinfo.3qt @@ -11,7 +11,7 @@ QFileInfo \- System-independent file information .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qfileinfo.h>\fR +\fC#include <ntqfileinfo.h>\fR .PP .SS "Public Members" .in +1c @@ -512,7 +512,7 @@ Returns the file size in bytes, or 0 if the file does not exist or if the size i Example: qdir/qdir.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfileinfo.html +.BR http://doc.trolltech.com/ntqfileinfo.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/qfilepreview.3qt b/doc/man/man3/qfilepreview.3qt index b8176f4fe..718ca3bd9 100644 --- a/doc/man/man3/qfilepreview.3qt +++ b/doc/man/man3/qfilepreview.3qt @@ -9,7 +9,7 @@ .SH NAME QFilePreview \- File previewing in QFileDialog .SH SYNOPSIS -\fC#include <qfiledialog.h>\fR +\fC#include <ntqfiledialog.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qfocusdata.3qt b/doc/man/man3/qfocusdata.3qt index f0066c1f7..b26bf3d7d 100644 --- a/doc/man/man3/qfocusdata.3qt +++ b/doc/man/man3/qfocusdata.3qt @@ -9,7 +9,7 @@ .SH NAME QFocusData \- Maintains the list of widgets in the focus chain .SH SYNOPSIS -\fC#include <qfocusdata.h>\fR +\fC#include <ntqfocusdata.h>\fR .PP .SS "Public Members" .in +1c @@ -67,7 +67,7 @@ Moves the cursor to the previous widget in the focus chain. There is \fIalways\fR a previous widget because the list is a loop. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfocusdata.html +.BR http://doc.trolltech.com/ntqfocusdata.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/qfocusevent.3qt b/doc/man/man3/qfocusevent.3qt index ee0d1e865..f79b43273 100644 --- a/doc/man/man3/qfocusevent.3qt +++ b/doc/man/man3/qfocusevent.3qt @@ -9,7 +9,7 @@ .SH NAME QFocusEvent \- Event parameters for widget focus events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qfont.3qt b/doc/man/man3/qfont.3qt index ce1bfac7a..8508ea124 100644 --- a/doc/man/man3/qfont.3qt +++ b/doc/man/man3/qfont.3qt @@ -9,7 +9,7 @@ .SH NAME QFont \- Font used for drawing text .SH SYNOPSIS -\fC#include <qfont.h>\fR +\fC#include <ntqfont.h>\fR .PP .SS "Public Members" .in +1c @@ -881,7 +881,7 @@ Reads the font \fIfont\fR from the data stream \fIs\fR. (fromString() reads from See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfont.html +.BR http://doc.trolltech.com/ntqfont.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/qfontdatabase.3qt b/doc/man/man3/qfontdatabase.3qt index e1ae740dc..a13caf4b4 100644 --- a/doc/man/man3/qfontdatabase.3qt +++ b/doc/man/man3/qfontdatabase.3qt @@ -9,7 +9,7 @@ .SH NAME QFontDatabase \- Information about the fonts available in the underlying window system .SH SYNOPSIS -\fC#include <qfontdatabase.h>\fR +\fC#include <ntqfontdatabase.h>\fR .PP .SS "Public Members" .in +1c @@ -126,9 +126,9 @@ Example: .PP .nf .br -#include <qapplication.h> +#include <ntqapplication.h> .br -#include <qfontdatabase.h> +#include <ntqfontdatabase.h> .br #include <else.h> .br @@ -278,7 +278,7 @@ See also italic() and bold(). .PP .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfontdatabase.html +.BR http://doc.trolltech.com/ntqfontdatabase.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/qfontdialog.3qt b/doc/man/man3/qfontdialog.3qt index d2dfd1dfe..a824600c2 100644 --- a/doc/man/man3/qfontdialog.3qt +++ b/doc/man/man3/qfontdialog.3qt @@ -9,7 +9,7 @@ .SH NAME QFontDialog \- Dialog widget for selecting a font .SH SYNOPSIS -\fC#include <qfontdialog.h>\fR +\fC#include <ntqfontdialog.h>\fR .PP Inherits QDialog. .PP @@ -138,7 +138,7 @@ Example: .PP .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfontdialog.html +.BR http://doc.trolltech.com/ntqfontdialog.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/qfontinfo.3qt b/doc/man/man3/qfontinfo.3qt index a782eb138..b1abcab83 100644 --- a/doc/man/man3/qfontinfo.3qt +++ b/doc/man/man3/qfontinfo.3qt @@ -9,7 +9,7 @@ .SH NAME QFontInfo \- General information about fonts .SH SYNOPSIS -\fC#include <qfontinfo.h>\fR +\fC#include <ntqfontinfo.h>\fR .PP .SS "Public Members" .in +1c @@ -150,7 +150,7 @@ Returns the weight of the matched window system font. See also QFont::weight() and bold(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfontinfo.html +.BR http://doc.trolltech.com/ntqfontinfo.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/qfontmetrics.3qt b/doc/man/man3/qfontmetrics.3qt index 9c011c6cd..90ad7cbc9 100644 --- a/doc/man/man3/qfontmetrics.3qt +++ b/doc/man/man3/qfontmetrics.3qt @@ -9,7 +9,7 @@ .SH NAME QFontMetrics \- Font metrics information .SH SYNOPSIS -\fC#include <qfontmetrics.h>\fR +\fC#include <ntqfontmetrics.h>\fR .PP .SS "Public Members" .in +1c @@ -219,7 +219,7 @@ Horizontal alignment defaults to \fCAlignAuto\fR and vertical alignment defaults .PP If several of the horizontal or several of the vertical alignment flags are set, the resulting alignment is undefined. .PP -These flags are defined in qnamespace.h. +These flags are defined in ntqnamespace.h. .PP If \fCExpandTabs\fR is set in \fIflgs\fR, then: if \fItabarray\fR is non-null, it specifies a 0-terminated sequence of pixel-positions for tabs; otherwise if \fItabstops\fR is non-zero, it is used as the tab spacing (in pixels). .PP @@ -346,7 +346,7 @@ The \fIflgs\fR argument is the bitwise OR of the following flags: .TP \fCWordBreak\fR breaks the text to fit the rectangle. .PP -These flags are defined in qnamespace.h. +These flags are defined in ntqnamespace.h. .PP If \fCExpandTabs\fR is set in \fIflgs\fR, then: if \fItabarray\fR is non-null, it specifies a 0-terminated sequence of pixel-positions for tabs; otherwise if \fItabstops\fR is non-zero, it is used as the tab spacing (in pixels). .PP @@ -391,7 +391,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Provided to aid porting from Qt 1.x. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfontmetrics.html +.BR http://doc.trolltech.com/ntqfontmetrics.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/qframe.3qt b/doc/man/man3/qframe.3qt index 24343f13b..012e6a540 100644 --- a/doc/man/man3/qframe.3qt +++ b/doc/man/man3/qframe.3qt @@ -9,7 +9,7 @@ .SH NAME QFrame \- The base class of widgets that can have a frame .SH SYNOPSIS -\fC#include <qframe.h>\fR +\fC#include <ntqframe.h>\fR .PP Inherits QWidget. .PP @@ -380,7 +380,7 @@ See also lineWidth and frameWidth. Set this property's value with setMidLineWidth() and get this property's value with midLineWidth(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qframe.html +.BR http://doc.trolltech.com/ntqframe.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/qftp.3qt b/doc/man/man3/qftp.3qt index f9a49a3af..cf35b1388 100644 --- a/doc/man/man3/qftp.3qt +++ b/doc/man/man3/qftp.3qt @@ -9,7 +9,7 @@ .SH NAME QFtp \- Implementation of the FTP protocol .SH SYNOPSIS -\fC#include <qftp.h>\fR +\fC#include <ntqftp.h>\fR .PP Inherits QNetworkProtocol. .PP @@ -624,7 +624,7 @@ See also connectToHost(), close(), state(), and State. Example: network/ftpclient/ftpmainwindow.ui.h. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qftp.html +.BR http://doc.trolltech.com/ntqftp.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/qgb18030codec.3qt b/doc/man/man3/qgb18030codec.3qt index c7b29f535..cace1b372 100644 --- a/doc/man/man3/qgb18030codec.3qt +++ b/doc/man/man3/qgb18030codec.3qt @@ -11,7 +11,7 @@ QGb18030Codec \- Conversion to and from the Chinese GB18030/GBK/GB2312 encoding .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qgb18030codec.h>\fR +\fC#include <ntqgb18030codec.h>\fR .PP Inherits QTextCodec. .PP @@ -55,7 +55,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRE See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgb18030codec.html +.BR http://doc.trolltech.com/ntqgb18030codec.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/qgb2312codec.3qt b/doc/man/man3/qgb2312codec.3qt index 04b9c7523..0913389d1 100644 --- a/doc/man/man3/qgb2312codec.3qt +++ b/doc/man/man3/qgb2312codec.3qt @@ -9,7 +9,7 @@ .SH NAME QGb2312Codec \- Conversion to and from the Chinese GB2312 encoding .SH SYNOPSIS -\fC#include <qgb18030codec.h>\fR +\fC#include <ntqgb18030codec.h>\fR .PP Inherits QGb18030Codec. .PP diff --git a/doc/man/man3/qgbkcodec.3qt b/doc/man/man3/qgbkcodec.3qt index 995485584..68dcde62d 100644 --- a/doc/man/man3/qgbkcodec.3qt +++ b/doc/man/man3/qgbkcodec.3qt @@ -11,7 +11,7 @@ QGbkCodec \- Conversion to and from the Chinese GBK encoding .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qgb18030codec.h>\fR +\fC#include <ntqgb18030codec.h>\fR .PP Inherits QGb18030Codec. .PP @@ -27,7 +27,7 @@ The QGbkCodec is kept mainly for compatibility reasons with older software. See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgbkcodec.html +.BR http://doc.trolltech.com/ntqgbkcodec.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/qgl.3qt b/doc/man/man3/qgl.3qt index 39fa1d2b9..ae9ef3ce5 100644 --- a/doc/man/man3/qgl.3qt +++ b/doc/man/man3/qgl.3qt @@ -9,7 +9,7 @@ .SH NAME QGL \- Namespace for miscellaneous identifiers in the Qt OpenGL module .SH SYNOPSIS -\fC#include <qgl.h>\fR +\fC#include <ntqgl.h>\fR .PP Inherited by QGLFormat, QGLContext, and QGLWidget. .PP @@ -70,7 +70,7 @@ This enum specifies the format options. \fCQGL::NoOverlay\fR .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgl.html +.BR http://doc.trolltech.com/ntqgl.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/qglayoutiterator.3qt b/doc/man/man3/qglayoutiterator.3qt index 3b5a51b23..dfec3e5ff 100644 --- a/doc/man/man3/qglayoutiterator.3qt +++ b/doc/man/man3/qglayoutiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QGLayoutIterator \- Abstract base class of internal layout iterators .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qglcolormap.3qt b/doc/man/man3/qglcolormap.3qt index f1a551d07..726f2c8e9 100644 --- a/doc/man/man3/qglcolormap.3qt +++ b/doc/man/man3/qglcolormap.3qt @@ -9,7 +9,7 @@ .SH NAME QGLColormap \- Used for installing custom colormaps into QGLWidgets .SH SYNOPSIS -\fC#include <qglcolormap.h>\fR +\fC#include <ntqglcolormap.h>\fR .PP .SS "Public Members" .in +1c @@ -71,9 +71,9 @@ Example of use: .PP .nf .br - #include <qapplication.h> + #include <ntqapplication.h> .br - #include <qglcolormap.h> + #include <ntqglcolormap.h> .br .br int main() @@ -141,7 +141,7 @@ Set the cell with index \fIidx\fR in the colormap to color \fIcolor\fR. Returns the number of colorcells in the colormap. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qglcolormap.html +.BR http://doc.trolltech.com/ntqglcolormap.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/qglcontext.3qt b/doc/man/man3/qglcontext.3qt index 0207b2f14..2816a3648 100644 --- a/doc/man/man3/qglcontext.3qt +++ b/doc/man/man3/qglcontext.3qt @@ -9,7 +9,7 @@ .SH NAME QGLContext \- Encapsulates an OpenGL rendering context .SH SYNOPSIS -\fC#include <qgl.h>\fR +\fC#include <ntqgl.h>\fR .PP Inherits QGL. .PP diff --git a/doc/man/man3/qglformat.3qt b/doc/man/man3/qglformat.3qt index 34d43ebb1..30162f21f 100644 --- a/doc/man/man3/qglformat.3qt +++ b/doc/man/man3/qglformat.3qt @@ -9,7 +9,7 @@ .SH NAME QGLFormat \- The display format of an OpenGL rendering context .SH SYNOPSIS -\fC#include <qgl.h>\fR +\fC#include <ntqgl.h>\fR .PP Inherits QGL. .PP diff --git a/doc/man/man3/qglwidget.3qt b/doc/man/man3/qglwidget.3qt index c818b08fa..a6b94bf6e 100644 --- a/doc/man/man3/qglwidget.3qt +++ b/doc/man/man3/qglwidget.3qt @@ -9,7 +9,7 @@ .SH NAME QGLWidget \- Widget for rendering OpenGL graphics .SH SYNOPSIS -\fC#include <qgl.h>\fR +\fC#include <ntqgl.h>\fR .PP Inherits QWidget and QGL. .PP diff --git a/doc/man/man3/qgrid.3qt b/doc/man/man3/qgrid.3qt index 1e87e9fb8..7717e2e26 100644 --- a/doc/man/man3/qgrid.3qt +++ b/doc/man/man3/qgrid.3qt @@ -9,7 +9,7 @@ .SH NAME QGrid \- Simple geometry management of its children .SH SYNOPSIS -\fC#include <qgrid.h>\fR +\fC#include <ntqgrid.h>\fR .PP Inherits QFrame. .PP @@ -50,7 +50,7 @@ Constructs a grid widget with parent \fIparent\fR, called \fIname\fR. If \fIorie Sets the spacing between the child widgets to \fIspace\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgrid.html +.BR http://doc.trolltech.com/ntqgrid.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/qgridlayout.3qt b/doc/man/man3/qgridlayout.3qt index 0ccfe2474..a62e64b4e 100644 --- a/doc/man/man3/qgridlayout.3qt +++ b/doc/man/man3/qgridlayout.3qt @@ -9,7 +9,7 @@ .SH NAME QGridLayout \- Lays out widgets in a grid .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QLayout. .PP diff --git a/doc/man/man3/qgridview.3qt b/doc/man/man3/qgridview.3qt index 209d10b73..42cb5f5ac 100644 --- a/doc/man/man3/qgridview.3qt +++ b/doc/man/man3/qgridview.3qt @@ -9,7 +9,7 @@ .SH NAME QGridView \- Abstract base for fixed-size grids .SH SYNOPSIS -\fC#include <qgridview.h>\fR +\fC#include <ntqgridview.h>\fR .PP Inherits QScrollView. .PP @@ -220,7 +220,7 @@ Set this property's value with setNumRows() and get this property's value with n See also numCols. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgridview.html +.BR http://doc.trolltech.com/ntqgridview.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/qgroupbox.3qt b/doc/man/man3/qgroupbox.3qt index 3450339cd..37ac77bb2 100644 --- a/doc/man/man3/qgroupbox.3qt +++ b/doc/man/man3/qgroupbox.3qt @@ -9,7 +9,7 @@ .SH NAME QGroupBox \- Group box frame with a title .SH SYNOPSIS -\fC#include <qgroupbox.h>\fR +\fC#include <ntqgroupbox.h>\fR .PP Inherits QFrame. .PP @@ -304,7 +304,7 @@ There is no default title text. Set this property's value with setTitle() and get this property's value with title(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qgroupbox.html +.BR http://doc.trolltech.com/ntqgroupbox.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/qguardedptr.3qt b/doc/man/man3/qguardedptr.3qt index 7f13f897c..67de03a1c 100644 --- a/doc/man/man3/qguardedptr.3qt +++ b/doc/man/man3/qguardedptr.3qt @@ -9,7 +9,7 @@ .SH NAME QGuardedPtr \- Template class that provides guarded pointers to QObjects .SH SYNOPSIS -\fC#include <qguardedptr.h>\fR +\fC#include <ntqguardedptr.h>\fR .PP .SS "Public Members" .in +1c @@ -123,7 +123,7 @@ Equality operator; implements traditional pointer semantics. Returns TRUE if bot See also operator!=(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qguardedptr.html +.BR http://doc.trolltech.com/ntqguardedptr.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/qhbox.3qt b/doc/man/man3/qhbox.3qt index 347f1687a..6a3d9eb9c 100644 --- a/doc/man/man3/qhbox.3qt +++ b/doc/man/man3/qhbox.3qt @@ -9,7 +9,7 @@ .SH NAME QHBox \- Horizontal geometry management for its child widgets .SH SYNOPSIS -\fC#include <qhbox.h>\fR +\fC#include <ntqhbox.h>\fR .PP Inherits QFrame. .PP @@ -67,7 +67,7 @@ Sets the stretch factor of widget \fIw\fR to \fIstretch\fR. Returns TRUE if \fIw See also QBoxLayout::setStretchFactor() and Layouts. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhbox.html +.BR http://doc.trolltech.com/ntqhbox.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/qhboxlayout.3qt b/doc/man/man3/qhboxlayout.3qt index 81ac2f9e3..96371ea92 100644 --- a/doc/man/man3/qhboxlayout.3qt +++ b/doc/man/man3/qhboxlayout.3qt @@ -9,7 +9,7 @@ .SH NAME QHBoxLayout \- Lines up widgets horizontally .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QBoxLayout. .PP diff --git a/doc/man/man3/qhbuttongroup.3qt b/doc/man/man3/qhbuttongroup.3qt index eb48c72b0..6d767ded5 100644 --- a/doc/man/man3/qhbuttongroup.3qt +++ b/doc/man/man3/qhbuttongroup.3qt @@ -9,7 +9,7 @@ .SH NAME QHButtonGroup \- Organizes QButton widgets in a group with one horizontal row .SH SYNOPSIS -\fC#include <qhbuttongroup.h>\fR +\fC#include <ntqhbuttongroup.h>\fR .PP Inherits QButtonGroup. .PP @@ -50,7 +50,7 @@ The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor. Destroys the horizontal button group, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhbuttongroup.html +.BR http://doc.trolltech.com/ntqhbuttongroup.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/qheader.3qt b/doc/man/man3/qheader.3qt index b55fb9161..b4b011151 100644 --- a/doc/man/man3/qheader.3qt +++ b/doc/man/man3/qheader.3qt @@ -9,7 +9,7 @@ .SH NAME QHeader \- Header row or column, e.g. for tables and listviews .SH SYNOPSIS -\fC#include <qheader.h>\fR +\fC#include <ntqheader.h>\fR .PP Inherits QWidget. .PP @@ -559,7 +559,7 @@ Tracking defaults to FALSE. Set this property's value with setTracking() and get this property's value with tracking(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qheader.html +.BR http://doc.trolltech.com/ntqheader.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/qhebrewcodec.3qt b/doc/man/man3/qhebrewcodec.3qt index e07d93ef3..498f3124c 100644 --- a/doc/man/man3/qhebrewcodec.3qt +++ b/doc/man/man3/qhebrewcodec.3qt @@ -11,7 +11,7 @@ QHebrewCodec \- Conversion to and from visually ordered Hebrew .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qrtlcodec.h>\fR +\fC#include <ntqrtlcodec.h>\fR .PP Inherits QTextCodec. .PP diff --git a/doc/man/man3/qhgroupbox.3qt b/doc/man/man3/qhgroupbox.3qt index b5628aaf5..cb178fcea 100644 --- a/doc/man/man3/qhgroupbox.3qt +++ b/doc/man/man3/qhgroupbox.3qt @@ -9,7 +9,7 @@ .SH NAME QHGroupBox \- Organizes widgets in a group with one horizontal row .SH SYNOPSIS -\fC#include <qhgroupbox.h>\fR +\fC#include <ntqhgroupbox.h>\fR .PP Inherits QGroupBox. .PP @@ -50,7 +50,7 @@ The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor. Destroys the horizontal group box, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhgroupbox.html +.BR http://doc.trolltech.com/ntqhgroupbox.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/qhideevent.3qt b/doc/man/man3/qhideevent.3qt index dad6f76bd..4886dd8d8 100644 --- a/doc/man/man3/qhideevent.3qt +++ b/doc/man/man3/qhideevent.3qt @@ -9,7 +9,7 @@ .SH NAME QHideEvent \- Event which is sent after a widget is hidden .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qhostaddress.3qt b/doc/man/man3/qhostaddress.3qt index 7237e480a..3835e421b 100644 --- a/doc/man/man3/qhostaddress.3qt +++ b/doc/man/man3/qhostaddress.3qt @@ -9,7 +9,7 @@ .SH NAME QHostAddress \- IP address .SH SYNOPSIS -\fC#include <qhostaddress.h>\fR +\fC#include <ntqhostaddress.h>\fR .PP .SS "Public Members" .in +1c @@ -163,7 +163,7 @@ For example, if the address is the IPv4 address 127.0.0.1, the returned string i See also ip4Addr(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhostaddress.html +.BR http://doc.trolltech.com/ntqhostaddress.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/qhttp.3qt b/doc/man/man3/qhttp.3qt index 134823701..c73f499e1 100644 --- a/doc/man/man3/qhttp.3qt +++ b/doc/man/man3/qhttp.3qt @@ -9,7 +9,7 @@ .SH NAME QHttp \- Implementation of the HTTP protocol .SH SYNOPSIS -\fC#include <qhttp.h>\fR +\fC#include <ntqhttp.h>\fR .PP Inherits QNetworkProtocol. .PP @@ -517,7 +517,7 @@ This usually happens when a request is started, but it can also happen when the See also get(), post(), head(), request(), closeConnection(), state(), and State. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qhttp.html +.BR http://doc.trolltech.com/ntqhttp.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/qhttpheader.3qt b/doc/man/man3/qhttpheader.3qt index e75408844..085d36fe0 100644 --- a/doc/man/man3/qhttpheader.3qt +++ b/doc/man/man3/qhttpheader.3qt @@ -9,7 +9,7 @@ .SH NAME QHttpHeader \- Header information for HTTP .SH SYNOPSIS -\fC#include <qhttp.h>\fR +\fC#include <ntqhttp.h>\fR .PP Inherited by QHttpResponseHeader and QHttpRequestHeader. .PP diff --git a/doc/man/man3/qhttprequestheader.3qt b/doc/man/man3/qhttprequestheader.3qt index 6b962545e..e7e73efa5 100644 --- a/doc/man/man3/qhttprequestheader.3qt +++ b/doc/man/man3/qhttprequestheader.3qt @@ -9,7 +9,7 @@ .SH NAME QHttpRequestHeader \- Request header information for HTTP .SH SYNOPSIS -\fC#include <qhttp.h>\fR +\fC#include <ntqhttp.h>\fR .PP Inherits QHttpHeader. .PP diff --git a/doc/man/man3/qhttpresponseheader.3qt b/doc/man/man3/qhttpresponseheader.3qt index 4229478a4..61402ff8a 100644 --- a/doc/man/man3/qhttpresponseheader.3qt +++ b/doc/man/man3/qhttpresponseheader.3qt @@ -9,7 +9,7 @@ .SH NAME QHttpResponseHeader \- Response header information for HTTP .SH SYNOPSIS -\fC#include <qhttp.h>\fR +\fC#include <ntqhttp.h>\fR .PP Inherits QHttpHeader. .PP diff --git a/doc/man/man3/qicondrag.3qt b/doc/man/man3/qicondrag.3qt index 8953207c3..e70a66dad 100644 --- a/doc/man/man3/qicondrag.3qt +++ b/doc/man/man3/qicondrag.3qt @@ -9,7 +9,7 @@ .SH NAME QIconDrag \- Supports drag and drop operations within a QIconView .SH SYNOPSIS -\fC#include <qiconview.h>\fR +\fC#include <ntqiconview.h>\fR .PP Inherits QDragObject. .PP diff --git a/doc/man/man3/qicondragevent.3qt b/doc/man/man3/qicondragevent.3qt index dfbe8aa36..36275a2f8 100644 --- a/doc/man/man3/qicondragevent.3qt +++ b/doc/man/man3/qicondragevent.3qt @@ -9,7 +9,7 @@ .SH NAME QIconDragEvent \- Signals that a main icon drag has begun .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qicondragitem.3qt b/doc/man/man3/qicondragitem.3qt index 37521c14b..c80ec9fa6 100644 --- a/doc/man/man3/qicondragitem.3qt +++ b/doc/man/man3/qicondragitem.3qt @@ -9,7 +9,7 @@ .SH NAME QIconDragItem \- Encapsulates a drag item .SH SYNOPSIS -\fC#include <qiconview.h>\fR +\fC#include <ntqiconview.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qiconfactory.3qt b/doc/man/man3/qiconfactory.3qt index 54b0ebc9b..d8423ed29 100644 --- a/doc/man/man3/qiconfactory.3qt +++ b/doc/man/man3/qiconfactory.3qt @@ -9,7 +9,7 @@ .SH NAME QIconFactory \- Used to create pixmaps for a QIconSet .SH SYNOPSIS -\fC#include <qiconset.h>\fR +\fC#include <ntqiconset.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qiconset.3qt b/doc/man/man3/qiconset.3qt index 70f9d92c4..8e63bf980 100644 --- a/doc/man/man3/qiconset.3qt +++ b/doc/man/man3/qiconset.3qt @@ -9,7 +9,7 @@ .SH NAME QIconSet \- Set of icons with different styles and sizes .SH SYNOPSIS -\fC#include <qiconset.h>\fR +\fC#include <ntqiconset.h>\fR .PP .SS "Public Members" .in +1c @@ -259,7 +259,7 @@ This is an overloaded member function, provided for convenience. It behaves esse The pixmap is loaded from \fIfileName\fR when it becomes necessary. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qiconset.html +.BR http://doc.trolltech.com/ntqiconset.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/qiconview.3qt b/doc/man/man3/qiconview.3qt index 4f47eb829..516ac408a 100644 --- a/doc/man/man3/qiconview.3qt +++ b/doc/man/man3/qiconview.3qt @@ -9,7 +9,7 @@ .SH NAME QIconView \- Area with movable labelled icons .SH SYNOPSIS -\fC#include <qiconview.h>\fR +\fC#include <ntqiconview.h>\fR .PP Inherits QScrollView. .PP @@ -936,7 +936,7 @@ If this property is FALSE, icon text that is too long is truncated, and an ellip Set this property's value with setWordWrapIconText() and get this property's value with wordWrapIconText(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qiconview.html +.BR http://doc.trolltech.com/ntqiconview.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/qiconviewitem.3qt b/doc/man/man3/qiconviewitem.3qt index df656bab5..ba3998678 100644 --- a/doc/man/man3/qiconviewitem.3qt +++ b/doc/man/man3/qiconviewitem.3qt @@ -9,7 +9,7 @@ .SH NAME QIconViewItem \- Single item in a QIconView .SH SYNOPSIS -\fC#include <qiconview.h>\fR +\fC#include <ntqiconview.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qimage.3qt b/doc/man/man3/qimage.3qt index 27920b0d5..fe1300d53 100644 --- a/doc/man/man3/qimage.3qt +++ b/doc/man/man3/qimage.3qt @@ -9,7 +9,7 @@ .SH NAME QImage \- Hardware-independent pixmap representation with direct access to the pixel data .SH SYNOPSIS -\fC#include <qimage.h>\fR +\fC#include <ntqimage.h>\fR .PP .SS "Public Members" .in +1c @@ -311,7 +311,7 @@ An image has the parameters width, height and depth (bits per pixel, bpp), a col .PP 32-bpp images encode an RGB value in 24 bits and ignore the color table. The most significant byte is used for the alpha buffer. .PP -An entry in the color table is an RGB triplet encoded as a \fCuint\fR. Use the qRed(), qGreen() and qBlue() functions (qcolor.h) to access the components, and qRgb to make an RGB triplet (see the QColor class documentation). +An entry in the color table is an RGB triplet encoded as a \fCuint\fR. Use the qRed(), qGreen() and qBlue() functions (ntqcolor.h) to access the components, and qRgb to make an RGB triplet (see the QColor class documentation). .PP 1-bpp (monochrome) images have a color table with a most two colors. There are two different formats: big endian (MSB first) or little endian (LSB first) bit order. To access a single bit you will must do some bit shifts: .PP @@ -503,7 +503,7 @@ See also numBytes() and scanLine(). .SH "QRgb QImage::color ( int i ) const" Returns the color in the color table at index \fIi\fR. The first color is at index 0. .PP -A color value is an RGB triplet. Use the qRed(), qGreen() and qBlue() functions (defined in qcolor.h) to get the color value components. +A color value is an RGB triplet. Use the qRed(), qGreen() and qBlue() functions (defined in ntqcolor.h) to get the color value components. .PP See also setColor(), numColors(), and QColor. .PP @@ -875,7 +875,7 @@ Returns a pointer to the pixel data at the scanline with index \fIi\fR. The firs .PP The scanline data is aligned on a 32-bit boundary. .PP -\fBWarning:\fR If you are accessing 32-bpp image data, cast the returned pointer to \fCQRgb*\fR (QRgb has a 32-bit size) and use it to read/write the pixel value. You cannot use the \fCuchar*\fR pointer directly, because the pixel format depends on the byte order on the underlying platform. Hint: use qRed(), qGreen() and qBlue(), etc. (qcolor.h) to access the pixels. +\fBWarning:\fR If you are accessing 32-bpp image data, cast the returned pointer to \fCQRgb*\fR (QRgb has a 32-bit size) and use it to read/write the pixel value. You cannot use the \fCuchar*\fR pointer directly, because the pixel format depends on the byte order on the underlying platform. Hint: use qRed(), qGreen() and qBlue(), etc. (ntqcolor.h) to access the pixels. .PP \fBWarning:\fR If you are accessing 16-bpp image data, you must handle endianness yourself. (Qt/Embedded only) .PP @@ -897,7 +897,7 @@ See also hasAlphaBuffer() and createAlphaMask(). .SH "void QImage::setColor ( int i, QRgb c )" Sets a color in the color table at index \fIi\fR to \fIc\fR. .PP -A color value is an RGB triplet. Use the qRgb() function (defined in qcolor.h) to make RGB triplets. +A color value is an RGB triplet. Use the qRgb() function (defined in ntqcolor.h) to make RGB triplets. .PP See also color(), setNumColors(), and numColors(). .PP @@ -1070,7 +1070,7 @@ Reads an image from the stream \fIs\fR and stores it in \fIimage\fR. See also QImage::load() and Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qimage.html +.BR http://doc.trolltech.com/ntqimage.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/qimageconsumer.3qt b/doc/man/man3/qimageconsumer.3qt index a3ce8f526..8a31dae0d 100644 --- a/doc/man/man3/qimageconsumer.3qt +++ b/doc/man/man3/qimageconsumer.3qt @@ -9,7 +9,7 @@ .SH NAME QImageConsumer \- Abstraction used by QImageDecoder .SH SYNOPSIS -\fC#include <qasyncimageio.h>\fR +\fC#include <ntqasyncimageio.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qimagedecoder.3qt b/doc/man/man3/qimagedecoder.3qt index 9b2e32827..1b583199a 100644 --- a/doc/man/man3/qimagedecoder.3qt +++ b/doc/man/man3/qimagedecoder.3qt @@ -9,7 +9,7 @@ .SH NAME QImageDecoder \- Incremental image decoder for all supported image formats .SH SYNOPSIS -\fC#include <qasyncimageio.h>\fR +\fC#include <ntqasyncimageio.h>\fR .PP .SS "Public Members" .in +1c @@ -53,7 +53,7 @@ A QImageDecoder is a machine that decodes images. It takes encoded image data vi .PP QImageFormatType and QImageFormat are the classes that you might need to implement support for additional image formats. .PP -Qt supports GIF reading if it is configured that way during installation (see qgif.h). If it is, we are required to state that" The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated." +Qt supports GIF reading if it is configured that way during installation (see ntqgif.h). If it is, we are required to state that" The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated." .PP \fBWarning:\fR If you are in a country that recognizes software patents and in which Unisys holds a patent on LZW compression and/or decompression and you want to use GIF, Unisys may require you to license that technology. Such countries include Canada, Japan, the USA, France, Germany, Italy and the UK. .PP diff --git a/doc/man/man3/qimagedrag.3qt b/doc/man/man3/qimagedrag.3qt index 7eaef122f..1e540c323 100644 --- a/doc/man/man3/qimagedrag.3qt +++ b/doc/man/man3/qimagedrag.3qt @@ -9,7 +9,7 @@ .SH NAME QImageDrag \- Drag and drop object for transferring images .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QDragObject. .PP diff --git a/doc/man/man3/qimageformat.3qt b/doc/man/man3/qimageformat.3qt index c3d73d861..765900a51 100644 --- a/doc/man/man3/qimageformat.3qt +++ b/doc/man/man3/qimageformat.3qt @@ -9,7 +9,7 @@ .SH NAME QImageFormat \- Incremental image decoder for a specific image format .SH SYNOPSIS -\fC#include <qasyncimageio.h>\fR +\fC#include <ntqasyncimageio.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qimageformatplugin.3qt b/doc/man/man3/qimageformatplugin.3qt index 5df440caf..c21acf9b6 100644 --- a/doc/man/man3/qimageformatplugin.3qt +++ b/doc/man/man3/qimageformatplugin.3qt @@ -9,7 +9,7 @@ .SH NAME QImageFormatPlugin \- Abstract base for custom image format plugins .SH SYNOPSIS -\fC#include <qimageformatplugin.h>\fR +\fC#include <ntqimageformatplugin.h>\fR .PP .SS "Public Members" .in +1c @@ -51,7 +51,7 @@ Returns the list of image formats this plugin supports. See also installIOHandler(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qimageformatplugin.html +.BR http://doc.trolltech.com/ntqimageformatplugin.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/qimageformattype.3qt b/doc/man/man3/qimageformattype.3qt index 7b60a82ff..ec716cc5e 100644 --- a/doc/man/man3/qimageformattype.3qt +++ b/doc/man/man3/qimageformattype.3qt @@ -9,7 +9,7 @@ .SH NAME QImageFormatType \- Factory that makes QImageFormat objects .SH SYNOPSIS -\fC#include <qasyncimageio.h>\fR +\fC#include <ntqasyncimageio.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qimageio.3qt b/doc/man/man3/qimageio.3qt index 746f934e7..c74b7f20d 100644 --- a/doc/man/man3/qimageio.3qt +++ b/doc/man/man3/qimageio.3qt @@ -9,7 +9,7 @@ .SH NAME QImageIO \- Parameters for loading and saving images .SH SYNOPSIS -\fC#include <qimage.h>\fR +\fC#include <ntqimage.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qimevent.3qt b/doc/man/man3/qimevent.3qt index cec127065..3eb8d8c87 100644 --- a/doc/man/man3/qimevent.3qt +++ b/doc/man/man3/qimevent.3qt @@ -9,7 +9,7 @@ .SH NAME QIMEvent \- Parameters for input method events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qinputdialog.3qt b/doc/man/man3/qinputdialog.3qt index 4fa9810cd..83ee42c9e 100644 --- a/doc/man/man3/qinputdialog.3qt +++ b/doc/man/man3/qinputdialog.3qt @@ -9,7 +9,7 @@ .SH NAME QInputDialog \- Simple convenience dialog to get a single value from the user .SH SYNOPSIS -\fC#include <qinputdialog.h>\fR +\fC#include <ntqinputdialog.h>\fR .PP Inherits QDialog. .PP @@ -176,7 +176,7 @@ Use this static function like this: .fi .SH "SEE ALSO" -.BR http://doc.trolltech.com/qinputdialog.html +.BR http://doc.trolltech.com/ntqinputdialog.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/qintcache.3qt b/doc/man/man3/qintcache.3qt index fdd965206..a5ca1ef18 100644 --- a/doc/man/man3/qintcache.3qt +++ b/doc/man/man3/qintcache.3qt @@ -9,7 +9,7 @@ .SH NAME QIntCache \- Template class that provides a cache based on long keys .SH SYNOPSIS -\fC#include <qintcache.h>\fR +\fC#include <ntqintcache.h>\fR .PP Inherits QPtrCollection. .PP @@ -160,7 +160,7 @@ Returns the total cost of the items in the cache. This is an integer in the rang See also setMaxCost(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qintcache.html +.BR http://doc.trolltech.com/ntqintcache.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/qintcacheiterator.3qt b/doc/man/man3/qintcacheiterator.3qt index bda0dc10f..b3afd4f58 100644 --- a/doc/man/man3/qintcacheiterator.3qt +++ b/doc/man/man3/qintcacheiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QIntCacheIterator \- Iterator for QIntCache collections .SH SYNOPSIS -\fC#include <qintcache.h>\fR +\fC#include <ntqintcache.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qintdict.3qt b/doc/man/man3/qintdict.3qt index ca8e65d5e..77bf86491 100644 --- a/doc/man/man3/qintdict.3qt +++ b/doc/man/man3/qintdict.3qt @@ -9,7 +9,7 @@ .SH NAME QIntDict \- Template class that provides a dictionary based on long keys .SH SYNOPSIS -\fC#include <qintdict.h>\fR +\fC#include <ntqintdict.h>\fR .PP Inherits QPtrCollection. .PP @@ -290,7 +290,7 @@ Writes a dictionary item to the stream \fIs\fR and returns a reference to the st See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qintdict.html +.BR http://doc.trolltech.com/ntqintdict.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/qintdictiterator.3qt b/doc/man/man3/qintdictiterator.3qt index 89917d3b6..7a7c54473 100644 --- a/doc/man/man3/qintdictiterator.3qt +++ b/doc/man/man3/qintdictiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QIntDictIterator \- Iterator for QIntDict collections .SH SYNOPSIS -\fC#include <qintdict.h>\fR +\fC#include <ntqintdict.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qintvalidator.3qt b/doc/man/man3/qintvalidator.3qt index ad6fc6054..54dd7a105 100644 --- a/doc/man/man3/qintvalidator.3qt +++ b/doc/man/man3/qintvalidator.3qt @@ -9,7 +9,7 @@ .SH NAME QIntValidator \- Validator which ensures that a string contains a valid integer within a specified range .SH SYNOPSIS -\fC#include <qvalidator.h>\fR +\fC#include <ntqvalidator.h>\fR .PP Inherits QValidator. .PP diff --git a/doc/man/man3/qiodevice.3qt b/doc/man/man3/qiodevice.3qt index d8424525f..05a550fb1 100644 --- a/doc/man/man3/qiodevice.3qt +++ b/doc/man/man3/qiodevice.3qt @@ -11,7 +11,7 @@ QIODevice \- The base class of I/O devices .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qiodevice.h>\fR +\fC#include <ntqiodevice.h>\fR .PP Inherited by QBuffer, QFile, QSocket, and QSocketDevice. .PP @@ -526,7 +526,7 @@ This convenience function is the same as calling writeBlock( data.data(), data.size() ). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qiodevice.html +.BR http://doc.trolltech.com/ntqiodevice.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/qjiscodec.3qt b/doc/man/man3/qjiscodec.3qt index e68ee8d64..25dbc5cc4 100644 --- a/doc/man/man3/qjiscodec.3qt +++ b/doc/man/man3/qjiscodec.3qt @@ -11,7 +11,7 @@ QJisCodec \- Conversion to and from JIS character sets .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qjiscodec.h>\fR +\fC#include <ntqjiscodec.h>\fR .PP Inherits QTextCodec. .PP @@ -71,7 +71,7 @@ Returns the codec's mime name. Reimplemented from QTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qjiscodec.html +.BR http://doc.trolltech.com/ntqjiscodec.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/qkeyevent.3qt b/doc/man/man3/qkeyevent.3qt index 589f13d78..c2df3179b 100644 --- a/doc/man/man3/qkeyevent.3qt +++ b/doc/man/man3/qkeyevent.3qt @@ -9,7 +9,7 @@ .SH NAME QKeyEvent \- Describes a key event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qkeysequence.3qt b/doc/man/man3/qkeysequence.3qt index e09b3cded..45a7e9b15 100644 --- a/doc/man/man3/qkeysequence.3qt +++ b/doc/man/man3/qkeysequence.3qt @@ -9,7 +9,7 @@ .SH NAME QKeySequence \- Encapsulates a key sequence as used by accelerators .SH SYNOPSIS -\fC#include <qkeysequence.h>\fR +\fC#include <ntqkeysequence.h>\fR .PP Inherits Qt. .PP @@ -73,7 +73,7 @@ Inherits Qt. .SH DESCRIPTION The QKeySequence 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 qnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same key sequence as Key_A. +A key sequence consists of up to four keyboard codes, each optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, \fCCTRL + Key_P\fR might be a sequence used as a shortcut for printing a document. The key codes are listed in 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 Key sequences can be constructed either from an integer key code, or from a human readable translatable string such as" Ctrl+X,Alt+Space". A key sequence can be cast to a QString to obtain a human readable translated version of the sequence. Translations are done in the "QAccel" context. .PP @@ -102,11 +102,11 @@ Note the \fC"File|Open"\fR translator comment. It is by no means necessary, but .SH "QKeySequence::QKeySequence ( int key )" Constructs a key sequence that has a single \fIkey\fR. .PP -The key codes are listed in qnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. +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 )" 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 qnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL. +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 )" Copy constructor. Makes a copy of \fIkeysequence\fR. .SH "QKeySequence::~QKeySequence ()" @@ -144,7 +144,7 @@ Reads a key sequence from the stream \fIs\fR into the key sequence \fIkeysequenc See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qkeysequence.html +.BR http://doc.trolltech.com/ntqkeysequence.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/qlabel.3qt b/doc/man/man3/qlabel.3qt index 61f5350b8..9f7e44ee2 100644 --- a/doc/man/man3/qlabel.3qt +++ b/doc/man/man3/qlabel.3qt @@ -9,7 +9,7 @@ .SH NAME QLabel \- Text or image display .SH SYNOPSIS -\fC#include <qlabel.h>\fR +\fC#include <ntqlabel.h>\fR .PP Inherits QFrame. .PP @@ -410,7 +410,7 @@ See also text. Set this property's value with setTextFormat() and get this property's value with textFormat(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlabel.html +.BR http://doc.trolltech.com/ntqlabel.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/qlayout.3qt b/doc/man/man3/qlayout.3qt index e1a65c6ed..1ab66d555 100644 --- a/doc/man/man3/qlayout.3qt +++ b/doc/man/man3/qlayout.3qt @@ -9,7 +9,7 @@ .SH NAME QLayout \- The base class of geometry managers .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QObject and QLayoutItem. .PP @@ -383,7 +383,7 @@ See also margin. Set this property's value with setSpacing() and get this property's value with spacing(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlayout.html +.BR http://doc.trolltech.com/ntqlayout.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/qlayoutitem.3qt b/doc/man/man3/qlayoutitem.3qt index 850704716..1e115a7e1 100644 --- a/doc/man/man3/qlayoutitem.3qt +++ b/doc/man/man3/qlayoutitem.3qt @@ -9,7 +9,7 @@ .SH NAME QLayoutItem \- Abstract item that a QLayout manipulates .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherited by QLayout, QSpacerItem, and QWidgetItem. .PP diff --git a/doc/man/man3/qlayoutiterator.3qt b/doc/man/man3/qlayoutiterator.3qt index 236cd0523..f0c40c876 100644 --- a/doc/man/man3/qlayoutiterator.3qt +++ b/doc/man/man3/qlayoutiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QLayoutIterator \- Iterators over QLayoutItem .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qlcdnumber.3qt b/doc/man/man3/qlcdnumber.3qt index e12d01f25..af69911df 100644 --- a/doc/man/man3/qlcdnumber.3qt +++ b/doc/man/man3/qlcdnumber.3qt @@ -9,7 +9,7 @@ .SH NAME QLCDNumber \- Displays a number with LCD-like digits .SH SYNOPSIS -\fC#include <qlcdnumber.h>\fR +\fC#include <ntqlcdnumber.h>\fR .PP Inherits QFrame. .PP @@ -310,7 +310,7 @@ If the displayed value is not a number, the property has a value of 0. Set this property's value with display() and get this property's value with value(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlcdnumber.html +.BR http://doc.trolltech.com/ntqlcdnumber.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/qlibrary.3qt b/doc/man/man3/qlibrary.3qt index a93e6e713..b589e5eaa 100644 --- a/doc/man/man3/qlibrary.3qt +++ b/doc/man/man3/qlibrary.3qt @@ -11,7 +11,7 @@ QLibrary \- Wrapper for handling shared libraries .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qlibrary.h>\fR +\fC#include <ntqlibrary.h>\fR .PP .SS "Public Members" .in +1c @@ -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/qlibrary.html +.BR http://doc.trolltech.com/ntqlibrary.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/qlineedit.3qt b/doc/man/man3/qlineedit.3qt index 413a5382d..128d4dc9f 100644 --- a/doc/man/man3/qlineedit.3qt +++ b/doc/man/man3/qlineedit.3qt @@ -9,7 +9,7 @@ .SH NAME QLineEdit \- One-line text editor .SH SYNOPSIS -\fC#include <qlineedit.h>\fR +\fC#include <ntqlineedit.h>\fR .PP Inherits QFrame. .PP @@ -753,7 +753,7 @@ This property holds whether undo is available. Get this property's value with isUndoAvailable(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlineedit.html +.BR http://doc.trolltech.com/ntqlineedit.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/qlistbox.3qt b/doc/man/man3/qlistbox.3qt index b44858d3f..7748489b5 100644 --- a/doc/man/man3/qlistbox.3qt +++ b/doc/man/man3/qlistbox.3qt @@ -9,7 +9,7 @@ .SH NAME QListBox \- List of selectable, read-only items .SH SYNOPSIS -\fC#include <qlistbox.h>\fR +\fC#include <ntqlistbox.h>\fR .PP Inherits QScrollView. .PP @@ -1085,7 +1085,7 @@ See also variableHeight. Set this property's value with setVariableWidth() and get this property's value with variableWidth(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlistbox.html +.BR http://doc.trolltech.com/ntqlistbox.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/qlistboxitem.3qt b/doc/man/man3/qlistboxitem.3qt index ab4c4e4cf..ea9e3f896 100644 --- a/doc/man/man3/qlistboxitem.3qt +++ b/doc/man/man3/qlistboxitem.3qt @@ -9,7 +9,7 @@ .SH NAME QListBoxItem \- The base class of all list box items .SH SYNOPSIS -\fC#include <qlistbox.h>\fR +\fC#include <ntqlistbox.h>\fR .PP Inherited by QListBoxText and QListBoxPixmap. .PP diff --git a/doc/man/man3/qlistboxpixmap.3qt b/doc/man/man3/qlistboxpixmap.3qt index b9d467769..d26b76f60 100644 --- a/doc/man/man3/qlistboxpixmap.3qt +++ b/doc/man/man3/qlistboxpixmap.3qt @@ -9,7 +9,7 @@ .SH NAME QListBoxPixmap \- List box items with a pixmap and optional text .SH SYNOPSIS -\fC#include <qlistbox.h>\fR +\fC#include <ntqlistbox.h>\fR .PP Inherits QListBoxItem. .PP diff --git a/doc/man/man3/qlistboxtext.3qt b/doc/man/man3/qlistboxtext.3qt index 857dc2548..1d6b0a883 100644 --- a/doc/man/man3/qlistboxtext.3qt +++ b/doc/man/man3/qlistboxtext.3qt @@ -9,7 +9,7 @@ .SH NAME QListBoxText \- List box items that display text .SH SYNOPSIS -\fC#include <qlistbox.h>\fR +\fC#include <ntqlistbox.h>\fR .PP Inherits QListBoxItem. .PP diff --git a/doc/man/man3/qlistview.3qt b/doc/man/man3/qlistview.3qt index f9975c5bd..1f3af2588 100644 --- a/doc/man/man3/qlistview.3qt +++ b/doc/man/man3/qlistview.3qt @@ -9,7 +9,7 @@ .SH NAME QListView \- Implements a list/tree view .SH SYNOPSIS -\fC#include <qlistview.h>\fR +\fC#include <ntqlistview.h>\fR .PP Inherits QScrollView. .PP @@ -1083,7 +1083,7 @@ Of course, this property is only meaningful for hierarchical list views. Set this property's value with setTreeStepSize() and get this property's value with treeStepSize(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlistview.html +.BR http://doc.trolltech.com/ntqlistview.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/qlistviewitem.3qt b/doc/man/man3/qlistviewitem.3qt index 976b2a7eb..f6a8c0922 100644 --- a/doc/man/man3/qlistviewitem.3qt +++ b/doc/man/man3/qlistviewitem.3qt @@ -9,7 +9,7 @@ .SH NAME QListViewItem \- Implements a list view item .SH SYNOPSIS -\fC#include <qlistview.h>\fR +\fC#include <ntqlistview.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qlistviewitemiterator.3qt b/doc/man/man3/qlistviewitemiterator.3qt index 43405f7a7..5de39cab2 100644 --- a/doc/man/man3/qlistviewitemiterator.3qt +++ b/doc/man/man3/qlistviewitemiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QListViewItemIterator \- Iterator for collections of QListViewItems .SH SYNOPSIS -\fC#include <qlistview.h>\fR +\fC#include <ntqlistview.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qlocale.3qt b/doc/man/man3/qlocale.3qt index 3d2e83cfd..fb6208e46 100644 --- a/doc/man/man3/qlocale.3qt +++ b/doc/man/man3/qlocale.3qt @@ -11,7 +11,7 @@ QLocale \- Converts between numbers and their string representations in various .SH SYNOPSIS Almost all the functions in this class are reentrant when Qt is built with thread support. The exception is \fBsetDefault\fR(). </p> .PP -\fC#include <qlocale.h>\fR +\fC#include <ntqlocale.h>\fR .PP .SS "Public Members" .in +1c @@ -1224,7 +1224,7 @@ This function ignores leading and trailing whitespace. See also toString(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlocale.html +.BR http://doc.trolltech.com/ntqlocale.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/qlocalfs.3qt b/doc/man/man3/qlocalfs.3qt index 3fc7d2bfe..5a1640087 100644 --- a/doc/man/man3/qlocalfs.3qt +++ b/doc/man/man3/qlocalfs.3qt @@ -9,7 +9,7 @@ .SH NAME QLocalFs \- Implementation of a QNetworkProtocol that works on the local file system .SH SYNOPSIS -\fC#include <qlocalfs.h>\fR +\fC#include <ntqlocalfs.h>\fR .PP Inherits QNetworkProtocol. .PP @@ -42,7 +42,7 @@ See also Qt Network Documentation, QNetworkProtocol, QUrlOperator, and Input/Out Constructor. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qlocalfs.html +.BR http://doc.trolltech.com/ntqlocalfs.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/qmacmime.3qt b/doc/man/man3/qmacmime.3qt index 71a9cea6d..fa0b0cb5c 100644 --- a/doc/man/man3/qmacmime.3qt +++ b/doc/man/man3/qmacmime.3qt @@ -9,7 +9,7 @@ .SH NAME QMacMime \- Maps open-standard MIME to Mac flavors .SH SYNOPSIS -\fC#include <qmime.h>\fR +\fC#include <ntqmime.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qmainwindow.3qt b/doc/man/man3/qmainwindow.3qt index 711f04a79..0bdd8a7b6 100644 --- a/doc/man/man3/qmainwindow.3qt +++ b/doc/man/man3/qmainwindow.3qt @@ -9,7 +9,7 @@ .SH NAME QMainWindow \- Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar .SH SYNOPSIS -\fC#include <qmainwindow.h>\fR +\fC#include <ntqmainwindow.h>\fR .PP Inherits QWidget. .PP @@ -820,7 +820,7 @@ This can be used, for example, in conjunction with QSettings to restore the user See also operator<<(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmainwindow.html +.BR http://doc.trolltech.com/ntqmainwindow.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/qmap.3qt b/doc/man/man3/qmap.3qt index 356e78d11..efaf4c210 100644 --- a/doc/man/man3/qmap.3qt +++ b/doc/man/man3/qmap.3qt @@ -9,7 +9,7 @@ .SH NAME QMap \- Value-based template class that provides a dictionary .SH SYNOPSIS -\fC#include <qmap.h>\fR +\fC#include <ntqmap.h>\fR .PP .SS "Public Members" .in +1c @@ -194,11 +194,11 @@ Example: .PP .nf .br - #include <qstring.h> + #include <ntqstring.h> .br - #include <qmap.h> + #include <ntqmap.h> .br - #include <qstring.h> + #include <ntqstring.h> .br .br class Employee @@ -529,7 +529,7 @@ Reads the map \fIm\fR from the stream \fIs\fR. The types \fIKey\fR and \fIT\fR must implement the streaming operator as well. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmap.html +.BR http://doc.trolltech.com/ntqmap.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/qmapconstiterator.3qt b/doc/man/man3/qmapconstiterator.3qt index 9382b1540..3a4d27750 100644 --- a/doc/man/man3/qmapconstiterator.3qt +++ b/doc/man/man3/qmapconstiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QMapConstIterator \- Iterator for QMap .SH SYNOPSIS -\fC#include <qmap.h>\fR +\fC#include <ntqmap.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qmapiterator.3qt b/doc/man/man3/qmapiterator.3qt index dd780a33e..86633a4d5 100644 --- a/doc/man/man3/qmapiterator.3qt +++ b/doc/man/man3/qmapiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QMapIterator \- Iterator for QMap .SH SYNOPSIS -\fC#include <qmap.h>\fR +\fC#include <ntqmap.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qmemarray.3qt b/doc/man/man3/qmemarray.3qt index 40f2c2074..1b6e68735 100644 --- a/doc/man/man3/qmemarray.3qt +++ b/doc/man/man3/qmemarray.3qt @@ -11,7 +11,7 @@ QMemArray \- Template class that provides arrays of simple types .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qmemarray.h>\fR +\fC#include <ntqmemarray.h>\fR .PP Inherited by QByteArray and QPointArray. .PP @@ -169,7 +169,7 @@ Example: .PP .nf .br - #include <qmemarray.h> + #include <ntqmemarray.h> .br #include <stdio.h> .br @@ -546,7 +546,7 @@ Returns the CRC-16 checksum of \fIlen\fR bytes starting at \fIdata\fR. The checksum is independent of the byte order (endianness). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmemarray.html +.BR http://doc.trolltech.com/ntqmemarray.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/qmenubar.3qt b/doc/man/man3/qmenubar.3qt index f31b2d3ef..9a4a2ec4c 100644 --- a/doc/man/man3/qmenubar.3qt +++ b/doc/man/man3/qmenubar.3qt @@ -9,7 +9,7 @@ .SH NAME QMenuBar \- Horizontal menu bar .SH SYNOPSIS -\fC#include <qmenubar.h>\fR +\fC#include <ntqmenubar.h>\fR .PP Inherits QFrame and QMenuData. .PP @@ -330,7 +330,7 @@ Note that keyboard accelerators in Qt are not application-global, instead they a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .PP Examples: .)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. @@ -341,7 +341,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\ .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QPixmap & pixmap, const QObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -361,7 +361,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QString & text, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -563,7 +563,7 @@ This property holds in which cases a menubar sparator is drawn. Set this property's value with setSeparator() and get this property's value with separator(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmenubar.html +.BR http://doc.trolltech.com/ntqmenubar.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/qmenudata.3qt b/doc/man/man3/qmenudata.3qt index 306f5d4fb..a72649012 100644 --- a/doc/man/man3/qmenudata.3qt +++ b/doc/man/man3/qmenudata.3qt @@ -9,7 +9,7 @@ .SH NAME QMenuData \- Base class for QMenuBar and QPopupMenu .SH SYNOPSIS -\fC#include <qmenudata.h>\fR +\fC#include <ntqmenudata.h>\fR .PP Inherited by QMenuBar and QPopupMenu. .PP @@ -217,7 +217,7 @@ Removes all menu items and disconnects any signals that have been connected. .SH "QKeySequence QMenuData::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(), QAccel, and qnamespace.h. +See also setAccel(), QAccel, and ntqnamespace.h. .SH "void QMenuData::activateItemAt ( int index )\fC [virtual]\fR" Activates the menu item at position \fIindex\fR. .PP @@ -370,7 +370,7 @@ Note that keyboard accelerators in Qt are not application-global, instead they a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .PP Examples: .)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. @@ -381,7 +381,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\ .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QPixmap & pixmap, const QObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -401,7 +401,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QString & text, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -587,7 +587,7 @@ See also removeItem() and clear(). .SH "void QMenuData::setAccel ( const QKeySequence & 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 qnamespace.h contains a list of key codes. +An accelerator key consists of a key code and a combination of the modifiers \fCSHIFT\fR, \fCCTRL\fR, \fCALT\fR or \fCUNICODE_ACCEL\fR (OR'ed or added). The header file ntqnamespace.h contains a list of key codes. .PP Defining an accelerator key produces a text that is added to the menu item; for instance, \fCCTRL\fR + \fCKey_O\fR produces "Ctrl+O". The text is formatted differently for different platforms. .PP @@ -682,7 +682,7 @@ Returns the What's This help text for the item with identifier \fIid\fR or QStri See also setWhatsThis(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmenudata.html +.BR http://doc.trolltech.com/ntqmenudata.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/qmessagebox.3qt b/doc/man/man3/qmessagebox.3qt index 9124b7fe6..e5b81bda9 100644 --- a/doc/man/man3/qmessagebox.3qt +++ b/doc/man/man3/qmessagebox.3qt @@ -9,7 +9,7 @@ .SH NAME QMessageBox \- Modal dialog with a short message, an icon, and some buttons .SH SYNOPSIS -\fC#include <qmessagebox.h>\fR +\fC#include <ntqmessagebox.h>\fR .PP Inherits QDialog. .PP @@ -833,7 +833,7 @@ See also text. Set this property's value with setTextFormat() and get this property's value with textFormat(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmessagebox.html +.BR http://doc.trolltech.com/ntqmessagebox.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/qmetaobject.3qt b/doc/man/man3/qmetaobject.3qt index e651283a9..a8923dccd 100644 --- a/doc/man/man3/qmetaobject.3qt +++ b/doc/man/man3/qmetaobject.3qt @@ -9,7 +9,7 @@ .SH NAME QMetaObject \- Meta information about Qt objects .SH SYNOPSIS -\fC#include <qmetaobject.h>\fR +\fC#include <ntqmetaobject.h>\fR .PP .SS "Public Members" .in +1c @@ -159,7 +159,7 @@ Returns the class name of the superclass or 0 if there is no superclass in the Q See also className(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmetaobject.html +.BR http://doc.trolltech.com/ntqmetaobject.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/qmetaproperty.3qt b/doc/man/man3/qmetaproperty.3qt index c432233ce..c13a455f2 100644 --- a/doc/man/man3/qmetaproperty.3qt +++ b/doc/man/man3/qmetaproperty.3qt @@ -9,7 +9,7 @@ .SH NAME QMetaProperty \- Stores meta data about a property .SH SYNOPSIS -\fC#include <qmetaobject.h>\fR +\fC#include <ntqmetaobject.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qmimesource.3qt b/doc/man/man3/qmimesource.3qt index 9cad0528c..3bf6b8654 100644 --- a/doc/man/man3/qmimesource.3qt +++ b/doc/man/man3/qmimesource.3qt @@ -9,7 +9,7 @@ .SH NAME QMimeSource \- Abstraction of objects which provide formatted data of a certain MIME type .SH SYNOPSIS -\fC#include <qmime.h>\fR +\fC#include <ntqmime.h>\fR .PP Inherited by QDragObject and QDropEvent. .PP diff --git a/doc/man/man3/qmimesourcefactory.3qt b/doc/man/man3/qmimesourcefactory.3qt index 7cf8cf7f1..7797f1cab 100644 --- a/doc/man/man3/qmimesourcefactory.3qt +++ b/doc/man/man3/qmimesourcefactory.3qt @@ -9,7 +9,7 @@ .SH NAME QMimeSourceFactory \- Extensible provider of mime-typed data .SH SYNOPSIS -\fC#include <qmime.h>\fR +\fC#include <ntqmime.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qmotifplusstyle.3qt b/doc/man/man3/qmotifplusstyle.3qt index 926daf176..09f5ee9f1 100644 --- a/doc/man/man3/qmotifplusstyle.3qt +++ b/doc/man/man3/qmotifplusstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QMotifPlusStyle \- More sophisticated Motif-ish look and feel .SH SYNOPSIS -\fC#include <qmotifplusstyle.h>\fR +\fC#include <ntqmotifplusstyle.h>\fR .PP Inherits QMotifStyle. .PP @@ -34,7 +34,7 @@ not highlight push buttons, checkboxes, radiobuttons, comboboxes, scrollbars or sliders. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifplusstyle.html +.BR http://doc.trolltech.com/ntqmotifplusstyle.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/qmotifstyle.3qt b/doc/man/man3/qmotifstyle.3qt index 762bf7efc..42b15a3c3 100644 --- a/doc/man/man3/qmotifstyle.3qt +++ b/doc/man/man3/qmotifstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QMotifStyle \- Motif look and feel .SH SYNOPSIS -\fC#include <qmotifstyle.h>\fR +\fC#include <ntqmotifstyle.h>\fR .PP Inherits QCommonStyle. .PP @@ -51,7 +51,7 @@ between the base and the text color; otherwise returns FALSE. The default is FALSE. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmotifstyle.html +.BR http://doc.trolltech.com/ntqmotifstyle.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/qmouseevent.3qt b/doc/man/man3/qmouseevent.3qt index 9b9806cd3..a97241ca1 100644 --- a/doc/man/man3/qmouseevent.3qt +++ b/doc/man/man3/qmouseevent.3qt @@ -9,7 +9,7 @@ .SH NAME QMouseEvent \- Parameters that describe a mouse event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qmoveevent.3qt b/doc/man/man3/qmoveevent.3qt index f34c3889d..a98c6072a 100644 --- a/doc/man/man3/qmoveevent.3qt +++ b/doc/man/man3/qmoveevent.3qt @@ -9,7 +9,7 @@ .SH NAME QMoveEvent \- Event parameters for move events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qmovie.3qt b/doc/man/man3/qmovie.3qt index 2d42419dd..40db5245e 100644 --- a/doc/man/man3/qmovie.3qt +++ b/doc/man/man3/qmovie.3qt @@ -9,7 +9,7 @@ .SH NAME QMovie \- Incremental loading of animations or images, signalling as it progresses .SH SYNOPSIS -\fC#include <qmovie.h>\fR +\fC#include <ntqmovie.h>\fR .PP .SS "Public Members" .in +1c @@ -132,7 +132,7 @@ QMovie objects are explicitly shared. This means that a QMovie copied from anoth .PP The set of data formats supported by QMovie is determined by the decoder factories that have been installed; the format of the input is determined as the input is decoded. .PP -The supported formats are MNG (if Qt is configured with MNG support enabled) and GIF (if Qt is configured with GIF support enabled, see qgif.h). +The supported formats are MNG (if Qt is configured with MNG support enabled) and GIF (if Qt is configured with GIF support enabled, see ntqgif.h). .PP If Qt is configured to support GIF reading, we are required to state that "The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated. .PP @@ -297,7 +297,7 @@ See also pause(). Example: movies/main.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmovie.html +.BR http://doc.trolltech.com/ntqmovie.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/qmutex.3qt b/doc/man/man3/qmutex.3qt index 3536329cc..b4693110d 100644 --- a/doc/man/man3/qmutex.3qt +++ b/doc/man/man3/qmutex.3qt @@ -11,7 +11,7 @@ QMutex \- Access serialization between threads .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qmutex.h>\fR +\fC#include <ntqmutex.h>\fR .PP .SS "Public Members" .in +1c @@ -188,7 +188,7 @@ Unlocks the mutex. Attempting to unlock a mutex in a different thread to the one See also lock() and locked(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmutex.html +.BR http://doc.trolltech.com/ntqmutex.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/qmutexlocker.3qt b/doc/man/man3/qmutexlocker.3qt index 791bbd189..cff0f062f 100644 --- a/doc/man/man3/qmutexlocker.3qt +++ b/doc/man/man3/qmutexlocker.3qt @@ -11,7 +11,7 @@ QMutexLocker \- Simplifies locking and unlocking QMutexes .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qmutex.h>\fR +\fC#include <ntqmutex.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qnetworkoperation.3qt b/doc/man/man3/qnetworkoperation.3qt index f4e84b60e..891803ac6 100644 --- a/doc/man/man3/qnetworkoperation.3qt +++ b/doc/man/man3/qnetworkoperation.3qt @@ -9,7 +9,7 @@ .SH NAME QNetworkOperation \- Common operations for network protocols .SH SYNOPSIS -\fC#include <qnetworkprotocol.h>\fR +\fC#include <ntqnetworkprotocol.h>\fR .PP Inherits QObject. .PP diff --git a/doc/man/man3/qnetworkprotocol.3qt b/doc/man/man3/qnetworkprotocol.3qt index 3d1a15197..4f0e20805 100644 --- a/doc/man/man3/qnetworkprotocol.3qt +++ b/doc/man/man3/qnetworkprotocol.3qt @@ -9,7 +9,7 @@ .SH NAME QNetworkProtocol \- Common API for network protocols .SH SYNOPSIS -\fC#include <qnetworkprotocol.h>\fR +\fC#include <ntqnetworkprotocol.h>\fR .PP Inherits QObject. .PP @@ -361,7 +361,7 @@ Example: network/networkprotocol/nntp.cpp. Returns the QUrlOperator on which the protocol works. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qnetworkprotocol.html +.BR http://doc.trolltech.com/ntqnetworkprotocol.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/qnpinstance.3qt b/doc/man/man3/qnpinstance.3qt index 3b77dfe83..a52b1b0cf 100644 --- a/doc/man/man3/qnpinstance.3qt +++ b/doc/man/man3/qnpinstance.3qt @@ -11,7 +11,7 @@ QNPInstance \- QObject that is a web browser plugin .SH SYNOPSIS This class is part of the \fBQt Netscape Extension\fR. .PP -\fC#include <qnp.h>\fR +\fC#include <ntqnp.h>\fR .PP Inherits QObject. .PP diff --git a/doc/man/man3/qnplugin.3qt b/doc/man/man3/qnplugin.3qt index 33a5feb12..f2ffc6cd4 100644 --- a/doc/man/man3/qnplugin.3qt +++ b/doc/man/man3/qnplugin.3qt @@ -11,7 +11,7 @@ QNPlugin \- The main factory for plugin objects .SH SYNOPSIS This class is part of the \fBQt Netscape Extension\fR. .PP -\fC#include <qnp.h>\fR +\fC#include <ntqnp.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qnpstream.3qt b/doc/man/man3/qnpstream.3qt index e5c858c7d..c0148a716 100644 --- a/doc/man/man3/qnpstream.3qt +++ b/doc/man/man3/qnpstream.3qt @@ -11,7 +11,7 @@ QNPStream \- Stream of data provided to a QNPInstance by the browser .SH SYNOPSIS This class is part of the \fBQt Netscape Extension\fR. .PP -\fC#include <qnp.h>\fR +\fC#include <ntqnp.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qnpwidget.3qt b/doc/man/man3/qnpwidget.3qt index ac17887a5..634bacfad 100644 --- a/doc/man/man3/qnpwidget.3qt +++ b/doc/man/man3/qnpwidget.3qt @@ -11,7 +11,7 @@ QNPWidget \- QWidget that is a web browser plugin window .SH SYNOPSIS This class is part of the \fBQt Netscape Extension\fR. .PP -\fC#include <qnp.h>\fR +\fC#include <ntqnp.h>\fR .PP Inherits QWidget. .PP diff --git a/doc/man/man3/qobject.3qt b/doc/man/man3/qobject.3qt index fe34d199d..8725b0859 100644 --- a/doc/man/man3/qobject.3qt +++ b/doc/man/man3/qobject.3qt @@ -11,7 +11,7 @@ QObject \- The base class of all Qt objects .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qobject.h>\fR +\fC#include <ntqobject.h>\fR .PP Inherits Qt. .PP @@ -278,7 +278,7 @@ Reimplemented in QMainWindow and QSplitter. .SH "const QObjectList * QObject::children () const" Returns a list of child objects, or 0 if this object has no children. .PP -The QObjectList class is defined in the qobjectlist.h header file. +The QObjectList class is defined in the ntqobjectlist.h header file. .PP The first child added is the first object in the list and the last child added is the last object in the list, i.e. new children are appended at the end. .PP @@ -755,7 +755,7 @@ Normlizes the signal or slot definition \fIsignalSlot\fR by removing unnecessary .SH "const QObjectList * QObject::objectTrees ()\fC [static]\fR" Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects. .PP -The QObjectList class is defined in the qobjectlist.h header file. +The QObjectList class is defined in the ntqobjectlist.h header file. .PP The most recent root object created is the first object in the list and the first root object added is the last object in the list. .PP @@ -810,7 +810,7 @@ This somewhat contrived example disables all the buttons in this window: .br .fi .PP -The QObjectList class is defined in the qobjectlist.h header file. +The QObjectList class is defined in the ntqobjectlist.h header file. .PP \fBWarning:\fR Delete the list as soon you have finished using it. The list contains pointers that may become invalid at almost any time without notice (as soon as the user closes a window you may have dangling pointers, for example). .PP @@ -977,7 +977,7 @@ Returns 0 if there is no such child. .fi .SH "SEE ALSO" -.BR http://doc.trolltech.com/qobject.html +.BR http://doc.trolltech.com/ntqobject.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/qobjectcleanuphandler.3qt b/doc/man/man3/qobjectcleanuphandler.3qt index 0698efbee..2e24bc736 100644 --- a/doc/man/man3/qobjectcleanuphandler.3qt +++ b/doc/man/man3/qobjectcleanuphandler.3qt @@ -9,7 +9,7 @@ .SH NAME QObjectCleanupHandler \- Watches the lifetime of multiple QObjects .SH SYNOPSIS -\fC#include <qobjectcleanuphandler.h>\fR +\fC#include <ntqobjectcleanuphandler.h>\fR .PP Inherits QObject. .PP @@ -127,7 +127,7 @@ Removes the \fIobject\fR from this cleanup handler. The object will not be destroyed. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qobjectcleanuphandler.html +.BR http://doc.trolltech.com/ntqobjectcleanuphandler.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/qobjectlist.3qt b/doc/man/man3/qobjectlist.3qt index ed4c7fb96..4375b2e96 100644 --- a/doc/man/man3/qobjectlist.3qt +++ b/doc/man/man3/qobjectlist.3qt @@ -9,7 +9,7 @@ .SH NAME QObjectList \- QPtrList of QObjects .SH SYNOPSIS -\fC#include <qobjectlist.h>\fR +\fC#include <ntqobjectlist.h>\fR .PP Inherits QPtrList<QObject>. .PP @@ -56,7 +56,7 @@ This list is first cleared and then each item in \fIlist\fR is appended to this copied (shallow copy) unless newItem() has been reimplemented(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qobjectlist.html +.BR http://doc.trolltech.com/ntqobjectlist.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/qobjectlistiterator.3qt b/doc/man/man3/qobjectlistiterator.3qt index f3eabeef1..35a7ae28f 100644 --- a/doc/man/man3/qobjectlistiterator.3qt +++ b/doc/man/man3/qobjectlistiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QObjectListIterator \- Iterator for QObjectLists .SH SYNOPSIS -\fC#include <qobjectlist.h>\fR +\fC#include <ntqobjectlist.h>\fR .PP Inherits QPtrListIterator<QObject>. .PP diff --git a/doc/man/man3/qpaintdevice.3qt b/doc/man/man3/qpaintdevice.3qt index d8933e2e9..fd95f0317 100644 --- a/doc/man/man3/qpaintdevice.3qt +++ b/doc/man/man3/qpaintdevice.3qt @@ -9,7 +9,7 @@ .SH NAME QPaintDevice \- The base class of objects that can be painted .SH SYNOPSIS -\fC#include <qpaintdevice.h>\fR +\fC#include <ntqpaintdevice.h>\fR .PP Inherited by QWidget, QPixmap, QPicture, and QPrinter. .PP @@ -204,7 +204,7 @@ Implemented by subclasses that have no direct support for drawing graphics (exte .SH "Qt::HANDLE QPaintDevice::handle () const\fC [virtual]\fR" Returns the window system handle of the paint device, for low-level access. Using this function is not portable. .PP -The HANDLE type varies with platform; see qpaintdevice.h and qwindowdefs.h for details. +The HANDLE type varies with platform; see ntqpaintdevice.h and ntqwindowdefs.h for details. .PP See also x11Display(). .SH "bool QPaintDevice::isExtDev () const" @@ -359,7 +359,7 @@ Overloaded bitBlt() with the destination point \fIdp\fR and source rectangle \fIsr\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpaintdevice.html +.BR http://doc.trolltech.com/ntqpaintdevice.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/qpaintdevicemetrics.3qt b/doc/man/man3/qpaintdevicemetrics.3qt index d400fd81c..0db2fe5ab 100644 --- a/doc/man/man3/qpaintdevicemetrics.3qt +++ b/doc/man/man3/qpaintdevicemetrics.3qt @@ -9,7 +9,7 @@ .SH NAME QPaintDeviceMetrics \- Information about a paint device .SH SYNOPSIS -\fC#include <qpaintdevicemetrics.h>\fR +\fC#include <ntqpaintdevicemetrics.h>\fR .PP .SS "Public Members" .in +1c @@ -91,7 +91,7 @@ Examples: Returns the width of the paint device, measured in millimeters. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpaintdevicemetrics.html +.BR http://doc.trolltech.com/ntqpaintdevicemetrics.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/qpainter.3qt b/doc/man/man3/qpainter.3qt index b94def7a5..477015ed3 100644 --- a/doc/man/man3/qpainter.3qt +++ b/doc/man/man3/qpainter.3qt @@ -9,7 +9,7 @@ .SH NAME QPainter \- Does low-level painting e.g. on widgets .SH SYNOPSIS -\fC#include <qpainter.h>\fR +\fC#include <ntqpainter.h>\fR .PP Inherits Qt. .PP @@ -1575,7 +1575,7 @@ Example: See also xForm() and QWMatrix::map(). .SH RELATED FUNCTION DOCUMENTATION .SH "void qDrawPlainRect ( QPainter * p, int x, int y, int w, int h, const QColor & c, int lineWidth, const QBrush * fill )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws the plain rectangle specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1591,7 +1591,7 @@ If you want to use a QFrame widget instead, you can make it display a plain rect .PP See also qDrawShadeRect() and QStyle::drawPrimitive(). .SH "void qDrawShadeLine ( QPainter * p, int x1, int y1, int x2, int y2, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws a horizontal (\fIy1\fR == \fIy2\fR) or vertical (\fIx1\fR == \fIx2\fR) shaded line using the painter \fIp\fR. .PP @@ -1611,7 +1611,7 @@ If you want to use a QFrame widget instead, you can make it display a shaded lin .PP See also qDrawShadeRect(), qDrawShadePanel(), and QStyle::drawPrimitive(). .SH "void qDrawShadePanel ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, const QBrush * fill )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws the shaded panel specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1629,7 +1629,7 @@ If you want to use a QFrame widget instead, you can make it display a shaded pan .PP See also qDrawWinPanel(), qDrawShadeLine(), qDrawShadeRect(), and QStyle::drawPrimitive(). .SH "void qDrawShadeRect ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth, const QBrush * fill )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws the shaded rectangle specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1649,7 +1649,7 @@ If you want to use a QFrame widget instead, you can make it display a shaded rec .PP See also qDrawShadeLine(), qDrawShadePanel(), qDrawPlainRect(), QStyle::drawItem(), QStyle::drawControl(), and QStyle::drawComplexControl(). .SH "void qDrawWinButton ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, const QBrush * fill )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws the Windows-style button specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1665,7 +1665,7 @@ The button's interior is filled with the \fI*fill\fR brush unless \fIfill\fR is .PP See also qDrawWinPanel() and QStyle::drawControl(). .SH "void qDrawWinPanel ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, const QBrush * fill )" -\fC#include <qdrawutil.h>\fR +\fC#include <ntqdrawutil.h>\fR .PP Draws the Windows-style panel specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1684,7 +1684,7 @@ If you want to use a QFrame widget instead, you can make it display a shaded pan See also qDrawShadePanel(), qDrawWinButton(), and QStyle::drawPrimitive(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpainter.html +.BR http://doc.trolltech.com/ntqpainter.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/qpaintevent.3qt b/doc/man/man3/qpaintevent.3qt index 62db92b7d..c2ed46429 100644 --- a/doc/man/man3/qpaintevent.3qt +++ b/doc/man/man3/qpaintevent.3qt @@ -9,7 +9,7 @@ .SH NAME QPaintEvent \- Event parameters for paint events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qpair.3qt b/doc/man/man3/qpair.3qt index 6637eb5fc..39030007c 100644 --- a/doc/man/man3/qpair.3qt +++ b/doc/man/man3/qpair.3qt @@ -9,7 +9,7 @@ .SH NAME QPair \- Value-based template class that provides a pair of elements .SH SYNOPSIS -\fC#include <qpair.h>\fR +\fC#include <ntqpair.h>\fR .PP .SS "Public Members" .in +1c @@ -75,7 +75,7 @@ This is a template convenience function. It is used to create a QPair<> object that contains \fIt1\fR and \fIt2\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpair.html +.BR http://doc.trolltech.com/ntqpair.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/qpalette.3qt b/doc/man/man3/qpalette.3qt index 6fdf794f7..1e6ef2bef 100644 --- a/doc/man/man3/qpalette.3qt +++ b/doc/man/man3/qpalette.3qt @@ -9,7 +9,7 @@ .SH NAME QPalette \- Color groups for each widget state .SH SYNOPSIS -\fC#include <qpalette.h>\fR +\fC#include <ntqpalette.h>\fR .PP .SS "Public Members" .in +1c @@ -268,7 +268,7 @@ Reads a palette from the stream, \fIs\fR into the palette \fIp\fR, and returns a See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpalette.html +.BR http://doc.trolltech.com/ntqpalette.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/qpen.3qt b/doc/man/man3/qpen.3qt index 36dda8a33..839804684 100644 --- a/doc/man/man3/qpen.3qt +++ b/doc/man/man3/qpen.3qt @@ -9,7 +9,7 @@ .SH NAME QPen \- Defines how a QPainter should draw lines and outlines of shapes .SH SYNOPSIS -\fC#include <qpen.h>\fR +\fC#include <ntqpen.h>\fR .PP Inherits Qt. .PP @@ -262,7 +262,7 @@ Reads a pen from the stream \fIs\fR into \fIp\fR and returns a reference to the See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpen.html +.BR http://doc.trolltech.com/ntqpen.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/qpicture.3qt b/doc/man/man3/qpicture.3qt index 2ae1a5304..cad1469fd 100644 --- a/doc/man/man3/qpicture.3qt +++ b/doc/man/man3/qpicture.3qt @@ -9,7 +9,7 @@ .SH NAME QPicture \- Paint device that records and replays QPainter commands .SH SYNOPSIS -\fC#include <qpicture.h>\fR +\fC#include <ntqpicture.h>\fR .PP Inherits QPaintDevice. .PP @@ -230,7 +230,7 @@ Reads a picture from the stream \fIs\fR into picture \fIr\fR and returns a reference to the stream. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpicture.html +.BR http://doc.trolltech.com/ntqpicture.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/qpixmap.3qt b/doc/man/man3/qpixmap.3qt index 0f6845496..cbb5de253 100644 --- a/doc/man/man3/qpixmap.3qt +++ b/doc/man/man3/qpixmap.3qt @@ -9,7 +9,7 @@ .SH NAME QPixmap \- Off-screen, pixel-based paint device .SH SYNOPSIS -\fC#include <qpixmap.h>\fR +\fC#include <ntqpixmap.h>\fR .PP Inherits QPaintDevice and Qt. .PP @@ -763,7 +763,7 @@ Reads a pixmap from the stream \fIs\fR into the pixmap \fIpixmap\fR. See also QPixmap::load() and Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpixmap.html +.BR http://doc.trolltech.com/ntqpixmap.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/qpixmapcache.3qt b/doc/man/man3/qpixmapcache.3qt index fd88ee1e4..6a0d98af1 100644 --- a/doc/man/man3/qpixmapcache.3qt +++ b/doc/man/man3/qpixmapcache.3qt @@ -9,7 +9,7 @@ .SH NAME QPixmapCache \- Application-global cache for pixmaps .SH SYNOPSIS -\fC#include <qpixmapcache.h>\fR +\fC#include <ntqpixmapcache.h>\fR .PP .SS "Static Public Members" <li class=fn>int \fBcacheLimit\fR () <li class=fn>void \fBsetCacheLimit\fR ( int n ) <li class=fn>QPixmap * \fBfind\fR ( const QString & key ) <li class=fn>bool \fBfind\fR ( const QString & key, QPixmap & pm ) <li class=fn>bool insert ( const QString & key, QPixmap * pm ) \fI(obsolete)\fR <li class=fn>bool \fBinsert\fR ( const QString & key, const QPixmap & pm ) <li class=fn>void \fBremove\fR ( const QString & key ) <li class=fn>void \fBclear\fR () @@ -120,7 +120,7 @@ The default setting is 1024 kilobytes. See also cacheLimit(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpixmapcache.html +.BR http://doc.trolltech.com/ntqpixmapcache.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/qplatinumstyle.3qt b/doc/man/man3/qplatinumstyle.3qt index 18badb9f3..c7bf25e77 100644 --- a/doc/man/man3/qplatinumstyle.3qt +++ b/doc/man/man3/qplatinumstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QPlatinumStyle \- Mac/Platinum look and feel .SH SYNOPSIS -\fC#include <qplatinumstyle.h>\fR +\fC#include <ntqplatinumstyle.h>\fR .PP Inherits QWindowsStyle. .PP @@ -43,7 +43,7 @@ Draws the nifty Macintosh decoration used on sliders using painter \fIp\fR and c Mixes two colors \fIc1\fR and \fIc2\fR to a new color. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qplatinumstyle.html +.BR http://doc.trolltech.com/ntqplatinumstyle.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/qpngimagepacker.3qt b/doc/man/man3/qpngimagepacker.3qt index 73aa3624f..91e7a3bd8 100644 --- a/doc/man/man3/qpngimagepacker.3qt +++ b/doc/man/man3/qpngimagepacker.3qt @@ -9,7 +9,7 @@ .SH NAME QPNGImagePacker \- Creates well-compressed PNG animations .SH SYNOPSIS -\fC#include <qpngio.h>\fR +\fC#include <ntqpngio.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qpoint.3qt b/doc/man/man3/qpoint.3qt index be9ea874e..1d6413f7f 100644 --- a/doc/man/man3/qpoint.3qt +++ b/doc/man/man3/qpoint.3qt @@ -9,7 +9,7 @@ .SH NAME QPoint \- Defines a point in the plane .SH SYNOPSIS -\fC#include <qpoint.h>\fR +\fC#include <ntqpoint.h>\fR .PP .SS "Public Members" .in +1c @@ -352,7 +352,7 @@ Reads a QPoint from the stream \fIs\fR into point \fIp\fR and returns a referenc See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpoint.html +.BR http://doc.trolltech.com/ntqpoint.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/qpointarray.3qt b/doc/man/man3/qpointarray.3qt index 5c8d3fac3..f380085c3 100644 --- a/doc/man/man3/qpointarray.3qt +++ b/doc/man/man3/qpointarray.3qt @@ -9,7 +9,7 @@ .SH NAME QPointArray \- Array of points .SH SYNOPSIS -\fC#include <qpointarray.h>\fR +\fC#include <ntqpointarray.h>\fR .PP Inherits QMemArray<QPoint>. .PP @@ -252,7 +252,7 @@ Reads a point array, \fIa\fR from the stream \fIs\fR and returns a reference to See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpointarray.html +.BR http://doc.trolltech.com/ntqpointarray.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/qpopupmenu.3qt b/doc/man/man3/qpopupmenu.3qt index 10d3fff5f..ded526d1d 100644 --- a/doc/man/man3/qpopupmenu.3qt +++ b/doc/man/man3/qpopupmenu.3qt @@ -9,7 +9,7 @@ .SH NAME QPopupMenu \- Popup menu widget .SH SYNOPSIS -\fC#include <qpopupmenu.h>\fR +\fC#include <ntqpopupmenu.h>\fR .PP Inherits QFrame and QMenuData. .PP @@ -269,7 +269,7 @@ Example: mdi/application.cpp. .SH "QKeySequence QMenuData::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(), QAccel, and qnamespace.h. +See also setAccel(), QAccel, and ntqnamespace.h. .SH "void QPopupMenu::activated ( int id )\fC [signal]\fR" This signal is emitted when a menu item is selected; \fIid\fR is the id of the selected item. .PP @@ -458,7 +458,7 @@ Note that keyboard accelerators in Qt are not application-global, instead they a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .PP Examples: .)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. @@ -469,7 +469,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\ .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QPixmap & pixmap, const QObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -489,7 +489,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QString & text, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -683,7 +683,7 @@ See also removeItem() and clear(). .SH "void QMenuData::setAccel ( const QKeySequence & 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 qnamespace.h contains a list of key codes. +An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file ntqnamespace.h contains a list of key codes. .PP Defining an accelerator key produces a text that is added to the menu item; for instance, CTRL + Key_O produces "Ctrl+O". The text is formatted differently for different platforms. .PP @@ -785,7 +785,7 @@ See also QMenuData::setItemChecked(). Set this property's value with setCheckable() and get this property's value with isCheckable(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpopupmenu.html +.BR http://doc.trolltech.com/ntqpopupmenu.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/qprinter.3qt b/doc/man/man3/qprinter.3qt index dfd2599f6..f3e3afcfe 100644 --- a/doc/man/man3/qprinter.3qt +++ b/doc/man/man3/qprinter.3qt @@ -9,7 +9,7 @@ .SH NAME QPrinter \- Paint device that paints on a printer .SH SYNOPSIS -\fC#include <qprinter.h>\fR +\fC#include <ntqprinter.h>\fR .PP Inherits QPaintDevice. .PP @@ -709,7 +709,7 @@ Returns the Windows page size value as used by the \fCDEVMODE\fR struct (Windows Use pageSize() to get the PageSize, e.g. 'A4', 'Letter', etc. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qprinter.html +.BR http://doc.trolltech.com/ntqprinter.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/qprocess.3qt b/doc/man/man3/qprocess.3qt index 8624d6978..210500110 100644 --- a/doc/man/man3/qprocess.3qt +++ b/doc/man/man3/qprocess.3qt @@ -9,7 +9,7 @@ .SH NAME QProcess \- Used to start external programs and to communicate with them .SH SYNOPSIS -\fC#include <qprocess.h>\fR +\fC#include <ntqprocess.h>\fR .PP Inherits QObject. .PP @@ -496,7 +496,7 @@ This signal is emitted if the data sent to standard input (via writeToStdin()) w See also writeToStdin() and closeStdin(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qprocess.html +.BR http://doc.trolltech.com/ntqprocess.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/qprogressbar.3qt b/doc/man/man3/qprogressbar.3qt index 727586c67..647a1d177 100644 --- a/doc/man/man3/qprogressbar.3qt +++ b/doc/man/man3/qprogressbar.3qt @@ -9,7 +9,7 @@ .SH NAME QProgressBar \- Horizontal progress bar .SH SYNOPSIS -\fC#include <qprogressbar.h>\fR +\fC#include <ntqprogressbar.h>\fR .PP Inherits QFrame. .PP @@ -213,7 +213,7 @@ See also Set this property's value with setTotalSteps() and get this property's value with totalSteps(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qprogressbar.html +.BR http://doc.trolltech.com/ntqprogressbar.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/qprogressdialog.3qt b/doc/man/man3/qprogressdialog.3qt index d7ad2e62f..89cc713ab 100644 --- a/doc/man/man3/qprogressdialog.3qt +++ b/doc/man/man3/qprogressdialog.3qt @@ -9,7 +9,7 @@ .SH NAME QProgressDialog \- Feedback on the progress of a slow operation .SH SYNOPSIS -\fC#include <qprogressdialog.h>\fR +\fC#include <ntqprogressdialog.h>\fR .PP Inherits QDialog. .PP @@ -405,7 +405,7 @@ Use wasCanceled instead. Get this property's value with wasCancelled(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qprogressdialog.html +.BR http://doc.trolltech.com/ntqprogressdialog.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/qptrcollection.3qt b/doc/man/man3/qptrcollection.3qt index 4ba1ebaf2..174e05717 100644 --- a/doc/man/man3/qptrcollection.3qt +++ b/doc/man/man3/qptrcollection.3qt @@ -11,7 +11,7 @@ QPtrCollection \- The base class of most pointer-based Qt collections .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qptrcollection.h>\fR +\fC#include <ntqptrcollection.h>\fR .PP Inherited by QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, QPtrList, QPtrDict, and QPtrVector. .PP @@ -120,7 +120,7 @@ Examples: .)l grapher/grapher.cpp, scribble/scribble.cpp, and table/bigtable/main.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrcollection.html +.BR http://doc.trolltech.com/ntqptrcollection.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/qptrdict.3qt b/doc/man/man3/qptrdict.3qt index 684e420a4..e4d220a95 100644 --- a/doc/man/man3/qptrdict.3qt +++ b/doc/man/man3/qptrdict.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrDict \- Template class that provides a dictionary based on void* keys .SH SYNOPSIS -\fC#include <qptrdict.h>\fR +\fC#include <ntqptrdict.h>\fR .PP Inherits QPtrCollection. .PP @@ -290,7 +290,7 @@ Writes a dictionary item to the stream \fIs\fR and returns a reference to the st See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrdict.html +.BR http://doc.trolltech.com/ntqptrdict.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/qptrdictiterator.3qt b/doc/man/man3/qptrdictiterator.3qt index 8502037f4..154c9d345 100644 --- a/doc/man/man3/qptrdictiterator.3qt +++ b/doc/man/man3/qptrdictiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrDictIterator \- Iterator for QPtrDict collections .SH SYNOPSIS -\fC#include <qptrdict.h>\fR +\fC#include <ntqptrdict.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qptrlist.3qt b/doc/man/man3/qptrlist.3qt index e2d747e01..3d7048b5c 100644 --- a/doc/man/man3/qptrlist.3qt +++ b/doc/man/man3/qptrlist.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrList \- Template class that provides a list .SH SYNOPSIS -\fC#include <qptrlist.h>\fR +\fC#include <ntqptrlist.h>\fR .PP Inherits QPtrCollection. .PP @@ -282,7 +282,7 @@ The virtual function compareItems() can be reimplemented to compare two list ite .PP List items are stored as \fCvoid*\fR in an internal QLNode, which also holds pointers to the next and previous list items. The functions currentNode(), removeNode(), and takeNode() operate directly on the QLNode, but they should be used with care. The data component of the node is available through QLNode::getData(). .PP -The QStrList class defined in qstrlist.h is a list of \fCchar*\fR. It reimplements newItem(), deleteItem() and compareItems(). (But see QStringList for a list of Unicode QStrings.) +The QStrList class defined in ntqstrlist.h is a list of \fCchar*\fR. It reimplements newItem(), deleteItem() and compareItems(). (But see QStringList for a list of Unicode QStrings.) .PP See also QPtrListIterator, Collection Classes, and Non-GUI Classes. .SH MEMBER FUNCTION DOCUMENTATION @@ -693,7 +693,7 @@ The default implementation does nothing. See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrlist.html +.BR http://doc.trolltech.com/ntqptrlist.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/qptrlistiterator.3qt b/doc/man/man3/qptrlistiterator.3qt index 16fa3ae9e..06f1037a1 100644 --- a/doc/man/man3/qptrlistiterator.3qt +++ b/doc/man/man3/qptrlistiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrListIterator \- Iterator for QPtrList collections .SH SYNOPSIS -\fC#include <qptrlist.h>\fR +\fC#include <ntqptrlist.h>\fR .PP Inherited by QObjectListIterator and QStrListIterator. .PP diff --git a/doc/man/man3/qptrqueue.3qt b/doc/man/man3/qptrqueue.3qt index 592506e03..9dbb5e7c9 100644 --- a/doc/man/man3/qptrqueue.3qt +++ b/doc/man/man3/qptrqueue.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrQueue \- Template class that provides a queue .SH SYNOPSIS -\fC#include <qptrqueue.h>\fR +\fC#include <ntqptrqueue.h>\fR .PP .SS "Public Members" .in +1c @@ -161,7 +161,7 @@ The default implementation does nothing. See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrqueue.html +.BR http://doc.trolltech.com/ntqptrqueue.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/qptrstack.3qt b/doc/man/man3/qptrstack.3qt index 34a7db1b1..5632af1d9 100644 --- a/doc/man/man3/qptrstack.3qt +++ b/doc/man/man3/qptrstack.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrStack \- Template class that provides a stack .SH SYNOPSIS -\fC#include <qptrstack.h>\fR +\fC#include <ntqptrstack.h>\fR .PP .SS "Public Members" .in +1c @@ -139,7 +139,7 @@ The default implementation does nothing. See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrstack.html +.BR http://doc.trolltech.com/ntqptrstack.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/qptrvector.3qt b/doc/man/man3/qptrvector.3qt index fc4ad3ada..b513696e7 100644 --- a/doc/man/man3/qptrvector.3qt +++ b/doc/man/man3/qptrvector.3qt @@ -9,7 +9,7 @@ .SH NAME QPtrVector \- Template collection class that provides a vector (array) .SH SYNOPSIS -\fC#include <qptrvector.h>\fR +\fC#include <ntqptrvector.h>\fR .PP Inherits QPtrCollection. .PP @@ -326,7 +326,7 @@ The default implementation does nothing. See also read(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qptrvector.html +.BR http://doc.trolltech.com/ntqptrvector.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/qpushbutton.3qt b/doc/man/man3/qpushbutton.3qt index f737b89cd..b948f949f 100644 --- a/doc/man/man3/qpushbutton.3qt +++ b/doc/man/man3/qpushbutton.3qt @@ -9,7 +9,7 @@ .SH NAME QPushButton \- Command button .SH SYNOPSIS -\fC#include <qpushbutton.h>\fR +\fC#include <ntqpushbutton.h>\fR .PP Inherits QButton. .PP @@ -443,7 +443,7 @@ See also on, toggle(), toggleButton, and toggled(). Set this property's value with setToggleButton(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpushbutton.html +.BR http://doc.trolltech.com/ntqpushbutton.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/qradiobutton.3qt b/doc/man/man3/qradiobutton.3qt index 70f3c708a..0ff9cfa20 100644 --- a/doc/man/man3/qradiobutton.3qt +++ b/doc/man/man3/qradiobutton.3qt @@ -9,7 +9,7 @@ .SH NAME QRadioButton \- Radio button with a text or pixmap label .SH SYNOPSIS -\fC#include <qradiobutton.h>\fR +\fC#include <ntqradiobutton.h>\fR .PP Inherits QButton. .PP @@ -253,7 +253,7 @@ There is no default text. Set this property's value with setText() and get this property's value with text(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qradiobutton.html +.BR http://doc.trolltech.com/ntqradiobutton.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/qrangecontrol.3qt b/doc/man/man3/qrangecontrol.3qt index 77073314c..62f7acf6a 100644 --- a/doc/man/man3/qrangecontrol.3qt +++ b/doc/man/man3/qrangecontrol.3qt @@ -9,7 +9,7 @@ .SH NAME QRangeControl \- Integer value within a range .SH SYNOPSIS -\fC#include <qrangecontrol.h>\fR +\fC#include <ntqrangecontrol.h>\fR .PP Inherited by QDial, QScrollBar, QSlider, and QSpinBox. .PP @@ -269,7 +269,7 @@ Calling this method is useful if you actually implemented a range control widget See also positionFromValue(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qrangecontrol.html +.BR http://doc.trolltech.com/ntqrangecontrol.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/qrect.3qt b/doc/man/man3/qrect.3qt index 1d2cbac6f..6dfe4b92a 100644 --- a/doc/man/man3/qrect.3qt +++ b/doc/man/man3/qrect.3qt @@ -9,7 +9,7 @@ .SH NAME QRect \- Defines a rectangle in the plane .SH SYNOPSIS -\fC#include <qrect.h>\fR +\fC#include <ntqrect.h>\fR .PP .SS "Public Members" .in +1c @@ -229,7 +229,7 @@ The QRect class defines a rectangle in the plane. .PP A rectangle is internally represented as an upper-left corner and a bottom-right corner, but it is normally expressed as an upper-left corner and a size. .PP -The coordinate type is QCOORD (defined in qwindowdefs.h as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). +The coordinate type is QCOORD (defined in ntqwindowdefs.h as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). .PP Note that the size (width and height) of a rectangle might be different from what you are used to. If the top-left corner and the bottom-right corner are the same, the height and the width of the rectangle will both be 1. .PP @@ -637,7 +637,7 @@ Reads a QRect from the stream \fIs\fR into rect \fIr\fR and returns a reference See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qrect.html +.BR http://doc.trolltech.com/ntqrect.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/qregexp.3qt b/doc/man/man3/qregexp.3qt index 540138616..a03ad3af5 100644 --- a/doc/man/man3/qregexp.3qt +++ b/doc/man/man3/qregexp.3qt @@ -11,7 +11,7 @@ QRegExp \- Pattern matching using regular expressions .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qregexp.h>\fR +\fC#include <ntqregexp.h>\fR .PP .SS "Public Members" .in +1c @@ -830,7 +830,7 @@ Returns TRUE if wildcard mode is enabled; otherwise returns FALSE. The default i See also setWildcard(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qregexp.html +.BR http://doc.trolltech.com/ntqregexp.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/qregexpvalidator.3qt b/doc/man/man3/qregexpvalidator.3qt index d73a07a86..60cdaca89 100644 --- a/doc/man/man3/qregexpvalidator.3qt +++ b/doc/man/man3/qregexpvalidator.3qt @@ -9,7 +9,7 @@ .SH NAME QRegExpValidator \- Used to check a string against a .SH SYNOPSIS -\fC#include <qvalidator.h>\fR +\fC#include <ntqvalidator.h>\fR .PP Inherits QValidator. .PP diff --git a/doc/man/man3/qregion.3qt b/doc/man/man3/qregion.3qt index 418209ade..637e3d1ca 100644 --- a/doc/man/man3/qregion.3qt +++ b/doc/man/man3/qregion.3qt @@ -9,7 +9,7 @@ .SH NAME QRegion \- Clip region for a painter .SH SYNOPSIS -\fC#include <qregion.h>\fR +\fC#include <ntqregion.h>\fR .PP .SS "Public Members" .in +1c @@ -363,7 +363,7 @@ Reads a region from the stream \fIs\fR into \fIr\fR and returns a reference to t See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qregion.html +.BR http://doc.trolltech.com/ntqregion.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/qresizeevent.3qt b/doc/man/man3/qresizeevent.3qt index 738847726..593ee4b8b 100644 --- a/doc/man/man3/qresizeevent.3qt +++ b/doc/man/man3/qresizeevent.3qt @@ -9,7 +9,7 @@ .SH NAME QResizeEvent \- Event parameters for resize events .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qscrollbar.3qt b/doc/man/man3/qscrollbar.3qt index 4cdc1fc3d..378de0069 100644 --- a/doc/man/man3/qscrollbar.3qt +++ b/doc/man/man3/qscrollbar.3qt @@ -9,7 +9,7 @@ .SH NAME QScrollBar \- Vertical or horizontal scroll bar .SH SYNOPSIS -\fC#include <qscrollbar.h>\fR +\fC#include <ntqscrollbar.h>\fR .PP Inherits QWidget and QRangeControl. .PP @@ -335,7 +335,7 @@ Set this property's value with setValue() and get this property's value with val See also QRangeControl::value() and prevValue(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qscrollbar.html +.BR http://doc.trolltech.com/ntqscrollbar.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/qscrollview.3qt b/doc/man/man3/qscrollview.3qt index 617341f1a..c44ae2b01 100644 --- a/doc/man/man3/qscrollview.3qt +++ b/doc/man/man3/qscrollview.3qt @@ -9,7 +9,7 @@ .SH NAME QScrollView \- Scrolling area with on-demand scroll bars .SH SYNOPSIS -\fC#include <qscrollview.h>\fR +\fC#include <ntqscrollview.h>\fR .PP Inherits QFrame. .PP @@ -888,7 +888,7 @@ This property holds the horizontal amount of the content that is visible. Get this property's value with visibleWidth(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qscrollview.html +.BR http://doc.trolltech.com/ntqscrollview.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/qsemaphore.3qt b/doc/man/man3/qsemaphore.3qt index da650d94f..5a957fbbf 100644 --- a/doc/man/man3/qsemaphore.3qt +++ b/doc/man/man3/qsemaphore.3qt @@ -11,7 +11,7 @@ QSemaphore \- Robust integer semaphore .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qsemaphore.h>\fR +\fC#include <ntqsemaphore.h>\fR .PP .SS "Public Members" .in +1c @@ -85,7 +85,7 @@ this function will take \fIn\fR accesses and return TRUE. This function does \fInot\fR block. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsemaphore.html +.BR http://doc.trolltech.com/ntqsemaphore.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/qserversocket.3qt b/doc/man/man3/qserversocket.3qt index 10a41400b..3d019e425 100644 --- a/doc/man/man3/qserversocket.3qt +++ b/doc/man/man3/qserversocket.3qt @@ -9,7 +9,7 @@ .SH NAME QServerSocket \- TCP-based server .SH SYNOPSIS -\fC#include <qserversocket.h>\fR +\fC#include <ntqserversocket.h>\fR .PP Inherits QObject. .PP @@ -117,7 +117,7 @@ since this class does all the necessary setup for most client or server socket applications. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qserversocket.html +.BR http://doc.trolltech.com/ntqserversocket.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/qsessionmanager.3qt b/doc/man/man3/qsessionmanager.3qt index 5a7eb0e79..b6028bed9 100644 --- a/doc/man/man3/qsessionmanager.3qt +++ b/doc/man/man3/qsessionmanager.3qt @@ -9,7 +9,7 @@ .SH NAME QSessionManager \- Access to the session manager .SH SYNOPSIS -\fC#include <qsessionmanager.h>\fR +\fC#include <ntqsessionmanager.h>\fR .PP Inherits QObject. .PP @@ -289,7 +289,7 @@ We recommend setting the restart hint in QApplication::saveState() because most See also restartHint(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsessionmanager.html +.BR http://doc.trolltech.com/ntqsessionmanager.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/qsettings.3qt b/doc/man/man3/qsettings.3qt index f9509cb29..8de83c9a5 100644 --- a/doc/man/man3/qsettings.3qt +++ b/doc/man/man3/qsettings.3qt @@ -9,7 +9,7 @@ .SH NAME QSettings \- Persistent platform-independent application settings .SH SYNOPSIS -\fC#include <qsettings.h>\fR +\fC#include <ntqsettings.h>\fR .PP .SS "Public Members" .in +1c @@ -629,7 +629,7 @@ If an error occurs the settings are left unchanged and FALSE is returned; otherw See also readListEntry(), readNumEntry(), readDoubleEntry(), readBoolEntry(), removeEntry(), and QStringList::join(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsettings.html +.BR http://doc.trolltech.com/ntqsettings.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/qsgistyle.3qt b/doc/man/man3/qsgistyle.3qt index 947aa51c3..079871a91 100644 --- a/doc/man/man3/qsgistyle.3qt +++ b/doc/man/man3/qsgistyle.3qt @@ -9,7 +9,7 @@ .SH NAME QSGIStyle \- SGI/Irix look and feel .SH SYNOPSIS -\fC#include <qsgistyle.h>\fR +\fC#include <ntqsgistyle.h>\fR .PP Inherits QMotifStyle. .PP @@ -39,7 +39,7 @@ See also QMotifStyle::useHighlightColors(). Destroys the style. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsgistyle.html +.BR http://doc.trolltech.com/ntqsgistyle.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/qshowevent.3qt b/doc/man/man3/qshowevent.3qt index b32732b41..05a5d489e 100644 --- a/doc/man/man3/qshowevent.3qt +++ b/doc/man/man3/qshowevent.3qt @@ -9,7 +9,7 @@ .SH NAME QShowEvent \- Event which is sent when a widget is shown .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qsignal.3qt b/doc/man/man3/qsignal.3qt index 39f2a832e..be2f63d98 100644 --- a/doc/man/man3/qsignal.3qt +++ b/doc/man/man3/qsignal.3qt @@ -9,7 +9,7 @@ .SH NAME QSignal \- Can be used to send signals for classes that don't inherit QObject .SH SYNOPSIS -\fC#include <qsignal.h>\fR +\fC#include <ntqsignal.h>\fR .PP Inherits QObject. .PP @@ -64,7 +64,7 @@ Example: .PP .nf .br - #include <qsignal.h> + #include <ntqsignal.h> .br .br class MyClass @@ -172,7 +172,7 @@ Sets the signal's parameter to \fIvalue\fR Returns the signal's parameter .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsignal.html +.BR http://doc.trolltech.com/ntqsignal.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/qsignalmapper.3qt b/doc/man/man3/qsignalmapper.3qt index 0d9e85289..411b73c3c 100644 --- a/doc/man/man3/qsignalmapper.3qt +++ b/doc/man/man3/qsignalmapper.3qt @@ -9,7 +9,7 @@ .SH NAME QSignalMapper \- Bundles signals from identifiable senders .SH SYNOPSIS -\fC#include <qsignalmapper.h>\fR +\fC#include <ntqsignalmapper.h>\fR .PP Inherits QObject. .PP @@ -93,7 +93,7 @@ There may be at most one string identifier for each object, and it may not be empty. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsignalmapper.html +.BR http://doc.trolltech.com/ntqsignalmapper.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/qsimplerichtext.3qt b/doc/man/man3/qsimplerichtext.3qt index 18e5e2521..dd7637e27 100644 --- a/doc/man/man3/qsimplerichtext.3qt +++ b/doc/man/man3/qsimplerichtext.3qt @@ -9,7 +9,7 @@ .SH NAME QSimpleRichText \- Small displayable piece of rich text .SH SYNOPSIS -\fC#include <qsimplerichtext.h>\fR +\fC#include <ntqsimplerichtext.h>\fR .PP .SS "Public Members" .in +1c @@ -157,7 +157,7 @@ It may be wider, for example, if the text contains images or non-breakable words See also width(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsimplerichtext.html +.BR http://doc.trolltech.com/ntqsimplerichtext.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/qsize.3qt b/doc/man/man3/qsize.3qt index 199261f48..52166c006 100644 --- a/doc/man/man3/qsize.3qt +++ b/doc/man/man3/qsize.3qt @@ -9,7 +9,7 @@ .SH NAME QSize \- Defines the size of a two-dimensional object .SH SYNOPSIS -\fC#include <qsize.h>\fR +\fC#include <ntqsize.h>\fR .PP .SS "Public Members" .in +1c @@ -127,7 +127,7 @@ The QSize class defines the size of a two-dimensional object. .PP A size is specified by a width and a height. .PP -The coordinate type is QCOORD (defined in \fC<qwindowdefs.h>\fR as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). +The coordinate type is QCOORD (defined in \fC<ntqwindowdefs.h>\fR as \fCint\fR). The minimum value of QCOORD is QCOORD_MIN (-2147483648) and the maximum value is QCOORD_MAX (2147483647). .PP The size can be set in the constructor and changed with setWidth() and setHeight(), or using operator+=(), operator-=(), operator*=() and operator/=(), etc. You can swap the width and height with transpose(). You can get a size which holds the maximum height and width of two sizes using expandedTo(), and the minimum height and width of two sizes using boundedTo(). .PP @@ -345,7 +345,7 @@ Reads the size from the stream \fIs\fR into size \fIsz\fR and returns a referenc See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsize.html +.BR http://doc.trolltech.com/ntqsize.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/qsizegrip.3qt b/doc/man/man3/qsizegrip.3qt index 4d61fceaf..0cacb8227 100644 --- a/doc/man/man3/qsizegrip.3qt +++ b/doc/man/man3/qsizegrip.3qt @@ -9,7 +9,7 @@ .SH NAME QSizeGrip \- Corner-grip for resizing a top-level window .SH SYNOPSIS -\fC#include <qsizegrip.h>\fR +\fC#include <ntqsizegrip.h>\fR .PP Inherits QWidget. .PP @@ -75,7 +75,7 @@ Returns the size grip's size hint; this is a small size. Reimplemented from QWidget. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsizegrip.html +.BR http://doc.trolltech.com/ntqsizegrip.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/qsizepolicy.3qt b/doc/man/man3/qsizepolicy.3qt index 3b8e5bbfb..067a11692 100644 --- a/doc/man/man3/qsizepolicy.3qt +++ b/doc/man/man3/qsizepolicy.3qt @@ -9,7 +9,7 @@ .SH NAME QSizePolicy \- Layout attribute describing horizontal and vertical resizing policy .SH SYNOPSIS -\fC#include <qsizepolicy.h>\fR +\fC#include <ntqsizepolicy.h>\fR .PP .SS "Public Members" .in +1c @@ -213,7 +213,7 @@ Returns the vertical stretch factor of the size policy. See also setVerStretch() and horStretch(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsizepolicy.html +.BR http://doc.trolltech.com/ntqsizepolicy.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/qsjiscodec.3qt b/doc/man/man3/qsjiscodec.3qt index 307176ed9..cbfd3ba48 100644 --- a/doc/man/man3/qsjiscodec.3qt +++ b/doc/man/man3/qsjiscodec.3qt @@ -11,7 +11,7 @@ QSjisCodec \- Conversion to and from Shift-JIS .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qsjiscodec.h>\fR +\fC#include <ntqsjiscodec.h>\fR .PP Inherits QTextCodec. .PP @@ -58,7 +58,7 @@ Returns the codec's mime name. Reimplemented from QTextCodec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsjiscodec.html +.BR http://doc.trolltech.com/ntqsjiscodec.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/qslider.3qt b/doc/man/man3/qslider.3qt index 2d449a9d1..52f262ecc 100644 --- a/doc/man/man3/qslider.3qt +++ b/doc/man/man3/qslider.3qt @@ -9,7 +9,7 @@ .SH NAME QSlider \- Vertical or horizontal slider .SH SYNOPSIS -\fC#include <qslider.h>\fR +\fC#include <ntqslider.h>\fR .PP Inherits QWidget and QRangeControl. .PP @@ -365,7 +365,7 @@ Set this property's value with setValue() and get this property's value with val See also QRangeControl::value() and prevValue(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qslider.html +.BR http://doc.trolltech.com/ntqslider.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/qsocket.3qt b/doc/man/man3/qsocket.3qt index 05c70d0a7..c552ba46e 100644 --- a/doc/man/man3/qsocket.3qt +++ b/doc/man/man3/qsocket.3qt @@ -9,7 +9,7 @@ .SH NAME QSocket \- Buffered TCP connection .SH SYNOPSIS -\fC#include <qsocket.h>\fR +\fC#include <ntqsocket.h>\fR .PP Inherits QObject and QIODevice. .PP @@ -446,7 +446,7 @@ Example: network/networkprotocol/nntp.cpp. Reimplemented from QIODevice. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsocket.html +.BR http://doc.trolltech.com/ntqsocket.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/qsocketdevice.3qt b/doc/man/man3/qsocketdevice.3qt index d18322eed..2a922fa1f 100644 --- a/doc/man/man3/qsocketdevice.3qt +++ b/doc/man/man3/qsocketdevice.3qt @@ -9,7 +9,7 @@ .SH NAME QSocketDevice \- Platform-independent low-level socket API .SH SYNOPSIS -\fC#include <qsocketdevice.h>\fR +\fC#include <ntqsocketdevice.h>\fR .PP Inherits QIODevice. .PP @@ -348,7 +348,7 @@ This is used for QSocketDevice::Datagram sockets. You must specify the \fIhost\fR and \fIport\fR of the destination of the data. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsocketdevice.html +.BR http://doc.trolltech.com/ntqsocketdevice.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/qsocketnotifier.3qt b/doc/man/man3/qsocketnotifier.3qt index 65f5fbe9d..dc36c6197 100644 --- a/doc/man/man3/qsocketnotifier.3qt +++ b/doc/man/man3/qsocketnotifier.3qt @@ -9,7 +9,7 @@ .SH NAME QSocketNotifier \- Support for socket callbacks .SH SYNOPSIS -\fC#include <qsocketnotifier.h>\fR +\fC#include <ntqsocketnotifier.h>\fR .PP Inherits QObject. .PP @@ -132,7 +132,7 @@ Returns the socket event type specified to the constructor: QSocketNotifier::Rea See also socket(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsocketnotifier.html +.BR http://doc.trolltech.com/ntqsocketnotifier.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/qsound.3qt b/doc/man/man3/qsound.3qt index 4f19488b4..a2f2ac35f 100644 --- a/doc/man/man3/qsound.3qt +++ b/doc/man/man3/qsound.3qt @@ -9,7 +9,7 @@ .SH NAME QSound \- Access to the platform audio facilities .SH SYNOPSIS -\fC#include <qsound.h>\fR +\fC#include <ntqsound.h>\fR .PP Inherits QObject. .PP @@ -142,7 +142,7 @@ On Windows the current loop will finish if a sound is played in a loop. See also play(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsound.html +.BR http://doc.trolltech.com/ntqsound.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/qspaceritem.3qt b/doc/man/man3/qspaceritem.3qt index ac65958ac..171450f68 100644 --- a/doc/man/man3/qspaceritem.3qt +++ b/doc/man/man3/qspaceritem.3qt @@ -9,7 +9,7 @@ .SH NAME QSpacerItem \- Blank space in a layout .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QLayoutItem. .PP diff --git a/doc/man/man3/qspinbox.3qt b/doc/man/man3/qspinbox.3qt index 926ffc54a..0d4d34d72 100644 --- a/doc/man/man3/qspinbox.3qt +++ b/doc/man/man3/qspinbox.3qt @@ -9,7 +9,7 @@ .SH NAME QSpinBox \- Spin box widget (spin button) .SH SYNOPSIS -\fC#include <qspinbox.h>\fR +\fC#include <ntqspinbox.h>\fR .PP Inherits QWidget and QRangeControl. .PP @@ -547,7 +547,7 @@ See also minValue, maxValue, and setRange(). Set this property's value with setWrapping() and get this property's value with wrapping(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qspinbox.html +.BR http://doc.trolltech.com/ntqspinbox.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/qsplashscreen.3qt b/doc/man/man3/qsplashscreen.3qt index d9d7c3e04..c8670868b 100644 --- a/doc/man/man3/qsplashscreen.3qt +++ b/doc/man/man3/qsplashscreen.3qt @@ -9,7 +9,7 @@ .SH NAME QSplashScreen \- Splash screen that can be shown during application startup .SH SYNOPSIS -\fC#include <qsplashscreen.h>\fR +\fC#include <ntqsplashscreen.h>\fR .PP Inherits QWidget. .PP @@ -157,7 +157,7 @@ Sets the pixmap that will be used as the splash screen's image to \fIpixmap\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsplashscreen.html +.BR http://doc.trolltech.com/ntqsplashscreen.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/qsplitter.3qt b/doc/man/man3/qsplitter.3qt index 4ac4a6ace..c237b198e 100644 --- a/doc/man/man3/qsplitter.3qt +++ b/doc/man/man3/qsplitter.3qt @@ -9,7 +9,7 @@ .SH NAME QSplitter \- Implements a splitter widget .SH SYNOPSIS -\fC#include <qsplitter.h>\fR +\fC#include <ntqsplitter.h>\fR .PP Inherits QFrame. .PP @@ -307,7 +307,7 @@ Reads the sizes and the hidden state of the widgets in the splitter \fIsplitter\ See also operator<<(), setSizes(), and QWidget::hide(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsplitter.html +.BR http://doc.trolltech.com/ntqsplitter.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/qsql.3qt b/doc/man/man3/qsql.3qt index 9366e4ab2..723e9ca46 100644 --- a/doc/man/man3/qsql.3qt +++ b/doc/man/man3/qsql.3qt @@ -9,7 +9,7 @@ .SH NAME QSql \- Namespace for Qt SQL identifiers that need to be global-like .SH SYNOPSIS -\fC#include <qsql.h>\fR +\fC#include <ntqsql.h>\fR .PP .SS "Public Members" .in +1c @@ -86,7 +86,7 @@ This enum type describes types of tables Constructs a Qt SQL namespace class .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsql.html +.BR http://doc.trolltech.com/ntqsql.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/qsqlcursor.3qt b/doc/man/man3/qsqlcursor.3qt index 166665bcb..4f73ae6a3 100644 --- a/doc/man/man3/qsqlcursor.3qt +++ b/doc/man/man3/qsqlcursor.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlCursor \- Browsing and editing of SQL tables and views .SH SYNOPSIS -\fC#include <qsqlcursor.h>\fR +\fC#include <ntqsqlcursor.h>\fR .PP Inherits QSqlRecord and QSqlQuery. .PP @@ -636,7 +636,7 @@ If \fIinvalidate\fR is TRUE (the default), the cursor can no longer be navigated See also primeUpdate(), setMode(), and lastError(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlcursor.html +.BR http://doc.trolltech.com/ntqsqlcursor.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/qsqldatabase.3qt b/doc/man/man3/qsqldatabase.3qt index e5c33941f..af1bdd7b7 100644 --- a/doc/man/man3/qsqldatabase.3qt +++ b/doc/man/man3/qsqldatabase.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlDatabase \- Used to create SQL database connections and to provide transaction handling .SH SYNOPSIS -\fC#include <qsqldatabase.h>\fR +\fC#include <ntqsqldatabase.h>\fR .PP Inherits QObject. .PP @@ -641,7 +641,7 @@ There is no default value. Set this property's value with setUserName() and get this property's value with userName(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqldatabase.html +.BR http://doc.trolltech.com/ntqsqldatabase.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/qsqldriver.3qt b/doc/man/man3/qsqldriver.3qt index cce040729..b3d0f239f 100644 --- a/doc/man/man3/qsqldriver.3qt +++ b/doc/man/man3/qsqldriver.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlDriver \- Abstract base class for accessing SQL databases .SH SYNOPSIS -\fC#include <qsqldriver.h>\fR +\fC#include <ntqsqldriver.h>\fR .PP Inherits QObject. .PP @@ -228,7 +228,7 @@ The \fItableType\fR argument describes what types of tables should be returned. See also QSql::TableType. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqldriver.html +.BR http://doc.trolltech.com/ntqsqldriver.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/qsqldriverplugin.3qt b/doc/man/man3/qsqldriverplugin.3qt index b8211b17a..b2a495265 100644 --- a/doc/man/man3/qsqldriverplugin.3qt +++ b/doc/man/man3/qsqldriverplugin.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlDriverPlugin \- Abstract base for custom QSqlDriver plugins .SH SYNOPSIS -\fC#include <qsqldriverplugin.h>\fR +\fC#include <ntqsqldriverplugin.h>\fR .PP .SS "Public Members" .in +1c @@ -53,7 +53,7 @@ These keys are usually the class names of the custom drivers that are implemente See also create(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqldriverplugin.html +.BR http://doc.trolltech.com/ntqsqldriverplugin.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/qsqleditorfactory.3qt b/doc/man/man3/qsqleditorfactory.3qt index be84f9709..46e7333ec 100644 --- a/doc/man/man3/qsqleditorfactory.3qt +++ b/doc/man/man3/qsqleditorfactory.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlEditorFactory \- Used to create the editors used by QDataTable and QSqlForm .SH SYNOPSIS -\fC#include <qsqleditorfactory.h>\fR +\fC#include <ntqsqleditorfactory.h>\fR .PP Inherits QEditorFactory. .PP @@ -68,7 +68,7 @@ QDataTable and QSqlForm instantiations will use this new factory for creating field editors. \fIQSqlEditorFactory takes ownership of \a factory, and destroys it when it is no longer needed.\fR .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqleditorfactory.html +.BR http://doc.trolltech.com/ntqsqleditorfactory.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/qsqlerror.3qt b/doc/man/man3/qsqlerror.3qt index a44b50276..b8c1f7749 100644 --- a/doc/man/man3/qsqlerror.3qt +++ b/doc/man/man3/qsqlerror.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlError \- SQL database error information .SH SYNOPSIS -\fC#include <qsqlerror.h>\fR +\fC#include <ntqsqlerror.h>\fR .PP .SS "Public Members" .in +1c @@ -117,7 +117,7 @@ Returns the error type, or -1 if the type cannot be determined. See also QSqlError::Type. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlerror.html +.BR http://doc.trolltech.com/ntqsqlerror.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/qsqlfield.3qt b/doc/man/man3/qsqlfield.3qt index 731ec59bf..f39ce8e8b 100644 --- a/doc/man/man3/qsqlfield.3qt +++ b/doc/man/man3/qsqlfield.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlField \- Manipulates the fields in SQL database tables and views .SH SYNOPSIS -\fC#include <qsqlfield.h>\fR +\fC#include <ntqsqlfield.h>\fR .PP .SS "Public Members" .in +1c @@ -174,7 +174,7 @@ Returns the value of the field as a QVariant. Example: sql/overview/table4/main.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlfield.html +.BR http://doc.trolltech.com/ntqsqlfield.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/qsqlfieldinfo.3qt b/doc/man/man3/qsqlfieldinfo.3qt index 36378c86c..c616e031c 100644 --- a/doc/man/man3/qsqlfieldinfo.3qt +++ b/doc/man/man3/qsqlfieldinfo.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlFieldInfo \- Stores meta data associated with a SQL field .SH SYNOPSIS -\fC#include <qsqlfield.h>\fR +\fC#include <ntqsqlfield.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qsqlform.3qt b/doc/man/man3/qsqlform.3qt index 508bc02a7..d273db32b 100644 --- a/doc/man/man3/qsqlform.3qt +++ b/doc/man/man3/qsqlform.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlForm \- Creates and manages data entry forms tied to SQL databases .SH SYNOPSIS -\fC#include <qsqlform.h>\fR +\fC#include <ntqsqlform.h>\fR .PP Inherits QObject. .PP @@ -219,7 +219,7 @@ Updates the SQL fields with values from the widgets they are mapped to. To actua Example: sql/overview/form2/main.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlform.html +.BR http://doc.trolltech.com/ntqsqlform.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/qsqlindex.3qt b/doc/man/man3/qsqlindex.3qt index bb0df4432..a9893b6bf 100644 --- a/doc/man/man3/qsqlindex.3qt +++ b/doc/man/man3/qsqlindex.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlIndex \- Functions to manipulate and describe QSqlCursor and QSqlDatabase indexes .SH SYNOPSIS -\fC#include <qsqlindex.h>\fR +\fC#include <ntqsqlindex.h>\fR .PP Inherits QSqlRecord. .PP @@ -101,7 +101,7 @@ If \fIdesc\fR is TRUE, field \fIi\fR is sorted in descending order. Otherwise, f Sets the name of the index to \fIname\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlindex.html +.BR http://doc.trolltech.com/ntqsqlindex.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/qsqlpropertymap.3qt b/doc/man/man3/qsqlpropertymap.3qt index 3642e919c..03a86b3d8 100644 --- a/doc/man/man3/qsqlpropertymap.3qt +++ b/doc/man/man3/qsqlpropertymap.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlPropertyMap \- Used to map widgets to SQL fields .SH SYNOPSIS -\fC#include <qsqlpropertymap.h>\fR +\fC#include <ntqsqlpropertymap.h>\fR .PP .SS "Public Members" .in +1c @@ -147,7 +147,7 @@ Removes \fIclassname\fR from the map. Sets the property of \fIwidget\fR to \fIvalue\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlpropertymap.html +.BR http://doc.trolltech.com/ntqsqlpropertymap.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/qsqlquery.3qt b/doc/man/man3/qsqlquery.3qt index 978e47e96..b6c816cd3 100644 --- a/doc/man/man3/qsqlquery.3qt +++ b/doc/man/man3/qsqlquery.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlQuery \- Means of executing and manipulating SQL statements .SH SYNOPSIS -\fC#include <qsqlquery.h>\fR +\fC#include <ntqsqlquery.h>\fR .PP Inherited by QSqlCursor. .PP @@ -542,7 +542,7 @@ Examples: .)l sql/overview/basicbrowsing/main.cpp, sql/overview/basicbrowsing2/main.cpp, sql/overview/retrieve1/main.cpp, sql/overview/subclass3/main.cpp, sql/overview/subclass4/main.cpp, sql/overview/subclass5/main.cpp, and sql/overview/table4/main.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlquery.html +.BR http://doc.trolltech.com/ntqsqlquery.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/qsqlrecord.3qt b/doc/man/man3/qsqlrecord.3qt index 211a1abe4..2dfed667f 100644 --- a/doc/man/man3/qsqlrecord.3qt +++ b/doc/man/man3/qsqlrecord.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlRecord \- Encapsulates a database record, i.e. a set of database fields .SH SYNOPSIS -\fC#include <qsqlrecord.h>\fR +\fC#include <ntqsqlrecord.h>\fR .PP Inherited by QSqlCursor and QSqlIndex. .PP @@ -243,7 +243,7 @@ Returns the value of the field called \fIname\fR in the record. If field \fIname\fR does not exist the resultant behaviour is undefined. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlrecord.html +.BR http://doc.trolltech.com/ntqsqlrecord.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/qsqlrecordinfo.3qt b/doc/man/man3/qsqlrecordinfo.3qt index 122005ca1..d6a6f8b4a 100644 --- a/doc/man/man3/qsqlrecordinfo.3qt +++ b/doc/man/man3/qsqlrecordinfo.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlRecordInfo \- Encapsulates a set of database field meta data .SH SYNOPSIS -\fC#include <qsqlrecord.h>\fR +\fC#include <ntqsqlrecord.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qsqlresult.3qt b/doc/man/man3/qsqlresult.3qt index f9d8e08b7..e8f41b5cf 100644 --- a/doc/man/man3/qsqlresult.3qt +++ b/doc/man/man3/qsqlresult.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlResult \- Abstract interface for accessing data from SQL databases .SH SYNOPSIS -\fC#include <qsqlresult.h>\fR +\fC#include <ntqsqlresult.h>\fR .PP .SS "Public Members" .in +1c @@ -164,7 +164,7 @@ Protected function provided for derived classes to indicate whether or not the c Returns the size of the result or -1 if it cannot be determined. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlresult.html +.BR http://doc.trolltech.com/ntqsqlresult.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/qsqlselectcursor.3qt b/doc/man/man3/qsqlselectcursor.3qt index ff5441c67..d5e50e0ad 100644 --- a/doc/man/man3/qsqlselectcursor.3qt +++ b/doc/man/man3/qsqlselectcursor.3qt @@ -9,7 +9,7 @@ .SH NAME QSqlSelectCursor \- Browsing of general SQL SELECT statements .SH SYNOPSIS -\fC#include <qsqlselectcursor.h>\fR +\fC#include <ntqsqlselectcursor.h>\fR .PP Inherits QSqlCursor. .PP @@ -66,7 +66,7 @@ Constructs a copy of \fIother\fR Destroys the object and frees any allocated resources .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsqlselectcursor.html +.BR http://doc.trolltech.com/ntqsqlselectcursor.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/qstatusbar.3qt b/doc/man/man3/qstatusbar.3qt index c6acaaec0..e24a1e912 100644 --- a/doc/man/man3/qstatusbar.3qt +++ b/doc/man/man3/qstatusbar.3qt @@ -9,7 +9,7 @@ .SH NAME QStatusBar \- Horizontal bar suitable for presenting status information .SH SYNOPSIS -\fC#include <qstatusbar.h>\fR +\fC#include <ntqstatusbar.h>\fR .PP Inherits QWidget. .PP @@ -184,7 +184,7 @@ Enables or disables the QSizeGrip in the bottom right of the status bar. By defa Set this property's value with setSizeGripEnabled() and get this property's value with isSizeGripEnabled(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstatusbar.html +.BR http://doc.trolltech.com/ntqstatusbar.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/qstoreddrag.3qt b/doc/man/man3/qstoreddrag.3qt index f83c210d5..f54246ba8 100644 --- a/doc/man/man3/qstoreddrag.3qt +++ b/doc/man/man3/qstoreddrag.3qt @@ -9,7 +9,7 @@ .SH NAME QStoredDrag \- Simple stored-value drag object for arbitrary MIME data .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QDragObject. .PP diff --git a/doc/man/man3/qstrilist.3qt b/doc/man/man3/qstrilist.3qt index ace82c838..3101da6ee 100644 --- a/doc/man/man3/qstrilist.3qt +++ b/doc/man/man3/qstrilist.3qt @@ -9,7 +9,7 @@ .SH NAME QStrIList \- Doubly-linked list of char* with case-insensitive comparison .SH SYNOPSIS -\fC#include <qstrlist.h>\fR +\fC#include <ntqstrlist.h>\fR .PP Inherits QStrList. .PP diff --git a/doc/man/man3/qstring.3qt b/doc/man/man3/qstring.3qt index 1e41f0af6..e93ca2523 100644 --- a/doc/man/man3/qstring.3qt +++ b/doc/man/man3/qstring.3qt @@ -11,7 +11,7 @@ QString \- Abstraction of Unicode text and the classic C '\0'-terminated cha .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qstring.h>\fR +\fC#include <ntqstring.h>\fR .PP .SS "Public Members" .in +1c @@ -2528,7 +2528,7 @@ Reads a string from the stream \fIs\fR into string \fIstr\fR. See also Format of the QDataStream operators .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstring.html +.BR http://doc.trolltech.com/ntqstring.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/qstringlist.3qt b/doc/man/man3/qstringlist.3qt index a27a2d32b..03cc75a9f 100644 --- a/doc/man/man3/qstringlist.3qt +++ b/doc/man/man3/qstringlist.3qt @@ -11,7 +11,7 @@ QStringList \- List of strings .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qstringlist.h>\fR +\fC#include <ntqstringlist.h>\fR .PP Inherits QValueList<QString>. .PP @@ -311,7 +311,7 @@ This version of the function uses a QChar as separator, rather than a regular ex See also join() and QString::section(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstringlist.html +.BR http://doc.trolltech.com/ntqstringlist.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/qstrlist.3qt b/doc/man/man3/qstrlist.3qt index 650d01832..ca3f52beb 100644 --- a/doc/man/man3/qstrlist.3qt +++ b/doc/man/man3/qstrlist.3qt @@ -9,7 +9,7 @@ .SH NAME QStrList \- Doubly-linked list of char* .SH SYNOPSIS -\fC#include <qstrlist.h>\fR +\fC#include <ntqstrlist.h>\fR .PP Inherits QPtrList<char>. .PP @@ -67,7 +67,7 @@ Only the pointers are copied (shallow copy) if the other list does not use deep copies. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstrlist.html +.BR http://doc.trolltech.com/ntqstrlist.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/qstrlistiterator.3qt b/doc/man/man3/qstrlistiterator.3qt index 67c3a36c9..5a4b67194 100644 --- a/doc/man/man3/qstrlistiterator.3qt +++ b/doc/man/man3/qstrlistiterator.3qt @@ -9,7 +9,7 @@ .SH NAME QStrListIterator \- Iterator for the QStrList and QStrIList classes .SH SYNOPSIS -\fC#include <qstrlist.h>\fR +\fC#include <ntqstrlist.h>\fR .PP Inherits QPtrListIterator<char>. .PP diff --git a/doc/man/man3/qstyle.3qt b/doc/man/man3/qstyle.3qt index d1f7192cd..a1471b082 100644 --- a/doc/man/man3/qstyle.3qt +++ b/doc/man/man3/qstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QStyle \- The look and feel of a GUI .SH SYNOPSIS -\fC#include <qstyle.h>\fR +\fC#include <ntqstyle.h>\fR .PP Inherits QObject. .PP @@ -1064,7 +1064,7 @@ Returns the rect \fIlogical\fR in screen coordinates. The rect \fIbounding\fR is See also QApplication::reverseLayout(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstyle.html +.BR http://doc.trolltech.com/ntqstyle.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/qstylefactory.3qt b/doc/man/man3/qstylefactory.3qt index 6dca46ccb..48d60f64e 100644 --- a/doc/man/man3/qstylefactory.3qt +++ b/doc/man/man3/qstylefactory.3qt @@ -9,7 +9,7 @@ .SH NAME QStyleFactory \- Creates QStyle objects .SH SYNOPSIS -\fC#include <qstylefactory.h>\fR +\fC#include <ntqstylefactory.h>\fR .PP .SS "Static Public Members" <li class=fn>QStringList \fBkeys\fR () <li class=fn>QStyle * \fBcreate\fR ( const QString & key ) @@ -36,7 +36,7 @@ See also create(). Example: themes/themes.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstylefactory.html +.BR http://doc.trolltech.com/ntqstylefactory.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/qstyleoption.3qt b/doc/man/man3/qstyleoption.3qt index 58c40a8f1..917db501b 100644 --- a/doc/man/man3/qstyleoption.3qt +++ b/doc/man/man3/qstyleoption.3qt @@ -9,7 +9,7 @@ .SH NAME QStyleOption \- Optional parameters for QStyle functions .SH SYNOPSIS -\fC#include <qstyle.h>\fR +\fC#include <ntqstyle.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qstyleplugin.3qt b/doc/man/man3/qstyleplugin.3qt index 1c26aa559..310c16f73 100644 --- a/doc/man/man3/qstyleplugin.3qt +++ b/doc/man/man3/qstyleplugin.3qt @@ -9,7 +9,7 @@ .SH NAME QStylePlugin \- Abstract base for custom QStyle plugins .SH SYNOPSIS -\fC#include <qstyleplugin.h>\fR +\fC#include <ntqstyleplugin.h>\fR .PP .SS "Public Members" .in +1c @@ -53,7 +53,7 @@ These keys are usually the class names of the custom styles that are implemented See also create(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstyleplugin.html +.BR http://doc.trolltech.com/ntqstyleplugin.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/qstylesheet.3qt b/doc/man/man3/qstylesheet.3qt index e167aa0ff..0c2070664 100644 --- a/doc/man/man3/qstylesheet.3qt +++ b/doc/man/man3/qstylesheet.3qt @@ -9,7 +9,7 @@ .SH NAME QStyleSheet \- Collection of styles for rich text rendering and a generator of tags .SH SYNOPSIS -\fC#include <qstylesheet.h>\fR +\fC#include <ntqstylesheet.h>\fR .PP Inherits QObject. .PP @@ -199,7 +199,7 @@ Generates an internal object for the tag called \fIname\fR, given the attributes This function should not be used in application code. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstylesheet.html +.BR http://doc.trolltech.com/ntqstylesheet.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/qstylesheetitem.3qt b/doc/man/man3/qstylesheetitem.3qt index 8ee9c726d..f3e5af904 100644 --- a/doc/man/man3/qstylesheetitem.3qt +++ b/doc/man/man3/qstylesheetitem.3qt @@ -9,7 +9,7 @@ .SH NAME QStyleSheetItem \- Encapsulation of a set of text styles .SH SYNOPSIS -\fC#include <qstylesheet.h>\fR +\fC#include <ntqstylesheet.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qsyntaxhighlighter.3qt b/doc/man/man3/qsyntaxhighlighter.3qt index f004c841d..86d62b4dd 100644 --- a/doc/man/man3/qsyntaxhighlighter.3qt +++ b/doc/man/man3/qsyntaxhighlighter.3qt @@ -9,7 +9,7 @@ .SH NAME QSyntaxHighlighter \- Base class for implementing QTextEdit syntax highlighters .SH SYNOPSIS -\fC#include <qsyntaxhighlighter.h>\fR +\fC#include <ntqsyntaxhighlighter.h>\fR .PP Inherits Qt. .PP @@ -95,7 +95,7 @@ Returns the QTextEdit on which this syntax highlighter is installed .SH "SEE ALSO" -.BR http://doc.trolltech.com/qsyntaxhighlighter.html +.BR http://doc.trolltech.com/ntqsyntaxhighlighter.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/qt.3qt b/doc/man/man3/qt.3qt index 368cabd6f..afd5f5607 100644 --- a/doc/man/man3/qt.3qt +++ b/doc/man/man3/qt.3qt @@ -9,7 +9,7 @@ .SH NAME Qt \- Namespace for miscellaneous identifiers that need to be global-like .SH SYNOPSIS -\fC#include <qnamespace.h>\fR +\fC#include <ntqnamespace.h>\fR .PP Inherited by QObject, QPixmap, QBrush, QCanvasItem, QCursor, QPainter, QEvent, QIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, QPen, QStyleSheetItem, QSyntaxHighlighter, QTab, QTableItem, QThread, QToolTip, and QWhatsThis. .PP @@ -1426,7 +1426,7 @@ The states are \fCQt::WV_CE_based\fR .SH "SEE ALSO" -.BR http://doc.trolltech.com/qt.html +.BR http://doc.trolltech.com/ntqt.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/qtab.3qt b/doc/man/man3/qtab.3qt index ca9eb9b3e..6c1247a69 100644 --- a/doc/man/man3/qtab.3qt +++ b/doc/man/man3/qtab.3qt @@ -9,7 +9,7 @@ .SH NAME QTab \- The structures in a QTabBar .SH SYNOPSIS -\fC#include <qtabbar.h>\fR +\fC#include <ntqtabbar.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qtabbar.3qt b/doc/man/man3/qtabbar.3qt index 62a9abf59..a953d3a4d 100644 --- a/doc/man/man3/qtabbar.3qt +++ b/doc/man/man3/qtabbar.3qt @@ -9,7 +9,7 @@ .SH NAME QTabBar \- Tab bar, e.g. for use in tabbed dialogs .SH SYNOPSIS -\fC#include <qtabbar.h>\fR +\fC#include <ntqtabbar.h>\fR .PP Inherits QWidget. .PP @@ -307,7 +307,7 @@ See also Shape. Set this property's value with setShape() and get this property's value with shape(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtabbar.html +.BR http://doc.trolltech.com/ntqtabbar.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/qtabdialog.3qt b/doc/man/man3/qtabdialog.3qt index ff7c3c72b..4ef7f2751 100644 --- a/doc/man/man3/qtabdialog.3qt +++ b/doc/man/man3/qtabdialog.3qt @@ -9,7 +9,7 @@ .SH NAME QTabDialog \- Stack of tabbed widgets .SH SYNOPSIS -\fC#include <qtabdialog.h>\fR +\fC#include <ntqtabdialog.h>\fR .PP Inherits QDialog. .PP @@ -439,7 +439,7 @@ See also setTabBar(). Returns the text in the tab for page \fIw\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtabdialog.html +.BR http://doc.trolltech.com/ntqtabdialog.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/qtable.3qt b/doc/man/man3/qtable.3qt index 16ce0f622..d55d35570 100644 --- a/doc/man/man3/qtable.3qt +++ b/doc/man/man3/qtable.3qt @@ -9,7 +9,7 @@ .SH NAME QTable \- Flexible editable table widget .SH SYNOPSIS -\fC#include <qtable.h>\fR +\fC#include <ntqtable.h>\fR .PP Inherits QScrollView. .PP @@ -1357,7 +1357,7 @@ Set this property's value with setSorting() and get this property's value with s See also sortColumn(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtable.html +.BR http://doc.trolltech.com/ntqtable.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/qtableitem.3qt b/doc/man/man3/qtableitem.3qt index aa4b94c44..397f7403e 100644 --- a/doc/man/man3/qtableitem.3qt +++ b/doc/man/man3/qtableitem.3qt @@ -9,7 +9,7 @@ .SH NAME QTableItem \- The cell content for QTable cells .SH SYNOPSIS -\fC#include <qtable.h>\fR +\fC#include <ntqtable.h>\fR .PP Inherits Qt. .PP diff --git a/doc/man/man3/qtableselection.3qt b/doc/man/man3/qtableselection.3qt index 984db77e0..b9a2cad91 100644 --- a/doc/man/man3/qtableselection.3qt +++ b/doc/man/man3/qtableselection.3qt @@ -9,7 +9,7 @@ .SH NAME QTableSelection \- Access to a selected area in a QTable .SH SYNOPSIS -\fC#include <qtable.h>\fR +\fC#include <ntqtable.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qtabletevent.3qt b/doc/man/man3/qtabletevent.3qt index 9c1c7640c..e73757878 100644 --- a/doc/man/man3/qtabletevent.3qt +++ b/doc/man/man3/qtabletevent.3qt @@ -9,7 +9,7 @@ .SH NAME QTabletEvent \- Parameters that describe a Tablet event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qtabwidget.3qt b/doc/man/man3/qtabwidget.3qt index f08e4c1fc..c937ac649 100644 --- a/doc/man/man3/qtabwidget.3qt +++ b/doc/man/man3/qtabwidget.3qt @@ -9,7 +9,7 @@ .SH NAME QTabWidget \- Stack of tabbed widgets .SH SYNOPSIS -\fC#include <qtabwidget.h>\fR +\fC#include <ntqtabwidget.h>\fR .PP Inherits QWidget. .PP @@ -399,7 +399,7 @@ See also TabShape. Set this property's value with setTabShape() and get this property's value with tabShape(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtabwidget.html +.BR http://doc.trolltech.com/ntqtabwidget.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/qtextbrowser.3qt b/doc/man/man3/qtextbrowser.3qt index b1d8e22bf..e5eef241b 100644 --- a/doc/man/man3/qtextbrowser.3qt +++ b/doc/man/man3/qtextbrowser.3qt @@ -9,7 +9,7 @@ .SH NAME QTextBrowser \- Rich text browser with hypertext navigation .SH SYNOPSIS -\fC#include <qtextbrowser.h>\fR +\fC#include <ntqtextbrowser.h>\fR .PP Inherits QTextEdit. .PP @@ -206,7 +206,7 @@ This property holds whether undo and redo are enabled. .PP .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextbrowser.html +.BR http://doc.trolltech.com/ntqtextbrowser.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/qtextcodec.3qt b/doc/man/man3/qtextcodec.3qt index f83835cf7..6513fc491 100644 --- a/doc/man/man3/qtextcodec.3qt +++ b/doc/man/man3/qtextcodec.3qt @@ -11,7 +11,7 @@ QTextCodec \- Conversion between text encodings .SH SYNOPSIS Almost all the functions in this class are reentrant when Qt is built with thread support. The exceptions are \fB~QTextCodec\fR(), \fBsetCodecForTr\fR(), \fBsetCodecForCStrings\fR(), and \fBQTextCodec\fR(). </p> .PP -\fC#include <qtextcodec.h>\fR +\fC#include <ntqtextcodec.h>\fR .PP Inherited by QBig5Codec, QBig5hkscsCodec, QEucJpCodec, QEucKrCodec, QGb18030Codec, QJisCodec, QHebrewCodec, QSjisCodec, and QTsciiCodec. .PP @@ -561,7 +561,7 @@ This is an overloaded member function, provided for convenience. It behaves esse \fIchars\fR contains the source characters. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextcodec.html +.BR http://doc.trolltech.com/ntqtextcodec.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/qtextcodecplugin.3qt b/doc/man/man3/qtextcodecplugin.3qt index d830ab189..fbfbdb787 100644 --- a/doc/man/man3/qtextcodecplugin.3qt +++ b/doc/man/man3/qtextcodecplugin.3qt @@ -11,7 +11,7 @@ QTextCodecPlugin \- Abstract base for custom QTextCodec plugins .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextcodecplugin.h>\fR +\fC#include <ntqtextcodecplugin.h>\fR .PP .SS "Public Members" .in +1c @@ -71,7 +71,7 @@ Returns the list of mime names supported by this plugin. See also createForName(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextcodecplugin.html +.BR http://doc.trolltech.com/ntqtextcodecplugin.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/qtextdecoder.3qt b/doc/man/man3/qtextdecoder.3qt index b72bb031a..150775479 100644 --- a/doc/man/man3/qtextdecoder.3qt +++ b/doc/man/man3/qtextdecoder.3qt @@ -11,7 +11,7 @@ QTextDecoder \- State-based decoder .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextcodec.h>\fR +\fC#include <ntqtextcodec.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qtextdrag.3qt b/doc/man/man3/qtextdrag.3qt index 776fb112e..b2620f13f 100644 --- a/doc/man/man3/qtextdrag.3qt +++ b/doc/man/man3/qtextdrag.3qt @@ -9,7 +9,7 @@ .SH NAME QTextDrag \- Drag and drop object for transferring plain and Unicode text .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QDragObject. .PP diff --git a/doc/man/man3/qtextedit.3qt b/doc/man/man3/qtextedit.3qt index 47b10fc9f..6ef962263 100644 --- a/doc/man/man3/qtextedit.3qt +++ b/doc/man/man3/qtextedit.3qt @@ -9,7 +9,7 @@ .SH NAME QTextEdit \- Powerful single-page rich text editor .SH SYNOPSIS -\fC#include <qtextedit.h>\fR +\fC#include <ntqtextedit.h>\fR .PP Inherits QScrollView. .PP @@ -1427,7 +1427,7 @@ See also wordWrap. Set this property's value with setWrapPolicy() and get this property's value with wrapPolicy(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextedit.html +.BR http://doc.trolltech.com/ntqtextedit.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/qtextencoder.3qt b/doc/man/man3/qtextencoder.3qt index 93c23873e..28e369d8e 100644 --- a/doc/man/man3/qtextencoder.3qt +++ b/doc/man/man3/qtextencoder.3qt @@ -11,7 +11,7 @@ QTextEncoder \- State-based encoder .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextcodec.h>\fR +\fC#include <ntqtextcodec.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qtextistream.3qt b/doc/man/man3/qtextistream.3qt index 1250a8f6c..07c62e38b 100644 --- a/doc/man/man3/qtextistream.3qt +++ b/doc/man/man3/qtextistream.3qt @@ -11,7 +11,7 @@ QTextIStream \- Convenience class for input streams .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextstream.h>\fR +\fC#include <ntqtextstream.h>\fR .PP Inherits QTextStream. .PP diff --git a/doc/man/man3/qtextostream.3qt b/doc/man/man3/qtextostream.3qt index 603d3dd41..65173391d 100644 --- a/doc/man/man3/qtextostream.3qt +++ b/doc/man/man3/qtextostream.3qt @@ -11,7 +11,7 @@ QTextOStream \- Convenience class for output streams .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextstream.h>\fR +\fC#include <ntqtextstream.h>\fR .PP Inherits QTextStream. .PP diff --git a/doc/man/man3/qtextstream.3qt b/doc/man/man3/qtextstream.3qt index 727e725d3..102b20316 100644 --- a/doc/man/man3/qtextstream.3qt +++ b/doc/man/man3/qtextstream.3qt @@ -11,7 +11,7 @@ QTextStream \- Basic functions for reading and writing text using a QIODevice .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtextstream.h>\fR +\fC#include <ntqtextstream.h>\fR .PP Inherited by QTextIStream and QTextOStream. .PP @@ -617,7 +617,7 @@ Note that no encoding is done by this function. See also QIODevice::writeBlock(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextstream.html +.BR http://doc.trolltech.com/ntqtextstream.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/qthread.3qt b/doc/man/man3/qthread.3qt index 8aa2ecf1c..01a83214d 100644 --- a/doc/man/man3/qthread.3qt +++ b/doc/man/man3/qthread.3qt @@ -11,7 +11,7 @@ QThread \- Platform-independent threads .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qthread.h>\fR +\fC#include <ntqthread.h>\fR .PP Inherits Qt. .PP @@ -205,7 +205,7 @@ The thread associated with this QThread object has finished execution (i.e. when This provides similar functionality to the POSIX \fCpthread_join()\fR function. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qthread.html +.BR http://doc.trolltech.com/ntqthread.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/qthreadstorage.3qt b/doc/man/man3/qthreadstorage.3qt index fe2977877..9f88eec2f 100644 --- a/doc/man/man3/qthreadstorage.3qt +++ b/doc/man/man3/qthreadstorage.3qt @@ -11,7 +11,7 @@ QThreadStorage \- Per-thread data storage .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qthreadstorage.h>\fR +\fC#include <ntqthreadstorage.h>\fR .PP .SS "Public Members" .in +1c @@ -141,7 +141,7 @@ Note: QThreadStorage can only store pointers. The \fIdata\fR argument must be ei See also localData() and hasLocalData(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qthreadstorage.html +.BR http://doc.trolltech.com/ntqthreadstorage.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/qtime.3qt b/doc/man/man3/qtime.3qt index 1afd49406..bae95d37f 100644 --- a/doc/man/man3/qtime.3qt +++ b/doc/man/man3/qtime.3qt @@ -11,7 +11,7 @@ QTime \- Clock time functions .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qdatetime.h>\fR +\fC#include <ntqdatetime.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qtimeedit.3qt b/doc/man/man3/qtimeedit.3qt index f1d49743f..79d7717ec 100644 --- a/doc/man/man3/qtimeedit.3qt +++ b/doc/man/man3/qtimeedit.3qt @@ -9,7 +9,7 @@ .SH NAME QTimeEdit \- Time editor .SH SYNOPSIS -\fC#include <qdatetimeedit.h>\fR +\fC#include <ntqdatetimeedit.h>\fR .PP Inherits QDateTimeEditBase. .PP diff --git a/doc/man/man3/qtimer.3qt b/doc/man/man3/qtimer.3qt index b4b492bca..2e80611f7 100644 --- a/doc/man/man3/qtimer.3qt +++ b/doc/man/man3/qtimer.3qt @@ -9,7 +9,7 @@ .SH NAME QTimer \- Timer signals and single-shot timers .SH SYNOPSIS -\fC#include <qtimer.h>\fR +\fC#include <ntqtimer.h>\fR .PP Inherits QObject. .PP @@ -119,9 +119,9 @@ Example: .PP .nf .br - #include <qapplication.h> + #include <ntqapplication.h> .br - #include <qtimer.h> + #include <ntqtimer.h> .br .br int main( int argc, char **argv ) @@ -171,7 +171,7 @@ Returns the ID of the timer if the timer is running; otherwise returns -1. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtimer.html +.BR http://doc.trolltech.com/ntqtimer.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/qtimerevent.3qt b/doc/man/man3/qtimerevent.3qt index 4f1e34ef3..91be554f5 100644 --- a/doc/man/man3/qtimerevent.3qt +++ b/doc/man/man3/qtimerevent.3qt @@ -9,7 +9,7 @@ .SH NAME QTimerEvent \- Parameters that describe a timer event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qtoolbar.3qt b/doc/man/man3/qtoolbar.3qt index 942b80d7c..1e1f98580 100644 --- a/doc/man/man3/qtoolbar.3qt +++ b/doc/man/man3/qtoolbar.3qt @@ -9,7 +9,7 @@ .SH NAME QToolBar \- Movable panel containing widgets such as tool buttons .SH SYNOPSIS -\fC#include <qtoolbar.h>\fR +\fC#include <ntqtoolbar.h>\fR .PP Inherits QDockWindow. .PP @@ -138,7 +138,7 @@ If the toolbar is floated the label becomes the toolbar window's caption. There Set this property's value with setLabel() and get this property's value with label(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtoolbar.html +.BR http://doc.trolltech.com/ntqtoolbar.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/qtoolbox.3qt b/doc/man/man3/qtoolbox.3qt index eb7fea70c..c7f961423 100644 --- a/doc/man/man3/qtoolbox.3qt +++ b/doc/man/man3/qtoolbox.3qt @@ -9,7 +9,7 @@ .SH NAME QToolBox \- Column of tabbed widget items .SH SYNOPSIS -\fC#include <qtoolbox.h>\fR +\fC#include <ntqtoolbox.h>\fR .PP Inherits QFrame. .PP @@ -186,7 +186,7 @@ Set this property's value with setCurrentIndex() and get this property's value w See also currentItem(), indexOf(), and item(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtoolbox.html +.BR http://doc.trolltech.com/ntqtoolbox.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/qtoolbutton.3qt b/doc/man/man3/qtoolbutton.3qt index 709080895..3071d643a 100644 --- a/doc/man/man3/qtoolbutton.3qt +++ b/doc/man/man3/qtoolbutton.3qt @@ -9,7 +9,7 @@ .SH NAME QToolButton \- Quick-access button to commands or options, usually used inside a QToolBar .SH SYNOPSIS -\fC#include <qtoolbutton.h>\fR +\fC#include <ntqtoolbutton.h>\fR .PP Inherits QButton. .PP @@ -394,7 +394,7 @@ QToolButton automatically connects this slot to the relevant signal in the QMain Set this property's value with setUsesTextLabel() and get this property's value with usesTextLabel(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtoolbutton.html +.BR http://doc.trolltech.com/ntqtoolbutton.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/qtooltip.3qt b/doc/man/man3/qtooltip.3qt index bdab2c3f8..f08c92801 100644 --- a/doc/man/man3/qtooltip.3qt +++ b/doc/man/man3/qtooltip.3qt @@ -9,7 +9,7 @@ .SH NAME QToolTip \- Tool tips (balloon help) for any widget or rectangular part of a widget .SH SYNOPSIS -\fC#include <qtooltip.h>\fR +\fC#include <ntqtooltip.h>\fR .PP Inherits Qt. .PP @@ -329,7 +329,7 @@ The tip will not reappear if the cursor moves back; your maybeTip() must reinsta If the tip does not fit inside \fIgeometry\fR, the tip expands. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtooltip.html +.BR http://doc.trolltech.com/ntqtooltip.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/qtooltipgroup.3qt b/doc/man/man3/qtooltipgroup.3qt index eb7be7215..e3e0108c5 100644 --- a/doc/man/man3/qtooltipgroup.3qt +++ b/doc/man/man3/qtooltipgroup.3qt @@ -9,7 +9,7 @@ .SH NAME QToolTipGroup \- Collects tool tips into related groups .SH SYNOPSIS -\fC#include <qtooltip.h>\fR +\fC#include <ntqtooltip.h>\fR .PP Inherits QObject. .PP diff --git a/doc/man/man3/qtranslator.3qt b/doc/man/man3/qtranslator.3qt index 7f3df9266..8c237907d 100644 --- a/doc/man/man3/qtranslator.3qt +++ b/doc/man/man3/qtranslator.3qt @@ -9,7 +9,7 @@ .SH NAME QTranslator \- .SH SYNOPSIS -\fC#include <qtranslator.h>\fR +\fC#include <ntqtranslator.h>\fR .PP Inherits QObject. .PP @@ -272,7 +272,7 @@ You should never need to call this function; it is called by insert() and friend See also squeeze(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtranslator.html +.BR http://doc.trolltech.com/ntqtranslator.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/qtranslatormessage.3qt b/doc/man/man3/qtranslatormessage.3qt index 1f265b87e..82c0471e0 100644 --- a/doc/man/man3/qtranslatormessage.3qt +++ b/doc/man/man3/qtranslatormessage.3qt @@ -9,7 +9,7 @@ .SH NAME QTranslatorMessage \- Translator message and its properties .SH SYNOPSIS -\fC#include <qtranslator.h>\fR +\fC#include <ntqtranslator.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qtsciicodec.3qt b/doc/man/man3/qtsciicodec.3qt index ae450aeff..02c6545b7 100644 --- a/doc/man/man3/qtsciicodec.3qt +++ b/doc/man/man3/qtsciicodec.3qt @@ -11,7 +11,7 @@ QTsciiCodec \- Conversion to and from the Tamil TSCII encoding .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qtsciicodec.h>\fR +\fC#include <ntqtsciicodec.h>\fR .PP Inherits QTextCodec. .PP @@ -37,7 +37,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRE See also Internationalization with Qt. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtsciicodec.html +.BR http://doc.trolltech.com/ntqtsciicodec.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/quridrag.3qt b/doc/man/man3/quridrag.3qt index a130bd682..c17749e3f 100644 --- a/doc/man/man3/quridrag.3qt +++ b/doc/man/man3/quridrag.3qt @@ -9,7 +9,7 @@ .SH NAME QUriDrag \- Drag object for a list of URI references .SH SYNOPSIS -\fC#include <qdragobject.h>\fR +\fC#include <ntqdragobject.h>\fR .PP Inherits QStoredDrag. .PP diff --git a/doc/man/man3/qurl.3qt b/doc/man/man3/qurl.3qt index 28a297981..c28766e58 100644 --- a/doc/man/man3/qurl.3qt +++ b/doc/man/man3/qurl.3qt @@ -9,7 +9,7 @@ .SH NAME QUrl \- URL parser and simplifies working with URLs .SH SYNOPSIS -\fC#include <qurl.h>\fR +\fC#include <ntqurl.h>\fR .PP Inherited by QUrlOperator. .PP @@ -183,11 +183,11 @@ l - l. Function Returns protocol() "http" host() "www.trolltech.com" port() 80 p .PP Example: .PP -\fChttp://doc.trolltech.com/qdockarea.html#lines\fR +\fChttp://doc.trolltech.com/ntqdockarea.html#lines\fR .PP <center>.nf .TS -l - l. Function Returns protocol() "http" host() "doc.trolltech.com" fileName() "qdockarea.html" ref() +l - l. Function Returns protocol() "http" host() "doc.trolltech.com" fileName() "ntqdockarea.html" ref() .TE .fi </center> @@ -471,7 +471,7 @@ Returns the username of the URL. See also setUser() and setPassword(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qurl.html +.BR http://doc.trolltech.com/ntqurl.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/qurlinfo.3qt b/doc/man/man3/qurlinfo.3qt index 56346cf5e..63c54347e 100644 --- a/doc/man/man3/qurlinfo.3qt +++ b/doc/man/man3/qurlinfo.3qt @@ -9,7 +9,7 @@ .SH NAME QUrlInfo \- Stores information about URLs .SH SYNOPSIS -\fC#include <qurlinfo.h>\fR +\fC#include <ntqurlinfo.h>\fR .PP .SS "Public Members" .in +1c @@ -284,7 +284,7 @@ If you call this function for an invalid URL info, this function turns it into a .PP See also isValid(). .SH "void QUrlInfo::setName ( const QString & name )\fC [virtual]\fR" -Sets the name of the URL to \fIname\fR. The name is the full text, for example, "http://doc.trolltech.com/qurlinfo.html". +Sets the name of the URL to \fIname\fR. The name is the full text, for example, "http://doc.trolltech.com/ntqurlinfo.html". .PP If you call this function for an invalid URL info, this function turns it into a valid one. .PP @@ -341,7 +341,7 @@ See also isValid(). Example: network/ftpclient/ftpmainwindow.ui.h. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qurlinfo.html +.BR http://doc.trolltech.com/ntqurlinfo.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/qurloperator.3qt b/doc/man/man3/qurloperator.3qt index 5911200fd..c13a29c22 100644 --- a/doc/man/man3/qurloperator.3qt +++ b/doc/man/man3/qurloperator.3qt @@ -9,7 +9,7 @@ .SH NAME QUrlOperator \- Common operations on URLs .SH SYNOPSIS -\fC#include <qurloperator.h>\fR +\fC#include <ntqurloperator.h>\fR .PP Inherits QObject and QUrl. .PP @@ -351,10 +351,10 @@ Stops the current network operation and removes all this QUrlOperator's waiting .SH "void qInitNetworkProtocols ()" This function registers the network protocols for FTP and HTTP. You must call this function before you use QUrlOperator for these protocols. .PP -This function is declared in qnetwork.h. +This function is declared in ntqnetwork.h. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qurloperator.html +.BR http://doc.trolltech.com/ntqurloperator.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/quuid.3qt b/doc/man/man3/quuid.3qt index 4ee41e954..d19fa5129 100644 --- a/doc/man/man3/quuid.3qt +++ b/doc/man/man3/quuid.3qt @@ -11,7 +11,7 @@ QUuid \- Defines a Universally Unique Identifier (UUID) .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <quuid.h>\fR +\fC#include <ntquuid.h>\fR .PP .SS "Public Members" .in +1c @@ -178,7 +178,7 @@ Writes the uuid \fIid\fR to the datastream \fIs\fR. Reads uuid from from the stream \fIs\fR into \fIid\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/quuid.html +.BR http://doc.trolltech.com/ntquuid.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/qvalidator.3qt b/doc/man/man3/qvalidator.3qt index 65e4e5d63..d58796375 100644 --- a/doc/man/man3/qvalidator.3qt +++ b/doc/man/man3/qvalidator.3qt @@ -9,7 +9,7 @@ .SH NAME QValidator \- Validation of input text .SH SYNOPSIS -\fC#include <qvalidator.h>\fR +\fC#include <ntqvalidator.h>\fR .PP Inherits QObject. .PP @@ -87,7 +87,7 @@ The function can change \fIinput\fR and \fIpos\fR (the cursor position) if it wa Reimplemented in QIntValidator, QDoubleValidator, and QRegExpValidator. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvalidator.html +.BR http://doc.trolltech.com/ntqvalidator.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/qvaluelist.3qt b/doc/man/man3/qvaluelist.3qt index 5ec602885..43cfe8fd9 100644 --- a/doc/man/man3/qvaluelist.3qt +++ b/doc/man/man3/qvaluelist.3qt @@ -11,7 +11,7 @@ QValueList \- Value-based template class that provides lists .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qvaluelist.h>\fR +\fC#include <ntqvaluelist.h>\fR .PP Inherited by QCanvasItemList, QStringList, and QValueStack. .PP @@ -731,7 +731,7 @@ Reads a list, \fIl\fR, from the stream \fIs\fR. The type T stored in the list must implement the streaming operator. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvaluelist.html +.BR http://doc.trolltech.com/ntqvaluelist.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/qvaluelistconstiterator.3qt b/doc/man/man3/qvaluelistconstiterator.3qt index 1e6f0d9dc..434256abf 100644 --- a/doc/man/man3/qvaluelistconstiterator.3qt +++ b/doc/man/man3/qvaluelistconstiterator.3qt @@ -11,7 +11,7 @@ QValueListConstIterator \- Const iterator for QValueList .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qvaluelist.h>\fR +\fC#include <ntqvaluelist.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qvaluelistiterator.3qt b/doc/man/man3/qvaluelistiterator.3qt index 1ab649bde..0459f7999 100644 --- a/doc/man/man3/qvaluelistiterator.3qt +++ b/doc/man/man3/qvaluelistiterator.3qt @@ -11,7 +11,7 @@ QValueListIterator \- Iterator for QValueList .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qvaluelist.h>\fR +\fC#include <ntqvaluelist.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qvaluestack.3qt b/doc/man/man3/qvaluestack.3qt index ec4d073dc..cda2a6072 100644 --- a/doc/man/man3/qvaluestack.3qt +++ b/doc/man/man3/qvaluestack.3qt @@ -11,7 +11,7 @@ QValueStack \- Value-based template class that provides a stack .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qvaluestack.h>\fR +\fC#include <ntqvaluestack.h>\fR .PP Inherits QValueList<T>. .PP @@ -116,7 +116,7 @@ This function is equivalent to last(). See also pop(), push(), and QValueList::fromLast(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvaluestack.html +.BR http://doc.trolltech.com/ntqvaluestack.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/qvaluevector.3qt b/doc/man/man3/qvaluevector.3qt index b2e2584ba..4c0fd5164 100644 --- a/doc/man/man3/qvaluevector.3qt +++ b/doc/man/man3/qvaluevector.3qt @@ -11,7 +11,7 @@ QValueVector \- Value-based template class that provides a dynamic array .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qvaluevector.h>\fR +\fC#include <ntqvaluevector.h>\fR .PP .SS "Public Members" .in +1c @@ -208,9 +208,9 @@ Example: .PP .nf .br - #include <qvaluevector.h> + #include <ntqvaluevector.h> .br - #include <qstring.h> + #include <ntqstring.h> .br #include <stdio.h> .br @@ -610,7 +610,7 @@ This function is provided for STL compatibility. It is equivalent to count(). See also empty(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvaluevector.html +.BR http://doc.trolltech.com/ntqvaluevector.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/qvariant.3qt b/doc/man/man3/qvariant.3qt index becd6c481..13103e0f9 100644 --- a/doc/man/man3/qvariant.3qt +++ b/doc/man/man3/qvariant.3qt @@ -9,7 +9,7 @@ .SH NAME QVariant \- Acts like a union for the most common Qt data types .SH SYNOPSIS -\fC#include <qvariant.h>\fR +\fC#include <ntqvariant.h>\fR .PP .SS "Public Members" .in +1c @@ -544,7 +544,7 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::UInt\fR - an unsigned int .PP -Note that Qt's definition of bool depends on the compiler. qglobal.h has the system-dependent definition of bool. +Note that Qt's definition of bool depends on the compiler. ntqglobal.h has the system-dependent definition of bool. .SH MEMBER FUNCTION DOCUMENTATION .SH "QVariant::QVariant ()" Constructs an invalid variant. @@ -1130,7 +1130,7 @@ Converts the enum representation of the storage type, \fItyp\fR, to its string representation. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvariant.html +.BR http://doc.trolltech.com/ntqvariant.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/qvbox.3qt b/doc/man/man3/qvbox.3qt index a67c50f9e..30ea80c0d 100644 --- a/doc/man/man3/qvbox.3qt +++ b/doc/man/man3/qvbox.3qt @@ -9,7 +9,7 @@ .SH NAME QVBox \- Vertical geometry management of its child widgets .SH SYNOPSIS -\fC#include <qvbox.h>\fR +\fC#include <ntqvbox.h>\fR .PP Inherits QHBox. .PP @@ -37,7 +37,7 @@ Constructs a vbox widget called \fIname\fR with parent \fIparent\fR and widget flags \fIf\fR. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvbox.html +.BR http://doc.trolltech.com/ntqvbox.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/qvboxlayout.3qt b/doc/man/man3/qvboxlayout.3qt index 94dd12d82..11066aa7e 100644 --- a/doc/man/man3/qvboxlayout.3qt +++ b/doc/man/man3/qvboxlayout.3qt @@ -9,7 +9,7 @@ .SH NAME QVBoxLayout \- Lines up widgets vertically .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QBoxLayout. .PP diff --git a/doc/man/man3/qvbuttongroup.3qt b/doc/man/man3/qvbuttongroup.3qt index 4e80045f2..24bec46b7 100644 --- a/doc/man/man3/qvbuttongroup.3qt +++ b/doc/man/man3/qvbuttongroup.3qt @@ -9,7 +9,7 @@ .SH NAME QVButtonGroup \- Organizes QButton widgets in a vertical column .SH SYNOPSIS -\fC#include <qvbuttongroup.h>\fR +\fC#include <ntqvbuttongroup.h>\fR .PP Inherits QButtonGroup. .PP @@ -50,7 +50,7 @@ The \fIparent\fR and \fIname\fR arguments are passed on to the QWidget construct Destroys the vertical button group, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvbuttongroup.html +.BR http://doc.trolltech.com/ntqvbuttongroup.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/qvgroupbox.3qt b/doc/man/man3/qvgroupbox.3qt index ee3ce291d..2d69d6040 100644 --- a/doc/man/man3/qvgroupbox.3qt +++ b/doc/man/man3/qvgroupbox.3qt @@ -9,7 +9,7 @@ .SH NAME QVGroupBox \- Organizes a group of widgets in a vertical column .SH SYNOPSIS -\fC#include <qvgroupbox.h>\fR +\fC#include <ntqvgroupbox.h>\fR .PP Inherits QGroupBox. .PP @@ -50,7 +50,7 @@ The \fIparent\fR and \fIname\fR arguments are passed on to the QWidget construct Destroys the vertical group box, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qvgroupbox.html +.BR http://doc.trolltech.com/ntqvgroupbox.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/qwaitcondition.3qt b/doc/man/man3/qwaitcondition.3qt index d4f169078..355650507 100644 --- a/doc/man/man3/qwaitcondition.3qt +++ b/doc/man/man3/qwaitcondition.3qt @@ -11,7 +11,7 @@ QWaitCondition \- Allows waiting/waking for conditions between threads .SH SYNOPSIS All the functions in this class are thread-safe when Qt is built with thread support.</p> .PP -\fC#include <qwaitcondition.h>\fR +\fC#include <ntqwaitcondition.h>\fR .PP .SS "Public Members" .in +1c @@ -177,7 +177,7 @@ This wakes one thread waiting on the QWaitCondition. The thread that is woken up See also wakeAll(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwaitcondition.html +.BR http://doc.trolltech.com/ntqwaitcondition.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/qwhatsthis.3qt b/doc/man/man3/qwhatsthis.3qt index 45a47d9c3..f19c74b9b 100644 --- a/doc/man/man3/qwhatsthis.3qt +++ b/doc/man/man3/qwhatsthis.3qt @@ -9,7 +9,7 @@ .SH NAME QWhatsThis \- Simple description of any widget, i.e. answering the question "What's this?" .SH SYNOPSIS -\fC#include <qwhatsthis.h>\fR +\fC#include <ntqwhatsthis.h>\fR .PP Inherits Qt. .PP @@ -182,7 +182,7 @@ Creates a QToolButton preconfigured to enter "What's this?" mode when clicked. Y Example: helpsystem/mainwindow.cpp. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwhatsthis.html +.BR http://doc.trolltech.com/ntqwhatsthis.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/qwheelevent.3qt b/doc/man/man3/qwheelevent.3qt index 095dbc64e..e37232fda 100644 --- a/doc/man/man3/qwheelevent.3qt +++ b/doc/man/man3/qwheelevent.3qt @@ -9,7 +9,7 @@ .SH NAME QWheelEvent \- Parameters that describe a wheel event .SH SYNOPSIS -\fC#include <qevent.h>\fR +\fC#include <ntqevent.h>\fR .PP Inherits QEvent. .PP diff --git a/doc/man/man3/qwidget.3qt b/doc/man/man3/qwidget.3qt index 4ef1cb3e6..09b8ef8e8 100644 --- a/doc/man/man3/qwidget.3qt +++ b/doc/man/man3/qwidget.3qt @@ -9,7 +9,7 @@ .SH NAME QWidget \- The base class of all user interface objects .SH SYNOPSIS -\fC#include <qwidget.h>\fR +\fC#include <ntqwidget.h>\fR .PP Inherits QObject and QPaintDevice. .PP @@ -1090,7 +1090,7 @@ moveEvent() - called when the widget has been moved relative to its parent. closeEvent() - called when the user closes the widget (or when close() is called). .IP .PP -There are also some rather obscure events. They are listed in qevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. +There are also some rather obscure events. They are listed in ntqevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. .PP When implementing a widget, there are a few more things to consider. .IP @@ -1392,7 +1392,7 @@ Reimplemented from QObject. .SH "QWidget * QWidget::find ( WId id )\fC [static]\fR" Returns a pointer to the widget with window identifer/handle \fIid\fR. .PP -The window identifier type depends on the underlying window system, see qwindowdefs.h for the actual definition. If there is no widget with this identifier, 0 is returned. +The window identifier type depends on the underlying window system, see ntqwindowdefs.h for the actual definition. If there is no widget with this identifier, 0 is returned. .SH "QFocusData * QWidget::focusData ()\fC [protected]\fR" Returns the focus data for this widget's top-level widget. .PP @@ -3194,7 +3194,7 @@ See also frameGeometry, x, and pos. Get this property's value with y(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwidget.html +.BR http://doc.trolltech.com/ntqwidget.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/qwidgetfactory.3qt b/doc/man/man3/qwidgetfactory.3qt index c6567fe8e..f0f4e75be 100644 --- a/doc/man/man3/qwidgetfactory.3qt +++ b/doc/man/man3/qwidgetfactory.3qt @@ -9,7 +9,7 @@ .SH NAME QWidgetFactory \- For the dynamic creation of widgets from Qt Designer .ui files .SH SYNOPSIS -\fC#include <qwidgetfactory.h>\fR +\fC#include <ntqwidgetfactory.h>\fR .PP .SS "Public Members" .in +1c @@ -110,7 +110,7 @@ Returns TRUE if the widget factory can create the specified \fIwidget\fR; otherw Returns the names of the widgets this factory can create. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwidgetfactory.html +.BR http://doc.trolltech.com/ntqwidgetfactory.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/qwidgetitem.3qt b/doc/man/man3/qwidgetitem.3qt index c46e2a04f..8a8220bba 100644 --- a/doc/man/man3/qwidgetitem.3qt +++ b/doc/man/man3/qwidgetitem.3qt @@ -9,7 +9,7 @@ .SH NAME QWidgetItem \- Layout item that represents a widget .SH SYNOPSIS -\fC#include <qlayout.h>\fR +\fC#include <ntqlayout.h>\fR .PP Inherits QLayoutItem. .PP diff --git a/doc/man/man3/qwidgetplugin.3qt b/doc/man/man3/qwidgetplugin.3qt index 459f0b578..1059b066b 100644 --- a/doc/man/man3/qwidgetplugin.3qt +++ b/doc/man/man3/qwidgetplugin.3qt @@ -9,7 +9,7 @@ .SH NAME QWidgetPlugin \- Abstract base for custom QWidget plugins .SH SYNOPSIS -\fC#include <qwidgetplugin.h>\fR +\fC#include <ntqwidgetplugin.h>\fR .PP .SS "Public Members" .in +1c @@ -99,7 +99,7 @@ Returns the text of the whatsThis text that \fIQt Designer\fR should use when th The default implementation returns QString::null. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwidgetplugin.html +.BR http://doc.trolltech.com/ntqwidgetplugin.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/qwidgetstack.3qt b/doc/man/man3/qwidgetstack.3qt index 4c62c4223..7465aa21a 100644 --- a/doc/man/man3/qwidgetstack.3qt +++ b/doc/man/man3/qwidgetstack.3qt @@ -9,7 +9,7 @@ .SH NAME QWidgetStack \- Stack of widgets of which only the top widget is user-visible .SH SYNOPSIS -\fC#include <qwidgetstack.h>\fR +\fC#include <ntqwidgetstack.h>\fR .PP Inherits QFrame. .PP @@ -141,7 +141,7 @@ Returns the widget with ID \fIid\fR. Returns 0 if this widget stack does not man See also id() and addWidget(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwidgetstack.html +.BR http://doc.trolltech.com/ntqwidgetstack.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/qwindowsmime.3qt b/doc/man/man3/qwindowsmime.3qt index 3485a3f2f..df7d7f6c3 100644 --- a/doc/man/man3/qwindowsmime.3qt +++ b/doc/man/man3/qwindowsmime.3qt @@ -9,7 +9,7 @@ .SH NAME QWindowsMime \- Maps open-standard MIME to Window Clipboard formats .SH SYNOPSIS -\fC#include <qmime.h>\fR +\fC#include <ntqmime.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qwindowsstyle.3qt b/doc/man/man3/qwindowsstyle.3qt index debd23491..e113ca861 100644 --- a/doc/man/man3/qwindowsstyle.3qt +++ b/doc/man/man3/qwindowsstyle.3qt @@ -9,7 +9,7 @@ .SH NAME QWindowsStyle \- Microsoft Windows-like look and feel .SH SYNOPSIS -\fC#include <qwindowsstyle.h>\fR +\fC#include <ntqwindowsstyle.h>\fR .PP Inherits QCommonStyle. .PP @@ -32,7 +32,7 @@ See also Widget Appearance and Style. Constructs a QWindowsStyle .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwindowsstyle.html +.BR http://doc.trolltech.com/ntqwindowsstyle.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/qwizard.3qt b/doc/man/man3/qwizard.3qt index 640bdf5df..750f5e574 100644 --- a/doc/man/man3/qwizard.3qt +++ b/doc/man/man3/qwizard.3qt @@ -9,7 +9,7 @@ .SH NAME QWizard \- Framework for wizard dialogs .SH SYNOPSIS -\fC#include <qwizard.h>\fR +\fC#include <ntqwizard.h>\fR .PP Inherits QDialog. .PP @@ -264,7 +264,7 @@ The default is QApplication::font(). Set this property's value with setTitleFont() and get this property's value with titleFont(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwizard.html +.BR http://doc.trolltech.com/ntqwizard.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/qwmatrix.3qt b/doc/man/man3/qwmatrix.3qt index 755f86bd6..2e2f3f400 100644 --- a/doc/man/man3/qwmatrix.3qt +++ b/doc/man/man3/qwmatrix.3qt @@ -9,7 +9,7 @@ .SH NAME QWMatrix \- 2D transformations of a coordinate system .SH SYNOPSIS -\fC#include <qwmatrix.h>\fR +\fC#include <ntqwmatrix.h>\fR .PP .SS "Public Members" .in +1c @@ -448,7 +448,7 @@ Reads the matrix \fIm\fR from the stream \fIs\fR and returns a reference to the See also Format of the QDataStream operators. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwmatrix.html +.BR http://doc.trolltech.com/ntqwmatrix.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/qworkspace.3qt b/doc/man/man3/qworkspace.3qt index ec060f037..1ff1a5877 100644 --- a/doc/man/man3/qworkspace.3qt +++ b/doc/man/man3/qworkspace.3qt @@ -9,7 +9,7 @@ .SH NAME QWorkspace \- Workspace window that can contain decorated windows, e.g. for MDI .SH SYNOPSIS -\fC#include <qworkspace.h>\fR +\fC#include <ntqworkspace.h>\fR .PP Inherits QWidget. .PP @@ -171,7 +171,7 @@ If this property is set to TRUE, it is possible to resize child windows over the Set this property's value with setScrollBarsEnabled() and get this property's value with scrollBarsEnabled(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qworkspace.html +.BR http://doc.trolltech.com/ntqworkspace.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/qxmlattributes.3qt b/doc/man/man3/qxmlattributes.3qt index 4fdc7e809..f7dece288 100644 --- a/doc/man/man3/qxmlattributes.3qt +++ b/doc/man/man3/qxmlattributes.3qt @@ -11,7 +11,7 @@ QXmlAttributes \- XML attributes .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qxmlcontenthandler.3qt b/doc/man/man3/qxmlcontenthandler.3qt index 3b25db5a8..a48309111 100644 --- a/doc/man/man3/qxmlcontenthandler.3qt +++ b/doc/man/man3/qxmlcontenthandler.3qt @@ -11,7 +11,7 @@ QXmlContentHandler \- Interface to report the logical content of XML data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmldeclhandler.3qt b/doc/man/man3/qxmldeclhandler.3qt index 01d0ae191..6ebd02479 100644 --- a/doc/man/man3/qxmldeclhandler.3qt +++ b/doc/man/man3/qxmldeclhandler.3qt @@ -11,7 +11,7 @@ QXmlDeclHandler \- Interface to report declaration content of XML data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmldefaulthandler.3qt b/doc/man/man3/qxmldefaulthandler.3qt index 4df551599..7d36f33d7 100644 --- a/doc/man/man3/qxmldefaulthandler.3qt +++ b/doc/man/man3/qxmldefaulthandler.3qt @@ -11,7 +11,7 @@ QXmlDefaultHandler \- Default implementation of all the XML handler classes .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherits QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler, QXmlEntityResolver, QXmlLexicalHandler, and QXmlDeclHandler. .PP diff --git a/doc/man/man3/qxmldtdhandler.3qt b/doc/man/man3/qxmldtdhandler.3qt index 4f0a0e287..4b998fa09 100644 --- a/doc/man/man3/qxmldtdhandler.3qt +++ b/doc/man/man3/qxmldtdhandler.3qt @@ -11,7 +11,7 @@ QXmlDTDHandler \- Interface to report DTD content of XML data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmlentityresolver.3qt b/doc/man/man3/qxmlentityresolver.3qt index b60e92d04..88cc5c201 100644 --- a/doc/man/man3/qxmlentityresolver.3qt +++ b/doc/man/man3/qxmlentityresolver.3qt @@ -11,7 +11,7 @@ QXmlEntityResolver \- Interface to resolve external entities contained in XML da .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmlerrorhandler.3qt b/doc/man/man3/qxmlerrorhandler.3qt index 637d0ccaa..5f7e41c3d 100644 --- a/doc/man/man3/qxmlerrorhandler.3qt +++ b/doc/man/man3/qxmlerrorhandler.3qt @@ -11,7 +11,7 @@ QXmlErrorHandler \- Interface to report errors in XML data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmlinputsource.3qt b/doc/man/man3/qxmlinputsource.3qt index 346919f3b..d3e79472d 100644 --- a/doc/man/man3/qxmlinputsource.3qt +++ b/doc/man/man3/qxmlinputsource.3qt @@ -11,7 +11,7 @@ QXmlInputSource \- The input data for the QXmlReader subclasses .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qxmllexicalhandler.3qt b/doc/man/man3/qxmllexicalhandler.3qt index 48d7646e4..eef4f91f9 100644 --- a/doc/man/man3/qxmllexicalhandler.3qt +++ b/doc/man/man3/qxmllexicalhandler.3qt @@ -11,7 +11,7 @@ QXmlLexicalHandler \- Interface to report the lexical content of XML data .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlDefaultHandler. .PP diff --git a/doc/man/man3/qxmllocator.3qt b/doc/man/man3/qxmllocator.3qt index 1d18c4341..0277a07ac 100644 --- a/doc/man/man3/qxmllocator.3qt +++ b/doc/man/man3/qxmllocator.3qt @@ -11,7 +11,7 @@ QXmlLocator \- The XML handler classes with information about the parsing positi .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qxmlnamespacesupport.3qt b/doc/man/man3/qxmlnamespacesupport.3qt index 7b7b4a290..f0f01bdfe 100644 --- a/doc/man/man3/qxmlnamespacesupport.3qt +++ b/doc/man/man3/qxmlnamespacesupport.3qt @@ -11,7 +11,7 @@ QXmlNamespaceSupport \- Helper class for XML readers which want to include names .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qxmlparseexception.3qt b/doc/man/man3/qxmlparseexception.3qt index 8f51b6086..b850367b7 100644 --- a/doc/man/man3/qxmlparseexception.3qt +++ b/doc/man/man3/qxmlparseexception.3qt @@ -11,7 +11,7 @@ QXmlParseException \- Used to report errors with the QXmlErrorHandler interface .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP .SS "Public Members" .in +1c diff --git a/doc/man/man3/qxmlreader.3qt b/doc/man/man3/qxmlreader.3qt index 922fef6ab..583f7c72d 100644 --- a/doc/man/man3/qxmlreader.3qt +++ b/doc/man/man3/qxmlreader.3qt @@ -11,7 +11,7 @@ QXmlReader \- Interface for XML readers (i.e. parsers) .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherited by QXmlSimpleReader. .PP diff --git a/doc/man/man3/qxmlsimplereader.3qt b/doc/man/man3/qxmlsimplereader.3qt index 5b1d6d721..894225a7a 100644 --- a/doc/man/man3/qxmlsimplereader.3qt +++ b/doc/man/man3/qxmlsimplereader.3qt @@ -11,7 +11,7 @@ QXmlSimpleReader \- Implementation of a simple XML reader (parser) .SH SYNOPSIS All the functions in this class are reentrant when Qt is built with thread support.</p> .PP -\fC#include <qxml.h>\fR +\fC#include <ntqxml.h>\fR .PP Inherits QXmlReader. .PP |