diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-06 16:23:17 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-06 16:23:17 -0600 |
| commit | e193e0140419d117a52e3756ddd9d2bdf3ab7a4a (patch) | |
| tree | 2581a958653985ed91ff63ff702ad47a253553b3 | |
| parent | ab9c0372a33806de1210b9b6f3bc7544895ad4fb (diff) | |
| download | tqt-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.tar.gz tqt-e193e0140419d117a52e3756ddd9d2bdf3ab7a4a.zip | |
Automated update from Qt3
1323 files changed, 1007 insertions, 1007 deletions
diff --git a/bin/qt20fix b/bin/tqt20fix index b6cf48a9c..a303717bf 100755 --- a/bin/qt20fix +++ b/bin/tqt20fix @@ -1,14 +1,14 @@ #!/usr/bin/perl -w # # in sh/bash/zsh: -# make 2>&1 | .../qt/bin/qt20fix +# make 2>&1 | .../qt/bin/tqt20fix # in csh/tcsh -# make |& .../qt/bin/qt20fix +# make |& .../qt/bin/tqt20fix # -# repeat as long as qt20fix says to. if your make supports the -k +# repeat as long as tqt20fix says to. if your make supports the -k # flag, that speeds up the process a bit. # -# qt20fix tends to fix a bit over half of the remaining problems in +# tqt20fix tends to fix a bit over half of the remaining problems in # each run. # # if you don't use gcc, you will need to change parseline. @@ -222,7 +222,7 @@ while( <STDIN> ) { if ( defined( $lastfile ) ) { open( O, "> $lastfile" ) || die "cannot write to $lastfile, stopped"; - print "qt20fix: writing $lastfile (changes: $changes)\n"; + print "tqt20fix: writing $lastfile (changes: $changes)\n"; print O @currentfile; close O; } @@ -248,12 +248,12 @@ while( <STDIN> ) { if ( defined( $changes) && $changes > 0 && defined( $lastfile ) ) { open( O, "> $lastfile" ) || die "cannot write to $lastfile, stopped"; - print "qt20fix: writing $lastfile (changes: $changes)\n"; + print "tqt20fix: writing $lastfile (changes: $changes)\n"; print O @currentfile; close O; } if ( defined( $totalchanges) && $totalchanges > 0 ) { - print "qt20fix: total changes: $totalchanges\nqt20fix: rerun recommended\n"; + print "tqt20fix: total changes: $totalchanges\ntqt20fix: rerun recommended\n"; } diff --git a/bin/findtr b/bin/tqtfindtr index 7df332522..c7b82d14f 100755 --- a/bin/findtr +++ b/bin/tqtfindtr @@ -37,7 +37,7 @@ msgstr "" $scope = ""; if ( $#ARGV < 0 ) { - print STDERR "Usage: findtr sourcefile ... >project.po\n"; + print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n"; exit 1; } diff --git a/bin/qtrename140 b/bin/tqtrename140 index 73c463f21..73c463f21 100755 --- a/bin/qtrename140 +++ b/bin/tqtrename140 @@ -226,7 +226,7 @@ while [ "$#" -gt 0 ]; do VAL=no ;; #Qt style yes options - -incremental|-qvfb|-profile|-shared|-static|-sm|-thread|-xinerama|-xshape|-tablet|-pch|-stl|-ipv6|-freetype|-big-codecs|-xcursor|-xrandr|-xrender|-xft|-xkb|-nis|-cups|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-version-script|-dlopen-opengl|-glibmainloop) + -incremental|-tqvfb|-profile|-shared|-static|-sm|-thread|-xinerama|-xshape|-tablet|-pch|-stl|-ipv6|-freetype|-big-codecs|-xcursor|-xrandr|-xrender|-xft|-xkb|-nis|-cups|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-version-script|-dlopen-opengl|-glibmainloop) VAR=`echo $1 | sed "s,^-\(.*\),\1,"` VAL=yes ;; @@ -405,9 +405,9 @@ while [ "$#" -gt 0 ]; do depths) CFG_QWS_DEPTHS="$VAL" ;; - qvfb) # left for commandline compatibility, not documented + tqvfb) # left for commandline compatibility, not documented if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then - [ "$VAL" = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"gfx-drivers += qvfb\"" + [ "$VAL" = "yes" ] && QMAKE_VARS="$QMAKE_VARS \"gfx-drivers += tqvfb\"" else UNKNOWN_OPT=yes fi diff --git a/doc/html/emb-fonts.html b/doc/html/emb-fonts.html index 09dc1a4ba..60f7b042a 100644 --- a/doc/html/emb-fonts.html +++ b/doc/html/emb-fonts.html @@ -61,7 +61,7 @@ enabled) can be enabled or disabled independently by using the <a href="emb-feat support in TQt/Embedded for writing a TQPF font file from any font, so you can initially enable TTF and BDF formats, save TQPF files for the fonts and sizes you need, then remove TTF and BDF support. -<p> See <a href="makeqpf.html">tools/makeqpf</a> for a tool that helps +<p> See <a href="maketqpf.html">tools/maketqpf</a> for a tool that helps produce TQPF files from the TTF and BDF, or just run your application with the <tt>-savefonts</tt> option. <p> <h2> Memory Requirements @@ -151,7 +151,7 @@ generate all 4 rotations of fonts would be to run the following at a real frameb <pre> for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270 do - TQWS_DISPLAY=$dpy ./makeqpf "$@" + TQWS_DISPLAY=$dpy ./maketqpf "$@" done </pre><p> If programs are only ever run in one orientation on a device, only the one appropriate set of fonts is needed. diff --git a/doc/html/emb-install.html b/doc/html/emb-install.html index 006f607bc..b9c336727 100644 --- a/doc/html/emb-install.html +++ b/doc/html/emb-install.html @@ -144,7 +144,7 @@ named pipe <tt>/tmp/qtembedded-username/TQtEmbedded-0</tt>; sometimes it may nee <p> The TQt/Embedded library can be reduced in size by <a href="emb-features.html">removing unnecessary features</a>. <p> <li> This document shows how to use TQt/Embedded with the Linux framebuffer. For -development and debugging purposes it is often easier to use the <a href="emb-qvfb.html">TQt/Embedded virtual framebuffer</a> instead. +development and debugging purposes it is often easier to use the <a href="emb-tqvfb.html">TQt/Embedded virtual framebuffer</a> instead. <p> </ol> <p> <!-- eof --> diff --git a/doc/html/emb-running.html b/doc/html/emb-running.html index d89e0e2e9..c6ac9db94 100644 --- a/doc/html/emb-running.html +++ b/doc/html/emb-running.html @@ -43,7 +43,7 @@ command line option. <p> This document assumes you have the Linux framebuffer configured correctly and no master process is running. If you do not have a working Linux framebuffer you can use the -<a href="emb-qvfb.html">TQt/Embedded virtual framebuffer</a>, or you can +<a href="emb-tqvfb.html">TQt/Embedded virtual framebuffer</a>, or you can run TQt/Embedded as a <a href="emb-vnc.html">VNC server</a>. <p> Change to a Linux console and select an example to run, e.g. <tt>examples/widgets</tt>. Make sure $QTDIR is set to the directory where you installed TQt/Embedded and add the $QTDIR/lib directory to diff --git a/doc/html/emb-qvfb.html b/doc/html/emb-tqvfb.html index 5b5c2eb22..a6b662616 100644 --- a/doc/html/emb-qvfb.html +++ b/doc/html/emb-tqvfb.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/qvfb.doc:36 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/tqvfb.doc:36 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,17 +34,17 @@ body { background: #ffffff; color: black; } <p> The virtual framebuffer allows TQt/Embedded programs to be developed on a desktop machine, without switching between consoles and X11. -<p> The virtual framebuffer is located in <tt>$QTDIR/tools/qvfb</tt>. +<p> The virtual framebuffer is located in <tt>$QTDIR/tools/tqvfb</tt>. <p> <h2> Using the Virtual Framebuffer </h2> <a name="1"></a><p> <ol type=1> -<li> Configure TQt/Embedded with the <tt>-qvfb</tt> argument and compile the library: +<li> Configure TQt/Embedded with the <tt>-tqvfb</tt> argument and compile the library: <pre> - ./configure -qvfb + ./configure -tqvfb make </pre> -<li> Compile <tt>qvfb</tt> as a normal TQt/X11 application and run it. Do <em>not</em> +<li> Compile <tt>tqvfb</tt> as a normal TQt/X11 application and run it. Do <em>not</em> compile it as a TQt/Embedded application. <li> Start a TQt/Embedded master application (i.e., construct <a href="ntqapplication.html">TQApplication</a> with the TQApplication::GuiServer flag or use the <tt>-qws</tt> command line parameter). You can specify to the server that @@ -53,13 +53,13 @@ you wish to use the virtual framebuffer driver, e.g.: masterapp -qws -display TQVFb:0 </pre> -<li> TQt/Embedded will autodetect qvfb, so you can omit the <tt>-display</tt> -command line parameter if you know that qvfb is running, and that -the TQt/Embedded library supports qvfb. (If this is not the case, +<li> TQt/Embedded will autodetect tqvfb, so you can omit the <tt>-display</tt> +command line parameter if you know that tqvfb is running, and that +the TQt/Embedded library supports tqvfb. (If this is not the case, TQt/Embedded will write to the real framebuffer, and your X11 display will be corrupted.) <p> </ol> -<p> <tt>qvfb</tt> supports the following command line options: +<p> <tt>tqvfb</tt> supports the following command line options: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Option <th valign="top">Meaning <tr bgcolor="#f0f0f0"> @@ -82,23 +82,23 @@ display will be corrupted.) </h2> <a name="2"></a><p> The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a utility to display the framebuffer in a -window (<tt>qvfb</tt>). The regions of the display that have changed are updated +window (<tt>tqvfb</tt>). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing operation. For this reason drawing problems such as flickering may not be apparent until the program is run using a real framebuffer. <p> The target refresh rate can be set via the <b>View|Refresh Rate</b> -menu item. This will cause <tt>qvfb</tt> to check for updated regions more +menu item. This will cause <tt>tqvfb</tt> to check for updated regions more frequently. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, then the application and <tt>qvfb</tt> will compete for +be frequent, then the application and <tt>tqvfb</tt> will compete for processor time. <p> Mouse and keyboard events are passed to the TQt/Embedded master process via named pipes. <p> The virtual framebuffer is a development tool only. No security issues have been considered in the virtual framebuffer design. It should be avoided -in a production environment; do not configure production libraries with <tt>-qvfb</tt>. +in a production environment; do not configure production libraries with <tt>-tqvfb</tt>. <p> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/emb-vnc.html b/doc/html/emb-vnc.html index 0834106c2..144adc272 100644 --- a/doc/html/emb-vnc.html +++ b/doc/html/emb-vnc.html @@ -54,7 +54,7 @@ can change this by setting the <tt>TQWS_SIZE</tt> environment variable to another size, e.g. <tt>TQWS_SIZE=240x320</tt>. <p> VNC clients are available for a vast array of display systems: X11, Windows, Amiga, DOS, VMS, and dozens of others. -<p> The <a href="emb-qvfb.html">TQt Virtual Framebuffer</a> is an alternative +<p> The <a href="emb-tqvfb.html">TQt Virtual Framebuffer</a> is an alternative technique. It uses shared memory and thus is much faster and smoother, but it does not operate over a network. <p> diff --git a/doc/html/i18n.html b/doc/html/i18n.html index ff2fa0c75..55ca647e6 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -347,7 +347,7 @@ file for <em>lupdate</em>; your <tt>qmake</tt> project file will work fine once you add the <tt>TRANSLATIONS</tt> entry. <p> In your application, you must <a href="ntqtranslator.html#load">TQTranslator::load</a>() the translation files appropriate for the user's language, and install them using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(). -<p> If you have been using the old TQt tools (<tt>findtr</tt>, <tt>msg2qm</tt> and <tt>mergetr</tt>), you can use <em>qm2ts</em> to convert your old <tt>.qm</tt> files. +<p> If you have been using the old TQt tools (<tt>tqtfindtr</tt>, <tt>msg2tqm</tt> and <tt>tqtmergetr</tt>), you can use <em>tqm2ts</em> to convert your old <tt>.qm</tt> files. <p> <em>linguist</em>, <em>lupdate</em> and <em>lrelease</em> are installed in the <tt>bin</tt> subdirectory of the base directory TQt is installed into. Click Help|Manual in <em>TQt Linguist</em> to access the user's manual; it contains a tutorial diff --git a/doc/html/index b/doc/html/index index 6d43b50ab..28776508b 100644 --- a/doc/html/index +++ b/doc/html/index @@ -8140,7 +8140,7 @@ "Qt's Tools" tools-list.html "Qt/Embedded Performance Tuning" emb-performance.html "Qt/Embedded Pointer Handling" emb-pointer.html -"Qt/Embedded Virtual Framebuffer" emb-qvfb.html +"Qt/Embedded Virtual Framebuffer" emb-tqvfb.html "Qt/Embedded as a VNC Server" emb-vnc.html "Qt/Embedded environment variables" emb-envvars.html "Qt/Mac Issues" mac-differences.html @@ -8282,7 +8282,7 @@ "i18n" i18n.html "images" images.html "io" io.html -"makeqpf" makeqpf.html +"maketqpf" maketqpf.html "misc" misc.html "motif-examples" motif-examples.html "multimedia" multimedia.html diff --git a/doc/html/linguist-manual-2.html b/doc/html/linguist-manual-2.html index 36499f677..19db9a40c 100644 --- a/doc/html/linguist-manual-2.html +++ b/doc/html/linguist-manual-2.html @@ -32,7 +32,7 @@ body { background: #ffffff; color: black; } <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><p align="right">[<a href="linguist-manual-1.html">Prev: Introduction</a>] [<a href="linguist-manual.html">Home</a>] [<a href="linguist-manual-3.html">Next: Translators</a>]</p> <h2 align="center">Release Manager</h2> <!-- index Release Manager --><p>Two tools are provided for the release manager, <a href="linguist-manual-2.html#2">lupdate</a> and <a href="linguist-manual-2.html#3">lrelease</a>. These tools depend on <em>qmake</em> project files. You don't have to use <em>qmake</em>, though.</p> -<p>A third tool, <tt>qm2ts</tt>, can be used for converting TQt 2.x message files to <tt>.ts</tt> files.</p> +<p>A third tool, <tt>tqm2ts</tt>, can be used for converting TQt 2.x message files to <tt>.ts</tt> files.</p> <h3><a name="1"></a>TQt Project Files</h3> <!-- index .pro Files --><!-- index Project Files --><!-- index qmake!Project Files --><p><a href="linguist-manual-2.html#2">lupdate</a> and <a href="linguist-manual-2.html#3">lrelease</a> depend on information in the application's <tt>.pro</tt> TQt project file. There must be an entry in the <tt>TRANSLATIONS</tt> section of the project file for each language that is additional to the native language. A typical entry looks like this:</p> <!-- index TRANSLATIONS!in Project Files --><pre> TRANSLATIONS = tt2_fr.ts \ diff --git a/doc/html/makeqpf.html b/doc/html/maketqpf.html index cc61a5eb9..b7e51eba5 100644 --- a/doc/html/makeqpf.html +++ b/doc/html/maketqpf.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/makeqpf.doc:36 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/maketqpf.doc:36 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>makeqpf</title> +<title>maketqpf</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } @@ -29,7 +29,7 @@ body { background: #ffffff; color: black; } | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>makeqpf</h1> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>maketqpf</h1> @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <p> <h2> Usage </h2> <a name="1"></a><p> <pre> -makeqpf [-A] [-f spec-file] [font ...] +maketqpf [-A] [-f spec-file] [font ...] </pre> <p> <ul> diff --git a/doc/html/overviews-list.html b/doc/html/overviews-list.html index fe81a5261..b6e4d2558 100644 --- a/doc/html/overviews-list.html +++ b/doc/html/overviews-list.html @@ -95,7 +95,7 @@ body { background: #ffffff; color: black; } </ul> <p> <td valign="top"> <ul> -<li> <a href="emb-qvfb.html">TQVFb tool - virtual framebuffer for TQt/Embedded</a> +<li> <a href="emb-tqvfb.html">TQVFb tool - virtual framebuffer for TQt/Embedded</a> <p> </p> <li> <a href="emb-install.html">Installing TQt/Embedded</a> <li> <a href="emb-features.html">The Feature Definition File</a> diff --git a/doc/html/porting2.html b/doc/html/porting2.html index c7ddd4d80..f34efd8df 100644 --- a/doc/html/porting2.html +++ b/doc/html/porting2.html @@ -134,7 +134,7 @@ etc. are totally unaffected, but code that is <em>not</em> in functions of classes inherited from <code>TQt</code>, you must qualify these identifiers like this: <code>TQt::red, TQt::LeftButton, TQt::AlignRight</code>, etc. -<p> <p>The <code>qt/bin/qt20fix</code> script helps to fix the code that +<p> <p>The <code>qt/bin/tqt20fix</code> script helps to fix the code that needs adaption, though most code does not need changing. <p> Compiling with -DQT1COMPATIBILITY will help you get going with TQt 2.x - it allows all the old "dirty namespace" identifiers from TQt 1.x to diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 592ce2293..ae3f5122f 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -9984,8 +9984,8 @@ <section ref="tutorial2-04.html" title="Mainly Easy"> <keyword ref="tutorial2-04.html">Mainly Easy</keyword> </section> -<section ref="makeqpf.html" title="makeqpf"> - <keyword ref="makeqpf.html">makeqpf</keyword> +<section ref="maketqpf.html" title="maketqpf"> + <keyword ref="maketqpf.html">maketqpf</keyword> </section> <section ref="functions.html" title="Member Function Index"> <keyword ref="functions.html">Member Function Index</keyword> @@ -10269,8 +10269,8 @@ <section ref="emb-pointer.html" title="Qt/Embedded Pointer Handling"> <keyword ref="emb-pointer.html">Qt/Embedded Pointer Handling</keyword> </section> -<section ref="emb-qvfb.html" title="Qt/Embedded Virtual Framebuffer"> - <keyword ref="emb-qvfb.html">Qt/Embedded Virtual Framebuffer</keyword> +<section ref="emb-tqvfb.html" title="Qt/Embedded Virtual Framebuffer"> + <keyword ref="emb-tqvfb.html">Qt/Embedded Virtual Framebuffer</keyword> </section> <section ref="qtmac-as-native.html" title="Qt/Mac is Mac OS X Native"> <keyword ref="qtmac-as-native.html">Qt/Mac is Mac OS X Native</keyword> diff --git a/doc/html/titleindex b/doc/html/titleindex index 7055941a9..2599846f5 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -1061,7 +1061,7 @@ Qt's Tools | tools-list.html Qt/Embedded | qws.html Qt/Embedded Performance Tuning | emb-performance.html Qt/Embedded Pointer Handling | emb-pointer.html -Qt/Embedded Virtual Framebuffer | emb-qvfb.html +Qt/Embedded Virtual Framebuffer | emb-tqvfb.html Qt/Embedded as a VNC Server | emb-vnc.html Qt/Embedded environment variables | emb-envvars.html Qt/Mac Issues | mac-differences.html @@ -1175,7 +1175,7 @@ chart/setdataform.cpp Example File | chart-setdataform-cpp.html chart/setdataform.h Example File | chart-setdataform-h.html iconview/simple_dd/main.cpp Example File | iconview-simple_dd-main-cpp.html iconview/simple_dd/main.h Example File | iconview-simple_dd-main-h.html -makeqpf | makeqpf.html +maketqpf | maketqpf.html ntqaccel.h Include File | qaccel-h.html ntqaccessible.h Include File | qaccessible-h.html ntqaction.h Include File | qaction-h.html diff --git a/doc/html/tools-list.html b/doc/html/tools-list.html index 7de101ca2..12e02c453 100644 --- a/doc/html/tools-list.html +++ b/doc/html/tools-list.html @@ -46,9 +46,9 @@ help you need <li> <a href="qmake-manual.html">qmake</a> - create Makefiles from simple platform-independent project files <li> <a href="qembed.html">qembed</a> - convert data, e.g. images, into C++ code -<li> <a href="emb-qvfb.html">qvfb</a> - run and test embedded +<li> <a href="emb-tqvfb.html">tqvfb</a> - run and test embedded applications on the desktop -<li> <a href="makeqpf.html">makeqpf</a> - create pre-rendered fonts +<li> <a href="maketqpf.html">maketqpf</a> - create pre-rendered fonts for embedded devices <li> <a href="moc.html">moc</a> - the Meta Object Compiler <li> <a href="uic.html">uic</a> - the User Interface Compiler diff --git a/doc/i18n.doc b/doc/i18n.doc index 77a0046b8..837b2bbf6 100644 --- a/doc/i18n.doc +++ b/doc/i18n.doc @@ -372,8 +372,8 @@ In your application, you must \l QTranslator::load() the translation files appropriate for the user's language, and install them using \l QApplication::installTranslator(). -If you have been using the old Qt tools (\c findtr, \c msg2qm and \c -mergetr), you can use \e qm2ts to convert your old \c .qm files. +If you have been using the old Qt tools (\c tqtfindtr, \c msg2tqm and \c +tqtmergetr), you can use \e tqm2ts to convert your old \c .qm files. \e linguist, \e lupdate and \e lrelease are installed in the \c bin subdirectory of the base directory Qt is installed into. Click Help|Manual diff --git a/doc/makeqpf.doc b/doc/maketqpf.doc index 74600ba48..b293c9586 100644 --- a/doc/makeqpf.doc +++ b/doc/maketqpf.doc @@ -37,16 +37,16 @@ **********************************************************************/ /*! - \page makeqpf.html + \page maketqpf.html - \title makeqpf + \title maketqpf Saves QPF font files by rendering and saving fonts. \section1 Usage \code -makeqpf [-A] [-f spec-file] [font ...] +maketqpf [-A] [-f spec-file] [font ...] \endcode \list diff --git a/doc/man/README b/doc/man/README index de4ddcd30..e9e38cf1c 100644 --- a/doc/man/README +++ b/doc/man/README @@ -36,14 +36,14 @@ Debian distribution (http://ftp.de.debian.org/debian/pool/main/q/qt-x11-free/) qt-x11-free_3.3.8b-11.* qt-x11-free_3.3.8b.orig.tar.gz - man1/createcw.1 + man1/tqtcreatecw.1 man1/designer.1 - man1/findtr.1 + man1/tqtfindtr.1 man1/linguist.1 - man1/makeqpf.1 - man1/mergetr.1 - man1/msg2qm.1 + man1/maketqpf.1 + man1/tqtmergetr.1 + man1/msg2tqm.1 man1/qembed.1 - man1/qt20fix.1 + man1/tqt20fix.1 man1/qtconfig.1 - man1/qvfb.1 + man1/tqvfb.1 diff --git a/doc/man/man1/makeqpf.1 b/doc/man/man1/maketqpf.1 index 37ddcfd4f..641639cba 100644 --- a/doc/man/man1/makeqpf.1 +++ b/doc/man/man1/maketqpf.1 @@ -1,11 +1,11 @@ -.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "maketqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -makeqpf \- Create qpf files from TTF and BDF files. +maketqpf \- Create qpf files from TTF and BDF files. .SH "DESCRIPTION" .LP Qt Prerendered Font (QPF) is a light\-weight non\-scalable -font format specific to Qt/Embedded. makeqpf is a tool +font format specific to Qt/Embedded. maketqpf is a tool that assists producing QPF files from TTF and BDF files. diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2tqm.1 index 7d22bbb96..c35085406 100644 --- a/doc/man/man1/msg2qm.1 +++ b/doc/man/man1/msg2tqm.1 @@ -1,10 +1,10 @@ -.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -msg2qm \- Converts translated .po files to a Qt\-specific binary format. +msg2tqm \- Converts translated .po files to a Qt\-specific binary format. .SH "SYNTAX" .LP -msg2qm myapp_de.po myapp_de.qm +msg2tqm myapp_de.po myapp_de.qm .SH "DESCRIPTION" .LP @@ -14,9 +14,9 @@ are platform and locale independent, containing translations in Unicode and various hash tables to provide fast look\-up. - msg2qm myapp_de.po myapp_de.qm - msg2qm myapp_fr.po myapp_fr.qm - msg2qm myapp_ja.po myapp_ja.qm + msg2tqm myapp_de.po myapp_de.qm + msg2tqm myapp_fr.po myapp_fr.qm + msg2tqm myapp_ja.po myapp_ja.qm In your application, use QTranslator::load() to load diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/tqt20fix.1 index af27905a3..56a79a18d 100644 --- a/doc/man/man1/qt20fix.1 +++ b/doc/man/man1/tqt20fix.1 @@ -1,10 +1,10 @@ -.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 +tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 .SH "SYNTAX" .LP -qt20fix myapp.cpp +tqt20fix myapp.cpp .SH "DESCRIPTION" .LP @@ -19,7 +19,7 @@ functions of classes inherited from Qt, you must qualify these identifiers like this: Qt::red, Qt::LeftButton, Qt::AlignRight, etc. -The qt/bin/qt20fix script helps to fix the code that +The qt/bin/tqt20fix script helps to fix the code that needs adaption, though most code does not need changing. Compiling with \-DQT1COMPATIBILITY will help you get going diff --git a/doc/man/man1/createcw.1 b/doc/man/man1/tqtcreatecw.1 index 0959a2df1..4567e5f13 100644 --- a/doc/man/man1/createcw.1 +++ b/doc/man/man1/tqtcreatecw.1 @@ -1,10 +1,10 @@ -.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -createcw \- custom widget description creater for Qt Designer +tqtcreatecw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -createcw <\fIfilename.cw\fP> +tqtcreatecw <\fIfilename.cw\fP> .SH "DESCRIPTION" .LP This small application makes it much easier to create @@ -44,8 +44,8 @@ would write here After that compile the program, link it with your custom widget (library or object file) and run it like this: - (unix): ./createcw mywidgets.cw - (win32): createcw mywidgets.cw + (unix): ./tqtcreatecw mywidgets.cw + (win32): tqtcreatecw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See diff --git a/doc/man/man1/findtr.1 b/doc/man/man1/tqtfindtr.1 index f1d3a87d5..163af792b 100644 --- a/doc/man/man1/findtr.1 +++ b/doc/man/man1/tqtfindtr.1 @@ -1,10 +1,10 @@ -.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -findtr \- Extracts information about text to be translated +tqtfindtr \- Extracts information about text to be translated .SH "SYNTAX" .LP -findtr *.cpp *.h >myapp.po +tqtfindtr *.cpp *.h >myapp.po .SH "DESCRIPTION" .LP @@ -17,7 +17,7 @@ translated versions of the file would then be myapp_de.po, myapp_fr.po, and myapp_ja.po for translations in German, French and Japanese respectively. - findtr *.cpp *.h >myapp.po + tqtfindtr *.cpp *.h >myapp.po copy myapp.po myapp_de.po edit myapp_de.po .SH "AUTHORS" diff --git a/doc/man/man1/mergetr.1 b/doc/man/man1/tqtmergetr.1 index 9ed2a9f25..a2c574f8f 100644 --- a/doc/man/man1/mergetr.1 +++ b/doc/man/man1/tqtmergetr.1 @@ -1,21 +1,21 @@ -.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -mergetr \- Merge changes in translations +tqtmergetr \- Merge changes in translations .SH "SYNTAX" .LP -mergetr myapp_de.po myapp.po +tqtmergetr myapp_de.po myapp.po .SH "DESCRIPTION" .LP When the texts in your program change as it is developed, -a the base .po file can be regenerated using findtr, -then mergetr can be used to merge the changes into the +a the base .po file can be regenerated using tqtfindtr, +then tqtmergetr can be used to merge the changes into the other .po files: - mergetr myapp_de.po myapp.po - mergetr myapp_fr.po myapp.po - mergetr myapp_ja.po myapp.po + tqtmergetr myapp_de.po myapp.po + tqtmergetr myapp_fr.po myapp.po + tqtmergetr myapp_ja.po myapp.po The translation team then edits the new .po files to diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/tqvfb.1 index 0ae800d32..acf02e152 100644 --- a/doc/man/man1/qvfb.1 +++ b/doc/man/man1/tqvfb.1 @@ -1,7 +1,7 @@ -.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qvfb \- Virtual framebuffer for Qt +tqvfb \- Virtual framebuffer for Qt .SH "DESCRIPTION" .LP The virtual framebuffer allows Qt/Embedded programs to be @@ -19,7 +19,7 @@ driver, e.g.: You may prefer to set the QWS_DISPLAY environment variable to be QVFb:0. -qvfb supports the following command line options: +tqvfb supports the following command line options: \-width width: the width of the virtual framebuffer (default: 240). @@ -36,7 +36,7 @@ qvfb supports the following command line options: The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (qvfb). +utility to display the framebuffer in a window (tqvfb). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing @@ -45,12 +45,12 @@ flickering may not be apparent until the program is run using a real framebuffer. The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause qvfb to check for +Rate" menu item. This will cause tqvfb to check for updated regions more quickly. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, and the application and qvfb will compete +be frequent, and the application and tqvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded diff --git a/doc/man/man3/QAccel.3qt b/doc/man/man3/QAccel.3qt deleted file mode 100644 index a9fc0bb50..000000000 --- a/doc/man/man3/QAccel.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaccel.3qt diff --git a/doc/man/man3/QAccessible.3qt b/doc/man/man3/QAccessible.3qt deleted file mode 100644 index 8ff1652b2..000000000 --- a/doc/man/man3/QAccessible.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaccessible.3qt diff --git a/doc/man/man3/QAccessibleInterface.3qt b/doc/man/man3/QAccessibleInterface.3qt deleted file mode 100644 index ccbbc4202..000000000 --- a/doc/man/man3/QAccessibleInterface.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaccessibleinterface.3qt diff --git a/doc/man/man3/QAccessibleObject.3qt b/doc/man/man3/QAccessibleObject.3qt deleted file mode 100644 index 793f88871..000000000 --- a/doc/man/man3/QAccessibleObject.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaccessibleobject.3qt diff --git a/doc/man/man3/QAction.3qt b/doc/man/man3/QAction.3qt deleted file mode 100644 index 121200242..000000000 --- a/doc/man/man3/QAction.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaction.3qt diff --git a/doc/man/man3/QActionGroup.3qt b/doc/man/man3/QActionGroup.3qt deleted file mode 100644 index f88fe7f8e..000000000 --- a/doc/man/man3/QActionGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qactiongroup.3qt diff --git a/doc/man/man3/QAsciiCache.3qt b/doc/man/man3/QAsciiCache.3qt deleted file mode 100644 index 577078472..000000000 --- a/doc/man/man3/QAsciiCache.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qasciicache.3qt diff --git a/doc/man/man3/QAsciiCacheIterator.3qt b/doc/man/man3/QAsciiCacheIterator.3qt deleted file mode 100644 index aa041134e..000000000 --- a/doc/man/man3/QAsciiCacheIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qasciicacheiterator.3qt diff --git a/doc/man/man3/QAsciiDict.3qt b/doc/man/man3/QAsciiDict.3qt deleted file mode 100644 index 750f270ee..000000000 --- a/doc/man/man3/QAsciiDict.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qasciidict.3qt diff --git a/doc/man/man3/QAsciiDictIterator.3qt b/doc/man/man3/QAsciiDictIterator.3qt deleted file mode 100644 index 32c485319..000000000 --- a/doc/man/man3/QAsciiDictIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qasciidictiterator.3qt diff --git a/doc/man/man3/QAssistantClient.3qt b/doc/man/man3/QAssistantClient.3qt deleted file mode 100644 index 63fad333a..000000000 --- a/doc/man/man3/QAssistantClient.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qassistantclient.3qt diff --git a/doc/man/man3/QAxAggregated.3qt b/doc/man/man3/QAxAggregated.3qt deleted file mode 100644 index eaf21e781..000000000 --- a/doc/man/man3/QAxAggregated.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxaggregated.3qt diff --git a/doc/man/man3/QAxBase.3qt b/doc/man/man3/QAxBase.3qt deleted file mode 100644 index eaff9fd69..000000000 --- a/doc/man/man3/QAxBase.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxbase.3qt diff --git a/doc/man/man3/QAxBindable.3qt b/doc/man/man3/QAxBindable.3qt deleted file mode 100644 index 76e601640..000000000 --- a/doc/man/man3/QAxBindable.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxbindable.3qt diff --git a/doc/man/man3/QAxFactory.3qt b/doc/man/man3/QAxFactory.3qt deleted file mode 100644 index 51336b100..000000000 --- a/doc/man/man3/QAxFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxfactory.3qt diff --git a/doc/man/man3/QAxObject.3qt b/doc/man/man3/QAxObject.3qt deleted file mode 100644 index 1a03d2ec2..000000000 --- a/doc/man/man3/QAxObject.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxobject.3qt diff --git a/doc/man/man3/QAxScript.3qt b/doc/man/man3/QAxScript.3qt deleted file mode 100644 index 9ad0b7521..000000000 --- a/doc/man/man3/QAxScript.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxscript.3qt diff --git a/doc/man/man3/QAxScriptEngine.3qt b/doc/man/man3/QAxScriptEngine.3qt deleted file mode 100644 index bdb3d0ff3..000000000 --- a/doc/man/man3/QAxScriptEngine.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxscriptengine.3qt diff --git a/doc/man/man3/QAxScriptManager.3qt b/doc/man/man3/QAxScriptManager.3qt deleted file mode 100644 index 17568f696..000000000 --- a/doc/man/man3/QAxScriptManager.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxscriptmanager.3qt diff --git a/doc/man/man3/QAxWidget.3qt b/doc/man/man3/QAxWidget.3qt deleted file mode 100644 index 628b4e395..000000000 --- a/doc/man/man3/QAxWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qaxwidget.3qt diff --git a/doc/man/man3/QBig5Codec.3qt b/doc/man/man3/QBig5Codec.3qt deleted file mode 100644 index 38f113947..000000000 --- a/doc/man/man3/QBig5Codec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbig5codec.3qt diff --git a/doc/man/man3/QBig5hkscsCodec.3qt b/doc/man/man3/QBig5hkscsCodec.3qt deleted file mode 100644 index 3162729b4..000000000 --- a/doc/man/man3/QBig5hkscsCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbig5hkscscodec.3qt diff --git a/doc/man/man3/QBitArray.3qt b/doc/man/man3/QBitArray.3qt deleted file mode 100644 index c038849a3..000000000 --- a/doc/man/man3/QBitArray.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbitarray.3qt diff --git a/doc/man/man3/QBitVal.3qt b/doc/man/man3/QBitVal.3qt deleted file mode 100644 index 0071497aa..000000000 --- a/doc/man/man3/QBitVal.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbitval.3qt diff --git a/doc/man/man3/QBitmap.3qt b/doc/man/man3/QBitmap.3qt deleted file mode 100644 index 58bcf31a2..000000000 --- a/doc/man/man3/QBitmap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbitmap.3qt diff --git a/doc/man/man3/QBoxLayout.3qt b/doc/man/man3/QBoxLayout.3qt deleted file mode 100644 index bcda2ae06..000000000 --- a/doc/man/man3/QBoxLayout.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qboxlayout.3qt diff --git a/doc/man/man3/QBrush.3qt b/doc/man/man3/QBrush.3qt deleted file mode 100644 index dd4d55987..000000000 --- a/doc/man/man3/QBrush.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbrush.3qt diff --git a/doc/man/man3/QBuffer.3qt b/doc/man/man3/QBuffer.3qt deleted file mode 100644 index 458f53b71..000000000 --- a/doc/man/man3/QBuffer.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbuffer.3qt diff --git a/doc/man/man3/QButton.3qt b/doc/man/man3/QButton.3qt deleted file mode 100644 index 442d65abe..000000000 --- a/doc/man/man3/QButton.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbutton.3qt diff --git a/doc/man/man3/QButtonGroup.3qt b/doc/man/man3/QButtonGroup.3qt deleted file mode 100644 index da65dec9a..000000000 --- a/doc/man/man3/QButtonGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbuttongroup.3qt diff --git a/doc/man/man3/QByteArray.3qt b/doc/man/man3/QByteArray.3qt deleted file mode 100644 index 6ee12661f..000000000 --- a/doc/man/man3/QByteArray.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qbytearray.3qt diff --git a/doc/man/man3/QCDEStyle.3qt b/doc/man/man3/QCDEStyle.3qt deleted file mode 100644 index 3928f50fc..000000000 --- a/doc/man/man3/QCDEStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcdestyle.3qt diff --git a/doc/man/man3/QCString.3qt b/doc/man/man3/QCString.3qt deleted file mode 100644 index 9bfa0a314..000000000 --- a/doc/man/man3/QCString.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcstring.3qt diff --git a/doc/man/man3/QCache.3qt b/doc/man/man3/QCache.3qt deleted file mode 100644 index 6a779271b..000000000 --- a/doc/man/man3/QCache.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcache.3qt diff --git a/doc/man/man3/QCacheIterator.3qt b/doc/man/man3/QCacheIterator.3qt deleted file mode 100644 index 7dd86df27..000000000 --- a/doc/man/man3/QCacheIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcacheiterator.3qt diff --git a/doc/man/man3/QCanvas.3qt b/doc/man/man3/QCanvas.3qt deleted file mode 100644 index f117aa4c9..000000000 --- a/doc/man/man3/QCanvas.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvas.3qt diff --git a/doc/man/man3/QCanvasEllipse.3qt b/doc/man/man3/QCanvasEllipse.3qt deleted file mode 100644 index b2cea0a7c..000000000 --- a/doc/man/man3/QCanvasEllipse.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasellipse.3qt diff --git a/doc/man/man3/QCanvasItem.3qt b/doc/man/man3/QCanvasItem.3qt deleted file mode 100644 index 553e36ce9..000000000 --- a/doc/man/man3/QCanvasItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasitem.3qt diff --git a/doc/man/man3/QCanvasItemList.3qt b/doc/man/man3/QCanvasItemList.3qt deleted file mode 100644 index 1a871d328..000000000 --- a/doc/man/man3/QCanvasItemList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasitemlist.3qt diff --git a/doc/man/man3/QCanvasLine.3qt b/doc/man/man3/QCanvasLine.3qt deleted file mode 100644 index aa7e1c058..000000000 --- a/doc/man/man3/QCanvasLine.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasline.3qt diff --git a/doc/man/man3/QCanvasPixmap.3qt b/doc/man/man3/QCanvasPixmap.3qt deleted file mode 100644 index 666942539..000000000 --- a/doc/man/man3/QCanvasPixmap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvaspixmap.3qt diff --git a/doc/man/man3/QCanvasPixmapArray.3qt b/doc/man/man3/QCanvasPixmapArray.3qt deleted file mode 100644 index 69010c72f..000000000 --- a/doc/man/man3/QCanvasPixmapArray.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvaspixmaparray.3qt diff --git a/doc/man/man3/QCanvasPolygon.3qt b/doc/man/man3/QCanvasPolygon.3qt deleted file mode 100644 index 348fa1259..000000000 --- a/doc/man/man3/QCanvasPolygon.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvaspolygon.3qt diff --git a/doc/man/man3/QCanvasPolygonalItem.3qt b/doc/man/man3/QCanvasPolygonalItem.3qt deleted file mode 100644 index cf6c434ac..000000000 --- a/doc/man/man3/QCanvasPolygonalItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvaspolygonalitem.3qt diff --git a/doc/man/man3/QCanvasRectangle.3qt b/doc/man/man3/QCanvasRectangle.3qt deleted file mode 100644 index ebadbbe86..000000000 --- a/doc/man/man3/QCanvasRectangle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasrectangle.3qt diff --git a/doc/man/man3/QCanvasSpline.3qt b/doc/man/man3/QCanvasSpline.3qt deleted file mode 100644 index b03187069..000000000 --- a/doc/man/man3/QCanvasSpline.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasspline.3qt diff --git a/doc/man/man3/QCanvasSprite.3qt b/doc/man/man3/QCanvasSprite.3qt deleted file mode 100644 index 0aeb9f39b..000000000 --- a/doc/man/man3/QCanvasSprite.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvassprite.3qt diff --git a/doc/man/man3/QCanvasText.3qt b/doc/man/man3/QCanvasText.3qt deleted file mode 100644 index e8caf1cbc..000000000 --- a/doc/man/man3/QCanvasText.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvastext.3qt diff --git a/doc/man/man3/QCanvasView.3qt b/doc/man/man3/QCanvasView.3qt deleted file mode 100644 index 534014cda..000000000 --- a/doc/man/man3/QCanvasView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcanvasview.3qt diff --git a/doc/man/man3/QChar.3qt b/doc/man/man3/QChar.3qt deleted file mode 100644 index 420b150ad..000000000 --- a/doc/man/man3/QChar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qchar.3qt diff --git a/doc/man/man3/QCharRef.3qt b/doc/man/man3/QCharRef.3qt deleted file mode 100644 index b465894fd..000000000 --- a/doc/man/man3/QCharRef.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcharref.3qt diff --git a/doc/man/man3/QCheckBox.3qt b/doc/man/man3/QCheckBox.3qt deleted file mode 100644 index fce0bd248..000000000 --- a/doc/man/man3/QCheckBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcheckbox.3qt diff --git a/doc/man/man3/QCheckListItem.3qt b/doc/man/man3/QCheckListItem.3qt deleted file mode 100644 index 508ff1921..000000000 --- a/doc/man/man3/QCheckListItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qchecklistitem.3qt diff --git a/doc/man/man3/QCheckTableItem.3qt b/doc/man/man3/QCheckTableItem.3qt deleted file mode 100644 index 11799c8db..000000000 --- a/doc/man/man3/QCheckTableItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qchecktableitem.3qt diff --git a/doc/man/man3/QChildEvent.3qt b/doc/man/man3/QChildEvent.3qt deleted file mode 100644 index accb58a19..000000000 --- a/doc/man/man3/QChildEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qchildevent.3qt diff --git a/doc/man/man3/QClipboard.3qt b/doc/man/man3/QClipboard.3qt deleted file mode 100644 index 47af37fcc..000000000 --- a/doc/man/man3/QClipboard.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qclipboard.3qt diff --git a/doc/man/man3/QCloseEvent.3qt b/doc/man/man3/QCloseEvent.3qt deleted file mode 100644 index e223e329b..000000000 --- a/doc/man/man3/QCloseEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcloseevent.3qt diff --git a/doc/man/man3/QColor.3qt b/doc/man/man3/QColor.3qt deleted file mode 100644 index eba87ddb6..000000000 --- a/doc/man/man3/QColor.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcolor.3qt diff --git a/doc/man/man3/QColorDialog.3qt b/doc/man/man3/QColorDialog.3qt deleted file mode 100644 index d945882dc..000000000 --- a/doc/man/man3/QColorDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcolordialog.3qt diff --git a/doc/man/man3/QColorDrag.3qt b/doc/man/man3/QColorDrag.3qt deleted file mode 100644 index 06bf47149..000000000 --- a/doc/man/man3/QColorDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcolordrag.3qt diff --git a/doc/man/man3/QColorGroup.3qt b/doc/man/man3/QColorGroup.3qt deleted file mode 100644 index 77af90a61..000000000 --- a/doc/man/man3/QColorGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcolorgroup.3qt diff --git a/doc/man/man3/QComboBox.3qt b/doc/man/man3/QComboBox.3qt deleted file mode 100644 index 6c208efe3..000000000 --- a/doc/man/man3/QComboBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcombobox.3qt diff --git a/doc/man/man3/QComboTableItem.3qt b/doc/man/man3/QComboTableItem.3qt deleted file mode 100644 index 7bc478eb5..000000000 --- a/doc/man/man3/QComboTableItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcombotableitem.3qt diff --git a/doc/man/man3/QCommonStyle.3qt b/doc/man/man3/QCommonStyle.3qt deleted file mode 100644 index 9c6158095..000000000 --- a/doc/man/man3/QCommonStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcommonstyle.3qt diff --git a/doc/man/man3/QConstString.3qt b/doc/man/man3/QConstString.3qt deleted file mode 100644 index 565854990..000000000 --- a/doc/man/man3/QConstString.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qconststring.3qt diff --git a/doc/man/man3/QContextMenuEvent.3qt b/doc/man/man3/QContextMenuEvent.3qt deleted file mode 100644 index ba554c0a4..000000000 --- a/doc/man/man3/QContextMenuEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcontextmenuevent.3qt diff --git a/doc/man/man3/QCopChannel.3qt b/doc/man/man3/QCopChannel.3qt deleted file mode 100644 index 35d01b0ef..000000000 --- a/doc/man/man3/QCopChannel.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcopchannel.3qt diff --git a/doc/man/man3/QCursor.3qt b/doc/man/man3/QCursor.3qt deleted file mode 100644 index cb8f2efd5..000000000 --- a/doc/man/man3/QCursor.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcursor.3qt diff --git a/doc/man/man3/QCustomEvent.3qt b/doc/man/man3/QCustomEvent.3qt deleted file mode 100644 index 5a4166cc0..000000000 --- a/doc/man/man3/QCustomEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcustomevent.3qt diff --git a/doc/man/man3/QCustomMenuItem.3qt b/doc/man/man3/QCustomMenuItem.3qt deleted file mode 100644 index 8157c72aa..000000000 --- a/doc/man/man3/QCustomMenuItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qcustommenuitem.3qt diff --git a/doc/man/man3/QDataBrowser.3qt b/doc/man/man3/QDataBrowser.3qt deleted file mode 100644 index b11342ef5..000000000 --- a/doc/man/man3/QDataBrowser.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatabrowser.3qt diff --git a/doc/man/man3/QDataStream.3qt b/doc/man/man3/QDataStream.3qt deleted file mode 100644 index b2bfba375..000000000 --- a/doc/man/man3/QDataStream.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatastream.3qt diff --git a/doc/man/man3/QDataTable.3qt b/doc/man/man3/QDataTable.3qt deleted file mode 100644 index 61b901842..000000000 --- a/doc/man/man3/QDataTable.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatatable.3qt diff --git a/doc/man/man3/QDataView.3qt b/doc/man/man3/QDataView.3qt deleted file mode 100644 index bd034924a..000000000 --- a/doc/man/man3/QDataView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdataview.3qt diff --git a/doc/man/man3/QDate.3qt b/doc/man/man3/QDate.3qt deleted file mode 100644 index b50599553..000000000 --- a/doc/man/man3/QDate.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdate.3qt diff --git a/doc/man/man3/QDateEdit.3qt b/doc/man/man3/QDateEdit.3qt deleted file mode 100644 index be6df0cf6..000000000 --- a/doc/man/man3/QDateEdit.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdateedit.3qt diff --git a/doc/man/man3/QDateTime.3qt b/doc/man/man3/QDateTime.3qt deleted file mode 100644 index 23afa067d..000000000 --- a/doc/man/man3/QDateTime.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatetime.3qt diff --git a/doc/man/man3/QDateTimeEdit.3qt b/doc/man/man3/QDateTimeEdit.3qt deleted file mode 100644 index b51537896..000000000 --- a/doc/man/man3/QDateTimeEdit.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatetimeedit.3qt diff --git a/doc/man/man3/QDateTimeEditBase.3qt b/doc/man/man3/QDateTimeEditBase.3qt deleted file mode 100644 index ad813f8da..000000000 --- a/doc/man/man3/QDateTimeEditBase.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdatetimeeditbase.3qt diff --git a/doc/man/man3/QDeepCopy.3qt b/doc/man/man3/QDeepCopy.3qt deleted file mode 100644 index 2cf6e7913..000000000 --- a/doc/man/man3/QDeepCopy.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdeepcopy.3qt diff --git a/doc/man/man3/QDesktopWidget.3qt b/doc/man/man3/QDesktopWidget.3qt deleted file mode 100644 index dab324876..000000000 --- a/doc/man/man3/QDesktopWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdesktopwidget.3qt diff --git a/doc/man/man3/QDial.3qt b/doc/man/man3/QDial.3qt deleted file mode 100644 index 56c4e7b13..000000000 --- a/doc/man/man3/QDial.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdial.3qt diff --git a/doc/man/man3/QDialog.3qt b/doc/man/man3/QDialog.3qt deleted file mode 100644 index 0954f9997..000000000 --- a/doc/man/man3/QDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdialog.3qt diff --git a/doc/man/man3/QDict.3qt b/doc/man/man3/QDict.3qt deleted file mode 100644 index bfcc71f18..000000000 --- a/doc/man/man3/QDict.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdict.3qt diff --git a/doc/man/man3/QDictIterator.3qt b/doc/man/man3/QDictIterator.3qt deleted file mode 100644 index c1cf4a1ea..000000000 --- a/doc/man/man3/QDictIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdictiterator.3qt diff --git a/doc/man/man3/QDir.3qt b/doc/man/man3/QDir.3qt deleted file mode 100644 index f6809fa08..000000000 --- a/doc/man/man3/QDir.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdir.3qt diff --git a/doc/man/man3/QDirectPainter.3qt b/doc/man/man3/QDirectPainter.3qt deleted file mode 100644 index 4894aa811..000000000 --- a/doc/man/man3/QDirectPainter.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdirectpainter.3qt diff --git a/doc/man/man3/QDns.3qt b/doc/man/man3/QDns.3qt deleted file mode 100644 index 233f91aaf..000000000 --- a/doc/man/man3/QDns.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdns.3qt diff --git a/doc/man/man3/QDockArea.3qt b/doc/man/man3/QDockArea.3qt deleted file mode 100644 index ab8bc6d69..000000000 --- a/doc/man/man3/QDockArea.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdockarea.3qt diff --git a/doc/man/man3/QDockWindow.3qt b/doc/man/man3/QDockWindow.3qt deleted file mode 100644 index e3c5ab17e..000000000 --- a/doc/man/man3/QDockWindow.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdockwindow.3qt diff --git a/doc/man/man3/QDomAttr.3qt b/doc/man/man3/QDomAttr.3qt deleted file mode 100644 index 003eb5bd4..000000000 --- a/doc/man/man3/QDomAttr.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomattr.3qt diff --git a/doc/man/man3/QDomCDATASection.3qt b/doc/man/man3/QDomCDATASection.3qt deleted file mode 100644 index 6b603bd3d..000000000 --- a/doc/man/man3/QDomCDATASection.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomcdatasection.3qt diff --git a/doc/man/man3/QDomCharacterData.3qt b/doc/man/man3/QDomCharacterData.3qt deleted file mode 100644 index ab4eed498..000000000 --- a/doc/man/man3/QDomCharacterData.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomcharacterdata.3qt diff --git a/doc/man/man3/QDomComment.3qt b/doc/man/man3/QDomComment.3qt deleted file mode 100644 index ea469ab45..000000000 --- a/doc/man/man3/QDomComment.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomcomment.3qt diff --git a/doc/man/man3/QDomDocument.3qt b/doc/man/man3/QDomDocument.3qt deleted file mode 100644 index ac919eaeb..000000000 --- a/doc/man/man3/QDomDocument.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomdocument.3qt diff --git a/doc/man/man3/QDomDocumentFragment.3qt b/doc/man/man3/QDomDocumentFragment.3qt deleted file mode 100644 index e9871e82c..000000000 --- a/doc/man/man3/QDomDocumentFragment.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomdocumentfragment.3qt diff --git a/doc/man/man3/QDomDocumentType.3qt b/doc/man/man3/QDomDocumentType.3qt deleted file mode 100644 index ba32a6803..000000000 --- a/doc/man/man3/QDomDocumentType.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomdocumenttype.3qt diff --git a/doc/man/man3/QDomElement.3qt b/doc/man/man3/QDomElement.3qt deleted file mode 100644 index 046dcbe98..000000000 --- a/doc/man/man3/QDomElement.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomelement.3qt diff --git a/doc/man/man3/QDomEntity.3qt b/doc/man/man3/QDomEntity.3qt deleted file mode 100644 index 0236af4dc..000000000 --- a/doc/man/man3/QDomEntity.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomentity.3qt diff --git a/doc/man/man3/QDomEntityReference.3qt b/doc/man/man3/QDomEntityReference.3qt deleted file mode 100644 index 7c8cf20a8..000000000 --- a/doc/man/man3/QDomEntityReference.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomentityreference.3qt diff --git a/doc/man/man3/QDomImplementation.3qt b/doc/man/man3/QDomImplementation.3qt deleted file mode 100644 index 8a5301c14..000000000 --- a/doc/man/man3/QDomImplementation.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomimplementation.3qt diff --git a/doc/man/man3/QDomNamedNodeMap.3qt b/doc/man/man3/QDomNamedNodeMap.3qt deleted file mode 100644 index dfc1080b4..000000000 --- a/doc/man/man3/QDomNamedNodeMap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomnamednodemap.3qt diff --git a/doc/man/man3/QDomNode.3qt b/doc/man/man3/QDomNode.3qt deleted file mode 100644 index ee82a8bb2..000000000 --- a/doc/man/man3/QDomNode.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomnode.3qt diff --git a/doc/man/man3/QDomNodeList.3qt b/doc/man/man3/QDomNodeList.3qt deleted file mode 100644 index fadda0bd9..000000000 --- a/doc/man/man3/QDomNodeList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomnodelist.3qt diff --git a/doc/man/man3/QDomNotation.3qt b/doc/man/man3/QDomNotation.3qt deleted file mode 100644 index 8d78d3b30..000000000 --- a/doc/man/man3/QDomNotation.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomnotation.3qt diff --git a/doc/man/man3/QDomProcessingInstruction.3qt b/doc/man/man3/QDomProcessingInstruction.3qt deleted file mode 100644 index c30c5444b..000000000 --- a/doc/man/man3/QDomProcessingInstruction.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomprocessinginstruction.3qt diff --git a/doc/man/man3/QDomText.3qt b/doc/man/man3/QDomText.3qt deleted file mode 100644 index fbad364a3..000000000 --- a/doc/man/man3/QDomText.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdomtext.3qt diff --git a/doc/man/man3/QDoubleValidator.3qt b/doc/man/man3/QDoubleValidator.3qt deleted file mode 100644 index 297ec58a2..000000000 --- a/doc/man/man3/QDoubleValidator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdoublevalidator.3qt diff --git a/doc/man/man3/QDragEnterEvent.3qt b/doc/man/man3/QDragEnterEvent.3qt deleted file mode 100644 index 45e6f9e60..000000000 --- a/doc/man/man3/QDragEnterEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdragenterevent.3qt diff --git a/doc/man/man3/QDragLeaveEvent.3qt b/doc/man/man3/QDragLeaveEvent.3qt deleted file mode 100644 index 77603bf82..000000000 --- a/doc/man/man3/QDragLeaveEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdragleaveevent.3qt diff --git a/doc/man/man3/QDragMoveEvent.3qt b/doc/man/man3/QDragMoveEvent.3qt deleted file mode 100644 index 7cee72787..000000000 --- a/doc/man/man3/QDragMoveEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdragmoveevent.3qt diff --git a/doc/man/man3/QDragObject.3qt b/doc/man/man3/QDragObject.3qt deleted file mode 100644 index c4f29dffb..000000000 --- a/doc/man/man3/QDragObject.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdragobject.3qt diff --git a/doc/man/man3/QDropEvent.3qt b/doc/man/man3/QDropEvent.3qt deleted file mode 100644 index 336db2dab..000000000 --- a/doc/man/man3/QDropEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qdropevent.3qt diff --git a/doc/man/man3/QEditorFactory.3qt b/doc/man/man3/QEditorFactory.3qt deleted file mode 100644 index ffa57380d..000000000 --- a/doc/man/man3/QEditorFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qeditorfactory.3qt diff --git a/doc/man/man3/QErrorMessage.3qt b/doc/man/man3/QErrorMessage.3qt deleted file mode 100644 index ddff21d36..000000000 --- a/doc/man/man3/QErrorMessage.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qerrormessage.3qt diff --git a/doc/man/man3/QEucJpCodec.3qt b/doc/man/man3/QEucJpCodec.3qt deleted file mode 100644 index b94e9a931..000000000 --- a/doc/man/man3/QEucJpCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qeucjpcodec.3qt diff --git a/doc/man/man3/QEucKrCodec.3qt b/doc/man/man3/QEucKrCodec.3qt deleted file mode 100644 index 1677c6848..000000000 --- a/doc/man/man3/QEucKrCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qeuckrcodec.3qt diff --git a/doc/man/man3/QEvent.3qt b/doc/man/man3/QEvent.3qt deleted file mode 100644 index a01f6defb..000000000 --- a/doc/man/man3/QEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qevent.3qt diff --git a/doc/man/man3/QEventLoop.3qt b/doc/man/man3/QEventLoop.3qt deleted file mode 100644 index 760613489..000000000 --- a/doc/man/man3/QEventLoop.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qeventloop.3qt diff --git a/doc/man/man3/QFile.3qt b/doc/man/man3/QFile.3qt deleted file mode 100644 index b49e2c7b3..000000000 --- a/doc/man/man3/QFile.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfile.3qt diff --git a/doc/man/man3/QFileDialog.3qt b/doc/man/man3/QFileDialog.3qt deleted file mode 100644 index 86bdc94c6..000000000 --- a/doc/man/man3/QFileDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfiledialog.3qt diff --git a/doc/man/man3/QFileIconProvider.3qt b/doc/man/man3/QFileIconProvider.3qt deleted file mode 100644 index db0462759..000000000 --- a/doc/man/man3/QFileIconProvider.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfileiconprovider.3qt diff --git a/doc/man/man3/QFileInfo.3qt b/doc/man/man3/QFileInfo.3qt deleted file mode 100644 index be3ea6cb0..000000000 --- a/doc/man/man3/QFileInfo.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfileinfo.3qt diff --git a/doc/man/man3/QFilePreview.3qt b/doc/man/man3/QFilePreview.3qt deleted file mode 100644 index 5cc02f8a2..000000000 --- a/doc/man/man3/QFilePreview.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfilepreview.3qt diff --git a/doc/man/man3/QFocusData.3qt b/doc/man/man3/QFocusData.3qt deleted file mode 100644 index 2a5115c24..000000000 --- a/doc/man/man3/QFocusData.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfocusdata.3qt diff --git a/doc/man/man3/QFocusEvent.3qt b/doc/man/man3/QFocusEvent.3qt deleted file mode 100644 index d4cc8a33e..000000000 --- a/doc/man/man3/QFocusEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfocusevent.3qt diff --git a/doc/man/man3/QFont.3qt b/doc/man/man3/QFont.3qt deleted file mode 100644 index b9f4e47cb..000000000 --- a/doc/man/man3/QFont.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfont.3qt diff --git a/doc/man/man3/QFontDatabase.3qt b/doc/man/man3/QFontDatabase.3qt deleted file mode 100644 index 075fa2c33..000000000 --- a/doc/man/man3/QFontDatabase.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfontdatabase.3qt diff --git a/doc/man/man3/QFontDialog.3qt b/doc/man/man3/QFontDialog.3qt deleted file mode 100644 index a4bbce1bd..000000000 --- a/doc/man/man3/QFontDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfontdialog.3qt diff --git a/doc/man/man3/QFontInfo.3qt b/doc/man/man3/QFontInfo.3qt deleted file mode 100644 index 209263bf1..000000000 --- a/doc/man/man3/QFontInfo.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfontinfo.3qt diff --git a/doc/man/man3/QFontManager.3qt b/doc/man/man3/QFontManager.3qt deleted file mode 100644 index eb64d4e88..000000000 --- a/doc/man/man3/QFontManager.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfontmanager.3qt diff --git a/doc/man/man3/QFontMetrics.3qt b/doc/man/man3/QFontMetrics.3qt deleted file mode 100644 index f08102552..000000000 --- a/doc/man/man3/QFontMetrics.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qfontmetrics.3qt diff --git a/doc/man/man3/QFrame.3qt b/doc/man/man3/QFrame.3qt deleted file mode 100644 index 6fe6149e7..000000000 --- a/doc/man/man3/QFrame.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qframe.3qt diff --git a/doc/man/man3/QFtp.3qt b/doc/man/man3/QFtp.3qt deleted file mode 100644 index 569dd616e..000000000 --- a/doc/man/man3/QFtp.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qftp.3qt diff --git a/doc/man/man3/QGL.3qt b/doc/man/man3/QGL.3qt deleted file mode 100644 index 89ed7ff9c..000000000 --- a/doc/man/man3/QGL.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgl.3qt diff --git a/doc/man/man3/QGLColormap.3qt b/doc/man/man3/QGLColormap.3qt deleted file mode 100644 index b96d04bf9..000000000 --- a/doc/man/man3/QGLColormap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qglcolormap.3qt diff --git a/doc/man/man3/QGLContext.3qt b/doc/man/man3/QGLContext.3qt deleted file mode 100644 index 01cf513dc..000000000 --- a/doc/man/man3/QGLContext.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qglcontext.3qt diff --git a/doc/man/man3/QGLFormat.3qt b/doc/man/man3/QGLFormat.3qt deleted file mode 100644 index ac78b27d8..000000000 --- a/doc/man/man3/QGLFormat.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qglformat.3qt diff --git a/doc/man/man3/QGLWidget.3qt b/doc/man/man3/QGLWidget.3qt deleted file mode 100644 index 8c66dae3f..000000000 --- a/doc/man/man3/QGLWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qglwidget.3qt diff --git a/doc/man/man3/QGLayoutIterator.3qt b/doc/man/man3/QGLayoutIterator.3qt deleted file mode 100644 index f578f9ff3..000000000 --- a/doc/man/man3/QGLayoutIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qglayoutiterator.3qt diff --git a/doc/man/man3/QGb18030Codec.3qt b/doc/man/man3/QGb18030Codec.3qt deleted file mode 100644 index 0670e9cf8..000000000 --- a/doc/man/man3/QGb18030Codec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgb18030codec.3qt diff --git a/doc/man/man3/QGb2312Codec.3qt b/doc/man/man3/QGb2312Codec.3qt deleted file mode 100644 index 779224794..000000000 --- a/doc/man/man3/QGb2312Codec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgb2312codec.3qt diff --git a/doc/man/man3/QGbkCodec.3qt b/doc/man/man3/QGbkCodec.3qt deleted file mode 100644 index fa119da86..000000000 --- a/doc/man/man3/QGbkCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgbkcodec.3qt diff --git a/doc/man/man3/QGfxDriverFactory.3qt b/doc/man/man3/QGfxDriverFactory.3qt deleted file mode 100644 index 9dde1cd5c..000000000 --- a/doc/man/man3/QGfxDriverFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgfxdriverfactory.3qt diff --git a/doc/man/man3/QGfxDriverPlugin.3qt b/doc/man/man3/QGfxDriverPlugin.3qt deleted file mode 100644 index 656beb82e..000000000 --- a/doc/man/man3/QGfxDriverPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgfxdriverplugin.3qt diff --git a/doc/man/man3/QGrid.3qt b/doc/man/man3/QGrid.3qt deleted file mode 100644 index c31d961cb..000000000 --- a/doc/man/man3/QGrid.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgrid.3qt diff --git a/doc/man/man3/QGridLayout.3qt b/doc/man/man3/QGridLayout.3qt deleted file mode 100644 index c594c2dd9..000000000 --- a/doc/man/man3/QGridLayout.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgridlayout.3qt diff --git a/doc/man/man3/QGridView.3qt b/doc/man/man3/QGridView.3qt deleted file mode 100644 index c666a1cf1..000000000 --- a/doc/man/man3/QGridView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgridview.3qt diff --git a/doc/man/man3/QGroupBox.3qt b/doc/man/man3/QGroupBox.3qt deleted file mode 100644 index 9f5a8df31..000000000 --- a/doc/man/man3/QGroupBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qgroupbox.3qt diff --git a/doc/man/man3/QGuardedPtr.3qt b/doc/man/man3/QGuardedPtr.3qt deleted file mode 100644 index 17e743838..000000000 --- a/doc/man/man3/QGuardedPtr.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qguardedptr.3qt diff --git a/doc/man/man3/QHBox.3qt b/doc/man/man3/QHBox.3qt deleted file mode 100644 index 8157b08a5..000000000 --- a/doc/man/man3/QHBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhbox.3qt diff --git a/doc/man/man3/QHBoxLayout.3qt b/doc/man/man3/QHBoxLayout.3qt deleted file mode 100644 index de7818bd5..000000000 --- a/doc/man/man3/QHBoxLayout.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhboxlayout.3qt diff --git a/doc/man/man3/QHButtonGroup.3qt b/doc/man/man3/QHButtonGroup.3qt deleted file mode 100644 index 4f54007f8..000000000 --- a/doc/man/man3/QHButtonGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhbuttongroup.3qt diff --git a/doc/man/man3/QHGroupBox.3qt b/doc/man/man3/QHGroupBox.3qt deleted file mode 100644 index 3f49ce193..000000000 --- a/doc/man/man3/QHGroupBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhgroupbox.3qt diff --git a/doc/man/man3/QHeader.3qt b/doc/man/man3/QHeader.3qt deleted file mode 100644 index f5e3758de..000000000 --- a/doc/man/man3/QHeader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qheader.3qt diff --git a/doc/man/man3/QHebrewCodec.3qt b/doc/man/man3/QHebrewCodec.3qt deleted file mode 100644 index 10663d82d..000000000 --- a/doc/man/man3/QHebrewCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhebrewcodec.3qt diff --git a/doc/man/man3/QHideEvent.3qt b/doc/man/man3/QHideEvent.3qt deleted file mode 100644 index 87795c45f..000000000 --- a/doc/man/man3/QHideEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhideevent.3qt diff --git a/doc/man/man3/QHostAddress.3qt b/doc/man/man3/QHostAddress.3qt deleted file mode 100644 index 97869cbb4..000000000 --- a/doc/man/man3/QHostAddress.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhostaddress.3qt diff --git a/doc/man/man3/QHttp.3qt b/doc/man/man3/QHttp.3qt deleted file mode 100644 index 2ebc7edae..000000000 --- a/doc/man/man3/QHttp.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhttp.3qt diff --git a/doc/man/man3/QHttpHeader.3qt b/doc/man/man3/QHttpHeader.3qt deleted file mode 100644 index 135acc193..000000000 --- a/doc/man/man3/QHttpHeader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhttpheader.3qt diff --git a/doc/man/man3/QHttpRequestHeader.3qt b/doc/man/man3/QHttpRequestHeader.3qt deleted file mode 100644 index 16d311ac2..000000000 --- a/doc/man/man3/QHttpRequestHeader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhttprequestheader.3qt diff --git a/doc/man/man3/QHttpResponseHeader.3qt b/doc/man/man3/QHttpResponseHeader.3qt deleted file mode 100644 index 47916ae82..000000000 --- a/doc/man/man3/QHttpResponseHeader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qhttpresponseheader.3qt diff --git a/doc/man/man3/QIMEvent.3qt b/doc/man/man3/QIMEvent.3qt deleted file mode 100644 index 9521c286e..000000000 --- a/doc/man/man3/QIMEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimevent.3qt diff --git a/doc/man/man3/QIODevice.3qt b/doc/man/man3/QIODevice.3qt deleted file mode 100644 index 44812b28e..000000000 --- a/doc/man/man3/QIODevice.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qiodevice.3qt diff --git a/doc/man/man3/QIconDrag.3qt b/doc/man/man3/QIconDrag.3qt deleted file mode 100644 index 3e22169fc..000000000 --- a/doc/man/man3/QIconDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qicondrag.3qt diff --git a/doc/man/man3/QIconDragEvent.3qt b/doc/man/man3/QIconDragEvent.3qt deleted file mode 100644 index f6c18a6a8..000000000 --- a/doc/man/man3/QIconDragEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qicondragevent.3qt diff --git a/doc/man/man3/QIconDragItem.3qt b/doc/man/man3/QIconDragItem.3qt deleted file mode 100644 index 75c58d162..000000000 --- a/doc/man/man3/QIconDragItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qicondragitem.3qt diff --git a/doc/man/man3/QIconFactory.3qt b/doc/man/man3/QIconFactory.3qt deleted file mode 100644 index b4ca32ec4..000000000 --- a/doc/man/man3/QIconFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qiconfactory.3qt diff --git a/doc/man/man3/QIconSet.3qt b/doc/man/man3/QIconSet.3qt deleted file mode 100644 index e57c30467..000000000 --- a/doc/man/man3/QIconSet.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qiconset.3qt diff --git a/doc/man/man3/QIconView.3qt b/doc/man/man3/QIconView.3qt deleted file mode 100644 index 4db5c6c98..000000000 --- a/doc/man/man3/QIconView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qiconview.3qt diff --git a/doc/man/man3/QIconViewItem.3qt b/doc/man/man3/QIconViewItem.3qt deleted file mode 100644 index d29495d78..000000000 --- a/doc/man/man3/QIconViewItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qiconviewitem.3qt diff --git a/doc/man/man3/QImage.3qt b/doc/man/man3/QImage.3qt deleted file mode 100644 index 84e17b879..000000000 --- a/doc/man/man3/QImage.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimage.3qt diff --git a/doc/man/man3/QImageConsumer.3qt b/doc/man/man3/QImageConsumer.3qt deleted file mode 100644 index e293f8477..000000000 --- a/doc/man/man3/QImageConsumer.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimageconsumer.3qt diff --git a/doc/man/man3/QImageDecoder.3qt b/doc/man/man3/QImageDecoder.3qt deleted file mode 100644 index 414c7077b..000000000 --- a/doc/man/man3/QImageDecoder.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimagedecoder.3qt diff --git a/doc/man/man3/QImageDrag.3qt b/doc/man/man3/QImageDrag.3qt deleted file mode 100644 index c0ae00b3f..000000000 --- a/doc/man/man3/QImageDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimagedrag.3qt diff --git a/doc/man/man3/QImageFormat.3qt b/doc/man/man3/QImageFormat.3qt deleted file mode 100644 index 08b6b9749..000000000 --- a/doc/man/man3/QImageFormat.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimageformat.3qt diff --git a/doc/man/man3/QImageFormatPlugin.3qt b/doc/man/man3/QImageFormatPlugin.3qt deleted file mode 100644 index a0d1eb9e3..000000000 --- a/doc/man/man3/QImageFormatPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimageformatplugin.3qt diff --git a/doc/man/man3/QImageFormatType.3qt b/doc/man/man3/QImageFormatType.3qt deleted file mode 100644 index 8efbbf297..000000000 --- a/doc/man/man3/QImageFormatType.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimageformattype.3qt diff --git a/doc/man/man3/QImageIO.3qt b/doc/man/man3/QImageIO.3qt deleted file mode 100644 index 6a19a01c6..000000000 --- a/doc/man/man3/QImageIO.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qimageio.3qt diff --git a/doc/man/man3/QInputDialog.3qt b/doc/man/man3/QInputDialog.3qt deleted file mode 100644 index 417829b72..000000000 --- a/doc/man/man3/QInputDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qinputdialog.3qt diff --git a/doc/man/man3/QIntCache.3qt b/doc/man/man3/QIntCache.3qt deleted file mode 100644 index dec1afdb2..000000000 --- a/doc/man/man3/QIntCache.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qintcache.3qt diff --git a/doc/man/man3/QIntCacheIterator.3qt b/doc/man/man3/QIntCacheIterator.3qt deleted file mode 100644 index b7af93d70..000000000 --- a/doc/man/man3/QIntCacheIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qintcacheiterator.3qt diff --git a/doc/man/man3/QIntDict.3qt b/doc/man/man3/QIntDict.3qt deleted file mode 100644 index 23ced0cd0..000000000 --- a/doc/man/man3/QIntDict.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qintdict.3qt diff --git a/doc/man/man3/QIntDictIterator.3qt b/doc/man/man3/QIntDictIterator.3qt deleted file mode 100644 index c7e765515..000000000 --- a/doc/man/man3/QIntDictIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qintdictiterator.3qt diff --git a/doc/man/man3/QIntValidator.3qt b/doc/man/man3/QIntValidator.3qt deleted file mode 100644 index 704986728..000000000 --- a/doc/man/man3/QIntValidator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qintvalidator.3qt diff --git a/doc/man/man3/QJisCodec.3qt b/doc/man/man3/QJisCodec.3qt deleted file mode 100644 index c1017c214..000000000 --- a/doc/man/man3/QJisCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qjiscodec.3qt diff --git a/doc/man/man3/QKbdDriverFactory.3qt b/doc/man/man3/QKbdDriverFactory.3qt deleted file mode 100644 index c134f43f1..000000000 --- a/doc/man/man3/QKbdDriverFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qkbddriverfactory.3qt diff --git a/doc/man/man3/QKbdDriverPlugin.3qt b/doc/man/man3/QKbdDriverPlugin.3qt deleted file mode 100644 index 762f3a702..000000000 --- a/doc/man/man3/QKbdDriverPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qkbddriverplugin.3qt diff --git a/doc/man/man3/QKeyEvent.3qt b/doc/man/man3/QKeyEvent.3qt deleted file mode 100644 index 96067e407..000000000 --- a/doc/man/man3/QKeyEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qkeyevent.3qt diff --git a/doc/man/man3/QKeySequence.3qt b/doc/man/man3/QKeySequence.3qt deleted file mode 100644 index 66077c0c4..000000000 --- a/doc/man/man3/QKeySequence.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qkeysequence.3qt diff --git a/doc/man/man3/QLCDNumber.3qt b/doc/man/man3/QLCDNumber.3qt deleted file mode 100644 index dc4f7e024..000000000 --- a/doc/man/man3/QLCDNumber.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlcdnumber.3qt diff --git a/doc/man/man3/QLabel.3qt b/doc/man/man3/QLabel.3qt deleted file mode 100644 index 6c8e67232..000000000 --- a/doc/man/man3/QLabel.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlabel.3qt diff --git a/doc/man/man3/QLayout.3qt b/doc/man/man3/QLayout.3qt deleted file mode 100644 index f3b9f8fd0..000000000 --- a/doc/man/man3/QLayout.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlayout.3qt diff --git a/doc/man/man3/QLayoutItem.3qt b/doc/man/man3/QLayoutItem.3qt deleted file mode 100644 index 3a39d1b31..000000000 --- a/doc/man/man3/QLayoutItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlayoutitem.3qt diff --git a/doc/man/man3/QLayoutIterator.3qt b/doc/man/man3/QLayoutIterator.3qt deleted file mode 100644 index c1fc38bf1..000000000 --- a/doc/man/man3/QLayoutIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlayoutiterator.3qt diff --git a/doc/man/man3/QLibrary.3qt b/doc/man/man3/QLibrary.3qt deleted file mode 100644 index aa7580d1e..000000000 --- a/doc/man/man3/QLibrary.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlibrary.3qt diff --git a/doc/man/man3/QLineEdit.3qt b/doc/man/man3/QLineEdit.3qt deleted file mode 100644 index 8c864faf1..000000000 --- a/doc/man/man3/QLineEdit.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlineedit.3qt diff --git a/doc/man/man3/QListBox.3qt b/doc/man/man3/QListBox.3qt deleted file mode 100644 index ae63bb7d7..000000000 --- a/doc/man/man3/QListBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistbox.3qt diff --git a/doc/man/man3/QListBoxItem.3qt b/doc/man/man3/QListBoxItem.3qt deleted file mode 100644 index cf7e7e5b1..000000000 --- a/doc/man/man3/QListBoxItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistboxitem.3qt diff --git a/doc/man/man3/QListBoxPixmap.3qt b/doc/man/man3/QListBoxPixmap.3qt deleted file mode 100644 index 064dbe7d1..000000000 --- a/doc/man/man3/QListBoxPixmap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistboxpixmap.3qt diff --git a/doc/man/man3/QListBoxText.3qt b/doc/man/man3/QListBoxText.3qt deleted file mode 100644 index 7d7737e8e..000000000 --- a/doc/man/man3/QListBoxText.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistboxtext.3qt diff --git a/doc/man/man3/QListView.3qt b/doc/man/man3/QListView.3qt deleted file mode 100644 index 9b55ed422..000000000 --- a/doc/man/man3/QListView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistview.3qt diff --git a/doc/man/man3/QListViewItem.3qt b/doc/man/man3/QListViewItem.3qt deleted file mode 100644 index 15b68d46f..000000000 --- a/doc/man/man3/QListViewItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistviewitem.3qt diff --git a/doc/man/man3/QListViewItemIterator.3qt b/doc/man/man3/QListViewItemIterator.3qt deleted file mode 100644 index ce7b7ef9e..000000000 --- a/doc/man/man3/QListViewItemIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlistviewitemiterator.3qt diff --git a/doc/man/man3/QLocalFs.3qt b/doc/man/man3/QLocalFs.3qt deleted file mode 100644 index cfc5f227f..000000000 --- a/doc/man/man3/QLocalFs.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlocalfs.3qt diff --git a/doc/man/man3/QLocale.3qt b/doc/man/man3/QLocale.3qt deleted file mode 100644 index 379aa306c..000000000 --- a/doc/man/man3/QLocale.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qlocale.3qt diff --git a/doc/man/man3/QMacMime.3qt b/doc/man/man3/QMacMime.3qt deleted file mode 100644 index 13d2e9ec9..000000000 --- a/doc/man/man3/QMacMime.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmacmime.3qt diff --git a/doc/man/man3/QMacStyle.3qt b/doc/man/man3/QMacStyle.3qt deleted file mode 100644 index 8f98b2188..000000000 --- a/doc/man/man3/QMacStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmacstyle.3qt diff --git a/doc/man/man3/QMainWindow.3qt b/doc/man/man3/QMainWindow.3qt deleted file mode 100644 index 26e31ced7..000000000 --- a/doc/man/man3/QMainWindow.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmainwindow.3qt diff --git a/doc/man/man3/QMap.3qt b/doc/man/man3/QMap.3qt deleted file mode 100644 index 8376b53b0..000000000 --- a/doc/man/man3/QMap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmap.3qt diff --git a/doc/man/man3/QMapConstIterator.3qt b/doc/man/man3/QMapConstIterator.3qt deleted file mode 100644 index 6da3fd311..000000000 --- a/doc/man/man3/QMapConstIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmapconstiterator.3qt diff --git a/doc/man/man3/QMapIterator.3qt b/doc/man/man3/QMapIterator.3qt deleted file mode 100644 index e3c6e1184..000000000 --- a/doc/man/man3/QMapIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmapiterator.3qt diff --git a/doc/man/man3/QMemArray.3qt b/doc/man/man3/QMemArray.3qt deleted file mode 100644 index cf299dcf5..000000000 --- a/doc/man/man3/QMemArray.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmemarray.3qt diff --git a/doc/man/man3/QMenuBar.3qt b/doc/man/man3/QMenuBar.3qt deleted file mode 100644 index 3ed42d1a5..000000000 --- a/doc/man/man3/QMenuBar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmenubar.3qt diff --git a/doc/man/man3/QMenuData.3qt b/doc/man/man3/QMenuData.3qt deleted file mode 100644 index 3c30dc3f2..000000000 --- a/doc/man/man3/QMenuData.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmenudata.3qt diff --git a/doc/man/man3/QMessageBox.3qt b/doc/man/man3/QMessageBox.3qt deleted file mode 100644 index 566b2dbbe..000000000 --- a/doc/man/man3/QMessageBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmessagebox.3qt diff --git a/doc/man/man3/QMetaObject.3qt b/doc/man/man3/QMetaObject.3qt deleted file mode 100644 index 4c9304b76..000000000 --- a/doc/man/man3/QMetaObject.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmetaobject.3qt diff --git a/doc/man/man3/QMetaProperty.3qt b/doc/man/man3/QMetaProperty.3qt deleted file mode 100644 index 7ba43ce95..000000000 --- a/doc/man/man3/QMetaProperty.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmetaproperty.3qt diff --git a/doc/man/man3/QMimeSource.3qt b/doc/man/man3/QMimeSource.3qt deleted file mode 100644 index ec5c1690c..000000000 --- a/doc/man/man3/QMimeSource.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmimesource.3qt diff --git a/doc/man/man3/QMimeSourceFactory.3qt b/doc/man/man3/QMimeSourceFactory.3qt deleted file mode 100644 index 0bcee7965..000000000 --- a/doc/man/man3/QMimeSourceFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmimesourcefactory.3qt diff --git a/doc/man/man3/QMotif.3qt b/doc/man/man3/QMotif.3qt deleted file mode 100644 index 7db4b6163..000000000 --- a/doc/man/man3/QMotif.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmotif.3qt diff --git a/doc/man/man3/QMotifDialog.3qt b/doc/man/man3/QMotifDialog.3qt deleted file mode 100644 index 12b6670ce..000000000 --- a/doc/man/man3/QMotifDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmotifdialog.3qt diff --git a/doc/man/man3/QMotifPlusStyle.3qt b/doc/man/man3/QMotifPlusStyle.3qt deleted file mode 100644 index bffa46cab..000000000 --- a/doc/man/man3/QMotifPlusStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmotifplusstyle.3qt diff --git a/doc/man/man3/QMotifStyle.3qt b/doc/man/man3/QMotifStyle.3qt deleted file mode 100644 index 0dee7ab10..000000000 --- a/doc/man/man3/QMotifStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmotifstyle.3qt diff --git a/doc/man/man3/QMotifWidget.3qt b/doc/man/man3/QMotifWidget.3qt deleted file mode 100644 index 4e0423295..000000000 --- a/doc/man/man3/QMotifWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmotifwidget.3qt diff --git a/doc/man/man3/QMouseDriverFactory.3qt b/doc/man/man3/QMouseDriverFactory.3qt deleted file mode 100644 index a40782df5..000000000 --- a/doc/man/man3/QMouseDriverFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmousedriverfactory.3qt diff --git a/doc/man/man3/QMouseDriverPlugin.3qt b/doc/man/man3/QMouseDriverPlugin.3qt deleted file mode 100644 index 17e854244..000000000 --- a/doc/man/man3/QMouseDriverPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmousedriverplugin.3qt diff --git a/doc/man/man3/QMouseEvent.3qt b/doc/man/man3/QMouseEvent.3qt deleted file mode 100644 index 7a3a4e185..000000000 --- a/doc/man/man3/QMouseEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmouseevent.3qt diff --git a/doc/man/man3/QMoveEvent.3qt b/doc/man/man3/QMoveEvent.3qt deleted file mode 100644 index 3421c8d02..000000000 --- a/doc/man/man3/QMoveEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmoveevent.3qt diff --git a/doc/man/man3/QMovie.3qt b/doc/man/man3/QMovie.3qt deleted file mode 100644 index cb2f633fe..000000000 --- a/doc/man/man3/QMovie.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmovie.3qt diff --git a/doc/man/man3/QMutex.3qt b/doc/man/man3/QMutex.3qt deleted file mode 100644 index c2c9bdaab..000000000 --- a/doc/man/man3/QMutex.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmutex.3qt diff --git a/doc/man/man3/QMutexLocker.3qt b/doc/man/man3/QMutexLocker.3qt deleted file mode 100644 index 990f4ce23..000000000 --- a/doc/man/man3/QMutexLocker.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qmutexlocker.3qt diff --git a/doc/man/man3/QNPInstance.3qt b/doc/man/man3/QNPInstance.3qt deleted file mode 100644 index 9a5abfef4..000000000 --- a/doc/man/man3/QNPInstance.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnpinstance.3qt diff --git a/doc/man/man3/QNPStream.3qt b/doc/man/man3/QNPStream.3qt deleted file mode 100644 index 760f82d00..000000000 --- a/doc/man/man3/QNPStream.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnpstream.3qt diff --git a/doc/man/man3/QNPWidget.3qt b/doc/man/man3/QNPWidget.3qt deleted file mode 100644 index 42c702c78..000000000 --- a/doc/man/man3/QNPWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnpwidget.3qt diff --git a/doc/man/man3/QNPlugin.3qt b/doc/man/man3/QNPlugin.3qt deleted file mode 100644 index f25c1c697..000000000 --- a/doc/man/man3/QNPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnplugin.3qt diff --git a/doc/man/man3/QNetworkOperation.3qt b/doc/man/man3/QNetworkOperation.3qt deleted file mode 100644 index ccbc879dd..000000000 --- a/doc/man/man3/QNetworkOperation.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnetworkoperation.3qt diff --git a/doc/man/man3/QNetworkProtocol.3qt b/doc/man/man3/QNetworkProtocol.3qt deleted file mode 100644 index 0757364fb..000000000 --- a/doc/man/man3/QNetworkProtocol.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qnetworkprotocol.3qt diff --git a/doc/man/man3/QObject.3qt b/doc/man/man3/QObject.3qt deleted file mode 100644 index 7dd3a2b6d..000000000 --- a/doc/man/man3/QObject.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qobject.3qt diff --git a/doc/man/man3/QObjectCleanupHandler.3qt b/doc/man/man3/QObjectCleanupHandler.3qt deleted file mode 100644 index 508c4ad04..000000000 --- a/doc/man/man3/QObjectCleanupHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qobjectcleanuphandler.3qt diff --git a/doc/man/man3/QObjectList.3qt b/doc/man/man3/QObjectList.3qt deleted file mode 100644 index 0ac5e39fc..000000000 --- a/doc/man/man3/QObjectList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qobjectlist.3qt diff --git a/doc/man/man3/QObjectListIterator.3qt b/doc/man/man3/QObjectListIterator.3qt deleted file mode 100644 index a58d74f72..000000000 --- a/doc/man/man3/QObjectListIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qobjectlistiterator.3qt diff --git a/doc/man/man3/QPNGImagePacker.3qt b/doc/man/man3/QPNGImagePacker.3qt deleted file mode 100644 index 1059a5ea9..000000000 --- a/doc/man/man3/QPNGImagePacker.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpngimagepacker.3qt diff --git a/doc/man/man3/QPaintDevice.3qt b/doc/man/man3/QPaintDevice.3qt deleted file mode 100644 index 573b1477b..000000000 --- a/doc/man/man3/QPaintDevice.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpaintdevice.3qt diff --git a/doc/man/man3/QPaintDeviceMetrics.3qt b/doc/man/man3/QPaintDeviceMetrics.3qt deleted file mode 100644 index 5e8175a48..000000000 --- a/doc/man/man3/QPaintDeviceMetrics.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpaintdevicemetrics.3qt diff --git a/doc/man/man3/QPaintEvent.3qt b/doc/man/man3/QPaintEvent.3qt deleted file mode 100644 index af10e932c..000000000 --- a/doc/man/man3/QPaintEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpaintevent.3qt diff --git a/doc/man/man3/QPainter.3qt b/doc/man/man3/QPainter.3qt deleted file mode 100644 index 1621ea293..000000000 --- a/doc/man/man3/QPainter.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpainter.3qt diff --git a/doc/man/man3/QPair.3qt b/doc/man/man3/QPair.3qt deleted file mode 100644 index e8f6158e2..000000000 --- a/doc/man/man3/QPair.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpair.3qt diff --git a/doc/man/man3/QPalette.3qt b/doc/man/man3/QPalette.3qt deleted file mode 100644 index 972b4a586..000000000 --- a/doc/man/man3/QPalette.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpalette.3qt diff --git a/doc/man/man3/QPen.3qt b/doc/man/man3/QPen.3qt deleted file mode 100644 index 5d805a10e..000000000 --- a/doc/man/man3/QPen.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpen.3qt diff --git a/doc/man/man3/QPicture.3qt b/doc/man/man3/QPicture.3qt deleted file mode 100644 index 7a5be4705..000000000 --- a/doc/man/man3/QPicture.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpicture.3qt diff --git a/doc/man/man3/QPixmap.3qt b/doc/man/man3/QPixmap.3qt deleted file mode 100644 index 614be1b6e..000000000 --- a/doc/man/man3/QPixmap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpixmap.3qt diff --git a/doc/man/man3/QPixmapCache.3qt b/doc/man/man3/QPixmapCache.3qt deleted file mode 100644 index 063c9be07..000000000 --- a/doc/man/man3/QPixmapCache.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpixmapcache.3qt diff --git a/doc/man/man3/QPlatinumStyle.3qt b/doc/man/man3/QPlatinumStyle.3qt deleted file mode 100644 index 4ea571dc1..000000000 --- a/doc/man/man3/QPlatinumStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qplatinumstyle.3qt diff --git a/doc/man/man3/QPoint.3qt b/doc/man/man3/QPoint.3qt deleted file mode 100644 index 0349720f2..000000000 --- a/doc/man/man3/QPoint.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpoint.3qt diff --git a/doc/man/man3/QPointArray.3qt b/doc/man/man3/QPointArray.3qt deleted file mode 100644 index 946f6e011..000000000 --- a/doc/man/man3/QPointArray.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpointarray.3qt diff --git a/doc/man/man3/QPopupMenu.3qt b/doc/man/man3/QPopupMenu.3qt deleted file mode 100644 index db9eb472c..000000000 --- a/doc/man/man3/QPopupMenu.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpopupmenu.3qt diff --git a/doc/man/man3/QPrinter.3qt b/doc/man/man3/QPrinter.3qt deleted file mode 100644 index da61ea94f..000000000 --- a/doc/man/man3/QPrinter.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qprinter.3qt diff --git a/doc/man/man3/QProcess.3qt b/doc/man/man3/QProcess.3qt deleted file mode 100644 index 2e91f451e..000000000 --- a/doc/man/man3/QProcess.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qprocess.3qt diff --git a/doc/man/man3/QProgressBar.3qt b/doc/man/man3/QProgressBar.3qt deleted file mode 100644 index 068e07738..000000000 --- a/doc/man/man3/QProgressBar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qprogressbar.3qt diff --git a/doc/man/man3/QProgressDialog.3qt b/doc/man/man3/QProgressDialog.3qt deleted file mode 100644 index ccab6fc15..000000000 --- a/doc/man/man3/QProgressDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qprogressdialog.3qt diff --git a/doc/man/man3/QPtrCollection.3qt b/doc/man/man3/QPtrCollection.3qt deleted file mode 100644 index 09d6d8fce..000000000 --- a/doc/man/man3/QPtrCollection.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrcollection.3qt diff --git a/doc/man/man3/QPtrDict.3qt b/doc/man/man3/QPtrDict.3qt deleted file mode 100644 index 5d4904a83..000000000 --- a/doc/man/man3/QPtrDict.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrdict.3qt diff --git a/doc/man/man3/QPtrDictIterator.3qt b/doc/man/man3/QPtrDictIterator.3qt deleted file mode 100644 index fcf7e4310..000000000 --- a/doc/man/man3/QPtrDictIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrdictiterator.3qt diff --git a/doc/man/man3/QPtrList.3qt b/doc/man/man3/QPtrList.3qt deleted file mode 100644 index 9d95ddf1c..000000000 --- a/doc/man/man3/QPtrList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrlist.3qt diff --git a/doc/man/man3/QPtrListIterator.3qt b/doc/man/man3/QPtrListIterator.3qt deleted file mode 100644 index ae56bf548..000000000 --- a/doc/man/man3/QPtrListIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrlistiterator.3qt diff --git a/doc/man/man3/QPtrQueue.3qt b/doc/man/man3/QPtrQueue.3qt deleted file mode 100644 index 366001cfd..000000000 --- a/doc/man/man3/QPtrQueue.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrqueue.3qt diff --git a/doc/man/man3/QPtrStack.3qt b/doc/man/man3/QPtrStack.3qt deleted file mode 100644 index e9380603a..000000000 --- a/doc/man/man3/QPtrStack.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrstack.3qt diff --git a/doc/man/man3/QPtrVector.3qt b/doc/man/man3/QPtrVector.3qt deleted file mode 100644 index 3a2633531..000000000 --- a/doc/man/man3/QPtrVector.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qptrvector.3qt diff --git a/doc/man/man3/QPushButton.3qt b/doc/man/man3/QPushButton.3qt deleted file mode 100644 index 4cd46d657..000000000 --- a/doc/man/man3/QPushButton.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qpushbutton.3qt diff --git a/doc/man/man3/QRadioButton.3qt b/doc/man/man3/QRadioButton.3qt deleted file mode 100644 index 42976a3d8..000000000 --- a/doc/man/man3/QRadioButton.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qradiobutton.3qt diff --git a/doc/man/man3/QRangeControl.3qt b/doc/man/man3/QRangeControl.3qt deleted file mode 100644 index 814842010..000000000 --- a/doc/man/man3/QRangeControl.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qrangecontrol.3qt diff --git a/doc/man/man3/QRect.3qt b/doc/man/man3/QRect.3qt deleted file mode 100644 index 10f40e017..000000000 --- a/doc/man/man3/QRect.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qrect.3qt diff --git a/doc/man/man3/QRegExp.3qt b/doc/man/man3/QRegExp.3qt deleted file mode 100644 index 6b1b4e512..000000000 --- a/doc/man/man3/QRegExp.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qregexp.3qt diff --git a/doc/man/man3/QRegExpValidator.3qt b/doc/man/man3/QRegExpValidator.3qt deleted file mode 100644 index 69c656516..000000000 --- a/doc/man/man3/QRegExpValidator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qregexpvalidator.3qt diff --git a/doc/man/man3/QRegion.3qt b/doc/man/man3/QRegion.3qt deleted file mode 100644 index 1df9f01d7..000000000 --- a/doc/man/man3/QRegion.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qregion.3qt diff --git a/doc/man/man3/QResizeEvent.3qt b/doc/man/man3/QResizeEvent.3qt deleted file mode 100644 index eb52f8077..000000000 --- a/doc/man/man3/QResizeEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qresizeevent.3qt diff --git a/doc/man/man3/QSGIStyle.3qt b/doc/man/man3/QSGIStyle.3qt deleted file mode 100644 index e56aa959a..000000000 --- a/doc/man/man3/QSGIStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsgistyle.3qt diff --git a/doc/man/man3/QScreen.3qt b/doc/man/man3/QScreen.3qt deleted file mode 100644 index 0b5394915..000000000 --- a/doc/man/man3/QScreen.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qscreen.3qt diff --git a/doc/man/man3/QScrollBar.3qt b/doc/man/man3/QScrollBar.3qt deleted file mode 100644 index 19e7177b6..000000000 --- a/doc/man/man3/QScrollBar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qscrollbar.3qt diff --git a/doc/man/man3/QScrollView.3qt b/doc/man/man3/QScrollView.3qt deleted file mode 100644 index b01df4d6f..000000000 --- a/doc/man/man3/QScrollView.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qscrollview.3qt diff --git a/doc/man/man3/QSemaphore.3qt b/doc/man/man3/QSemaphore.3qt deleted file mode 100644 index f52c7ef7c..000000000 --- a/doc/man/man3/QSemaphore.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsemaphore.3qt diff --git a/doc/man/man3/QServerSocket.3qt b/doc/man/man3/QServerSocket.3qt deleted file mode 100644 index dc91dfcb5..000000000 --- a/doc/man/man3/QServerSocket.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qserversocket.3qt diff --git a/doc/man/man3/QSessionManager.3qt b/doc/man/man3/QSessionManager.3qt deleted file mode 100644 index ed8ee0411..000000000 --- a/doc/man/man3/QSessionManager.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsessionmanager.3qt diff --git a/doc/man/man3/QSettings.3qt b/doc/man/man3/QSettings.3qt deleted file mode 100644 index 2725697be..000000000 --- a/doc/man/man3/QSettings.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsettings.3qt diff --git a/doc/man/man3/QShowEvent.3qt b/doc/man/man3/QShowEvent.3qt deleted file mode 100644 index 5b16be823..000000000 --- a/doc/man/man3/QShowEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qshowevent.3qt diff --git a/doc/man/man3/QSignal.3qt b/doc/man/man3/QSignal.3qt deleted file mode 100644 index c8df8d1f1..000000000 --- a/doc/man/man3/QSignal.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsignal.3qt diff --git a/doc/man/man3/QSignalMapper.3qt b/doc/man/man3/QSignalMapper.3qt deleted file mode 100644 index 72cad66c5..000000000 --- a/doc/man/man3/QSignalMapper.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsignalmapper.3qt diff --git a/doc/man/man3/QSimpleRichText.3qt b/doc/man/man3/QSimpleRichText.3qt deleted file mode 100644 index 4e01b6829..000000000 --- a/doc/man/man3/QSimpleRichText.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsimplerichtext.3qt diff --git a/doc/man/man3/QSize.3qt b/doc/man/man3/QSize.3qt deleted file mode 100644 index b7a14b3c0..000000000 --- a/doc/man/man3/QSize.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsize.3qt diff --git a/doc/man/man3/QSizeGrip.3qt b/doc/man/man3/QSizeGrip.3qt deleted file mode 100644 index fa048c7df..000000000 --- a/doc/man/man3/QSizeGrip.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsizegrip.3qt diff --git a/doc/man/man3/QSizePolicy.3qt b/doc/man/man3/QSizePolicy.3qt deleted file mode 100644 index d7f5909aa..000000000 --- a/doc/man/man3/QSizePolicy.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsizepolicy.3qt diff --git a/doc/man/man3/QSjisCodec.3qt b/doc/man/man3/QSjisCodec.3qt deleted file mode 100644 index da9c7d85e..000000000 --- a/doc/man/man3/QSjisCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsjiscodec.3qt diff --git a/doc/man/man3/QSlider.3qt b/doc/man/man3/QSlider.3qt deleted file mode 100644 index ca028dc1e..000000000 --- a/doc/man/man3/QSlider.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qslider.3qt diff --git a/doc/man/man3/QSocket.3qt b/doc/man/man3/QSocket.3qt deleted file mode 100644 index 59d8bf7e5..000000000 --- a/doc/man/man3/QSocket.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsocket.3qt diff --git a/doc/man/man3/QSocketDevice.3qt b/doc/man/man3/QSocketDevice.3qt deleted file mode 100644 index 6576329ab..000000000 --- a/doc/man/man3/QSocketDevice.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsocketdevice.3qt diff --git a/doc/man/man3/QSocketNotifier.3qt b/doc/man/man3/QSocketNotifier.3qt deleted file mode 100644 index 7cc09462c..000000000 --- a/doc/man/man3/QSocketNotifier.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsocketnotifier.3qt diff --git a/doc/man/man3/QSound.3qt b/doc/man/man3/QSound.3qt deleted file mode 100644 index c68587d6e..000000000 --- a/doc/man/man3/QSound.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsound.3qt diff --git a/doc/man/man3/QSpacerItem.3qt b/doc/man/man3/QSpacerItem.3qt deleted file mode 100644 index 639f1a00c..000000000 --- a/doc/man/man3/QSpacerItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qspaceritem.3qt diff --git a/doc/man/man3/QSpinBox.3qt b/doc/man/man3/QSpinBox.3qt deleted file mode 100644 index 18d8e921b..000000000 --- a/doc/man/man3/QSpinBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qspinbox.3qt diff --git a/doc/man/man3/QSplashScreen.3qt b/doc/man/man3/QSplashScreen.3qt deleted file mode 100644 index 40e867f9b..000000000 --- a/doc/man/man3/QSplashScreen.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsplashscreen.3qt diff --git a/doc/man/man3/QSplitter.3qt b/doc/man/man3/QSplitter.3qt deleted file mode 100644 index 4c547aaca..000000000 --- a/doc/man/man3/QSplitter.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsplitter.3qt diff --git a/doc/man/man3/QSql.3qt b/doc/man/man3/QSql.3qt deleted file mode 100644 index 34474332a..000000000 --- a/doc/man/man3/QSql.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsql.3qt diff --git a/doc/man/man3/QSqlCursor.3qt b/doc/man/man3/QSqlCursor.3qt deleted file mode 100644 index a624ba14d..000000000 --- a/doc/man/man3/QSqlCursor.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlcursor.3qt diff --git a/doc/man/man3/QSqlDatabase.3qt b/doc/man/man3/QSqlDatabase.3qt deleted file mode 100644 index ceb50c5aa..000000000 --- a/doc/man/man3/QSqlDatabase.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqldatabase.3qt diff --git a/doc/man/man3/QSqlDriver.3qt b/doc/man/man3/QSqlDriver.3qt deleted file mode 100644 index 4c4209393..000000000 --- a/doc/man/man3/QSqlDriver.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqldriver.3qt diff --git a/doc/man/man3/QSqlDriverPlugin.3qt b/doc/man/man3/QSqlDriverPlugin.3qt deleted file mode 100644 index e814b875b..000000000 --- a/doc/man/man3/QSqlDriverPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqldriverplugin.3qt diff --git a/doc/man/man3/QSqlEditorFactory.3qt b/doc/man/man3/QSqlEditorFactory.3qt deleted file mode 100644 index 2a956c04d..000000000 --- a/doc/man/man3/QSqlEditorFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqleditorfactory.3qt diff --git a/doc/man/man3/QSqlError.3qt b/doc/man/man3/QSqlError.3qt deleted file mode 100644 index 03c42748c..000000000 --- a/doc/man/man3/QSqlError.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlerror.3qt diff --git a/doc/man/man3/QSqlField.3qt b/doc/man/man3/QSqlField.3qt deleted file mode 100644 index ff6e797e6..000000000 --- a/doc/man/man3/QSqlField.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlfield.3qt diff --git a/doc/man/man3/QSqlFieldInfo.3qt b/doc/man/man3/QSqlFieldInfo.3qt deleted file mode 100644 index 4938647d9..000000000 --- a/doc/man/man3/QSqlFieldInfo.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlfieldinfo.3qt diff --git a/doc/man/man3/QSqlForm.3qt b/doc/man/man3/QSqlForm.3qt deleted file mode 100644 index 0dfb48a99..000000000 --- a/doc/man/man3/QSqlForm.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlform.3qt diff --git a/doc/man/man3/QSqlIndex.3qt b/doc/man/man3/QSqlIndex.3qt deleted file mode 100644 index 2d732473b..000000000 --- a/doc/man/man3/QSqlIndex.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlindex.3qt diff --git a/doc/man/man3/QSqlPropertyMap.3qt b/doc/man/man3/QSqlPropertyMap.3qt deleted file mode 100644 index adb4c95d4..000000000 --- a/doc/man/man3/QSqlPropertyMap.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlpropertymap.3qt diff --git a/doc/man/man3/QSqlQuery.3qt b/doc/man/man3/QSqlQuery.3qt deleted file mode 100644 index cd1a8c2da..000000000 --- a/doc/man/man3/QSqlQuery.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlquery.3qt diff --git a/doc/man/man3/QSqlRecord.3qt b/doc/man/man3/QSqlRecord.3qt deleted file mode 100644 index c66047ebf..000000000 --- a/doc/man/man3/QSqlRecord.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlrecord.3qt diff --git a/doc/man/man3/QSqlRecordInfo.3qt b/doc/man/man3/QSqlRecordInfo.3qt deleted file mode 100644 index 0f04793e3..000000000 --- a/doc/man/man3/QSqlRecordInfo.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlrecordinfo.3qt diff --git a/doc/man/man3/QSqlResult.3qt b/doc/man/man3/QSqlResult.3qt deleted file mode 100644 index 2a1599985..000000000 --- a/doc/man/man3/QSqlResult.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlresult.3qt diff --git a/doc/man/man3/QSqlSelectCursor.3qt b/doc/man/man3/QSqlSelectCursor.3qt deleted file mode 100644 index 004c2db6c..000000000 --- a/doc/man/man3/QSqlSelectCursor.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsqlselectcursor.3qt diff --git a/doc/man/man3/QStoredDrag.3qt b/doc/man/man3/QStoredDrag.3qt deleted file mode 100644 index 6bd3bf87d..000000000 --- a/doc/man/man3/QStoredDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstoreddrag.3qt diff --git a/doc/man/man3/QStrIList.3qt b/doc/man/man3/QStrIList.3qt deleted file mode 100644 index dd19eb630..000000000 --- a/doc/man/man3/QStrIList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstrilist.3qt diff --git a/doc/man/man3/QStrList.3qt b/doc/man/man3/QStrList.3qt deleted file mode 100644 index 4c2c503c4..000000000 --- a/doc/man/man3/QStrList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstrlist.3qt diff --git a/doc/man/man3/QStrListIterator.3qt b/doc/man/man3/QStrListIterator.3qt deleted file mode 100644 index d04402c88..000000000 --- a/doc/man/man3/QStrListIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstrlistiterator.3qt diff --git a/doc/man/man3/QString.3qt b/doc/man/man3/QString.3qt deleted file mode 100644 index 3574cdb1c..000000000 --- a/doc/man/man3/QString.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstring.3qt diff --git a/doc/man/man3/QStringList.3qt b/doc/man/man3/QStringList.3qt deleted file mode 100644 index a757e4057..000000000 --- a/doc/man/man3/QStringList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstringlist.3qt diff --git a/doc/man/man3/QStyle.3qt b/doc/man/man3/QStyle.3qt deleted file mode 100644 index a76c6f4dd..000000000 --- a/doc/man/man3/QStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstyle.3qt diff --git a/doc/man/man3/QStyleFactory.3qt b/doc/man/man3/QStyleFactory.3qt deleted file mode 100644 index ac3563c18..000000000 --- a/doc/man/man3/QStyleFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstylefactory.3qt diff --git a/doc/man/man3/QStyleOption.3qt b/doc/man/man3/QStyleOption.3qt deleted file mode 100644 index 5e10a1d70..000000000 --- a/doc/man/man3/QStyleOption.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstyleoption.3qt diff --git a/doc/man/man3/QStylePlugin.3qt b/doc/man/man3/QStylePlugin.3qt deleted file mode 100644 index e2b47377f..000000000 --- a/doc/man/man3/QStylePlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstyleplugin.3qt diff --git a/doc/man/man3/QStyleSheet.3qt b/doc/man/man3/QStyleSheet.3qt deleted file mode 100644 index de3d2d773..000000000 --- a/doc/man/man3/QStyleSheet.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstylesheet.3qt diff --git a/doc/man/man3/QStyleSheetItem.3qt b/doc/man/man3/QStyleSheetItem.3qt deleted file mode 100644 index 1b2fff271..000000000 --- a/doc/man/man3/QStyleSheetItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qstylesheetitem.3qt diff --git a/doc/man/man3/QSyntaxHighlighter.3qt b/doc/man/man3/QSyntaxHighlighter.3qt deleted file mode 100644 index 1cf5370ad..000000000 --- a/doc/man/man3/QSyntaxHighlighter.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qsyntaxhighlighter.3qt diff --git a/doc/man/man3/QTab.3qt b/doc/man/man3/QTab.3qt deleted file mode 100644 index a093a672f..000000000 --- a/doc/man/man3/QTab.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtab.3qt diff --git a/doc/man/man3/QTabBar.3qt b/doc/man/man3/QTabBar.3qt deleted file mode 100644 index d20039023..000000000 --- a/doc/man/man3/QTabBar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtabbar.3qt diff --git a/doc/man/man3/QTabDialog.3qt b/doc/man/man3/QTabDialog.3qt deleted file mode 100644 index 73a52f31c..000000000 --- a/doc/man/man3/QTabDialog.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtabdialog.3qt diff --git a/doc/man/man3/QTabWidget.3qt b/doc/man/man3/QTabWidget.3qt deleted file mode 100644 index 5a8737134..000000000 --- a/doc/man/man3/QTabWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtabwidget.3qt diff --git a/doc/man/man3/QTable.3qt b/doc/man/man3/QTable.3qt deleted file mode 100644 index a6d9f9596..000000000 --- a/doc/man/man3/QTable.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtable.3qt diff --git a/doc/man/man3/QTableItem.3qt b/doc/man/man3/QTableItem.3qt deleted file mode 100644 index 7307bb5ae..000000000 --- a/doc/man/man3/QTableItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtableitem.3qt diff --git a/doc/man/man3/QTableSelection.3qt b/doc/man/man3/QTableSelection.3qt deleted file mode 100644 index 31e00180f..000000000 --- a/doc/man/man3/QTableSelection.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtableselection.3qt diff --git a/doc/man/man3/QTabletEvent.3qt b/doc/man/man3/QTabletEvent.3qt deleted file mode 100644 index 1ee1a3e26..000000000 --- a/doc/man/man3/QTabletEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtabletevent.3qt diff --git a/doc/man/man3/QTextBrowser.3qt b/doc/man/man3/QTextBrowser.3qt deleted file mode 100644 index 3214dc3db..000000000 --- a/doc/man/man3/QTextBrowser.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextbrowser.3qt diff --git a/doc/man/man3/QTextCodec.3qt b/doc/man/man3/QTextCodec.3qt deleted file mode 100644 index 94fe818b8..000000000 --- a/doc/man/man3/QTextCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextcodec.3qt diff --git a/doc/man/man3/QTextCodecPlugin.3qt b/doc/man/man3/QTextCodecPlugin.3qt deleted file mode 100644 index 0f8cba488..000000000 --- a/doc/man/man3/QTextCodecPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextcodecplugin.3qt diff --git a/doc/man/man3/QTextDecoder.3qt b/doc/man/man3/QTextDecoder.3qt deleted file mode 100644 index d99ca4f26..000000000 --- a/doc/man/man3/QTextDecoder.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextdecoder.3qt diff --git a/doc/man/man3/QTextDrag.3qt b/doc/man/man3/QTextDrag.3qt deleted file mode 100644 index 6d79ec185..000000000 --- a/doc/man/man3/QTextDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextdrag.3qt diff --git a/doc/man/man3/QTextEdit.3qt b/doc/man/man3/QTextEdit.3qt deleted file mode 100644 index 63b1c6011..000000000 --- a/doc/man/man3/QTextEdit.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextedit.3qt diff --git a/doc/man/man3/QTextEncoder.3qt b/doc/man/man3/QTextEncoder.3qt deleted file mode 100644 index fde2f7f1d..000000000 --- a/doc/man/man3/QTextEncoder.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextencoder.3qt diff --git a/doc/man/man3/QTextIStream.3qt b/doc/man/man3/QTextIStream.3qt deleted file mode 100644 index dd91f345d..000000000 --- a/doc/man/man3/QTextIStream.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextistream.3qt diff --git a/doc/man/man3/QTextOStream.3qt b/doc/man/man3/QTextOStream.3qt deleted file mode 100644 index 12c7be9da..000000000 --- a/doc/man/man3/QTextOStream.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextostream.3qt diff --git a/doc/man/man3/QTextStream.3qt b/doc/man/man3/QTextStream.3qt deleted file mode 100644 index b47fb9e43..000000000 --- a/doc/man/man3/QTextStream.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtextstream.3qt diff --git a/doc/man/man3/QThread.3qt b/doc/man/man3/QThread.3qt deleted file mode 100644 index febb747ab..000000000 --- a/doc/man/man3/QThread.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qthread.3qt diff --git a/doc/man/man3/QThreadStorage.3qt b/doc/man/man3/QThreadStorage.3qt deleted file mode 100644 index 3b09ba86a..000000000 --- a/doc/man/man3/QThreadStorage.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qthreadstorage.3qt diff --git a/doc/man/man3/QTime.3qt b/doc/man/man3/QTime.3qt deleted file mode 100644 index cc6c72162..000000000 --- a/doc/man/man3/QTime.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtime.3qt diff --git a/doc/man/man3/QTimeEdit.3qt b/doc/man/man3/QTimeEdit.3qt deleted file mode 100644 index e659adc93..000000000 --- a/doc/man/man3/QTimeEdit.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtimeedit.3qt diff --git a/doc/man/man3/QTimer.3qt b/doc/man/man3/QTimer.3qt deleted file mode 100644 index 1740c7391..000000000 --- a/doc/man/man3/QTimer.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtimer.3qt diff --git a/doc/man/man3/QTimerEvent.3qt b/doc/man/man3/QTimerEvent.3qt deleted file mode 100644 index dd5973bab..000000000 --- a/doc/man/man3/QTimerEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtimerevent.3qt diff --git a/doc/man/man3/QToolBar.3qt b/doc/man/man3/QToolBar.3qt deleted file mode 100644 index 1f7fff584..000000000 --- a/doc/man/man3/QToolBar.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtoolbar.3qt diff --git a/doc/man/man3/QToolBox.3qt b/doc/man/man3/QToolBox.3qt deleted file mode 100644 index 70a95a02b..000000000 --- a/doc/man/man3/QToolBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtoolbox.3qt diff --git a/doc/man/man3/QToolButton.3qt b/doc/man/man3/QToolButton.3qt deleted file mode 100644 index 7377a2d69..000000000 --- a/doc/man/man3/QToolButton.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtoolbutton.3qt diff --git a/doc/man/man3/QToolTip.3qt b/doc/man/man3/QToolTip.3qt deleted file mode 100644 index 95b4ac39e..000000000 --- a/doc/man/man3/QToolTip.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtooltip.3qt diff --git a/doc/man/man3/QToolTipGroup.3qt b/doc/man/man3/QToolTipGroup.3qt deleted file mode 100644 index 96fddeac3..000000000 --- a/doc/man/man3/QToolTipGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtooltipgroup.3qt diff --git a/doc/man/man3/QTranslator.3qt b/doc/man/man3/QTranslator.3qt deleted file mode 100644 index 0dfd1cc7a..000000000 --- a/doc/man/man3/QTranslator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtranslator.3qt diff --git a/doc/man/man3/QTranslatorMessage.3qt b/doc/man/man3/QTranslatorMessage.3qt deleted file mode 100644 index e32d071dc..000000000 --- a/doc/man/man3/QTranslatorMessage.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtranslatormessage.3qt diff --git a/doc/man/man3/QTsciiCodec.3qt b/doc/man/man3/QTsciiCodec.3qt deleted file mode 100644 index 1f716aa03..000000000 --- a/doc/man/man3/QTsciiCodec.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qtsciicodec.3qt diff --git a/doc/man/man3/QUriDrag.3qt b/doc/man/man3/QUriDrag.3qt deleted file mode 100644 index ecfb6e4d1..000000000 --- a/doc/man/man3/QUriDrag.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/quridrag.3qt diff --git a/doc/man/man3/QUrl.3qt b/doc/man/man3/QUrl.3qt deleted file mode 100644 index 7a9a4b81e..000000000 --- a/doc/man/man3/QUrl.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qurl.3qt diff --git a/doc/man/man3/QUrlInfo.3qt b/doc/man/man3/QUrlInfo.3qt deleted file mode 100644 index 47991928c..000000000 --- a/doc/man/man3/QUrlInfo.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qurlinfo.3qt diff --git a/doc/man/man3/QUrlOperator.3qt b/doc/man/man3/QUrlOperator.3qt deleted file mode 100644 index d4815444c..000000000 --- a/doc/man/man3/QUrlOperator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qurloperator.3qt diff --git a/doc/man/man3/QUuid.3qt b/doc/man/man3/QUuid.3qt deleted file mode 100644 index 469a10297..000000000 --- a/doc/man/man3/QUuid.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/quuid.3qt diff --git a/doc/man/man3/QVBox.3qt b/doc/man/man3/QVBox.3qt deleted file mode 100644 index 3ba645b29..000000000 --- a/doc/man/man3/QVBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvbox.3qt diff --git a/doc/man/man3/QVBoxLayout.3qt b/doc/man/man3/QVBoxLayout.3qt deleted file mode 100644 index c8eb25b3a..000000000 --- a/doc/man/man3/QVBoxLayout.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvboxlayout.3qt diff --git a/doc/man/man3/QVButtonGroup.3qt b/doc/man/man3/QVButtonGroup.3qt deleted file mode 100644 index 815b6c8d8..000000000 --- a/doc/man/man3/QVButtonGroup.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvbuttongroup.3qt diff --git a/doc/man/man3/QVGroupBox.3qt b/doc/man/man3/QVGroupBox.3qt deleted file mode 100644 index 4bcab4d0f..000000000 --- a/doc/man/man3/QVGroupBox.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvgroupbox.3qt diff --git a/doc/man/man3/QValidator.3qt b/doc/man/man3/QValidator.3qt deleted file mode 100644 index 2dd313ad6..000000000 --- a/doc/man/man3/QValidator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvalidator.3qt diff --git a/doc/man/man3/QValueList.3qt b/doc/man/man3/QValueList.3qt deleted file mode 100644 index e483f6a35..000000000 --- a/doc/man/man3/QValueList.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvaluelist.3qt diff --git a/doc/man/man3/QValueListConstIterator.3qt b/doc/man/man3/QValueListConstIterator.3qt deleted file mode 100644 index a2b5e716a..000000000 --- a/doc/man/man3/QValueListConstIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvaluelistconstiterator.3qt diff --git a/doc/man/man3/QValueListIterator.3qt b/doc/man/man3/QValueListIterator.3qt deleted file mode 100644 index 3c212fd98..000000000 --- a/doc/man/man3/QValueListIterator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvaluelistiterator.3qt diff --git a/doc/man/man3/QValueStack.3qt b/doc/man/man3/QValueStack.3qt deleted file mode 100644 index b754e7b8f..000000000 --- a/doc/man/man3/QValueStack.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvaluestack.3qt diff --git a/doc/man/man3/QValueVector.3qt b/doc/man/man3/QValueVector.3qt deleted file mode 100644 index d7060b8b1..000000000 --- a/doc/man/man3/QValueVector.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvaluevector.3qt diff --git a/doc/man/man3/QVariant.3qt b/doc/man/man3/QVariant.3qt deleted file mode 100644 index 51ca7bc36..000000000 --- a/doc/man/man3/QVariant.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qvariant.3qt diff --git a/doc/man/man3/QWMatrix.3qt b/doc/man/man3/QWMatrix.3qt deleted file mode 100644 index bd9ad0d1d..000000000 --- a/doc/man/man3/QWMatrix.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwmatrix.3qt diff --git a/doc/man/man3/QWSDecoration.3qt b/doc/man/man3/QWSDecoration.3qt deleted file mode 100644 index 8b3d0bb7f..000000000 --- a/doc/man/man3/QWSDecoration.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwsdecoration.3qt diff --git a/doc/man/man3/QWSInputMethod.3qt b/doc/man/man3/QWSInputMethod.3qt deleted file mode 100644 index aef7cf960..000000000 --- a/doc/man/man3/QWSInputMethod.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwsinputmethod.3qt diff --git a/doc/man/man3/QWSKeyboardHandler.3qt b/doc/man/man3/QWSKeyboardHandler.3qt deleted file mode 100644 index b49afb3f0..000000000 --- a/doc/man/man3/QWSKeyboardHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwskeyboardhandler.3qt diff --git a/doc/man/man3/QWSMouseHandler.3qt b/doc/man/man3/QWSMouseHandler.3qt deleted file mode 100644 index edb549864..000000000 --- a/doc/man/man3/QWSMouseHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwsmousehandler.3qt diff --git a/doc/man/man3/QWSServer.3qt b/doc/man/man3/QWSServer.3qt deleted file mode 100644 index 18db91d81..000000000 --- a/doc/man/man3/QWSServer.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwsserver.3qt diff --git a/doc/man/man3/QWSWindow.3qt b/doc/man/man3/QWSWindow.3qt deleted file mode 100644 index bc415b3ac..000000000 --- a/doc/man/man3/QWSWindow.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwswindow.3qt diff --git a/doc/man/man3/QWaitCondition.3qt b/doc/man/man3/QWaitCondition.3qt deleted file mode 100644 index da2466f6e..000000000 --- a/doc/man/man3/QWaitCondition.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwaitcondition.3qt diff --git a/doc/man/man3/QWhatsThis.3qt b/doc/man/man3/QWhatsThis.3qt deleted file mode 100644 index eeb968a0e..000000000 --- a/doc/man/man3/QWhatsThis.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwhatsthis.3qt diff --git a/doc/man/man3/QWheelEvent.3qt b/doc/man/man3/QWheelEvent.3qt deleted file mode 100644 index c50c34bec..000000000 --- a/doc/man/man3/QWheelEvent.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwheelevent.3qt diff --git a/doc/man/man3/QWidget.3qt b/doc/man/man3/QWidget.3qt deleted file mode 100644 index 6eca5cb53..000000000 --- a/doc/man/man3/QWidget.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwidget.3qt diff --git a/doc/man/man3/QWidgetFactory.3qt b/doc/man/man3/QWidgetFactory.3qt deleted file mode 100644 index e3e393e9d..000000000 --- a/doc/man/man3/QWidgetFactory.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwidgetfactory.3qt diff --git a/doc/man/man3/QWidgetItem.3qt b/doc/man/man3/QWidgetItem.3qt deleted file mode 100644 index b5a32fb20..000000000 --- a/doc/man/man3/QWidgetItem.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwidgetitem.3qt diff --git a/doc/man/man3/QWidgetPlugin.3qt b/doc/man/man3/QWidgetPlugin.3qt deleted file mode 100644 index de33b4e7c..000000000 --- a/doc/man/man3/QWidgetPlugin.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwidgetplugin.3qt diff --git a/doc/man/man3/QWidgetStack.3qt b/doc/man/man3/QWidgetStack.3qt deleted file mode 100644 index 5e7926575..000000000 --- a/doc/man/man3/QWidgetStack.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwidgetstack.3qt diff --git a/doc/man/man3/QWindowsMime.3qt b/doc/man/man3/QWindowsMime.3qt deleted file mode 100644 index eefcaf9c8..000000000 --- a/doc/man/man3/QWindowsMime.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwindowsmime.3qt diff --git a/doc/man/man3/QWindowsStyle.3qt b/doc/man/man3/QWindowsStyle.3qt deleted file mode 100644 index ff414cc3b..000000000 --- a/doc/man/man3/QWindowsStyle.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwindowsstyle.3qt diff --git a/doc/man/man3/QWizard.3qt b/doc/man/man3/QWizard.3qt deleted file mode 100644 index 74481614b..000000000 --- a/doc/man/man3/QWizard.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qwizard.3qt diff --git a/doc/man/man3/QWorkspace.3qt b/doc/man/man3/QWorkspace.3qt deleted file mode 100644 index a4be83171..000000000 --- a/doc/man/man3/QWorkspace.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qworkspace.3qt diff --git a/doc/man/man3/QXmlAttributes.3qt b/doc/man/man3/QXmlAttributes.3qt deleted file mode 100644 index a99a2435b..000000000 --- a/doc/man/man3/QXmlAttributes.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlattributes.3qt diff --git a/doc/man/man3/QXmlContentHandler.3qt b/doc/man/man3/QXmlContentHandler.3qt deleted file mode 100644 index 4b4349c66..000000000 --- a/doc/man/man3/QXmlContentHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlcontenthandler.3qt diff --git a/doc/man/man3/QXmlDTDHandler.3qt b/doc/man/man3/QXmlDTDHandler.3qt deleted file mode 100644 index 993666f33..000000000 --- a/doc/man/man3/QXmlDTDHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmldtdhandler.3qt diff --git a/doc/man/man3/QXmlDeclHandler.3qt b/doc/man/man3/QXmlDeclHandler.3qt deleted file mode 100644 index 794af7d38..000000000 --- a/doc/man/man3/QXmlDeclHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmldeclhandler.3qt diff --git a/doc/man/man3/QXmlDefaultHandler.3qt b/doc/man/man3/QXmlDefaultHandler.3qt deleted file mode 100644 index 070113004..000000000 --- a/doc/man/man3/QXmlDefaultHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmldefaulthandler.3qt diff --git a/doc/man/man3/QXmlEntityResolver.3qt b/doc/man/man3/QXmlEntityResolver.3qt deleted file mode 100644 index 6c1566e4c..000000000 --- a/doc/man/man3/QXmlEntityResolver.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlentityresolver.3qt diff --git a/doc/man/man3/QXmlErrorHandler.3qt b/doc/man/man3/QXmlErrorHandler.3qt deleted file mode 100644 index 96332d0dd..000000000 --- a/doc/man/man3/QXmlErrorHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlerrorhandler.3qt diff --git a/doc/man/man3/QXmlInputSource.3qt b/doc/man/man3/QXmlInputSource.3qt deleted file mode 100644 index 7eb985c80..000000000 --- a/doc/man/man3/QXmlInputSource.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlinputsource.3qt diff --git a/doc/man/man3/QXmlLexicalHandler.3qt b/doc/man/man3/QXmlLexicalHandler.3qt deleted file mode 100644 index 4ac9b3799..000000000 --- a/doc/man/man3/QXmlLexicalHandler.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmllexicalhandler.3qt diff --git a/doc/man/man3/QXmlLocator.3qt b/doc/man/man3/QXmlLocator.3qt deleted file mode 100644 index 8f2a5fdfc..000000000 --- a/doc/man/man3/QXmlLocator.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmllocator.3qt diff --git a/doc/man/man3/QXmlNamespaceSupport.3qt b/doc/man/man3/QXmlNamespaceSupport.3qt deleted file mode 100644 index 0f334bb0e..000000000 --- a/doc/man/man3/QXmlNamespaceSupport.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlnamespacesupport.3qt diff --git a/doc/man/man3/QXmlParseException.3qt b/doc/man/man3/QXmlParseException.3qt deleted file mode 100644 index d418b200a..000000000 --- a/doc/man/man3/QXmlParseException.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlparseexception.3qt diff --git a/doc/man/man3/QXmlReader.3qt b/doc/man/man3/QXmlReader.3qt deleted file mode 100644 index 9a201bcd1..000000000 --- a/doc/man/man3/QXmlReader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlreader.3qt diff --git a/doc/man/man3/QXmlSimpleReader.3qt b/doc/man/man3/QXmlSimpleReader.3qt deleted file mode 100644 index 0c00d0081..000000000 --- a/doc/man/man3/QXmlSimpleReader.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qxmlsimplereader.3qt diff --git a/doc/man/man3/Qt.3qt b/doc/man/man3/Qt.3qt deleted file mode 100644 index 46f304aae..000000000 --- a/doc/man/man3/Qt.3qt +++ /dev/null @@ -1 +0,0 @@ -.so man3/qt.3qt diff --git a/doc/man/man3/TQAccel.3qt b/doc/man/man3/TQAccel.3qt new file mode 100644 index 000000000..12f28581b --- /dev/null +++ b/doc/man/man3/TQAccel.3qt @@ -0,0 +1 @@ +.so man3/tqaccel.3qt diff --git a/doc/man/man3/TQAccessible.3qt b/doc/man/man3/TQAccessible.3qt new file mode 100644 index 000000000..e44507675 --- /dev/null +++ b/doc/man/man3/TQAccessible.3qt @@ -0,0 +1 @@ +.so man3/tqaccessible.3qt diff --git a/doc/man/man3/TQAccessibleInterface.3qt b/doc/man/man3/TQAccessibleInterface.3qt new file mode 100644 index 000000000..caf5619bd --- /dev/null +++ b/doc/man/man3/TQAccessibleInterface.3qt @@ -0,0 +1 @@ +.so man3/tqaccessibleinterface.3qt diff --git a/doc/man/man3/TQAccessibleObject.3qt b/doc/man/man3/TQAccessibleObject.3qt new file mode 100644 index 000000000..81376d559 --- /dev/null +++ b/doc/man/man3/TQAccessibleObject.3qt @@ -0,0 +1 @@ +.so man3/tqaccessibleobject.3qt diff --git a/doc/man/man3/TQAction.3qt b/doc/man/man3/TQAction.3qt new file mode 100644 index 000000000..0c09f0860 --- /dev/null +++ b/doc/man/man3/TQAction.3qt @@ -0,0 +1 @@ +.so man3/tqaction.3qt diff --git a/doc/man/man3/TQActionGroup.3qt b/doc/man/man3/TQActionGroup.3qt new file mode 100644 index 000000000..cd91d08f6 --- /dev/null +++ b/doc/man/man3/TQActionGroup.3qt @@ -0,0 +1 @@ +.so man3/tqactiongroup.3qt diff --git a/doc/man/man3/TQApplication.3qt b/doc/man/man3/TQApplication.3qt new file mode 100644 index 000000000..24bc96bd1 --- /dev/null +++ b/doc/man/man3/TQApplication.3qt @@ -0,0 +1 @@ +.so man3/tqapplication.3qt diff --git a/doc/man/man3/TQAsciiCache.3qt b/doc/man/man3/TQAsciiCache.3qt new file mode 100644 index 000000000..39cc59de5 --- /dev/null +++ b/doc/man/man3/TQAsciiCache.3qt @@ -0,0 +1 @@ +.so man3/tqasciicache.3qt diff --git a/doc/man/man3/TQAsciiCacheIterator.3qt b/doc/man/man3/TQAsciiCacheIterator.3qt new file mode 100644 index 000000000..9e688a772 --- /dev/null +++ b/doc/man/man3/TQAsciiCacheIterator.3qt @@ -0,0 +1 @@ +.so man3/tqasciicacheiterator.3qt diff --git a/doc/man/man3/TQAsciiDict.3qt b/doc/man/man3/TQAsciiDict.3qt new file mode 100644 index 000000000..602ae4e7e --- /dev/null +++ b/doc/man/man3/TQAsciiDict.3qt @@ -0,0 +1 @@ +.so man3/tqasciidict.3qt diff --git a/doc/man/man3/TQAsciiDictIterator.3qt b/doc/man/man3/TQAsciiDictIterator.3qt new file mode 100644 index 000000000..0a042679e --- /dev/null +++ b/doc/man/man3/TQAsciiDictIterator.3qt @@ -0,0 +1 @@ +.so man3/tqasciidictiterator.3qt diff --git a/doc/man/man3/TQAssistantClient.3qt b/doc/man/man3/TQAssistantClient.3qt new file mode 100644 index 000000000..b39d51527 --- /dev/null +++ b/doc/man/man3/TQAssistantClient.3qt @@ -0,0 +1 @@ +.so man3/tqassistantclient.3qt diff --git a/doc/man/man3/TQAxAggregated.3qt b/doc/man/man3/TQAxAggregated.3qt new file mode 100644 index 000000000..d05590c34 --- /dev/null +++ b/doc/man/man3/TQAxAggregated.3qt @@ -0,0 +1 @@ +.so man3/tqaxaggregated.3qt diff --git a/doc/man/man3/TQAxBase.3qt b/doc/man/man3/TQAxBase.3qt new file mode 100644 index 000000000..84be97693 --- /dev/null +++ b/doc/man/man3/TQAxBase.3qt @@ -0,0 +1 @@ +.so man3/tqaxbase.3qt diff --git a/doc/man/man3/TQAxBindable.3qt b/doc/man/man3/TQAxBindable.3qt new file mode 100644 index 000000000..affde1f63 --- /dev/null +++ b/doc/man/man3/TQAxBindable.3qt @@ -0,0 +1 @@ +.so man3/tqaxbindable.3qt diff --git a/doc/man/man3/TQAxFactory.3qt b/doc/man/man3/TQAxFactory.3qt new file mode 100644 index 000000000..c1881659c --- /dev/null +++ b/doc/man/man3/TQAxFactory.3qt @@ -0,0 +1 @@ +.so man3/tqaxfactory.3qt diff --git a/doc/man/man3/TQAxObject.3qt b/doc/man/man3/TQAxObject.3qt new file mode 100644 index 000000000..f99792754 --- /dev/null +++ b/doc/man/man3/TQAxObject.3qt @@ -0,0 +1 @@ +.so man3/tqaxobject.3qt diff --git a/doc/man/man3/TQAxScript.3qt b/doc/man/man3/TQAxScript.3qt new file mode 100644 index 000000000..4e66e409f --- /dev/null +++ b/doc/man/man3/TQAxScript.3qt @@ -0,0 +1 @@ +.so man3/tqaxscript.3qt diff --git a/doc/man/man3/TQAxScriptEngine.3qt b/doc/man/man3/TQAxScriptEngine.3qt new file mode 100644 index 000000000..61f57d540 --- /dev/null +++ b/doc/man/man3/TQAxScriptEngine.3qt @@ -0,0 +1 @@ +.so man3/tqaxscriptengine.3qt diff --git a/doc/man/man3/TQAxScriptManager.3qt b/doc/man/man3/TQAxScriptManager.3qt new file mode 100644 index 000000000..fdc829434 --- /dev/null +++ b/doc/man/man3/TQAxScriptManager.3qt @@ -0,0 +1 @@ +.so man3/tqaxscriptmanager.3qt diff --git a/doc/man/man3/TQAxWidget.3qt b/doc/man/man3/TQAxWidget.3qt new file mode 100644 index 000000000..5c02f767c --- /dev/null +++ b/doc/man/man3/TQAxWidget.3qt @@ -0,0 +1 @@ +.so man3/tqaxwidget.3qt diff --git a/doc/man/man3/TQBig5Codec.3qt b/doc/man/man3/TQBig5Codec.3qt new file mode 100644 index 000000000..362f1b946 --- /dev/null +++ b/doc/man/man3/TQBig5Codec.3qt @@ -0,0 +1 @@ +.so man3/tqbig5codec.3qt diff --git a/doc/man/man3/TQBig5hkscsCodec.3qt b/doc/man/man3/TQBig5hkscsCodec.3qt new file mode 100644 index 000000000..11e60eff7 --- /dev/null +++ b/doc/man/man3/TQBig5hkscsCodec.3qt @@ -0,0 +1 @@ +.so man3/tqbig5hkscscodec.3qt diff --git a/doc/man/man3/TQBitArray.3qt b/doc/man/man3/TQBitArray.3qt new file mode 100644 index 000000000..c6c3a305c --- /dev/null +++ b/doc/man/man3/TQBitArray.3qt @@ -0,0 +1 @@ +.so man3/tqbitarray.3qt diff --git a/doc/man/man3/TQBitVal.3qt b/doc/man/man3/TQBitVal.3qt new file mode 100644 index 000000000..e3372a708 --- /dev/null +++ b/doc/man/man3/TQBitVal.3qt @@ -0,0 +1 @@ +.so man3/tqbitval.3qt diff --git a/doc/man/man3/TQBitmap.3qt b/doc/man/man3/TQBitmap.3qt new file mode 100644 index 000000000..e550cd45e --- /dev/null +++ b/doc/man/man3/TQBitmap.3qt @@ -0,0 +1 @@ +.so man3/tqbitmap.3qt diff --git a/doc/man/man3/TQBoxLayout.3qt b/doc/man/man3/TQBoxLayout.3qt new file mode 100644 index 000000000..807b761f0 --- /dev/null +++ b/doc/man/man3/TQBoxLayout.3qt @@ -0,0 +1 @@ +.so man3/tqboxlayout.3qt diff --git a/doc/man/man3/TQBrush.3qt b/doc/man/man3/TQBrush.3qt new file mode 100644 index 000000000..7db5eca66 --- /dev/null +++ b/doc/man/man3/TQBrush.3qt @@ -0,0 +1 @@ +.so man3/tqbrush.3qt diff --git a/doc/man/man3/TQBuffer.3qt b/doc/man/man3/TQBuffer.3qt new file mode 100644 index 000000000..96fb361d1 --- /dev/null +++ b/doc/man/man3/TQBuffer.3qt @@ -0,0 +1 @@ +.so man3/tqbuffer.3qt diff --git a/doc/man/man3/TQButton.3qt b/doc/man/man3/TQButton.3qt new file mode 100644 index 000000000..e4b8081eb --- /dev/null +++ b/doc/man/man3/TQButton.3qt @@ -0,0 +1 @@ +.so man3/tqbutton.3qt diff --git a/doc/man/man3/TQButtonGroup.3qt b/doc/man/man3/TQButtonGroup.3qt new file mode 100644 index 000000000..fb8dad274 --- /dev/null +++ b/doc/man/man3/TQButtonGroup.3qt @@ -0,0 +1 @@ +.so man3/tqbuttongroup.3qt diff --git a/doc/man/man3/TQByteArray.3qt b/doc/man/man3/TQByteArray.3qt new file mode 100644 index 000000000..b4c3dc659 --- /dev/null +++ b/doc/man/man3/TQByteArray.3qt @@ -0,0 +1 @@ +.so man3/tqbytearray.3qt diff --git a/doc/man/man3/TQCDEStyle.3qt b/doc/man/man3/TQCDEStyle.3qt new file mode 100644 index 000000000..f89ef9e6a --- /dev/null +++ b/doc/man/man3/TQCDEStyle.3qt @@ -0,0 +1 @@ +.so man3/tqcdestyle.3qt diff --git a/doc/man/man3/TQCString.3qt b/doc/man/man3/TQCString.3qt new file mode 100644 index 000000000..f77040674 --- /dev/null +++ b/doc/man/man3/TQCString.3qt @@ -0,0 +1 @@ +.so man3/tqcstring.3qt diff --git a/doc/man/man3/TQCache.3qt b/doc/man/man3/TQCache.3qt new file mode 100644 index 000000000..41d32bc7d --- /dev/null +++ b/doc/man/man3/TQCache.3qt @@ -0,0 +1 @@ +.so man3/tqcache.3qt diff --git a/doc/man/man3/TQCacheIterator.3qt b/doc/man/man3/TQCacheIterator.3qt new file mode 100644 index 000000000..8170895f0 --- /dev/null +++ b/doc/man/man3/TQCacheIterator.3qt @@ -0,0 +1 @@ +.so man3/tqcacheiterator.3qt diff --git a/doc/man/man3/TQCanvas.3qt b/doc/man/man3/TQCanvas.3qt new file mode 100644 index 000000000..3c8c05167 --- /dev/null +++ b/doc/man/man3/TQCanvas.3qt @@ -0,0 +1 @@ +.so man3/tqcanvas.3qt diff --git a/doc/man/man3/TQCanvasEllipse.3qt b/doc/man/man3/TQCanvasEllipse.3qt new file mode 100644 index 000000000..915aee71f --- /dev/null +++ b/doc/man/man3/TQCanvasEllipse.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasellipse.3qt diff --git a/doc/man/man3/TQCanvasItem.3qt b/doc/man/man3/TQCanvasItem.3qt new file mode 100644 index 000000000..434c555a2 --- /dev/null +++ b/doc/man/man3/TQCanvasItem.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasitem.3qt diff --git a/doc/man/man3/TQCanvasItemList.3qt b/doc/man/man3/TQCanvasItemList.3qt new file mode 100644 index 000000000..f08e3ab01 --- /dev/null +++ b/doc/man/man3/TQCanvasItemList.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasitemlist.3qt diff --git a/doc/man/man3/TQCanvasLine.3qt b/doc/man/man3/TQCanvasLine.3qt new file mode 100644 index 000000000..a24a2aa3d --- /dev/null +++ b/doc/man/man3/TQCanvasLine.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasline.3qt diff --git a/doc/man/man3/TQCanvasPixmap.3qt b/doc/man/man3/TQCanvasPixmap.3qt new file mode 100644 index 000000000..855504960 --- /dev/null +++ b/doc/man/man3/TQCanvasPixmap.3qt @@ -0,0 +1 @@ +.so man3/tqcanvaspixmap.3qt diff --git a/doc/man/man3/TQCanvasPixmapArray.3qt b/doc/man/man3/TQCanvasPixmapArray.3qt new file mode 100644 index 000000000..4476a70b6 --- /dev/null +++ b/doc/man/man3/TQCanvasPixmapArray.3qt @@ -0,0 +1 @@ +.so man3/tqcanvaspixmaparray.3qt diff --git a/doc/man/man3/TQCanvasPolygon.3qt b/doc/man/man3/TQCanvasPolygon.3qt new file mode 100644 index 000000000..d918477ea --- /dev/null +++ b/doc/man/man3/TQCanvasPolygon.3qt @@ -0,0 +1 @@ +.so man3/tqcanvaspolygon.3qt diff --git a/doc/man/man3/TQCanvasPolygonalItem.3qt b/doc/man/man3/TQCanvasPolygonalItem.3qt new file mode 100644 index 000000000..e5123045f --- /dev/null +++ b/doc/man/man3/TQCanvasPolygonalItem.3qt @@ -0,0 +1 @@ +.so man3/tqcanvaspolygonalitem.3qt diff --git a/doc/man/man3/TQCanvasRectangle.3qt b/doc/man/man3/TQCanvasRectangle.3qt new file mode 100644 index 000000000..f77a3086a --- /dev/null +++ b/doc/man/man3/TQCanvasRectangle.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasrectangle.3qt diff --git a/doc/man/man3/TQCanvasSpline.3qt b/doc/man/man3/TQCanvasSpline.3qt new file mode 100644 index 000000000..5f9af11c7 --- /dev/null +++ b/doc/man/man3/TQCanvasSpline.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasspline.3qt diff --git a/doc/man/man3/TQCanvasSprite.3qt b/doc/man/man3/TQCanvasSprite.3qt new file mode 100644 index 000000000..54df2b938 --- /dev/null +++ b/doc/man/man3/TQCanvasSprite.3qt @@ -0,0 +1 @@ +.so man3/tqcanvassprite.3qt diff --git a/doc/man/man3/TQCanvasText.3qt b/doc/man/man3/TQCanvasText.3qt new file mode 100644 index 000000000..955e4af0d --- /dev/null +++ b/doc/man/man3/TQCanvasText.3qt @@ -0,0 +1 @@ +.so man3/tqcanvastext.3qt diff --git a/doc/man/man3/TQCanvasView.3qt b/doc/man/man3/TQCanvasView.3qt new file mode 100644 index 000000000..efbbab1d4 --- /dev/null +++ b/doc/man/man3/TQCanvasView.3qt @@ -0,0 +1 @@ +.so man3/tqcanvasview.3qt diff --git a/doc/man/man3/TQChar.3qt b/doc/man/man3/TQChar.3qt new file mode 100644 index 000000000..d14f087f1 --- /dev/null +++ b/doc/man/man3/TQChar.3qt @@ -0,0 +1 @@ +.so man3/tqchar.3qt diff --git a/doc/man/man3/TQCharRef.3qt b/doc/man/man3/TQCharRef.3qt new file mode 100644 index 000000000..1dfb41cb6 --- /dev/null +++ b/doc/man/man3/TQCharRef.3qt @@ -0,0 +1 @@ +.so man3/tqcharref.3qt diff --git a/doc/man/man3/TQCheckBox.3qt b/doc/man/man3/TQCheckBox.3qt new file mode 100644 index 000000000..964236a42 --- /dev/null +++ b/doc/man/man3/TQCheckBox.3qt @@ -0,0 +1 @@ +.so man3/tqcheckbox.3qt diff --git a/doc/man/man3/TQCheckListItem.3qt b/doc/man/man3/TQCheckListItem.3qt new file mode 100644 index 000000000..92088a9d7 --- /dev/null +++ b/doc/man/man3/TQCheckListItem.3qt @@ -0,0 +1 @@ +.so man3/tqchecklistitem.3qt diff --git a/doc/man/man3/QStatusBar.3qt b/doc/man/man3/TQCheckTableItem.3qt index 60a253882..0486e6869 100644 --- a/doc/man/man3/QStatusBar.3qt +++ b/doc/man/man3/TQCheckTableItem.3qt @@ -1 +1 @@ -.so man3/qstatusbar.3qt +.so man3/tqchecktableitem.3qt diff --git a/doc/man/man3/TQChildEvent.3qt b/doc/man/man3/TQChildEvent.3qt new file mode 100644 index 000000000..4450f1cde --- /dev/null +++ b/doc/man/man3/TQChildEvent.3qt @@ -0,0 +1 @@ +.so man3/tqchildevent.3qt diff --git a/doc/man/man3/TQClipboard.3qt b/doc/man/man3/TQClipboard.3qt new file mode 100644 index 000000000..51269f8b5 --- /dev/null +++ b/doc/man/man3/TQClipboard.3qt @@ -0,0 +1 @@ +.so man3/tqclipboard.3qt diff --git a/doc/man/man3/TQCloseEvent.3qt b/doc/man/man3/TQCloseEvent.3qt new file mode 100644 index 000000000..5e55b0505 --- /dev/null +++ b/doc/man/man3/TQCloseEvent.3qt @@ -0,0 +1 @@ +.so man3/tqcloseevent.3qt diff --git a/doc/man/man3/TQColor.3qt b/doc/man/man3/TQColor.3qt new file mode 100644 index 000000000..451cb28d4 --- /dev/null +++ b/doc/man/man3/TQColor.3qt @@ -0,0 +1 @@ +.so man3/tqcolor.3qt diff --git a/doc/man/man3/TQColorDialog.3qt b/doc/man/man3/TQColorDialog.3qt new file mode 100644 index 000000000..12d19e191 --- /dev/null +++ b/doc/man/man3/TQColorDialog.3qt @@ -0,0 +1 @@ +.so man3/tqcolordialog.3qt diff --git a/doc/man/man3/TQColorDrag.3qt b/doc/man/man3/TQColorDrag.3qt new file mode 100644 index 000000000..9fe3bc46a --- /dev/null +++ b/doc/man/man3/TQColorDrag.3qt @@ -0,0 +1 @@ +.so man3/tqcolordrag.3qt diff --git a/doc/man/man3/TQColorGroup.3qt b/doc/man/man3/TQColorGroup.3qt new file mode 100644 index 000000000..742b4c9ec --- /dev/null +++ b/doc/man/man3/TQColorGroup.3qt @@ -0,0 +1 @@ +.so man3/tqcolorgroup.3qt diff --git a/doc/man/man3/TQComboBox.3qt b/doc/man/man3/TQComboBox.3qt new file mode 100644 index 000000000..dabd679fe --- /dev/null +++ b/doc/man/man3/TQComboBox.3qt @@ -0,0 +1 @@ +.so man3/tqcombobox.3qt diff --git a/doc/man/man3/TQComboTableItem.3qt b/doc/man/man3/TQComboTableItem.3qt new file mode 100644 index 000000000..ea97fe730 --- /dev/null +++ b/doc/man/man3/TQComboTableItem.3qt @@ -0,0 +1 @@ +.so man3/tqcombotableitem.3qt diff --git a/doc/man/man3/TQCommonStyle.3qt b/doc/man/man3/TQCommonStyle.3qt new file mode 100644 index 000000000..b36d54ff2 --- /dev/null +++ b/doc/man/man3/TQCommonStyle.3qt @@ -0,0 +1 @@ +.so man3/tqcommonstyle.3qt diff --git a/doc/man/man3/TQConstString.3qt b/doc/man/man3/TQConstString.3qt new file mode 100644 index 000000000..ef407d29a --- /dev/null +++ b/doc/man/man3/TQConstString.3qt @@ -0,0 +1 @@ +.so man3/tqconststring.3qt diff --git a/doc/man/man3/TQContextMenuEvent.3qt b/doc/man/man3/TQContextMenuEvent.3qt new file mode 100644 index 000000000..a3224f055 --- /dev/null +++ b/doc/man/man3/TQContextMenuEvent.3qt @@ -0,0 +1 @@ +.so man3/tqcontextmenuevent.3qt diff --git a/doc/man/man3/TQCopChannel.3qt b/doc/man/man3/TQCopChannel.3qt new file mode 100644 index 000000000..258c473ca --- /dev/null +++ b/doc/man/man3/TQCopChannel.3qt @@ -0,0 +1 @@ +.so man3/tqcopchannel.3qt diff --git a/doc/man/man3/TQCursor.3qt b/doc/man/man3/TQCursor.3qt new file mode 100644 index 000000000..c45f4a331 --- /dev/null +++ b/doc/man/man3/TQCursor.3qt @@ -0,0 +1 @@ +.so man3/tqcursor.3qt diff --git a/doc/man/man3/TQCustomEvent.3qt b/doc/man/man3/TQCustomEvent.3qt new file mode 100644 index 000000000..401bbe5cc --- /dev/null +++ b/doc/man/man3/TQCustomEvent.3qt @@ -0,0 +1 @@ +.so man3/tqcustomevent.3qt diff --git a/doc/man/man3/TQCustomMenuItem.3qt b/doc/man/man3/TQCustomMenuItem.3qt new file mode 100644 index 000000000..392061819 --- /dev/null +++ b/doc/man/man3/TQCustomMenuItem.3qt @@ -0,0 +1 @@ +.so man3/tqcustommenuitem.3qt diff --git a/doc/man/man3/TQDataBrowser.3qt b/doc/man/man3/TQDataBrowser.3qt new file mode 100644 index 000000000..5f163fd66 --- /dev/null +++ b/doc/man/man3/TQDataBrowser.3qt @@ -0,0 +1 @@ +.so man3/tqdatabrowser.3qt diff --git a/doc/man/man3/TQDataStream.3qt b/doc/man/man3/TQDataStream.3qt new file mode 100644 index 000000000..6d219f6ce --- /dev/null +++ b/doc/man/man3/TQDataStream.3qt @@ -0,0 +1 @@ +.so man3/tqdatastream.3qt diff --git a/doc/man/man3/TQDataTable.3qt b/doc/man/man3/TQDataTable.3qt new file mode 100644 index 000000000..abca6aba0 --- /dev/null +++ b/doc/man/man3/TQDataTable.3qt @@ -0,0 +1 @@ +.so man3/tqdatatable.3qt diff --git a/doc/man/man3/TQDataView.3qt b/doc/man/man3/TQDataView.3qt new file mode 100644 index 000000000..c7b6fda6f --- /dev/null +++ b/doc/man/man3/TQDataView.3qt @@ -0,0 +1 @@ +.so man3/tqdataview.3qt diff --git a/doc/man/man3/TQDate.3qt b/doc/man/man3/TQDate.3qt new file mode 100644 index 000000000..5f385c4ff --- /dev/null +++ b/doc/man/man3/TQDate.3qt @@ -0,0 +1 @@ +.so man3/tqdate.3qt diff --git a/doc/man/man3/TQDateEdit.3qt b/doc/man/man3/TQDateEdit.3qt new file mode 100644 index 000000000..cbcbb3589 --- /dev/null +++ b/doc/man/man3/TQDateEdit.3qt @@ -0,0 +1 @@ +.so man3/tqdateedit.3qt diff --git a/doc/man/man3/TQDateTime.3qt b/doc/man/man3/TQDateTime.3qt new file mode 100644 index 000000000..ddf2bab7b --- /dev/null +++ b/doc/man/man3/TQDateTime.3qt @@ -0,0 +1 @@ +.so man3/tqdatetime.3qt diff --git a/doc/man/man3/TQDateTimeEdit.3qt b/doc/man/man3/TQDateTimeEdit.3qt new file mode 100644 index 000000000..361db851b --- /dev/null +++ b/doc/man/man3/TQDateTimeEdit.3qt @@ -0,0 +1 @@ +.so man3/tqdatetimeedit.3qt diff --git a/doc/man/man3/TQDateTimeEditBase.3qt b/doc/man/man3/TQDateTimeEditBase.3qt new file mode 100644 index 000000000..a2d98ce44 --- /dev/null +++ b/doc/man/man3/TQDateTimeEditBase.3qt @@ -0,0 +1 @@ +.so man3/tqdatetimeeditbase.3qt diff --git a/doc/man/man3/TQDeepCopy.3qt b/doc/man/man3/TQDeepCopy.3qt new file mode 100644 index 000000000..a65e3a4c5 --- /dev/null +++ b/doc/man/man3/TQDeepCopy.3qt @@ -0,0 +1 @@ +.so man3/tqdeepcopy.3qt diff --git a/doc/man/man3/TQDesktopWidget.3qt b/doc/man/man3/TQDesktopWidget.3qt new file mode 100644 index 000000000..1bfd00485 --- /dev/null +++ b/doc/man/man3/TQDesktopWidget.3qt @@ -0,0 +1 @@ +.so man3/tqdesktopwidget.3qt diff --git a/doc/man/man3/TQDial.3qt b/doc/man/man3/TQDial.3qt new file mode 100644 index 000000000..85b563868 --- /dev/null +++ b/doc/man/man3/TQDial.3qt @@ -0,0 +1 @@ +.so man3/tqdial.3qt diff --git a/doc/man/man3/TQDialog.3qt b/doc/man/man3/TQDialog.3qt new file mode 100644 index 000000000..f8c205927 --- /dev/null +++ b/doc/man/man3/TQDialog.3qt @@ -0,0 +1 @@ +.so man3/tqdialog.3qt diff --git a/doc/man/man3/TQDict.3qt b/doc/man/man3/TQDict.3qt new file mode 100644 index 000000000..30a494c80 --- /dev/null +++ b/doc/man/man3/TQDict.3qt @@ -0,0 +1 @@ +.so man3/tqdict.3qt diff --git a/doc/man/man3/TQDictIterator.3qt b/doc/man/man3/TQDictIterator.3qt new file mode 100644 index 000000000..b5bc25bc3 --- /dev/null +++ b/doc/man/man3/TQDictIterator.3qt @@ -0,0 +1 @@ +.so man3/tqdictiterator.3qt diff --git a/doc/man/man3/TQDir.3qt b/doc/man/man3/TQDir.3qt new file mode 100644 index 000000000..30a3c8719 --- /dev/null +++ b/doc/man/man3/TQDir.3qt @@ -0,0 +1 @@ +.so man3/tqdir.3qt diff --git a/doc/man/man3/TQDirectPainter.3qt b/doc/man/man3/TQDirectPainter.3qt new file mode 100644 index 000000000..47aeac0e5 --- /dev/null +++ b/doc/man/man3/TQDirectPainter.3qt @@ -0,0 +1 @@ +.so man3/tqdirectpainter.3qt diff --git a/doc/man/man3/TQDns.3qt b/doc/man/man3/TQDns.3qt new file mode 100644 index 000000000..6c6b3097d --- /dev/null +++ b/doc/man/man3/TQDns.3qt @@ -0,0 +1 @@ +.so man3/tqdns.3qt diff --git a/doc/man/man3/TQDockArea.3qt b/doc/man/man3/TQDockArea.3qt new file mode 100644 index 000000000..1d48a63bf --- /dev/null +++ b/doc/man/man3/TQDockArea.3qt @@ -0,0 +1 @@ +.so man3/tqdockarea.3qt diff --git a/doc/man/man3/TQDockWindow.3qt b/doc/man/man3/TQDockWindow.3qt new file mode 100644 index 000000000..0cb14bb4d --- /dev/null +++ b/doc/man/man3/TQDockWindow.3qt @@ -0,0 +1 @@ +.so man3/tqdockwindow.3qt diff --git a/doc/man/man3/TQDomAttr.3qt b/doc/man/man3/TQDomAttr.3qt new file mode 100644 index 000000000..5fffc0d75 --- /dev/null +++ b/doc/man/man3/TQDomAttr.3qt @@ -0,0 +1 @@ +.so man3/tqdomattr.3qt diff --git a/doc/man/man3/TQDomCDATASection.3qt b/doc/man/man3/TQDomCDATASection.3qt new file mode 100644 index 000000000..5d103a9c1 --- /dev/null +++ b/doc/man/man3/TQDomCDATASection.3qt @@ -0,0 +1 @@ +.so man3/tqdomcdatasection.3qt diff --git a/doc/man/man3/TQDomCharacterData.3qt b/doc/man/man3/TQDomCharacterData.3qt new file mode 100644 index 000000000..91307715f --- /dev/null +++ b/doc/man/man3/TQDomCharacterData.3qt @@ -0,0 +1 @@ +.so man3/tqdomcharacterdata.3qt diff --git a/doc/man/man3/TQDomComment.3qt b/doc/man/man3/TQDomComment.3qt new file mode 100644 index 000000000..4ccbc2714 --- /dev/null +++ b/doc/man/man3/TQDomComment.3qt @@ -0,0 +1 @@ +.so man3/tqdomcomment.3qt diff --git a/doc/man/man3/TQDomDocument.3qt b/doc/man/man3/TQDomDocument.3qt new file mode 100644 index 000000000..f4497acf6 --- /dev/null +++ b/doc/man/man3/TQDomDocument.3qt @@ -0,0 +1 @@ +.so man3/tqdomdocument.3qt diff --git a/doc/man/man3/TQDomDocumentFragment.3qt b/doc/man/man3/TQDomDocumentFragment.3qt new file mode 100644 index 000000000..2797bc399 --- /dev/null +++ b/doc/man/man3/TQDomDocumentFragment.3qt @@ -0,0 +1 @@ +.so man3/tqdomdocumentfragment.3qt diff --git a/doc/man/man3/TQDomDocumentType.3qt b/doc/man/man3/TQDomDocumentType.3qt new file mode 100644 index 000000000..e53017cc2 --- /dev/null +++ b/doc/man/man3/TQDomDocumentType.3qt @@ -0,0 +1 @@ +.so man3/tqdomdocumenttype.3qt diff --git a/doc/man/man3/TQDomElement.3qt b/doc/man/man3/TQDomElement.3qt new file mode 100644 index 000000000..1fb993aa6 --- /dev/null +++ b/doc/man/man3/TQDomElement.3qt @@ -0,0 +1 @@ +.so man3/tqdomelement.3qt diff --git a/doc/man/man3/TQDomEntity.3qt b/doc/man/man3/TQDomEntity.3qt new file mode 100644 index 000000000..8b10b1055 --- /dev/null +++ b/doc/man/man3/TQDomEntity.3qt @@ -0,0 +1 @@ +.so man3/tqdomentity.3qt diff --git a/doc/man/man3/TQDomEntityReference.3qt b/doc/man/man3/TQDomEntityReference.3qt new file mode 100644 index 000000000..e622c8d91 --- /dev/null +++ b/doc/man/man3/TQDomEntityReference.3qt @@ -0,0 +1 @@ +.so man3/tqdomentityreference.3qt diff --git a/doc/man/man3/TQDomImplementation.3qt b/doc/man/man3/TQDomImplementation.3qt new file mode 100644 index 000000000..40ad1bf84 --- /dev/null +++ b/doc/man/man3/TQDomImplementation.3qt @@ -0,0 +1 @@ +.so man3/tqdomimplementation.3qt diff --git a/doc/man/man3/TQDomNamedNodeMap.3qt b/doc/man/man3/TQDomNamedNodeMap.3qt new file mode 100644 index 000000000..7cc9f7230 --- /dev/null +++ b/doc/man/man3/TQDomNamedNodeMap.3qt @@ -0,0 +1 @@ +.so man3/tqdomnamednodemap.3qt diff --git a/doc/man/man3/TQDomNode.3qt b/doc/man/man3/TQDomNode.3qt new file mode 100644 index 000000000..d480c8d0f --- /dev/null +++ b/doc/man/man3/TQDomNode.3qt @@ -0,0 +1 @@ +.so man3/tqdomnode.3qt diff --git a/doc/man/man3/TQDomNodeList.3qt b/doc/man/man3/TQDomNodeList.3qt new file mode 100644 index 000000000..efb23ddda --- /dev/null +++ b/doc/man/man3/TQDomNodeList.3qt @@ -0,0 +1 @@ +.so man3/tqdomnodelist.3qt diff --git a/doc/man/man3/TQDomNotation.3qt b/doc/man/man3/TQDomNotation.3qt new file mode 100644 index 000000000..52763e387 --- /dev/null +++ b/doc/man/man3/TQDomNotation.3qt @@ -0,0 +1 @@ +.so man3/tqdomnotation.3qt diff --git a/doc/man/man3/TQDomProcessingInstruction.3qt b/doc/man/man3/TQDomProcessingInstruction.3qt new file mode 100644 index 000000000..fb522c754 --- /dev/null +++ b/doc/man/man3/TQDomProcessingInstruction.3qt @@ -0,0 +1 @@ +.so man3/tqdomprocessinginstruction.3qt diff --git a/doc/man/man3/TQDomText.3qt b/doc/man/man3/TQDomText.3qt new file mode 100644 index 000000000..aa01787de --- /dev/null +++ b/doc/man/man3/TQDomText.3qt @@ -0,0 +1 @@ +.so man3/tqdomtext.3qt diff --git a/doc/man/man3/TQDoubleValidator.3qt b/doc/man/man3/TQDoubleValidator.3qt new file mode 100644 index 000000000..6d9008828 --- /dev/null +++ b/doc/man/man3/TQDoubleValidator.3qt @@ -0,0 +1 @@ +.so man3/tqdoublevalidator.3qt diff --git a/doc/man/man3/TQDragEnterEvent.3qt b/doc/man/man3/TQDragEnterEvent.3qt new file mode 100644 index 000000000..ab96e5c00 --- /dev/null +++ b/doc/man/man3/TQDragEnterEvent.3qt @@ -0,0 +1 @@ +.so man3/tqdragenterevent.3qt diff --git a/doc/man/man3/TQDragLeaveEvent.3qt b/doc/man/man3/TQDragLeaveEvent.3qt new file mode 100644 index 000000000..73aa25aae --- /dev/null +++ b/doc/man/man3/TQDragLeaveEvent.3qt @@ -0,0 +1 @@ +.so man3/tqdragleaveevent.3qt diff --git a/doc/man/man3/TQDragMoveEvent.3qt b/doc/man/man3/TQDragMoveEvent.3qt new file mode 100644 index 000000000..d99c00d11 --- /dev/null +++ b/doc/man/man3/TQDragMoveEvent.3qt @@ -0,0 +1 @@ +.so man3/tqdragmoveevent.3qt diff --git a/doc/man/man3/TQDragObject.3qt b/doc/man/man3/TQDragObject.3qt new file mode 100644 index 000000000..bfc3372da --- /dev/null +++ b/doc/man/man3/TQDragObject.3qt @@ -0,0 +1 @@ +.so man3/tqdragobject.3qt diff --git a/doc/man/man3/TQDropEvent.3qt b/doc/man/man3/TQDropEvent.3qt new file mode 100644 index 000000000..ecb47c93e --- /dev/null +++ b/doc/man/man3/TQDropEvent.3qt @@ -0,0 +1 @@ +.so man3/tqdropevent.3qt diff --git a/doc/man/man3/TQEditorFactory.3qt b/doc/man/man3/TQEditorFactory.3qt new file mode 100644 index 000000000..f02298311 --- /dev/null +++ b/doc/man/man3/TQEditorFactory.3qt @@ -0,0 +1 @@ +.so man3/tqeditorfactory.3qt diff --git a/doc/man/man3/TQErrorMessage.3qt b/doc/man/man3/TQErrorMessage.3qt new file mode 100644 index 000000000..73ff26ae7 --- /dev/null +++ b/doc/man/man3/TQErrorMessage.3qt @@ -0,0 +1 @@ +.so man3/tqerrormessage.3qt diff --git a/doc/man/man3/TQEucJpCodec.3qt b/doc/man/man3/TQEucJpCodec.3qt new file mode 100644 index 000000000..20ec87521 --- /dev/null +++ b/doc/man/man3/TQEucJpCodec.3qt @@ -0,0 +1 @@ +.so man3/tqeucjpcodec.3qt diff --git a/doc/man/man3/TQEucKrCodec.3qt b/doc/man/man3/TQEucKrCodec.3qt new file mode 100644 index 000000000..b3a66e2f2 --- /dev/null +++ b/doc/man/man3/TQEucKrCodec.3qt @@ -0,0 +1 @@ +.so man3/tqeuckrcodec.3qt diff --git a/doc/man/man3/TQEvent.3qt b/doc/man/man3/TQEvent.3qt new file mode 100644 index 000000000..df1c28173 --- /dev/null +++ b/doc/man/man3/TQEvent.3qt @@ -0,0 +1 @@ +.so man3/tqevent.3qt diff --git a/doc/man/man3/TQEventLoop.3qt b/doc/man/man3/TQEventLoop.3qt new file mode 100644 index 000000000..2d2e31706 --- /dev/null +++ b/doc/man/man3/TQEventLoop.3qt @@ -0,0 +1 @@ +.so man3/tqeventloop.3qt diff --git a/doc/man/man3/TQFile.3qt b/doc/man/man3/TQFile.3qt new file mode 100644 index 000000000..1d8c340e9 --- /dev/null +++ b/doc/man/man3/TQFile.3qt @@ -0,0 +1 @@ +.so man3/tqfile.3qt diff --git a/doc/man/man3/TQFileDialog.3qt b/doc/man/man3/TQFileDialog.3qt new file mode 100644 index 000000000..112c74f3b --- /dev/null +++ b/doc/man/man3/TQFileDialog.3qt @@ -0,0 +1 @@ +.so man3/tqfiledialog.3qt diff --git a/doc/man/man3/TQFileIconProvider.3qt b/doc/man/man3/TQFileIconProvider.3qt new file mode 100644 index 000000000..df6ac070c --- /dev/null +++ b/doc/man/man3/TQFileIconProvider.3qt @@ -0,0 +1 @@ +.so man3/tqfileiconprovider.3qt diff --git a/doc/man/man3/TQFileInfo.3qt b/doc/man/man3/TQFileInfo.3qt new file mode 100644 index 000000000..3ded0e41f --- /dev/null +++ b/doc/man/man3/TQFileInfo.3qt @@ -0,0 +1 @@ +.so man3/tqfileinfo.3qt diff --git a/doc/man/man3/TQFilePreview.3qt b/doc/man/man3/TQFilePreview.3qt new file mode 100644 index 000000000..8fa51751f --- /dev/null +++ b/doc/man/man3/TQFilePreview.3qt @@ -0,0 +1 @@ +.so man3/tqfilepreview.3qt diff --git a/doc/man/man3/TQFocusData.3qt b/doc/man/man3/TQFocusData.3qt new file mode 100644 index 000000000..601beac66 --- /dev/null +++ b/doc/man/man3/TQFocusData.3qt @@ -0,0 +1 @@ +.so man3/tqfocusdata.3qt diff --git a/doc/man/man3/TQFocusEvent.3qt b/doc/man/man3/TQFocusEvent.3qt new file mode 100644 index 000000000..0af543d45 --- /dev/null +++ b/doc/man/man3/TQFocusEvent.3qt @@ -0,0 +1 @@ +.so man3/tqfocusevent.3qt diff --git a/doc/man/man3/TQFont.3qt b/doc/man/man3/TQFont.3qt new file mode 100644 index 000000000..39bb512d5 --- /dev/null +++ b/doc/man/man3/TQFont.3qt @@ -0,0 +1 @@ +.so man3/tqfont.3qt diff --git a/doc/man/man3/TQFontDatabase.3qt b/doc/man/man3/TQFontDatabase.3qt new file mode 100644 index 000000000..763a5e6fc --- /dev/null +++ b/doc/man/man3/TQFontDatabase.3qt @@ -0,0 +1 @@ +.so man3/tqfontdatabase.3qt diff --git a/doc/man/man3/TQFontDialog.3qt b/doc/man/man3/TQFontDialog.3qt new file mode 100644 index 000000000..0f9b1bd9d --- /dev/null +++ b/doc/man/man3/TQFontDialog.3qt @@ -0,0 +1 @@ +.so man3/tqfontdialog.3qt diff --git a/doc/man/man3/TQFontInfo.3qt b/doc/man/man3/TQFontInfo.3qt new file mode 100644 index 000000000..bbfef65ea --- /dev/null +++ b/doc/man/man3/TQFontInfo.3qt @@ -0,0 +1 @@ +.so man3/tqfontinfo.3qt diff --git a/doc/man/man3/TQFontManager.3qt b/doc/man/man3/TQFontManager.3qt new file mode 100644 index 000000000..5a1600075 --- /dev/null +++ b/doc/man/man3/TQFontManager.3qt @@ -0,0 +1 @@ +.so man3/tqfontmanager.3qt diff --git a/doc/man/man3/TQFontMetrics.3qt b/doc/man/man3/TQFontMetrics.3qt new file mode 100644 index 000000000..1f103409e --- /dev/null +++ b/doc/man/man3/TQFontMetrics.3qt @@ -0,0 +1 @@ +.so man3/tqfontmetrics.3qt diff --git a/doc/man/man3/TQFrame.3qt b/doc/man/man3/TQFrame.3qt new file mode 100644 index 000000000..4949886a5 --- /dev/null +++ b/doc/man/man3/TQFrame.3qt @@ -0,0 +1 @@ +.so man3/tqframe.3qt diff --git a/doc/man/man3/TQFtp.3qt b/doc/man/man3/TQFtp.3qt new file mode 100644 index 000000000..fbb8ee50f --- /dev/null +++ b/doc/man/man3/TQFtp.3qt @@ -0,0 +1 @@ +.so man3/tqftp.3qt diff --git a/doc/man/man3/QApplication.3qt b/doc/man/man3/TQGL.3qt index 58be38bbd..022628196 100644 --- a/doc/man/man3/QApplication.3qt +++ b/doc/man/man3/TQGL.3qt @@ -1 +1 @@ -.so man3/qapplication.3qt +.so man3/tqgl.3qt diff --git a/doc/man/man3/TQGLColormap.3qt b/doc/man/man3/TQGLColormap.3qt new file mode 100644 index 000000000..b67ad6bb3 --- /dev/null +++ b/doc/man/man3/TQGLColormap.3qt @@ -0,0 +1 @@ +.so man3/tqglcolormap.3qt diff --git a/doc/man/man3/TQGLContext.3qt b/doc/man/man3/TQGLContext.3qt new file mode 100644 index 000000000..e1dba8852 --- /dev/null +++ b/doc/man/man3/TQGLContext.3qt @@ -0,0 +1 @@ +.so man3/tqglcontext.3qt diff --git a/doc/man/man3/TQGLFormat.3qt b/doc/man/man3/TQGLFormat.3qt new file mode 100644 index 000000000..12d928206 --- /dev/null +++ b/doc/man/man3/TQGLFormat.3qt @@ -0,0 +1 @@ +.so man3/tqglformat.3qt diff --git a/doc/man/man3/TQGLWidget.3qt b/doc/man/man3/TQGLWidget.3qt new file mode 100644 index 000000000..0021c20d8 --- /dev/null +++ b/doc/man/man3/TQGLWidget.3qt @@ -0,0 +1 @@ +.so man3/tqglwidget.3qt diff --git a/doc/man/man3/TQGLayoutIterator.3qt b/doc/man/man3/TQGLayoutIterator.3qt new file mode 100644 index 000000000..0edb1354f --- /dev/null +++ b/doc/man/man3/TQGLayoutIterator.3qt @@ -0,0 +1 @@ +.so man3/tqglayoutiterator.3qt diff --git a/doc/man/man3/TQGb18030Codec.3qt b/doc/man/man3/TQGb18030Codec.3qt new file mode 100644 index 000000000..9b04c4b99 --- /dev/null +++ b/doc/man/man3/TQGb18030Codec.3qt @@ -0,0 +1 @@ +.so man3/tqgb18030codec.3qt diff --git a/doc/man/man3/TQGb2312Codec.3qt b/doc/man/man3/TQGb2312Codec.3qt new file mode 100644 index 000000000..3883fd68b --- /dev/null +++ b/doc/man/man3/TQGb2312Codec.3qt @@ -0,0 +1 @@ +.so man3/tqgb2312codec.3qt diff --git a/doc/man/man3/TQGbkCodec.3qt b/doc/man/man3/TQGbkCodec.3qt new file mode 100644 index 000000000..fb7c7557a --- /dev/null +++ b/doc/man/man3/TQGbkCodec.3qt @@ -0,0 +1 @@ +.so man3/tqgbkcodec.3qt diff --git a/doc/man/man3/TQGfxDriverFactory.3qt b/doc/man/man3/TQGfxDriverFactory.3qt new file mode 100644 index 000000000..66037313f --- /dev/null +++ b/doc/man/man3/TQGfxDriverFactory.3qt @@ -0,0 +1 @@ +.so man3/tqgfxdriverfactory.3qt diff --git a/doc/man/man3/TQGfxDriverPlugin.3qt b/doc/man/man3/TQGfxDriverPlugin.3qt new file mode 100644 index 000000000..e3c6632a5 --- /dev/null +++ b/doc/man/man3/TQGfxDriverPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqgfxdriverplugin.3qt diff --git a/doc/man/man3/TQGrid.3qt b/doc/man/man3/TQGrid.3qt new file mode 100644 index 000000000..5f5238e0a --- /dev/null +++ b/doc/man/man3/TQGrid.3qt @@ -0,0 +1 @@ +.so man3/tqgrid.3qt diff --git a/doc/man/man3/TQGridLayout.3qt b/doc/man/man3/TQGridLayout.3qt new file mode 100644 index 000000000..a48d6e5ba --- /dev/null +++ b/doc/man/man3/TQGridLayout.3qt @@ -0,0 +1 @@ +.so man3/tqgridlayout.3qt diff --git a/doc/man/man3/TQGridView.3qt b/doc/man/man3/TQGridView.3qt new file mode 100644 index 000000000..a2dee3db1 --- /dev/null +++ b/doc/man/man3/TQGridView.3qt @@ -0,0 +1 @@ +.so man3/tqgridview.3qt diff --git a/doc/man/man3/TQGroupBox.3qt b/doc/man/man3/TQGroupBox.3qt new file mode 100644 index 000000000..b983a94f7 --- /dev/null +++ b/doc/man/man3/TQGroupBox.3qt @@ -0,0 +1 @@ +.so man3/tqgroupbox.3qt diff --git a/doc/man/man3/TQGuardedPtr.3qt b/doc/man/man3/TQGuardedPtr.3qt new file mode 100644 index 000000000..55bb107ef --- /dev/null +++ b/doc/man/man3/TQGuardedPtr.3qt @@ -0,0 +1 @@ +.so man3/tqguardedptr.3qt diff --git a/doc/man/man3/TQHBox.3qt b/doc/man/man3/TQHBox.3qt new file mode 100644 index 000000000..c1e4b2df2 --- /dev/null +++ b/doc/man/man3/TQHBox.3qt @@ -0,0 +1 @@ +.so man3/tqhbox.3qt diff --git a/doc/man/man3/TQHBoxLayout.3qt b/doc/man/man3/TQHBoxLayout.3qt new file mode 100644 index 000000000..4b6b0a38b --- /dev/null +++ b/doc/man/man3/TQHBoxLayout.3qt @@ -0,0 +1 @@ +.so man3/tqhboxlayout.3qt diff --git a/doc/man/man3/TQHButtonGroup.3qt b/doc/man/man3/TQHButtonGroup.3qt new file mode 100644 index 000000000..fca5ea671 --- /dev/null +++ b/doc/man/man3/TQHButtonGroup.3qt @@ -0,0 +1 @@ +.so man3/tqhbuttongroup.3qt diff --git a/doc/man/man3/TQHGroupBox.3qt b/doc/man/man3/TQHGroupBox.3qt new file mode 100644 index 000000000..f8c92591f --- /dev/null +++ b/doc/man/man3/TQHGroupBox.3qt @@ -0,0 +1 @@ +.so man3/tqhgroupbox.3qt diff --git a/doc/man/man3/TQHeader.3qt b/doc/man/man3/TQHeader.3qt new file mode 100644 index 000000000..56f9fe81a --- /dev/null +++ b/doc/man/man3/TQHeader.3qt @@ -0,0 +1 @@ +.so man3/tqheader.3qt diff --git a/doc/man/man3/TQHebrewCodec.3qt b/doc/man/man3/TQHebrewCodec.3qt new file mode 100644 index 000000000..e375d00c6 --- /dev/null +++ b/doc/man/man3/TQHebrewCodec.3qt @@ -0,0 +1 @@ +.so man3/tqhebrewcodec.3qt diff --git a/doc/man/man3/TQHideEvent.3qt b/doc/man/man3/TQHideEvent.3qt new file mode 100644 index 000000000..5438e5545 --- /dev/null +++ b/doc/man/man3/TQHideEvent.3qt @@ -0,0 +1 @@ +.so man3/tqhideevent.3qt diff --git a/doc/man/man3/TQHostAddress.3qt b/doc/man/man3/TQHostAddress.3qt new file mode 100644 index 000000000..a741c8ad2 --- /dev/null +++ b/doc/man/man3/TQHostAddress.3qt @@ -0,0 +1 @@ +.so man3/tqhostaddress.3qt diff --git a/doc/man/man3/TQHttp.3qt b/doc/man/man3/TQHttp.3qt new file mode 100644 index 000000000..b7719fc72 --- /dev/null +++ b/doc/man/man3/TQHttp.3qt @@ -0,0 +1 @@ +.so man3/tqhttp.3qt diff --git a/doc/man/man3/TQHttpHeader.3qt b/doc/man/man3/TQHttpHeader.3qt new file mode 100644 index 000000000..2861a884f --- /dev/null +++ b/doc/man/man3/TQHttpHeader.3qt @@ -0,0 +1 @@ +.so man3/tqhttpheader.3qt diff --git a/doc/man/man3/TQHttpRequestHeader.3qt b/doc/man/man3/TQHttpRequestHeader.3qt new file mode 100644 index 000000000..8bcd5f8d1 --- /dev/null +++ b/doc/man/man3/TQHttpRequestHeader.3qt @@ -0,0 +1 @@ +.so man3/tqhttprequestheader.3qt diff --git a/doc/man/man3/TQHttpResponseHeader.3qt b/doc/man/man3/TQHttpResponseHeader.3qt new file mode 100644 index 000000000..93e50d353 --- /dev/null +++ b/doc/man/man3/TQHttpResponseHeader.3qt @@ -0,0 +1 @@ +.so man3/tqhttpresponseheader.3qt diff --git a/doc/man/man3/TQIMEvent.3qt b/doc/man/man3/TQIMEvent.3qt new file mode 100644 index 000000000..08255a624 --- /dev/null +++ b/doc/man/man3/TQIMEvent.3qt @@ -0,0 +1 @@ +.so man3/tqimevent.3qt diff --git a/doc/man/man3/TQIODevice.3qt b/doc/man/man3/TQIODevice.3qt new file mode 100644 index 000000000..79fc21a19 --- /dev/null +++ b/doc/man/man3/TQIODevice.3qt @@ -0,0 +1 @@ +.so man3/tqiodevice.3qt diff --git a/doc/man/man3/TQIconDrag.3qt b/doc/man/man3/TQIconDrag.3qt new file mode 100644 index 000000000..fbe5df559 --- /dev/null +++ b/doc/man/man3/TQIconDrag.3qt @@ -0,0 +1 @@ +.so man3/tqicondrag.3qt diff --git a/doc/man/man3/TQIconDragEvent.3qt b/doc/man/man3/TQIconDragEvent.3qt new file mode 100644 index 000000000..de02499c6 --- /dev/null +++ b/doc/man/man3/TQIconDragEvent.3qt @@ -0,0 +1 @@ +.so man3/tqicondragevent.3qt diff --git a/doc/man/man3/TQIconDragItem.3qt b/doc/man/man3/TQIconDragItem.3qt new file mode 100644 index 000000000..55b63ac42 --- /dev/null +++ b/doc/man/man3/TQIconDragItem.3qt @@ -0,0 +1 @@ +.so man3/tqicondragitem.3qt diff --git a/doc/man/man3/TQIconFactory.3qt b/doc/man/man3/TQIconFactory.3qt new file mode 100644 index 000000000..d7fafb2c7 --- /dev/null +++ b/doc/man/man3/TQIconFactory.3qt @@ -0,0 +1 @@ +.so man3/tqiconfactory.3qt diff --git a/doc/man/man3/TQIconSet.3qt b/doc/man/man3/TQIconSet.3qt new file mode 100644 index 000000000..3c7442bf4 --- /dev/null +++ b/doc/man/man3/TQIconSet.3qt @@ -0,0 +1 @@ +.so man3/tqiconset.3qt diff --git a/doc/man/man3/TQIconView.3qt b/doc/man/man3/TQIconView.3qt new file mode 100644 index 000000000..19983ef50 --- /dev/null +++ b/doc/man/man3/TQIconView.3qt @@ -0,0 +1 @@ +.so man3/tqiconview.3qt diff --git a/doc/man/man3/TQIconViewItem.3qt b/doc/man/man3/TQIconViewItem.3qt new file mode 100644 index 000000000..d3a92bc3f --- /dev/null +++ b/doc/man/man3/TQIconViewItem.3qt @@ -0,0 +1 @@ +.so man3/tqiconviewitem.3qt diff --git a/doc/man/man3/TQImage.3qt b/doc/man/man3/TQImage.3qt new file mode 100644 index 000000000..b119a4c2e --- /dev/null +++ b/doc/man/man3/TQImage.3qt @@ -0,0 +1 @@ +.so man3/tqimage.3qt diff --git a/doc/man/man3/TQImageConsumer.3qt b/doc/man/man3/TQImageConsumer.3qt new file mode 100644 index 000000000..bf7c03d34 --- /dev/null +++ b/doc/man/man3/TQImageConsumer.3qt @@ -0,0 +1 @@ +.so man3/tqimageconsumer.3qt diff --git a/doc/man/man3/TQImageDecoder.3qt b/doc/man/man3/TQImageDecoder.3qt new file mode 100644 index 000000000..9b886c9dc --- /dev/null +++ b/doc/man/man3/TQImageDecoder.3qt @@ -0,0 +1 @@ +.so man3/tqimagedecoder.3qt diff --git a/doc/man/man3/TQImageDrag.3qt b/doc/man/man3/TQImageDrag.3qt new file mode 100644 index 000000000..36f229a8c --- /dev/null +++ b/doc/man/man3/TQImageDrag.3qt @@ -0,0 +1 @@ +.so man3/tqimagedrag.3qt diff --git a/doc/man/man3/TQImageFormat.3qt b/doc/man/man3/TQImageFormat.3qt new file mode 100644 index 000000000..bd0a58028 --- /dev/null +++ b/doc/man/man3/TQImageFormat.3qt @@ -0,0 +1 @@ +.so man3/tqimageformat.3qt diff --git a/doc/man/man3/TQImageFormatPlugin.3qt b/doc/man/man3/TQImageFormatPlugin.3qt new file mode 100644 index 000000000..6f45b5058 --- /dev/null +++ b/doc/man/man3/TQImageFormatPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqimageformatplugin.3qt diff --git a/doc/man/man3/TQImageFormatType.3qt b/doc/man/man3/TQImageFormatType.3qt new file mode 100644 index 000000000..6d8078536 --- /dev/null +++ b/doc/man/man3/TQImageFormatType.3qt @@ -0,0 +1 @@ +.so man3/tqimageformattype.3qt diff --git a/doc/man/man3/TQImageIO.3qt b/doc/man/man3/TQImageIO.3qt new file mode 100644 index 000000000..f6d6a38e3 --- /dev/null +++ b/doc/man/man3/TQImageIO.3qt @@ -0,0 +1 @@ +.so man3/tqimageio.3qt diff --git a/doc/man/man3/TQInputDialog.3qt b/doc/man/man3/TQInputDialog.3qt new file mode 100644 index 000000000..d61f34e52 --- /dev/null +++ b/doc/man/man3/TQInputDialog.3qt @@ -0,0 +1 @@ +.so man3/tqinputdialog.3qt diff --git a/doc/man/man3/TQIntCache.3qt b/doc/man/man3/TQIntCache.3qt new file mode 100644 index 000000000..a195edd9a --- /dev/null +++ b/doc/man/man3/TQIntCache.3qt @@ -0,0 +1 @@ +.so man3/tqintcache.3qt diff --git a/doc/man/man3/TQIntCacheIterator.3qt b/doc/man/man3/TQIntCacheIterator.3qt new file mode 100644 index 000000000..ec21be796 --- /dev/null +++ b/doc/man/man3/TQIntCacheIterator.3qt @@ -0,0 +1 @@ +.so man3/tqintcacheiterator.3qt diff --git a/doc/man/man3/TQIntDict.3qt b/doc/man/man3/TQIntDict.3qt new file mode 100644 index 000000000..f91db5415 --- /dev/null +++ b/doc/man/man3/TQIntDict.3qt @@ -0,0 +1 @@ +.so man3/tqintdict.3qt diff --git a/doc/man/man3/TQIntDictIterator.3qt b/doc/man/man3/TQIntDictIterator.3qt new file mode 100644 index 000000000..c86143b1e --- /dev/null +++ b/doc/man/man3/TQIntDictIterator.3qt @@ -0,0 +1 @@ +.so man3/tqintdictiterator.3qt diff --git a/doc/man/man3/TQIntValidator.3qt b/doc/man/man3/TQIntValidator.3qt new file mode 100644 index 000000000..44e6876b4 --- /dev/null +++ b/doc/man/man3/TQIntValidator.3qt @@ -0,0 +1 @@ +.so man3/tqintvalidator.3qt diff --git a/doc/man/man3/TQJisCodec.3qt b/doc/man/man3/TQJisCodec.3qt new file mode 100644 index 000000000..6b6b3378b --- /dev/null +++ b/doc/man/man3/TQJisCodec.3qt @@ -0,0 +1 @@ +.so man3/tqjiscodec.3qt diff --git a/doc/man/man3/TQKbdDriverFactory.3qt b/doc/man/man3/TQKbdDriverFactory.3qt new file mode 100644 index 000000000..5bfd9070a --- /dev/null +++ b/doc/man/man3/TQKbdDriverFactory.3qt @@ -0,0 +1 @@ +.so man3/tqkbddriverfactory.3qt diff --git a/doc/man/man3/TQKbdDriverPlugin.3qt b/doc/man/man3/TQKbdDriverPlugin.3qt new file mode 100644 index 000000000..9ef6172dd --- /dev/null +++ b/doc/man/man3/TQKbdDriverPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqkbddriverplugin.3qt diff --git a/doc/man/man3/TQKeyEvent.3qt b/doc/man/man3/TQKeyEvent.3qt new file mode 100644 index 000000000..a0a9637d7 --- /dev/null +++ b/doc/man/man3/TQKeyEvent.3qt @@ -0,0 +1 @@ +.so man3/tqkeyevent.3qt diff --git a/doc/man/man3/TQKeySequence.3qt b/doc/man/man3/TQKeySequence.3qt new file mode 100644 index 000000000..771b48b29 --- /dev/null +++ b/doc/man/man3/TQKeySequence.3qt @@ -0,0 +1 @@ +.so man3/tqkeysequence.3qt diff --git a/doc/man/man3/TQLCDNumber.3qt b/doc/man/man3/TQLCDNumber.3qt new file mode 100644 index 000000000..9c6ad7266 --- /dev/null +++ b/doc/man/man3/TQLCDNumber.3qt @@ -0,0 +1 @@ +.so man3/tqlcdnumber.3qt diff --git a/doc/man/man3/TQLabel.3qt b/doc/man/man3/TQLabel.3qt new file mode 100644 index 000000000..7e2113bb4 --- /dev/null +++ b/doc/man/man3/TQLabel.3qt @@ -0,0 +1 @@ +.so man3/tqlabel.3qt diff --git a/doc/man/man3/TQLayout.3qt b/doc/man/man3/TQLayout.3qt new file mode 100644 index 000000000..355f23b9a --- /dev/null +++ b/doc/man/man3/TQLayout.3qt @@ -0,0 +1 @@ +.so man3/tqlayout.3qt diff --git a/doc/man/man3/TQLayoutItem.3qt b/doc/man/man3/TQLayoutItem.3qt new file mode 100644 index 000000000..6367b1508 --- /dev/null +++ b/doc/man/man3/TQLayoutItem.3qt @@ -0,0 +1 @@ +.so man3/tqlayoutitem.3qt diff --git a/doc/man/man3/TQLayoutIterator.3qt b/doc/man/man3/TQLayoutIterator.3qt new file mode 100644 index 000000000..69dd7ccac --- /dev/null +++ b/doc/man/man3/TQLayoutIterator.3qt @@ -0,0 +1 @@ +.so man3/tqlayoutiterator.3qt diff --git a/doc/man/man3/TQLibrary.3qt b/doc/man/man3/TQLibrary.3qt new file mode 100644 index 000000000..231be19ff --- /dev/null +++ b/doc/man/man3/TQLibrary.3qt @@ -0,0 +1 @@ +.so man3/tqlibrary.3qt diff --git a/doc/man/man3/TQLineEdit.3qt b/doc/man/man3/TQLineEdit.3qt new file mode 100644 index 000000000..96329afdc --- /dev/null +++ b/doc/man/man3/TQLineEdit.3qt @@ -0,0 +1 @@ +.so man3/tqlineedit.3qt diff --git a/doc/man/man3/TQListBox.3qt b/doc/man/man3/TQListBox.3qt new file mode 100644 index 000000000..688007a9c --- /dev/null +++ b/doc/man/man3/TQListBox.3qt @@ -0,0 +1 @@ +.so man3/tqlistbox.3qt diff --git a/doc/man/man3/TQListBoxItem.3qt b/doc/man/man3/TQListBoxItem.3qt new file mode 100644 index 000000000..81acb59f8 --- /dev/null +++ b/doc/man/man3/TQListBoxItem.3qt @@ -0,0 +1 @@ +.so man3/tqlistboxitem.3qt diff --git a/doc/man/man3/TQListBoxPixmap.3qt b/doc/man/man3/TQListBoxPixmap.3qt new file mode 100644 index 000000000..56e22a944 --- /dev/null +++ b/doc/man/man3/TQListBoxPixmap.3qt @@ -0,0 +1 @@ +.so man3/tqlistboxpixmap.3qt diff --git a/doc/man/man3/TQListBoxText.3qt b/doc/man/man3/TQListBoxText.3qt new file mode 100644 index 000000000..e4178fc5a --- /dev/null +++ b/doc/man/man3/TQListBoxText.3qt @@ -0,0 +1 @@ +.so man3/tqlistboxtext.3qt diff --git a/doc/man/man3/TQListView.3qt b/doc/man/man3/TQListView.3qt new file mode 100644 index 000000000..cf29bb3e6 --- /dev/null +++ b/doc/man/man3/TQListView.3qt @@ -0,0 +1 @@ +.so man3/tqlistview.3qt diff --git a/doc/man/man3/TQListViewItem.3qt b/doc/man/man3/TQListViewItem.3qt new file mode 100644 index 000000000..34b1be39a --- /dev/null +++ b/doc/man/man3/TQListViewItem.3qt @@ -0,0 +1 @@ +.so man3/tqlistviewitem.3qt diff --git a/doc/man/man3/TQListViewItemIterator.3qt b/doc/man/man3/TQListViewItemIterator.3qt new file mode 100644 index 000000000..83532cae2 --- /dev/null +++ b/doc/man/man3/TQListViewItemIterator.3qt @@ -0,0 +1 @@ +.so man3/tqlistviewitemiterator.3qt diff --git a/doc/man/man3/TQLocalFs.3qt b/doc/man/man3/TQLocalFs.3qt new file mode 100644 index 000000000..f93302bdc --- /dev/null +++ b/doc/man/man3/TQLocalFs.3qt @@ -0,0 +1 @@ +.so man3/tqlocalfs.3qt diff --git a/doc/man/man3/TQLocale.3qt b/doc/man/man3/TQLocale.3qt new file mode 100644 index 000000000..19b5001cc --- /dev/null +++ b/doc/man/man3/TQLocale.3qt @@ -0,0 +1 @@ +.so man3/tqlocale.3qt diff --git a/doc/man/man3/TQMacMime.3qt b/doc/man/man3/TQMacMime.3qt new file mode 100644 index 000000000..6ba95f5c7 --- /dev/null +++ b/doc/man/man3/TQMacMime.3qt @@ -0,0 +1 @@ +.so man3/tqmacmime.3qt diff --git a/doc/man/man3/TQMacStyle.3qt b/doc/man/man3/TQMacStyle.3qt new file mode 100644 index 000000000..ffbfe5b16 --- /dev/null +++ b/doc/man/man3/TQMacStyle.3qt @@ -0,0 +1 @@ +.so man3/tqmacstyle.3qt diff --git a/doc/man/man3/TQMainWindow.3qt b/doc/man/man3/TQMainWindow.3qt new file mode 100644 index 000000000..7f3319556 --- /dev/null +++ b/doc/man/man3/TQMainWindow.3qt @@ -0,0 +1 @@ +.so man3/tqmainwindow.3qt diff --git a/doc/man/man3/TQMap.3qt b/doc/man/man3/TQMap.3qt new file mode 100644 index 000000000..25a6d0b97 --- /dev/null +++ b/doc/man/man3/TQMap.3qt @@ -0,0 +1 @@ +.so man3/tqmap.3qt diff --git a/doc/man/man3/TQMapConstIterator.3qt b/doc/man/man3/TQMapConstIterator.3qt new file mode 100644 index 000000000..d7b80ea3b --- /dev/null +++ b/doc/man/man3/TQMapConstIterator.3qt @@ -0,0 +1 @@ +.so man3/tqmapconstiterator.3qt diff --git a/doc/man/man3/TQMapIterator.3qt b/doc/man/man3/TQMapIterator.3qt new file mode 100644 index 000000000..c206efde0 --- /dev/null +++ b/doc/man/man3/TQMapIterator.3qt @@ -0,0 +1 @@ +.so man3/tqmapiterator.3qt diff --git a/doc/man/man3/TQMemArray.3qt b/doc/man/man3/TQMemArray.3qt new file mode 100644 index 000000000..a78c15fef --- /dev/null +++ b/doc/man/man3/TQMemArray.3qt @@ -0,0 +1 @@ +.so man3/tqmemarray.3qt diff --git a/doc/man/man3/TQMenuBar.3qt b/doc/man/man3/TQMenuBar.3qt new file mode 100644 index 000000000..7ba44c9bf --- /dev/null +++ b/doc/man/man3/TQMenuBar.3qt @@ -0,0 +1 @@ +.so man3/tqmenubar.3qt diff --git a/doc/man/man3/TQMenuData.3qt b/doc/man/man3/TQMenuData.3qt new file mode 100644 index 000000000..408d44c89 --- /dev/null +++ b/doc/man/man3/TQMenuData.3qt @@ -0,0 +1 @@ +.so man3/tqmenudata.3qt diff --git a/doc/man/man3/TQMessageBox.3qt b/doc/man/man3/TQMessageBox.3qt new file mode 100644 index 000000000..c75da0079 --- /dev/null +++ b/doc/man/man3/TQMessageBox.3qt @@ -0,0 +1 @@ +.so man3/tqmessagebox.3qt diff --git a/doc/man/man3/TQMetaObject.3qt b/doc/man/man3/TQMetaObject.3qt new file mode 100644 index 000000000..e46b1d280 --- /dev/null +++ b/doc/man/man3/TQMetaObject.3qt @@ -0,0 +1 @@ +.so man3/tqmetaobject.3qt diff --git a/doc/man/man3/TQMetaProperty.3qt b/doc/man/man3/TQMetaProperty.3qt new file mode 100644 index 000000000..afe62eaa8 --- /dev/null +++ b/doc/man/man3/TQMetaProperty.3qt @@ -0,0 +1 @@ +.so man3/tqmetaproperty.3qt diff --git a/doc/man/man3/TQMimeSource.3qt b/doc/man/man3/TQMimeSource.3qt new file mode 100644 index 000000000..b33669a6d --- /dev/null +++ b/doc/man/man3/TQMimeSource.3qt @@ -0,0 +1 @@ +.so man3/tqmimesource.3qt diff --git a/doc/man/man3/TQMimeSourceFactory.3qt b/doc/man/man3/TQMimeSourceFactory.3qt new file mode 100644 index 000000000..2c6bf772d --- /dev/null +++ b/doc/man/man3/TQMimeSourceFactory.3qt @@ -0,0 +1 @@ +.so man3/tqmimesourcefactory.3qt diff --git a/doc/man/man3/TQMotif.3qt b/doc/man/man3/TQMotif.3qt new file mode 100644 index 000000000..65b5244eb --- /dev/null +++ b/doc/man/man3/TQMotif.3qt @@ -0,0 +1 @@ +.so man3/tqmotif.3qt diff --git a/doc/man/man3/TQMotifDialog.3qt b/doc/man/man3/TQMotifDialog.3qt new file mode 100644 index 000000000..b0c0e8e85 --- /dev/null +++ b/doc/man/man3/TQMotifDialog.3qt @@ -0,0 +1 @@ +.so man3/tqmotifdialog.3qt diff --git a/doc/man/man3/TQMotifPlusStyle.3qt b/doc/man/man3/TQMotifPlusStyle.3qt new file mode 100644 index 000000000..8a5e55a14 --- /dev/null +++ b/doc/man/man3/TQMotifPlusStyle.3qt @@ -0,0 +1 @@ +.so man3/tqmotifplusstyle.3qt diff --git a/doc/man/man3/TQMotifStyle.3qt b/doc/man/man3/TQMotifStyle.3qt new file mode 100644 index 000000000..57b5a1d46 --- /dev/null +++ b/doc/man/man3/TQMotifStyle.3qt @@ -0,0 +1 @@ +.so man3/tqmotifstyle.3qt diff --git a/doc/man/man3/TQMotifWidget.3qt b/doc/man/man3/TQMotifWidget.3qt new file mode 100644 index 000000000..bcb90c72a --- /dev/null +++ b/doc/man/man3/TQMotifWidget.3qt @@ -0,0 +1 @@ +.so man3/tqmotifwidget.3qt diff --git a/doc/man/man3/TQMouseDriverFactory.3qt b/doc/man/man3/TQMouseDriverFactory.3qt new file mode 100644 index 000000000..1ed894f0a --- /dev/null +++ b/doc/man/man3/TQMouseDriverFactory.3qt @@ -0,0 +1 @@ +.so man3/tqmousedriverfactory.3qt diff --git a/doc/man/man3/TQMouseDriverPlugin.3qt b/doc/man/man3/TQMouseDriverPlugin.3qt new file mode 100644 index 000000000..a6b0d69c3 --- /dev/null +++ b/doc/man/man3/TQMouseDriverPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqmousedriverplugin.3qt diff --git a/doc/man/man3/TQMouseEvent.3qt b/doc/man/man3/TQMouseEvent.3qt new file mode 100644 index 000000000..169153cad --- /dev/null +++ b/doc/man/man3/TQMouseEvent.3qt @@ -0,0 +1 @@ +.so man3/tqmouseevent.3qt diff --git a/doc/man/man3/TQMoveEvent.3qt b/doc/man/man3/TQMoveEvent.3qt new file mode 100644 index 000000000..5d678d8ca --- /dev/null +++ b/doc/man/man3/TQMoveEvent.3qt @@ -0,0 +1 @@ +.so man3/tqmoveevent.3qt diff --git a/doc/man/man3/TQMovie.3qt b/doc/man/man3/TQMovie.3qt new file mode 100644 index 000000000..f34d5e1a5 --- /dev/null +++ b/doc/man/man3/TQMovie.3qt @@ -0,0 +1 @@ +.so man3/tqmovie.3qt diff --git a/doc/man/man3/TQMutex.3qt b/doc/man/man3/TQMutex.3qt new file mode 100644 index 000000000..0dcef4441 --- /dev/null +++ b/doc/man/man3/TQMutex.3qt @@ -0,0 +1 @@ +.so man3/tqmutex.3qt diff --git a/doc/man/man3/TQMutexLocker.3qt b/doc/man/man3/TQMutexLocker.3qt new file mode 100644 index 000000000..7f0a38637 --- /dev/null +++ b/doc/man/man3/TQMutexLocker.3qt @@ -0,0 +1 @@ +.so man3/tqmutexlocker.3qt diff --git a/doc/man/man3/TQNPInstance.3qt b/doc/man/man3/TQNPInstance.3qt new file mode 100644 index 000000000..335a56d0e --- /dev/null +++ b/doc/man/man3/TQNPInstance.3qt @@ -0,0 +1 @@ +.so man3/tqnpinstance.3qt diff --git a/doc/man/man3/TQNPStream.3qt b/doc/man/man3/TQNPStream.3qt new file mode 100644 index 000000000..4f347ce8b --- /dev/null +++ b/doc/man/man3/TQNPStream.3qt @@ -0,0 +1 @@ +.so man3/tqnpstream.3qt diff --git a/doc/man/man3/TQNPWidget.3qt b/doc/man/man3/TQNPWidget.3qt new file mode 100644 index 000000000..abcb7e5db --- /dev/null +++ b/doc/man/man3/TQNPWidget.3qt @@ -0,0 +1 @@ +.so man3/tqnpwidget.3qt diff --git a/doc/man/man3/TQNPlugin.3qt b/doc/man/man3/TQNPlugin.3qt new file mode 100644 index 000000000..7b7c90bd1 --- /dev/null +++ b/doc/man/man3/TQNPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqnplugin.3qt diff --git a/doc/man/man3/TQNetworkOperation.3qt b/doc/man/man3/TQNetworkOperation.3qt new file mode 100644 index 000000000..6187e390d --- /dev/null +++ b/doc/man/man3/TQNetworkOperation.3qt @@ -0,0 +1 @@ +.so man3/tqnetworkoperation.3qt diff --git a/doc/man/man3/TQNetworkProtocol.3qt b/doc/man/man3/TQNetworkProtocol.3qt new file mode 100644 index 000000000..561524c47 --- /dev/null +++ b/doc/man/man3/TQNetworkProtocol.3qt @@ -0,0 +1 @@ +.so man3/tqnetworkprotocol.3qt diff --git a/doc/man/man3/TQObject.3qt b/doc/man/man3/TQObject.3qt new file mode 100644 index 000000000..2823edbb0 --- /dev/null +++ b/doc/man/man3/TQObject.3qt @@ -0,0 +1 @@ +.so man3/tqobject.3qt diff --git a/doc/man/man3/TQObjectCleanupHandler.3qt b/doc/man/man3/TQObjectCleanupHandler.3qt new file mode 100644 index 000000000..de2bc5dc4 --- /dev/null +++ b/doc/man/man3/TQObjectCleanupHandler.3qt @@ -0,0 +1 @@ +.so man3/tqobjectcleanuphandler.3qt diff --git a/doc/man/man3/TQObjectList.3qt b/doc/man/man3/TQObjectList.3qt new file mode 100644 index 000000000..3704b98fa --- /dev/null +++ b/doc/man/man3/TQObjectList.3qt @@ -0,0 +1 @@ +.so man3/tqobjectlist.3qt diff --git a/doc/man/man3/TQObjectListIterator.3qt b/doc/man/man3/TQObjectListIterator.3qt new file mode 100644 index 000000000..8c9b64123 --- /dev/null +++ b/doc/man/man3/TQObjectListIterator.3qt @@ -0,0 +1 @@ +.so man3/tqobjectlistiterator.3qt diff --git a/doc/man/man3/TQPNGImagePacker.3qt b/doc/man/man3/TQPNGImagePacker.3qt new file mode 100644 index 000000000..90a73f652 --- /dev/null +++ b/doc/man/man3/TQPNGImagePacker.3qt @@ -0,0 +1 @@ +.so man3/tqpngimagepacker.3qt diff --git a/doc/man/man3/TQPaintDevice.3qt b/doc/man/man3/TQPaintDevice.3qt new file mode 100644 index 000000000..16a947739 --- /dev/null +++ b/doc/man/man3/TQPaintDevice.3qt @@ -0,0 +1 @@ +.so man3/tqpaintdevice.3qt diff --git a/doc/man/man3/TQPaintDeviceMetrics.3qt b/doc/man/man3/TQPaintDeviceMetrics.3qt new file mode 100644 index 000000000..c94ba939d --- /dev/null +++ b/doc/man/man3/TQPaintDeviceMetrics.3qt @@ -0,0 +1 @@ +.so man3/tqpaintdevicemetrics.3qt diff --git a/doc/man/man3/TQPaintEvent.3qt b/doc/man/man3/TQPaintEvent.3qt new file mode 100644 index 000000000..d887ecc4e --- /dev/null +++ b/doc/man/man3/TQPaintEvent.3qt @@ -0,0 +1 @@ +.so man3/tqpaintevent.3qt diff --git a/doc/man/man3/TQPainter.3qt b/doc/man/man3/TQPainter.3qt new file mode 100644 index 000000000..33d7d11f8 --- /dev/null +++ b/doc/man/man3/TQPainter.3qt @@ -0,0 +1 @@ +.so man3/tqpainter.3qt diff --git a/doc/man/man3/TQPair.3qt b/doc/man/man3/TQPair.3qt new file mode 100644 index 000000000..f6df007f0 --- /dev/null +++ b/doc/man/man3/TQPair.3qt @@ -0,0 +1 @@ +.so man3/tqpair.3qt diff --git a/doc/man/man3/TQPalette.3qt b/doc/man/man3/TQPalette.3qt new file mode 100644 index 000000000..71ff3f632 --- /dev/null +++ b/doc/man/man3/TQPalette.3qt @@ -0,0 +1 @@ +.so man3/tqpalette.3qt diff --git a/doc/man/man3/TQPen.3qt b/doc/man/man3/TQPen.3qt new file mode 100644 index 000000000..6fe4f6d4e --- /dev/null +++ b/doc/man/man3/TQPen.3qt @@ -0,0 +1 @@ +.so man3/tqpen.3qt diff --git a/doc/man/man3/TQPicture.3qt b/doc/man/man3/TQPicture.3qt new file mode 100644 index 000000000..cd20153d1 --- /dev/null +++ b/doc/man/man3/TQPicture.3qt @@ -0,0 +1 @@ +.so man3/tqpicture.3qt diff --git a/doc/man/man3/TQPixmap.3qt b/doc/man/man3/TQPixmap.3qt new file mode 100644 index 000000000..d4e2fc357 --- /dev/null +++ b/doc/man/man3/TQPixmap.3qt @@ -0,0 +1 @@ +.so man3/tqpixmap.3qt diff --git a/doc/man/man3/TQPixmapCache.3qt b/doc/man/man3/TQPixmapCache.3qt new file mode 100644 index 000000000..69307ccf4 --- /dev/null +++ b/doc/man/man3/TQPixmapCache.3qt @@ -0,0 +1 @@ +.so man3/tqpixmapcache.3qt diff --git a/doc/man/man3/TQPlatinumStyle.3qt b/doc/man/man3/TQPlatinumStyle.3qt new file mode 100644 index 000000000..fd9040bd8 --- /dev/null +++ b/doc/man/man3/TQPlatinumStyle.3qt @@ -0,0 +1 @@ +.so man3/tqplatinumstyle.3qt diff --git a/doc/man/man3/TQPoint.3qt b/doc/man/man3/TQPoint.3qt new file mode 100644 index 000000000..25802b17e --- /dev/null +++ b/doc/man/man3/TQPoint.3qt @@ -0,0 +1 @@ +.so man3/tqpoint.3qt diff --git a/doc/man/man3/TQPointArray.3qt b/doc/man/man3/TQPointArray.3qt new file mode 100644 index 000000000..51be3c6bd --- /dev/null +++ b/doc/man/man3/TQPointArray.3qt @@ -0,0 +1 @@ +.so man3/tqpointarray.3qt diff --git a/doc/man/man3/TQPopupMenu.3qt b/doc/man/man3/TQPopupMenu.3qt new file mode 100644 index 000000000..db6778600 --- /dev/null +++ b/doc/man/man3/TQPopupMenu.3qt @@ -0,0 +1 @@ +.so man3/tqpopupmenu.3qt diff --git a/doc/man/man3/TQPrinter.3qt b/doc/man/man3/TQPrinter.3qt new file mode 100644 index 000000000..5ed2dfaa1 --- /dev/null +++ b/doc/man/man3/TQPrinter.3qt @@ -0,0 +1 @@ +.so man3/tqprinter.3qt diff --git a/doc/man/man3/TQProcess.3qt b/doc/man/man3/TQProcess.3qt new file mode 100644 index 000000000..cd5ccfdcc --- /dev/null +++ b/doc/man/man3/TQProcess.3qt @@ -0,0 +1 @@ +.so man3/tqprocess.3qt diff --git a/doc/man/man3/TQProgressBar.3qt b/doc/man/man3/TQProgressBar.3qt new file mode 100644 index 000000000..fa3e1cf77 --- /dev/null +++ b/doc/man/man3/TQProgressBar.3qt @@ -0,0 +1 @@ +.so man3/tqprogressbar.3qt diff --git a/doc/man/man3/TQProgressDialog.3qt b/doc/man/man3/TQProgressDialog.3qt new file mode 100644 index 000000000..73528555a --- /dev/null +++ b/doc/man/man3/TQProgressDialog.3qt @@ -0,0 +1 @@ +.so man3/tqprogressdialog.3qt diff --git a/doc/man/man3/TQPtrCollection.3qt b/doc/man/man3/TQPtrCollection.3qt new file mode 100644 index 000000000..acf4470bd --- /dev/null +++ b/doc/man/man3/TQPtrCollection.3qt @@ -0,0 +1 @@ +.so man3/tqptrcollection.3qt diff --git a/doc/man/man3/TQPtrDict.3qt b/doc/man/man3/TQPtrDict.3qt new file mode 100644 index 000000000..8f7614749 --- /dev/null +++ b/doc/man/man3/TQPtrDict.3qt @@ -0,0 +1 @@ +.so man3/tqptrdict.3qt diff --git a/doc/man/man3/TQPtrDictIterator.3qt b/doc/man/man3/TQPtrDictIterator.3qt new file mode 100644 index 000000000..0f3cfccd7 --- /dev/null +++ b/doc/man/man3/TQPtrDictIterator.3qt @@ -0,0 +1 @@ +.so man3/tqptrdictiterator.3qt diff --git a/doc/man/man3/TQPtrList.3qt b/doc/man/man3/TQPtrList.3qt new file mode 100644 index 000000000..6bf51ec54 --- /dev/null +++ b/doc/man/man3/TQPtrList.3qt @@ -0,0 +1 @@ +.so man3/tqptrlist.3qt diff --git a/doc/man/man3/TQPtrListIterator.3qt b/doc/man/man3/TQPtrListIterator.3qt new file mode 100644 index 000000000..a99953d1d --- /dev/null +++ b/doc/man/man3/TQPtrListIterator.3qt @@ -0,0 +1 @@ +.so man3/tqptrlistiterator.3qt diff --git a/doc/man/man3/TQPtrQueue.3qt b/doc/man/man3/TQPtrQueue.3qt new file mode 100644 index 000000000..70b785929 --- /dev/null +++ b/doc/man/man3/TQPtrQueue.3qt @@ -0,0 +1 @@ +.so man3/tqptrqueue.3qt diff --git a/doc/man/man3/TQPtrStack.3qt b/doc/man/man3/TQPtrStack.3qt new file mode 100644 index 000000000..d57291e13 --- /dev/null +++ b/doc/man/man3/TQPtrStack.3qt @@ -0,0 +1 @@ +.so man3/tqptrstack.3qt diff --git a/doc/man/man3/TQPtrVector.3qt b/doc/man/man3/TQPtrVector.3qt new file mode 100644 index 000000000..007ded4f2 --- /dev/null +++ b/doc/man/man3/TQPtrVector.3qt @@ -0,0 +1 @@ +.so man3/tqptrvector.3qt diff --git a/doc/man/man3/TQPushButton.3qt b/doc/man/man3/TQPushButton.3qt new file mode 100644 index 000000000..a4255140f --- /dev/null +++ b/doc/man/man3/TQPushButton.3qt @@ -0,0 +1 @@ +.so man3/tqpushbutton.3qt diff --git a/doc/man/man3/TQRadioButton.3qt b/doc/man/man3/TQRadioButton.3qt new file mode 100644 index 000000000..653603ce6 --- /dev/null +++ b/doc/man/man3/TQRadioButton.3qt @@ -0,0 +1 @@ +.so man3/tqradiobutton.3qt diff --git a/doc/man/man3/TQRangeControl.3qt b/doc/man/man3/TQRangeControl.3qt new file mode 100644 index 000000000..289481edd --- /dev/null +++ b/doc/man/man3/TQRangeControl.3qt @@ -0,0 +1 @@ +.so man3/tqrangecontrol.3qt diff --git a/doc/man/man3/TQRect.3qt b/doc/man/man3/TQRect.3qt new file mode 100644 index 000000000..602f16f25 --- /dev/null +++ b/doc/man/man3/TQRect.3qt @@ -0,0 +1 @@ +.so man3/tqrect.3qt diff --git a/doc/man/man3/TQRegExp.3qt b/doc/man/man3/TQRegExp.3qt new file mode 100644 index 000000000..25b12d595 --- /dev/null +++ b/doc/man/man3/TQRegExp.3qt @@ -0,0 +1 @@ +.so man3/tqregexp.3qt diff --git a/doc/man/man3/TQRegExpValidator.3qt b/doc/man/man3/TQRegExpValidator.3qt new file mode 100644 index 000000000..d2362a16d --- /dev/null +++ b/doc/man/man3/TQRegExpValidator.3qt @@ -0,0 +1 @@ +.so man3/tqregexpvalidator.3qt diff --git a/doc/man/man3/TQRegion.3qt b/doc/man/man3/TQRegion.3qt new file mode 100644 index 000000000..53bed4dd6 --- /dev/null +++ b/doc/man/man3/TQRegion.3qt @@ -0,0 +1 @@ +.so man3/tqregion.3qt diff --git a/doc/man/man3/TQResizeEvent.3qt b/doc/man/man3/TQResizeEvent.3qt new file mode 100644 index 000000000..dcff4abeb --- /dev/null +++ b/doc/man/man3/TQResizeEvent.3qt @@ -0,0 +1 @@ +.so man3/tqresizeevent.3qt diff --git a/doc/man/man3/TQSGIStyle.3qt b/doc/man/man3/TQSGIStyle.3qt new file mode 100644 index 000000000..fbf1bed70 --- /dev/null +++ b/doc/man/man3/TQSGIStyle.3qt @@ -0,0 +1 @@ +.so man3/tqsgistyle.3qt diff --git a/doc/man/man3/TQScreen.3qt b/doc/man/man3/TQScreen.3qt new file mode 100644 index 000000000..67ba13a80 --- /dev/null +++ b/doc/man/man3/TQScreen.3qt @@ -0,0 +1 @@ +.so man3/tqscreen.3qt diff --git a/doc/man/man3/TQScrollBar.3qt b/doc/man/man3/TQScrollBar.3qt new file mode 100644 index 000000000..c38d7fbcb --- /dev/null +++ b/doc/man/man3/TQScrollBar.3qt @@ -0,0 +1 @@ +.so man3/tqscrollbar.3qt diff --git a/doc/man/man3/TQScrollView.3qt b/doc/man/man3/TQScrollView.3qt new file mode 100644 index 000000000..861165067 --- /dev/null +++ b/doc/man/man3/TQScrollView.3qt @@ -0,0 +1 @@ +.so man3/tqscrollview.3qt diff --git a/doc/man/man3/TQSemaphore.3qt b/doc/man/man3/TQSemaphore.3qt new file mode 100644 index 000000000..77f78318f --- /dev/null +++ b/doc/man/man3/TQSemaphore.3qt @@ -0,0 +1 @@ +.so man3/tqsemaphore.3qt diff --git a/doc/man/man3/TQServerSocket.3qt b/doc/man/man3/TQServerSocket.3qt new file mode 100644 index 000000000..ebce2ff5b --- /dev/null +++ b/doc/man/man3/TQServerSocket.3qt @@ -0,0 +1 @@ +.so man3/tqserversocket.3qt diff --git a/doc/man/man3/TQSessionManager.3qt b/doc/man/man3/TQSessionManager.3qt new file mode 100644 index 000000000..e4d190c3b --- /dev/null +++ b/doc/man/man3/TQSessionManager.3qt @@ -0,0 +1 @@ +.so man3/tqsessionmanager.3qt diff --git a/doc/man/man3/TQSettings.3qt b/doc/man/man3/TQSettings.3qt new file mode 100644 index 000000000..607bf9642 --- /dev/null +++ b/doc/man/man3/TQSettings.3qt @@ -0,0 +1 @@ +.so man3/tqsettings.3qt diff --git a/doc/man/man3/TQShowEvent.3qt b/doc/man/man3/TQShowEvent.3qt new file mode 100644 index 000000000..8b499103d --- /dev/null +++ b/doc/man/man3/TQShowEvent.3qt @@ -0,0 +1 @@ +.so man3/tqshowevent.3qt diff --git a/doc/man/man3/TQSignal.3qt b/doc/man/man3/TQSignal.3qt new file mode 100644 index 000000000..12f975ebd --- /dev/null +++ b/doc/man/man3/TQSignal.3qt @@ -0,0 +1 @@ +.so man3/tqsignal.3qt diff --git a/doc/man/man3/TQSignalMapper.3qt b/doc/man/man3/TQSignalMapper.3qt new file mode 100644 index 000000000..f2d688865 --- /dev/null +++ b/doc/man/man3/TQSignalMapper.3qt @@ -0,0 +1 @@ +.so man3/tqsignalmapper.3qt diff --git a/doc/man/man3/TQSimpleRichText.3qt b/doc/man/man3/TQSimpleRichText.3qt new file mode 100644 index 000000000..853895b15 --- /dev/null +++ b/doc/man/man3/TQSimpleRichText.3qt @@ -0,0 +1 @@ +.so man3/tqsimplerichtext.3qt diff --git a/doc/man/man3/TQSize.3qt b/doc/man/man3/TQSize.3qt new file mode 100644 index 000000000..4ee75fe01 --- /dev/null +++ b/doc/man/man3/TQSize.3qt @@ -0,0 +1 @@ +.so man3/tqsize.3qt diff --git a/doc/man/man3/TQSizeGrip.3qt b/doc/man/man3/TQSizeGrip.3qt new file mode 100644 index 000000000..310c137a7 --- /dev/null +++ b/doc/man/man3/TQSizeGrip.3qt @@ -0,0 +1 @@ +.so man3/tqsizegrip.3qt diff --git a/doc/man/man3/TQSizePolicy.3qt b/doc/man/man3/TQSizePolicy.3qt new file mode 100644 index 000000000..809c1945a --- /dev/null +++ b/doc/man/man3/TQSizePolicy.3qt @@ -0,0 +1 @@ +.so man3/tqsizepolicy.3qt diff --git a/doc/man/man3/TQSjisCodec.3qt b/doc/man/man3/TQSjisCodec.3qt new file mode 100644 index 000000000..11e6268f6 --- /dev/null +++ b/doc/man/man3/TQSjisCodec.3qt @@ -0,0 +1 @@ +.so man3/tqsjiscodec.3qt diff --git a/doc/man/man3/TQSlider.3qt b/doc/man/man3/TQSlider.3qt new file mode 100644 index 000000000..71133a794 --- /dev/null +++ b/doc/man/man3/TQSlider.3qt @@ -0,0 +1 @@ +.so man3/tqslider.3qt diff --git a/doc/man/man3/TQSocket.3qt b/doc/man/man3/TQSocket.3qt new file mode 100644 index 000000000..f019953c6 --- /dev/null +++ b/doc/man/man3/TQSocket.3qt @@ -0,0 +1 @@ +.so man3/tqsocket.3qt diff --git a/doc/man/man3/TQSocketDevice.3qt b/doc/man/man3/TQSocketDevice.3qt new file mode 100644 index 000000000..f3f36b05f --- /dev/null +++ b/doc/man/man3/TQSocketDevice.3qt @@ -0,0 +1 @@ +.so man3/tqsocketdevice.3qt diff --git a/doc/man/man3/TQSocketNotifier.3qt b/doc/man/man3/TQSocketNotifier.3qt new file mode 100644 index 000000000..ad0f5db4f --- /dev/null +++ b/doc/man/man3/TQSocketNotifier.3qt @@ -0,0 +1 @@ +.so man3/tqsocketnotifier.3qt diff --git a/doc/man/man3/TQSound.3qt b/doc/man/man3/TQSound.3qt new file mode 100644 index 000000000..bdf0b1e3b --- /dev/null +++ b/doc/man/man3/TQSound.3qt @@ -0,0 +1 @@ +.so man3/tqsound.3qt diff --git a/doc/man/man3/TQSpacerItem.3qt b/doc/man/man3/TQSpacerItem.3qt new file mode 100644 index 000000000..4e20047cc --- /dev/null +++ b/doc/man/man3/TQSpacerItem.3qt @@ -0,0 +1 @@ +.so man3/tqspaceritem.3qt diff --git a/doc/man/man3/TQSpinBox.3qt b/doc/man/man3/TQSpinBox.3qt new file mode 100644 index 000000000..9cc6bf40e --- /dev/null +++ b/doc/man/man3/TQSpinBox.3qt @@ -0,0 +1 @@ +.so man3/tqspinbox.3qt diff --git a/doc/man/man3/TQSplashScreen.3qt b/doc/man/man3/TQSplashScreen.3qt new file mode 100644 index 000000000..fcc0dd8ee --- /dev/null +++ b/doc/man/man3/TQSplashScreen.3qt @@ -0,0 +1 @@ +.so man3/tqsplashscreen.3qt diff --git a/doc/man/man3/TQSplitter.3qt b/doc/man/man3/TQSplitter.3qt new file mode 100644 index 000000000..a613dc758 --- /dev/null +++ b/doc/man/man3/TQSplitter.3qt @@ -0,0 +1 @@ +.so man3/tqsplitter.3qt diff --git a/doc/man/man3/TQSql.3qt b/doc/man/man3/TQSql.3qt new file mode 100644 index 000000000..2500cbc13 --- /dev/null +++ b/doc/man/man3/TQSql.3qt @@ -0,0 +1 @@ +.so man3/tqsql.3qt diff --git a/doc/man/man3/TQSqlCursor.3qt b/doc/man/man3/TQSqlCursor.3qt new file mode 100644 index 000000000..f171d986d --- /dev/null +++ b/doc/man/man3/TQSqlCursor.3qt @@ -0,0 +1 @@ +.so man3/tqsqlcursor.3qt diff --git a/doc/man/man3/TQSqlDatabase.3qt b/doc/man/man3/TQSqlDatabase.3qt new file mode 100644 index 000000000..d4873b84c --- /dev/null +++ b/doc/man/man3/TQSqlDatabase.3qt @@ -0,0 +1 @@ +.so man3/tqsqldatabase.3qt diff --git a/doc/man/man3/TQSqlDriver.3qt b/doc/man/man3/TQSqlDriver.3qt new file mode 100644 index 000000000..cdf1c5dd2 --- /dev/null +++ b/doc/man/man3/TQSqlDriver.3qt @@ -0,0 +1 @@ +.so man3/tqsqldriver.3qt diff --git a/doc/man/man3/TQSqlDriverPlugin.3qt b/doc/man/man3/TQSqlDriverPlugin.3qt new file mode 100644 index 000000000..9f0a48b09 --- /dev/null +++ b/doc/man/man3/TQSqlDriverPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqsqldriverplugin.3qt diff --git a/doc/man/man3/TQSqlEditorFactory.3qt b/doc/man/man3/TQSqlEditorFactory.3qt new file mode 100644 index 000000000..c30106ed8 --- /dev/null +++ b/doc/man/man3/TQSqlEditorFactory.3qt @@ -0,0 +1 @@ +.so man3/tqsqleditorfactory.3qt diff --git a/doc/man/man3/TQSqlError.3qt b/doc/man/man3/TQSqlError.3qt new file mode 100644 index 000000000..94559f4a2 --- /dev/null +++ b/doc/man/man3/TQSqlError.3qt @@ -0,0 +1 @@ +.so man3/tqsqlerror.3qt diff --git a/doc/man/man3/TQSqlField.3qt b/doc/man/man3/TQSqlField.3qt new file mode 100644 index 000000000..a90dcc26f --- /dev/null +++ b/doc/man/man3/TQSqlField.3qt @@ -0,0 +1 @@ +.so man3/tqsqlfield.3qt diff --git a/doc/man/man3/TQSqlFieldInfo.3qt b/doc/man/man3/TQSqlFieldInfo.3qt new file mode 100644 index 000000000..a86d568d9 --- /dev/null +++ b/doc/man/man3/TQSqlFieldInfo.3qt @@ -0,0 +1 @@ +.so man3/tqsqlfieldinfo.3qt diff --git a/doc/man/man3/TQSqlForm.3qt b/doc/man/man3/TQSqlForm.3qt new file mode 100644 index 000000000..22dfc2da7 --- /dev/null +++ b/doc/man/man3/TQSqlForm.3qt @@ -0,0 +1 @@ +.so man3/tqsqlform.3qt diff --git a/doc/man/man3/TQSqlIndex.3qt b/doc/man/man3/TQSqlIndex.3qt new file mode 100644 index 000000000..6ec435347 --- /dev/null +++ b/doc/man/man3/TQSqlIndex.3qt @@ -0,0 +1 @@ +.so man3/tqsqlindex.3qt diff --git a/doc/man/man3/TQSqlPropertyMap.3qt b/doc/man/man3/TQSqlPropertyMap.3qt new file mode 100644 index 000000000..668eb299b --- /dev/null +++ b/doc/man/man3/TQSqlPropertyMap.3qt @@ -0,0 +1 @@ +.so man3/tqsqlpropertymap.3qt diff --git a/doc/man/man3/TQSqlQuery.3qt b/doc/man/man3/TQSqlQuery.3qt new file mode 100644 index 000000000..a9d66df56 --- /dev/null +++ b/doc/man/man3/TQSqlQuery.3qt @@ -0,0 +1 @@ +.so man3/tqsqlquery.3qt diff --git a/doc/man/man3/TQSqlRecord.3qt b/doc/man/man3/TQSqlRecord.3qt new file mode 100644 index 000000000..fbb203817 --- /dev/null +++ b/doc/man/man3/TQSqlRecord.3qt @@ -0,0 +1 @@ +.so man3/tqsqlrecord.3qt diff --git a/doc/man/man3/TQSqlRecordInfo.3qt b/doc/man/man3/TQSqlRecordInfo.3qt new file mode 100644 index 000000000..47c38d2e2 --- /dev/null +++ b/doc/man/man3/TQSqlRecordInfo.3qt @@ -0,0 +1 @@ +.so man3/tqsqlrecordinfo.3qt diff --git a/doc/man/man3/TQSqlResult.3qt b/doc/man/man3/TQSqlResult.3qt new file mode 100644 index 000000000..345a534b7 --- /dev/null +++ b/doc/man/man3/TQSqlResult.3qt @@ -0,0 +1 @@ +.so man3/tqsqlresult.3qt diff --git a/doc/man/man3/TQSqlSelectCursor.3qt b/doc/man/man3/TQSqlSelectCursor.3qt new file mode 100644 index 000000000..3824c0a06 --- /dev/null +++ b/doc/man/man3/TQSqlSelectCursor.3qt @@ -0,0 +1 @@ +.so man3/tqsqlselectcursor.3qt diff --git a/doc/man/man3/TQStatusBar.3qt b/doc/man/man3/TQStatusBar.3qt new file mode 100644 index 000000000..bba8f3c98 --- /dev/null +++ b/doc/man/man3/TQStatusBar.3qt @@ -0,0 +1 @@ +.so man3/tqstatusbar.3qt diff --git a/doc/man/man3/TQStoredDrag.3qt b/doc/man/man3/TQStoredDrag.3qt new file mode 100644 index 000000000..7b005117a --- /dev/null +++ b/doc/man/man3/TQStoredDrag.3qt @@ -0,0 +1 @@ +.so man3/tqstoreddrag.3qt diff --git a/doc/man/man3/TQStrIList.3qt b/doc/man/man3/TQStrIList.3qt new file mode 100644 index 000000000..8534a882e --- /dev/null +++ b/doc/man/man3/TQStrIList.3qt @@ -0,0 +1 @@ +.so man3/tqstrilist.3qt diff --git a/doc/man/man3/TQStrList.3qt b/doc/man/man3/TQStrList.3qt new file mode 100644 index 000000000..00050aef2 --- /dev/null +++ b/doc/man/man3/TQStrList.3qt @@ -0,0 +1 @@ +.so man3/tqstrlist.3qt diff --git a/doc/man/man3/TQStrListIterator.3qt b/doc/man/man3/TQStrListIterator.3qt new file mode 100644 index 000000000..909778090 --- /dev/null +++ b/doc/man/man3/TQStrListIterator.3qt @@ -0,0 +1 @@ +.so man3/tqstrlistiterator.3qt diff --git a/doc/man/man3/TQString.3qt b/doc/man/man3/TQString.3qt new file mode 100644 index 000000000..407f4edbc --- /dev/null +++ b/doc/man/man3/TQString.3qt @@ -0,0 +1 @@ +.so man3/tqstring.3qt diff --git a/doc/man/man3/TQStringList.3qt b/doc/man/man3/TQStringList.3qt new file mode 100644 index 000000000..aeb6e8335 --- /dev/null +++ b/doc/man/man3/TQStringList.3qt @@ -0,0 +1 @@ +.so man3/tqstringlist.3qt diff --git a/doc/man/man3/TQStyle.3qt b/doc/man/man3/TQStyle.3qt new file mode 100644 index 000000000..ed9feb2d5 --- /dev/null +++ b/doc/man/man3/TQStyle.3qt @@ -0,0 +1 @@ +.so man3/tqstyle.3qt diff --git a/doc/man/man3/TQStyleFactory.3qt b/doc/man/man3/TQStyleFactory.3qt new file mode 100644 index 000000000..371fc3d54 --- /dev/null +++ b/doc/man/man3/TQStyleFactory.3qt @@ -0,0 +1 @@ +.so man3/tqstylefactory.3qt diff --git a/doc/man/man3/TQStyleOption.3qt b/doc/man/man3/TQStyleOption.3qt new file mode 100644 index 000000000..ae39d70d1 --- /dev/null +++ b/doc/man/man3/TQStyleOption.3qt @@ -0,0 +1 @@ +.so man3/tqstyleoption.3qt diff --git a/doc/man/man3/TQStylePlugin.3qt b/doc/man/man3/TQStylePlugin.3qt new file mode 100644 index 000000000..0ca5520d0 --- /dev/null +++ b/doc/man/man3/TQStylePlugin.3qt @@ -0,0 +1 @@ +.so man3/tqstyleplugin.3qt diff --git a/doc/man/man3/TQStyleSheet.3qt b/doc/man/man3/TQStyleSheet.3qt new file mode 100644 index 000000000..8be3a5478 --- /dev/null +++ b/doc/man/man3/TQStyleSheet.3qt @@ -0,0 +1 @@ +.so man3/tqstylesheet.3qt diff --git a/doc/man/man3/TQStyleSheetItem.3qt b/doc/man/man3/TQStyleSheetItem.3qt new file mode 100644 index 000000000..90a8d7228 --- /dev/null +++ b/doc/man/man3/TQStyleSheetItem.3qt @@ -0,0 +1 @@ +.so man3/tqstylesheetitem.3qt diff --git a/doc/man/man3/TQSyntaxHighlighter.3qt b/doc/man/man3/TQSyntaxHighlighter.3qt new file mode 100644 index 000000000..c4dceda1b --- /dev/null +++ b/doc/man/man3/TQSyntaxHighlighter.3qt @@ -0,0 +1 @@ +.so man3/tqsyntaxhighlighter.3qt diff --git a/doc/man/man3/TQTab.3qt b/doc/man/man3/TQTab.3qt new file mode 100644 index 000000000..43c037ce9 --- /dev/null +++ b/doc/man/man3/TQTab.3qt @@ -0,0 +1 @@ +.so man3/tqtab.3qt diff --git a/doc/man/man3/TQTabBar.3qt b/doc/man/man3/TQTabBar.3qt new file mode 100644 index 000000000..4ffe6ae4c --- /dev/null +++ b/doc/man/man3/TQTabBar.3qt @@ -0,0 +1 @@ +.so man3/tqtabbar.3qt diff --git a/doc/man/man3/TQTabDialog.3qt b/doc/man/man3/TQTabDialog.3qt new file mode 100644 index 000000000..da80bdf1e --- /dev/null +++ b/doc/man/man3/TQTabDialog.3qt @@ -0,0 +1 @@ +.so man3/tqtabdialog.3qt diff --git a/doc/man/man3/TQTabWidget.3qt b/doc/man/man3/TQTabWidget.3qt new file mode 100644 index 000000000..bf1061b38 --- /dev/null +++ b/doc/man/man3/TQTabWidget.3qt @@ -0,0 +1 @@ +.so man3/tqtabwidget.3qt diff --git a/doc/man/man3/TQTable.3qt b/doc/man/man3/TQTable.3qt new file mode 100644 index 000000000..410da57f4 --- /dev/null +++ b/doc/man/man3/TQTable.3qt @@ -0,0 +1 @@ +.so man3/tqtable.3qt diff --git a/doc/man/man3/TQTableItem.3qt b/doc/man/man3/TQTableItem.3qt new file mode 100644 index 000000000..8f11f5e3a --- /dev/null +++ b/doc/man/man3/TQTableItem.3qt @@ -0,0 +1 @@ +.so man3/tqtableitem.3qt diff --git a/doc/man/man3/TQTableSelection.3qt b/doc/man/man3/TQTableSelection.3qt new file mode 100644 index 000000000..15ad96629 --- /dev/null +++ b/doc/man/man3/TQTableSelection.3qt @@ -0,0 +1 @@ +.so man3/tqtableselection.3qt diff --git a/doc/man/man3/TQTabletEvent.3qt b/doc/man/man3/TQTabletEvent.3qt new file mode 100644 index 000000000..bdd9e3348 --- /dev/null +++ b/doc/man/man3/TQTabletEvent.3qt @@ -0,0 +1 @@ +.so man3/tqtabletevent.3qt diff --git a/doc/man/man3/TQTextBrowser.3qt b/doc/man/man3/TQTextBrowser.3qt new file mode 100644 index 000000000..00bd3b14c --- /dev/null +++ b/doc/man/man3/TQTextBrowser.3qt @@ -0,0 +1 @@ +.so man3/tqtextbrowser.3qt diff --git a/doc/man/man3/TQTextCodec.3qt b/doc/man/man3/TQTextCodec.3qt new file mode 100644 index 000000000..838329218 --- /dev/null +++ b/doc/man/man3/TQTextCodec.3qt @@ -0,0 +1 @@ +.so man3/tqtextcodec.3qt diff --git a/doc/man/man3/TQTextCodecPlugin.3qt b/doc/man/man3/TQTextCodecPlugin.3qt new file mode 100644 index 000000000..7120ed652 --- /dev/null +++ b/doc/man/man3/TQTextCodecPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqtextcodecplugin.3qt diff --git a/doc/man/man3/TQTextDecoder.3qt b/doc/man/man3/TQTextDecoder.3qt new file mode 100644 index 000000000..f96941e72 --- /dev/null +++ b/doc/man/man3/TQTextDecoder.3qt @@ -0,0 +1 @@ +.so man3/tqtextdecoder.3qt diff --git a/doc/man/man3/TQTextDrag.3qt b/doc/man/man3/TQTextDrag.3qt new file mode 100644 index 000000000..871bc86f5 --- /dev/null +++ b/doc/man/man3/TQTextDrag.3qt @@ -0,0 +1 @@ +.so man3/tqtextdrag.3qt diff --git a/doc/man/man3/TQTextEdit.3qt b/doc/man/man3/TQTextEdit.3qt new file mode 100644 index 000000000..434ae170a --- /dev/null +++ b/doc/man/man3/TQTextEdit.3qt @@ -0,0 +1 @@ +.so man3/tqtextedit.3qt diff --git a/doc/man/man3/TQTextEncoder.3qt b/doc/man/man3/TQTextEncoder.3qt new file mode 100644 index 000000000..0fe859037 --- /dev/null +++ b/doc/man/man3/TQTextEncoder.3qt @@ -0,0 +1 @@ +.so man3/tqtextencoder.3qt diff --git a/doc/man/man3/TQTextIStream.3qt b/doc/man/man3/TQTextIStream.3qt new file mode 100644 index 000000000..8f05ff331 --- /dev/null +++ b/doc/man/man3/TQTextIStream.3qt @@ -0,0 +1 @@ +.so man3/tqtextistream.3qt diff --git a/doc/man/man3/TQTextOStream.3qt b/doc/man/man3/TQTextOStream.3qt new file mode 100644 index 000000000..98964be35 --- /dev/null +++ b/doc/man/man3/TQTextOStream.3qt @@ -0,0 +1 @@ +.so man3/tqtextostream.3qt diff --git a/doc/man/man3/TQTextStream.3qt b/doc/man/man3/TQTextStream.3qt new file mode 100644 index 000000000..927e9b49d --- /dev/null +++ b/doc/man/man3/TQTextStream.3qt @@ -0,0 +1 @@ +.so man3/tqtextstream.3qt diff --git a/doc/man/man3/TQThread.3qt b/doc/man/man3/TQThread.3qt new file mode 100644 index 000000000..d52842774 --- /dev/null +++ b/doc/man/man3/TQThread.3qt @@ -0,0 +1 @@ +.so man3/tqthread.3qt diff --git a/doc/man/man3/TQThreadStorage.3qt b/doc/man/man3/TQThreadStorage.3qt new file mode 100644 index 000000000..febf380c9 --- /dev/null +++ b/doc/man/man3/TQThreadStorage.3qt @@ -0,0 +1 @@ +.so man3/tqthreadstorage.3qt diff --git a/doc/man/man3/TQTime.3qt b/doc/man/man3/TQTime.3qt new file mode 100644 index 000000000..e9cd0a8e2 --- /dev/null +++ b/doc/man/man3/TQTime.3qt @@ -0,0 +1 @@ +.so man3/tqtime.3qt diff --git a/doc/man/man3/TQTimeEdit.3qt b/doc/man/man3/TQTimeEdit.3qt new file mode 100644 index 000000000..3134124fc --- /dev/null +++ b/doc/man/man3/TQTimeEdit.3qt @@ -0,0 +1 @@ +.so man3/tqtimeedit.3qt diff --git a/doc/man/man3/TQTimer.3qt b/doc/man/man3/TQTimer.3qt new file mode 100644 index 000000000..1ce9ee287 --- /dev/null +++ b/doc/man/man3/TQTimer.3qt @@ -0,0 +1 @@ +.so man3/tqtimer.3qt diff --git a/doc/man/man3/TQTimerEvent.3qt b/doc/man/man3/TQTimerEvent.3qt new file mode 100644 index 000000000..4843d7397 --- /dev/null +++ b/doc/man/man3/TQTimerEvent.3qt @@ -0,0 +1 @@ +.so man3/tqtimerevent.3qt diff --git a/doc/man/man3/TQToolBar.3qt b/doc/man/man3/TQToolBar.3qt new file mode 100644 index 000000000..98427d0a8 --- /dev/null +++ b/doc/man/man3/TQToolBar.3qt @@ -0,0 +1 @@ +.so man3/tqtoolbar.3qt diff --git a/doc/man/man3/TQToolBox.3qt b/doc/man/man3/TQToolBox.3qt new file mode 100644 index 000000000..ff88ea0ee --- /dev/null +++ b/doc/man/man3/TQToolBox.3qt @@ -0,0 +1 @@ +.so man3/tqtoolbox.3qt diff --git a/doc/man/man3/TQToolButton.3qt b/doc/man/man3/TQToolButton.3qt new file mode 100644 index 000000000..838ec105e --- /dev/null +++ b/doc/man/man3/TQToolButton.3qt @@ -0,0 +1 @@ +.so man3/tqtoolbutton.3qt diff --git a/doc/man/man3/TQToolTip.3qt b/doc/man/man3/TQToolTip.3qt new file mode 100644 index 000000000..6d461df0d --- /dev/null +++ b/doc/man/man3/TQToolTip.3qt @@ -0,0 +1 @@ +.so man3/tqtooltip.3qt diff --git a/doc/man/man3/TQToolTipGroup.3qt b/doc/man/man3/TQToolTipGroup.3qt new file mode 100644 index 000000000..50d1ce3d6 --- /dev/null +++ b/doc/man/man3/TQToolTipGroup.3qt @@ -0,0 +1 @@ +.so man3/tqtooltipgroup.3qt diff --git a/doc/man/man3/TQTranslator.3qt b/doc/man/man3/TQTranslator.3qt new file mode 100644 index 000000000..1e6d1cd8c --- /dev/null +++ b/doc/man/man3/TQTranslator.3qt @@ -0,0 +1 @@ +.so man3/tqtranslator.3qt diff --git a/doc/man/man3/TQTranslatorMessage.3qt b/doc/man/man3/TQTranslatorMessage.3qt new file mode 100644 index 000000000..f5126cd3d --- /dev/null +++ b/doc/man/man3/TQTranslatorMessage.3qt @@ -0,0 +1 @@ +.so man3/tqtranslatormessage.3qt diff --git a/doc/man/man3/TQTsciiCodec.3qt b/doc/man/man3/TQTsciiCodec.3qt new file mode 100644 index 000000000..6cca119a3 --- /dev/null +++ b/doc/man/man3/TQTsciiCodec.3qt @@ -0,0 +1 @@ +.so man3/tqtsciicodec.3qt diff --git a/doc/man/man3/TQUriDrag.3qt b/doc/man/man3/TQUriDrag.3qt new file mode 100644 index 000000000..7bce1e6cb --- /dev/null +++ b/doc/man/man3/TQUriDrag.3qt @@ -0,0 +1 @@ +.so man3/tquridrag.3qt diff --git a/doc/man/man3/TQUrl.3qt b/doc/man/man3/TQUrl.3qt new file mode 100644 index 000000000..76085d89e --- /dev/null +++ b/doc/man/man3/TQUrl.3qt @@ -0,0 +1 @@ +.so man3/tqurl.3qt diff --git a/doc/man/man3/TQUrlInfo.3qt b/doc/man/man3/TQUrlInfo.3qt new file mode 100644 index 000000000..e8163bc72 --- /dev/null +++ b/doc/man/man3/TQUrlInfo.3qt @@ -0,0 +1 @@ +.so man3/tqurlinfo.3qt diff --git a/doc/man/man3/TQUrlOperator.3qt b/doc/man/man3/TQUrlOperator.3qt new file mode 100644 index 000000000..9d679b8ed --- /dev/null +++ b/doc/man/man3/TQUrlOperator.3qt @@ -0,0 +1 @@ +.so man3/tqurloperator.3qt diff --git a/doc/man/man3/TQUuid.3qt b/doc/man/man3/TQUuid.3qt new file mode 100644 index 000000000..5f51dc9ea --- /dev/null +++ b/doc/man/man3/TQUuid.3qt @@ -0,0 +1 @@ +.so man3/tquuid.3qt diff --git a/doc/man/man3/TQVBox.3qt b/doc/man/man3/TQVBox.3qt new file mode 100644 index 000000000..28f528186 --- /dev/null +++ b/doc/man/man3/TQVBox.3qt @@ -0,0 +1 @@ +.so man3/tqvbox.3qt diff --git a/doc/man/man3/TQVBoxLayout.3qt b/doc/man/man3/TQVBoxLayout.3qt new file mode 100644 index 000000000..76c96f23d --- /dev/null +++ b/doc/man/man3/TQVBoxLayout.3qt @@ -0,0 +1 @@ +.so man3/tqvboxlayout.3qt diff --git a/doc/man/man3/TQVButtonGroup.3qt b/doc/man/man3/TQVButtonGroup.3qt new file mode 100644 index 000000000..0353b3a01 --- /dev/null +++ b/doc/man/man3/TQVButtonGroup.3qt @@ -0,0 +1 @@ +.so man3/tqvbuttongroup.3qt diff --git a/doc/man/man3/TQVGroupBox.3qt b/doc/man/man3/TQVGroupBox.3qt new file mode 100644 index 000000000..1e7bebca1 --- /dev/null +++ b/doc/man/man3/TQVGroupBox.3qt @@ -0,0 +1 @@ +.so man3/tqvgroupbox.3qt diff --git a/doc/man/man3/TQValidator.3qt b/doc/man/man3/TQValidator.3qt new file mode 100644 index 000000000..b2047bdcf --- /dev/null +++ b/doc/man/man3/TQValidator.3qt @@ -0,0 +1 @@ +.so man3/tqvalidator.3qt diff --git a/doc/man/man3/TQValueList.3qt b/doc/man/man3/TQValueList.3qt new file mode 100644 index 000000000..f85bd1fac --- /dev/null +++ b/doc/man/man3/TQValueList.3qt @@ -0,0 +1 @@ +.so man3/tqvaluelist.3qt diff --git a/doc/man/man3/TQValueListConstIterator.3qt b/doc/man/man3/TQValueListConstIterator.3qt new file mode 100644 index 000000000..6b85ba7dc --- /dev/null +++ b/doc/man/man3/TQValueListConstIterator.3qt @@ -0,0 +1 @@ +.so man3/tqvaluelistconstiterator.3qt diff --git a/doc/man/man3/TQValueListIterator.3qt b/doc/man/man3/TQValueListIterator.3qt new file mode 100644 index 000000000..e32037b41 --- /dev/null +++ b/doc/man/man3/TQValueListIterator.3qt @@ -0,0 +1 @@ +.so man3/tqvaluelistiterator.3qt diff --git a/doc/man/man3/TQValueStack.3qt b/doc/man/man3/TQValueStack.3qt new file mode 100644 index 000000000..5707b94c7 --- /dev/null +++ b/doc/man/man3/TQValueStack.3qt @@ -0,0 +1 @@ +.so man3/tqvaluestack.3qt diff --git a/doc/man/man3/TQValueVector.3qt b/doc/man/man3/TQValueVector.3qt new file mode 100644 index 000000000..b8c8546ac --- /dev/null +++ b/doc/man/man3/TQValueVector.3qt @@ -0,0 +1 @@ +.so man3/tqvaluevector.3qt diff --git a/doc/man/man3/TQVariant.3qt b/doc/man/man3/TQVariant.3qt new file mode 100644 index 000000000..83d95ef1e --- /dev/null +++ b/doc/man/man3/TQVariant.3qt @@ -0,0 +1 @@ +.so man3/tqvariant.3qt diff --git a/doc/man/man3/TQWMatrix.3qt b/doc/man/man3/TQWMatrix.3qt new file mode 100644 index 000000000..f6e746ab5 --- /dev/null +++ b/doc/man/man3/TQWMatrix.3qt @@ -0,0 +1 @@ +.so man3/tqwmatrix.3qt diff --git a/doc/man/man3/TQWSDecoration.3qt b/doc/man/man3/TQWSDecoration.3qt new file mode 100644 index 000000000..590bcf3c1 --- /dev/null +++ b/doc/man/man3/TQWSDecoration.3qt @@ -0,0 +1 @@ +.so man3/tqwsdecoration.3qt diff --git a/doc/man/man3/TQWSInputMethod.3qt b/doc/man/man3/TQWSInputMethod.3qt new file mode 100644 index 000000000..9c3885f17 --- /dev/null +++ b/doc/man/man3/TQWSInputMethod.3qt @@ -0,0 +1 @@ +.so man3/tqwsinputmethod.3qt diff --git a/doc/man/man3/TQWSKeyboardHandler.3qt b/doc/man/man3/TQWSKeyboardHandler.3qt new file mode 100644 index 000000000..4174d8c09 --- /dev/null +++ b/doc/man/man3/TQWSKeyboardHandler.3qt @@ -0,0 +1 @@ +.so man3/tqwskeyboardhandler.3qt diff --git a/doc/man/man3/TQWSMouseHandler.3qt b/doc/man/man3/TQWSMouseHandler.3qt new file mode 100644 index 000000000..69600e9f5 --- /dev/null +++ b/doc/man/man3/TQWSMouseHandler.3qt @@ -0,0 +1 @@ +.so man3/tqwsmousehandler.3qt diff --git a/doc/man/man3/TQWSServer.3qt b/doc/man/man3/TQWSServer.3qt new file mode 100644 index 000000000..680e8fa71 --- /dev/null +++ b/doc/man/man3/TQWSServer.3qt @@ -0,0 +1 @@ +.so man3/tqwsserver.3qt diff --git a/doc/man/man3/TQWSWindow.3qt b/doc/man/man3/TQWSWindow.3qt new file mode 100644 index 000000000..93149b845 --- /dev/null +++ b/doc/man/man3/TQWSWindow.3qt @@ -0,0 +1 @@ +.so man3/tqwswindow.3qt diff --git a/doc/man/man3/TQWaitCondition.3qt b/doc/man/man3/TQWaitCondition.3qt new file mode 100644 index 000000000..a0d027b35 --- /dev/null +++ b/doc/man/man3/TQWaitCondition.3qt @@ -0,0 +1 @@ +.so man3/tqwaitcondition.3qt diff --git a/doc/man/man3/TQWhatsThis.3qt b/doc/man/man3/TQWhatsThis.3qt new file mode 100644 index 000000000..ccadb1996 --- /dev/null +++ b/doc/man/man3/TQWhatsThis.3qt @@ -0,0 +1 @@ +.so man3/tqwhatsthis.3qt diff --git a/doc/man/man3/TQWheelEvent.3qt b/doc/man/man3/TQWheelEvent.3qt new file mode 100644 index 000000000..6ebc52339 --- /dev/null +++ b/doc/man/man3/TQWheelEvent.3qt @@ -0,0 +1 @@ +.so man3/tqwheelevent.3qt diff --git a/doc/man/man3/TQWidget.3qt b/doc/man/man3/TQWidget.3qt new file mode 100644 index 000000000..26d35c894 --- /dev/null +++ b/doc/man/man3/TQWidget.3qt @@ -0,0 +1 @@ +.so man3/tqwidget.3qt diff --git a/doc/man/man3/TQWidgetFactory.3qt b/doc/man/man3/TQWidgetFactory.3qt new file mode 100644 index 000000000..7c518e08a --- /dev/null +++ b/doc/man/man3/TQWidgetFactory.3qt @@ -0,0 +1 @@ +.so man3/tqwidgetfactory.3qt diff --git a/doc/man/man3/TQWidgetItem.3qt b/doc/man/man3/TQWidgetItem.3qt new file mode 100644 index 000000000..82a20d5bf --- /dev/null +++ b/doc/man/man3/TQWidgetItem.3qt @@ -0,0 +1 @@ +.so man3/tqwidgetitem.3qt diff --git a/doc/man/man3/TQWidgetPlugin.3qt b/doc/man/man3/TQWidgetPlugin.3qt new file mode 100644 index 000000000..1c35a252d --- /dev/null +++ b/doc/man/man3/TQWidgetPlugin.3qt @@ -0,0 +1 @@ +.so man3/tqwidgetplugin.3qt diff --git a/doc/man/man3/TQWidgetStack.3qt b/doc/man/man3/TQWidgetStack.3qt new file mode 100644 index 000000000..486859842 --- /dev/null +++ b/doc/man/man3/TQWidgetStack.3qt @@ -0,0 +1 @@ +.so man3/tqwidgetstack.3qt diff --git a/doc/man/man3/TQWindowsMime.3qt b/doc/man/man3/TQWindowsMime.3qt new file mode 100644 index 000000000..64969ab7a --- /dev/null +++ b/doc/man/man3/TQWindowsMime.3qt @@ -0,0 +1 @@ +.so man3/tqwindowsmime.3qt diff --git a/doc/man/man3/TQWindowsStyle.3qt b/doc/man/man3/TQWindowsStyle.3qt new file mode 100644 index 000000000..7359a7e29 --- /dev/null +++ b/doc/man/man3/TQWindowsStyle.3qt @@ -0,0 +1 @@ +.so man3/tqwindowsstyle.3qt diff --git a/doc/man/man3/TQWizard.3qt b/doc/man/man3/TQWizard.3qt new file mode 100644 index 000000000..a762b228a --- /dev/null +++ b/doc/man/man3/TQWizard.3qt @@ -0,0 +1 @@ +.so man3/tqwizard.3qt diff --git a/doc/man/man3/TQWorkspace.3qt b/doc/man/man3/TQWorkspace.3qt new file mode 100644 index 000000000..67c3ba6f4 --- /dev/null +++ b/doc/man/man3/TQWorkspace.3qt @@ -0,0 +1 @@ +.so man3/tqworkspace.3qt diff --git a/doc/man/man3/TQXmlAttributes.3qt b/doc/man/man3/TQXmlAttributes.3qt new file mode 100644 index 000000000..e4bf5a078 --- /dev/null +++ b/doc/man/man3/TQXmlAttributes.3qt @@ -0,0 +1 @@ +.so man3/tqxmlattributes.3qt diff --git a/doc/man/man3/TQXmlContentHandler.3qt b/doc/man/man3/TQXmlContentHandler.3qt new file mode 100644 index 000000000..e661b713c --- /dev/null +++ b/doc/man/man3/TQXmlContentHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmlcontenthandler.3qt diff --git a/doc/man/man3/TQXmlDTDHandler.3qt b/doc/man/man3/TQXmlDTDHandler.3qt new file mode 100644 index 000000000..a0ca594e8 --- /dev/null +++ b/doc/man/man3/TQXmlDTDHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmldtdhandler.3qt diff --git a/doc/man/man3/TQXmlDeclHandler.3qt b/doc/man/man3/TQXmlDeclHandler.3qt new file mode 100644 index 000000000..c8db49db7 --- /dev/null +++ b/doc/man/man3/TQXmlDeclHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmldeclhandler.3qt diff --git a/doc/man/man3/TQXmlDefaultHandler.3qt b/doc/man/man3/TQXmlDefaultHandler.3qt new file mode 100644 index 000000000..5e7009ee9 --- /dev/null +++ b/doc/man/man3/TQXmlDefaultHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmldefaulthandler.3qt diff --git a/doc/man/man3/TQXmlEntityResolver.3qt b/doc/man/man3/TQXmlEntityResolver.3qt new file mode 100644 index 000000000..0205c2c83 --- /dev/null +++ b/doc/man/man3/TQXmlEntityResolver.3qt @@ -0,0 +1 @@ +.so man3/tqxmlentityresolver.3qt diff --git a/doc/man/man3/TQXmlErrorHandler.3qt b/doc/man/man3/TQXmlErrorHandler.3qt new file mode 100644 index 000000000..fc88bbdee --- /dev/null +++ b/doc/man/man3/TQXmlErrorHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmlerrorhandler.3qt diff --git a/doc/man/man3/TQXmlInputSource.3qt b/doc/man/man3/TQXmlInputSource.3qt new file mode 100644 index 000000000..92e440b5a --- /dev/null +++ b/doc/man/man3/TQXmlInputSource.3qt @@ -0,0 +1 @@ +.so man3/tqxmlinputsource.3qt diff --git a/doc/man/man3/TQXmlLexicalHandler.3qt b/doc/man/man3/TQXmlLexicalHandler.3qt new file mode 100644 index 000000000..f4cfccd5d --- /dev/null +++ b/doc/man/man3/TQXmlLexicalHandler.3qt @@ -0,0 +1 @@ +.so man3/tqxmllexicalhandler.3qt diff --git a/doc/man/man3/TQXmlLocator.3qt b/doc/man/man3/TQXmlLocator.3qt new file mode 100644 index 000000000..3519a00a3 --- /dev/null +++ b/doc/man/man3/TQXmlLocator.3qt @@ -0,0 +1 @@ +.so man3/tqxmllocator.3qt diff --git a/doc/man/man3/TQXmlNamespaceSupport.3qt b/doc/man/man3/TQXmlNamespaceSupport.3qt new file mode 100644 index 000000000..0710de321 --- /dev/null +++ b/doc/man/man3/TQXmlNamespaceSupport.3qt @@ -0,0 +1 @@ +.so man3/tqxmlnamespacesupport.3qt diff --git a/doc/man/man3/TQXmlParseException.3qt b/doc/man/man3/TQXmlParseException.3qt new file mode 100644 index 000000000..cb21d1c8e --- /dev/null +++ b/doc/man/man3/TQXmlParseException.3qt @@ -0,0 +1 @@ +.so man3/tqxmlparseexception.3qt diff --git a/doc/man/man3/TQXmlReader.3qt b/doc/man/man3/TQXmlReader.3qt new file mode 100644 index 000000000..7e41b5dcc --- /dev/null +++ b/doc/man/man3/TQXmlReader.3qt @@ -0,0 +1 @@ +.so man3/tqxmlreader.3qt diff --git a/doc/man/man3/TQXmlSimpleReader.3qt b/doc/man/man3/TQXmlSimpleReader.3qt new file mode 100644 index 000000000..5226c3d1a --- /dev/null +++ b/doc/man/man3/TQXmlSimpleReader.3qt @@ -0,0 +1 @@ +.so man3/tqxmlsimplereader.3qt diff --git a/doc/man/man3/TQt.3qt b/doc/man/man3/TQt.3qt new file mode 100644 index 000000000..ff2c093c3 --- /dev/null +++ b/doc/man/man3/TQt.3qt @@ -0,0 +1 @@ +.so man3/tqt.3qt diff --git a/doc/man/man3/qaccel.3qt b/doc/man/man3/tqaccel.3qt index b887dae5d..d5dd5420d 100644 --- a/doc/man/man3/qaccel.3qt +++ b/doc/man/man3/tqaccel.3qt @@ -320,5 +320,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaccel.3qt) and the Qt +Please include the name of the manual page (tqaccel.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaccessible.3qt b/doc/man/man3/tqaccessible.3qt index 48a2a380e..df9aab76c 100644 --- a/doc/man/man3/qaccessible.3qt +++ b/doc/man/man3/tqaccessible.3qt @@ -395,5 +395,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaccessible.3qt) and the Qt +Please include the name of the manual page (tqaccessible.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaccessibleinterface.3qt b/doc/man/man3/tqaccessibleinterface.3qt index f80757f7e..53dd6c712 100644 --- a/doc/man/man3/qaccessibleinterface.3qt +++ b/doc/man/man3/tqaccessibleinterface.3qt @@ -174,5 +174,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaccessibleinterface.3qt) and the Qt +Please include the name of the manual page (tqaccessibleinterface.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaccessibleobject.3qt b/doc/man/man3/tqaccessibleobject.3qt index 3d16f1755..23ddd99b3 100644 --- a/doc/man/man3/qaccessibleobject.3qt +++ b/doc/man/man3/tqaccessibleobject.3qt @@ -68,5 +68,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaccessibleobject.3qt) and the Qt +Please include the name of the manual page (tqaccessibleobject.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaction.3qt b/doc/man/man3/tqaction.3qt index 0b386e34b..7f2abfa0e 100644 --- a/doc/man/man3/qaction.3qt +++ b/doc/man/man3/tqaction.3qt @@ -532,5 +532,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaction.3qt) and the Qt +Please include the name of the manual page (tqaction.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qactiongroup.3qt b/doc/man/man3/tqactiongroup.3qt index f4db3f674..e11b6e96d 100644 --- a/doc/man/man3/qactiongroup.3qt +++ b/doc/man/man3/tqactiongroup.3qt @@ -202,5 +202,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qactiongroup.3qt) and the Qt +Please include the name of the manual page (tqactiongroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qapplication.3qt b/doc/man/man3/tqapplication.3qt index 94f3ff327..90a960b60 100644 --- a/doc/man/man3/qapplication.3qt +++ b/doc/man/man3/tqapplication.3qt @@ -1986,5 +1986,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qapplication.3qt) and the Qt +Please include the name of the manual page (tqapplication.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qasciicache.3qt b/doc/man/man3/tqasciicache.3qt index 0d05a0d95..ac053ef43 100644 --- a/doc/man/man3/qasciicache.3qt +++ b/doc/man/man3/tqasciicache.3qt @@ -187,5 +187,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qasciicache.3qt) and the Qt +Please include the name of the manual page (tqasciicache.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qasciicacheiterator.3qt b/doc/man/man3/tqasciicacheiterator.3qt index 0e08186d9..30d4548ee 100644 --- a/doc/man/man3/qasciicacheiterator.3qt +++ b/doc/man/man3/tqasciicacheiterator.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qasciicacheiterator.3qt) and the Qt +Please include the name of the manual page (tqasciicacheiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qasciidict.3qt b/doc/man/man3/tqasciidict.3qt index 1298d4736..5c0e34f69 100644 --- a/doc/man/man3/qasciidict.3qt +++ b/doc/man/man3/tqasciidict.3qt @@ -313,5 +313,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qasciidict.3qt) and the Qt +Please include the name of the manual page (tqasciidict.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qasciidictiterator.3qt b/doc/man/man3/tqasciidictiterator.3qt index 9b31c7ec0..c458518ba 100644 --- a/doc/man/man3/qasciidictiterator.3qt +++ b/doc/man/man3/tqasciidictiterator.3qt @@ -155,5 +155,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qasciidictiterator.3qt) and the Qt +Please include the name of the manual page (tqasciidictiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt index 87d20e918..cc4b10c42 100644 --- a/doc/man/man3/qassistantclient.3qt +++ b/doc/man/man3/tqassistantclient.3qt @@ -139,5 +139,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qassistantclient.3qt) and the Qt +Please include the name of the manual page (tqassistantclient.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxaggregated.3qt b/doc/man/man3/tqaxaggregated.3qt index bc457bbf7..d0fa5e07d 100644 --- a/doc/man/man3/qaxaggregated.3qt +++ b/doc/man/man3/tqaxaggregated.3qt @@ -139,5 +139,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxaggregated.3qt) and the Qt +Please include the name of the manual page (tqaxaggregated.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxbase.3qt b/doc/man/man3/tqaxbase.3qt index 22326f9a4..1bc7b193e 100644 --- a/doc/man/man3/qaxbase.3qt +++ b/doc/man/man3/tqaxbase.3qt @@ -557,5 +557,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxbase.3qt) and the Qt +Please include the name of the manual page (tqaxbase.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxbindable.3qt b/doc/man/man3/tqaxbindable.3qt index 92f69ba8a..8415d9dcb 100644 --- a/doc/man/man3/qaxbindable.3qt +++ b/doc/man/man3/tqaxbindable.3qt @@ -148,5 +148,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxbindable.3qt) and the Qt +Please include the name of the manual page (tqaxbindable.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxfactory.3qt b/doc/man/man3/tqaxfactory.3qt index 6f0392019..59b4a0822 100644 --- a/doc/man/man3/qaxfactory.3qt +++ b/doc/man/man3/tqaxfactory.3qt @@ -432,5 +432,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxfactory.3qt) and the Qt +Please include the name of the manual page (tqaxfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxobject.3qt b/doc/man/man3/tqaxobject.3qt index f1b606741..d42203cf3 100644 --- a/doc/man/man3/qaxobject.3qt +++ b/doc/man/man3/tqaxobject.3qt @@ -179,5 +179,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxobject.3qt) and the Qt +Please include the name of the manual page (tqaxobject.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxscript.3qt b/doc/man/man3/tqaxscript.3qt index 2ed728ed2..5b7d776e1 100644 --- a/doc/man/man3/qaxscript.3qt +++ b/doc/man/man3/tqaxscript.3qt @@ -165,5 +165,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxscript.3qt) and the Qt +Please include the name of the manual page (tqaxscript.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxscriptengine.3qt b/doc/man/man3/tqaxscriptengine.3qt index 99cbc804a..b4b8f9ee9 100644 --- a/doc/man/man3/qaxscriptengine.3qt +++ b/doc/man/man3/tqaxscriptengine.3qt @@ -119,5 +119,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxscriptengine.3qt) and the Qt +Please include the name of the manual page (tqaxscriptengine.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxscriptmanager.3qt b/doc/man/man3/tqaxscriptmanager.3qt index 1c896e256..f7d59d273 100644 --- a/doc/man/man3/qaxscriptmanager.3qt +++ b/doc/man/man3/tqaxscriptmanager.3qt @@ -193,5 +193,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxscriptmanager.3qt) and the Qt +Please include the name of the manual page (tqaxscriptmanager.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qaxwidget.3qt b/doc/man/man3/tqaxwidget.3qt index c153b3cfb..73af41d9c 100644 --- a/doc/man/man3/qaxwidget.3qt +++ b/doc/man/man3/tqaxwidget.3qt @@ -211,5 +211,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qaxwidget.3qt) and the Qt +Please include the name of the manual page (tqaxwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbig5codec.3qt b/doc/man/man3/tqbig5codec.3qt index e9bec4293..11eda01f8 100644 --- a/doc/man/man3/qbig5codec.3qt +++ b/doc/man/man3/tqbig5codec.3qt @@ -58,5 +58,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbig5codec.3qt) and the Qt +Please include the name of the manual page (tqbig5codec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbig5hkscscodec.3qt b/doc/man/man3/tqbig5hkscscodec.3qt index f0369d772..9e01490cc 100644 --- a/doc/man/man3/qbig5hkscscodec.3qt +++ b/doc/man/man3/tqbig5hkscscodec.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbig5hkscscodec.3qt) and the Qt +Please include the name of the manual page (tqbig5hkscscodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbitarray.3qt b/doc/man/man3/tqbitarray.3qt index 476b20158..4f656c235 100644 --- a/doc/man/man3/qbitarray.3qt +++ b/doc/man/man3/tqbitarray.3qt @@ -368,5 +368,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbitarray.3qt) and the Qt +Please include the name of the manual page (tqbitarray.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbitmap.3qt b/doc/man/man3/tqbitmap.3qt index a4617a6cb..a4c067a3a 100644 --- a/doc/man/man3/qbitmap.3qt +++ b/doc/man/man3/tqbitmap.3qt @@ -155,5 +155,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbitmap.3qt) and the Qt +Please include the name of the manual page (tqbitmap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbitval.3qt b/doc/man/man3/tqbitval.3qt index 2b6d90994..5d41d91ed 100644 --- a/doc/man/man3/qbitval.3qt +++ b/doc/man/man3/tqbitval.3qt @@ -68,5 +68,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbitval.3qt) and the Qt +Please include the name of the manual page (tqbitval.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qboxlayout.3qt b/doc/man/man3/tqboxlayout.3qt index c8d573242..318cf83d3 100644 --- a/doc/man/man3/qboxlayout.3qt +++ b/doc/man/man3/tqboxlayout.3qt @@ -350,5 +350,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qboxlayout.3qt) and the Qt +Please include the name of the manual page (tqboxlayout.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbrush.3qt b/doc/man/man3/tqbrush.3qt index 0f32c7204..1e31c6f6c 100644 --- a/doc/man/man3/qbrush.3qt +++ b/doc/man/man3/tqbrush.3qt @@ -230,5 +230,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbrush.3qt) and the Qt +Please include the name of the manual page (tqbrush.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbuffer.3qt b/doc/man/man3/tqbuffer.3qt index 82d78bb09..139e74cfd 100644 --- a/doc/man/man3/qbuffer.3qt +++ b/doc/man/man3/tqbuffer.3qt @@ -134,5 +134,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbuffer.3qt) and the Qt +Please include the name of the manual page (tqbuffer.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbutton.3qt b/doc/man/man3/tqbutton.3qt index 28aacc098..2677a0000 100644 --- a/doc/man/man3/qbutton.3qt +++ b/doc/man/man3/tqbutton.3qt @@ -486,5 +486,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbutton.3qt) and the Qt +Please include the name of the manual page (tqbutton.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt index e7dec6cbf..47152394b 100644 --- a/doc/man/man3/qbuttongroup.3qt +++ b/doc/man/man3/tqbuttongroup.3qt @@ -239,5 +239,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbuttongroup.3qt) and the Qt +Please include the name of the manual page (tqbuttongroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qbytearray.3qt b/doc/man/man3/tqbytearray.3qt index 030f5e2ed..b768a055e 100644 --- a/doc/man/man3/qbytearray.3qt +++ b/doc/man/man3/tqbytearray.3qt @@ -95,5 +95,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qbytearray.3qt) and the Qt +Please include the name of the manual page (tqbytearray.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcache.3qt b/doc/man/man3/tqcache.3qt index 149ada958..d6a1cfa93 100644 --- a/doc/man/man3/qcache.3qt +++ b/doc/man/man3/tqcache.3qt @@ -211,5 +211,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcache.3qt) and the Qt +Please include the name of the manual page (tqcache.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcacheiterator.3qt b/doc/man/man3/tqcacheiterator.3qt index 082394ed3..bbe481cad 100644 --- a/doc/man/man3/qcacheiterator.3qt +++ b/doc/man/man3/tqcacheiterator.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcacheiterator.3qt) and the Qt +Please include the name of the manual page (tqcacheiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvas.3qt b/doc/man/man3/tqcanvas.3qt index ca68eebcd..b766b758f 100644 --- a/doc/man/man3/qcanvas.3qt +++ b/doc/man/man3/tqcanvas.3qt @@ -453,5 +453,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvas.3qt) and the Qt +Please include the name of the manual page (tqcanvas.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasellipse.3qt b/doc/man/man3/tqcanvasellipse.3qt index d98a30690..ecb8402aa 100644 --- a/doc/man/man3/qcanvasellipse.3qt +++ b/doc/man/man3/tqcanvasellipse.3qt @@ -141,5 +141,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasellipse.3qt) and the Qt +Please include the name of the manual page (tqcanvasellipse.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasitem.3qt b/doc/man/man3/tqcanvasitem.3qt index 082fee942..8e4dc23ad 100644 --- a/doc/man/man3/qcanvasitem.3qt +++ b/doc/man/man3/tqcanvasitem.3qt @@ -422,5 +422,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasitem.3qt) and the Qt +Please include the name of the manual page (tqcanvasitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasitemlist.3qt b/doc/man/man3/tqcanvasitemlist.3qt index 62f79fa36..6363040d8 100644 --- a/doc/man/man3/qcanvasitemlist.3qt +++ b/doc/man/man3/tqcanvasitemlist.3qt @@ -53,5 +53,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasitemlist.3qt) and the Qt +Please include the name of the manual page (tqcanvasitemlist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasline.3qt b/doc/man/man3/tqcanvasline.3qt index 0e33d42ad..b9fc8f8ec 100644 --- a/doc/man/man3/qcanvasline.3qt +++ b/doc/man/man3/tqcanvasline.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasline.3qt) and the Qt +Please include the name of the manual page (tqcanvasline.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvaspixmap.3qt b/doc/man/man3/tqcanvaspixmap.3qt index 8d9ca364f..6109b89dd 100644 --- a/doc/man/man3/qcanvaspixmap.3qt +++ b/doc/man/man3/tqcanvaspixmap.3qt @@ -96,5 +96,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvaspixmap.3qt) and the Qt +Please include the name of the manual page (tqcanvaspixmap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvaspixmaparray.3qt b/doc/man/man3/tqcanvaspixmaparray.3qt index d14b485df..461efe40e 100644 --- a/doc/man/man3/qcanvaspixmaparray.3qt +++ b/doc/man/man3/tqcanvaspixmaparray.3qt @@ -152,5 +152,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvaspixmaparray.3qt) and the Qt +Please include the name of the manual page (tqcanvaspixmaparray.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvaspolygon.3qt b/doc/man/man3/tqcanvaspolygon.3qt index 88bc51700..b10b01bb3 100644 --- a/doc/man/man3/qcanvaspolygon.3qt +++ b/doc/man/man3/tqcanvaspolygon.3qt @@ -110,5 +110,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvaspolygon.3qt) and the Qt +Please include the name of the manual page (tqcanvaspolygon.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvaspolygonalitem.3qt b/doc/man/man3/tqcanvaspolygonalitem.3qt index 0ce0fc976..ad997f53a 100644 --- a/doc/man/man3/qcanvaspolygonalitem.3qt +++ b/doc/man/man3/tqcanvaspolygonalitem.3qt @@ -189,5 +189,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvaspolygonalitem.3qt) and the Qt +Please include the name of the manual page (tqcanvaspolygonalitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasrectangle.3qt b/doc/man/man3/tqcanvasrectangle.3qt index dd37ab3f5..513049147 100644 --- a/doc/man/man3/qcanvasrectangle.3qt +++ b/doc/man/man3/tqcanvasrectangle.3qt @@ -125,5 +125,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasrectangle.3qt) and the Qt +Please include the name of the manual page (tqcanvasrectangle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasspline.3qt b/doc/man/man3/tqcanvasspline.3qt index 89f375a42..4a4df1313 100644 --- a/doc/man/man3/qcanvasspline.3qt +++ b/doc/man/man3/tqcanvasspline.3qt @@ -98,5 +98,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasspline.3qt) and the Qt +Please include the name of the manual page (tqcanvasspline.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvassprite.3qt b/doc/man/man3/tqcanvassprite.3qt index 5f69d3703..a941615fd 100644 --- a/doc/man/man3/qcanvassprite.3qt +++ b/doc/man/man3/tqcanvassprite.3qt @@ -259,5 +259,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvassprite.3qt) and the Qt +Please include the name of the manual page (tqcanvassprite.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvastext.3qt b/doc/man/man3/tqcanvastext.3qt index bfb835c9e..3d5d1088e 100644 --- a/doc/man/man3/qcanvastext.3qt +++ b/doc/man/man3/tqcanvastext.3qt @@ -156,5 +156,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvastext.3qt) and the Qt +Please include the name of the manual page (tqcanvastext.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcanvasview.3qt b/doc/man/man3/tqcanvasview.3qt index fb8580f4d..1a82b19cd 100644 --- a/doc/man/man3/qcanvasview.3qt +++ b/doc/man/man3/tqcanvasview.3qt @@ -184,5 +184,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcanvasview.3qt) and the Qt +Please include the name of the manual page (tqcanvasview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt index aa01be12d..4a7126bc0 100644 --- a/doc/man/man3/qcdestyle.3qt +++ b/doc/man/man3/tqcdestyle.3qt @@ -60,5 +60,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcdestyle.3qt) and the Qt +Please include the name of the manual page (tqcdestyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qchar.3qt b/doc/man/man3/tqchar.3qt index 779c8de12..0aa39faca 100644 --- a/doc/man/man3/qchar.3qt +++ b/doc/man/man3/tqchar.3qt @@ -486,5 +486,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qchar.3qt) and the Qt +Please include the name of the manual page (tqchar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcharref.3qt b/doc/man/man3/tqcharref.3qt index d4942b426..bfc667bac 100644 --- a/doc/man/man3/qcharref.3qt +++ b/doc/man/man3/tqcharref.3qt @@ -44,5 +44,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcharref.3qt) and the Qt +Please include the name of the manual page (tqcharref.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt index d38f22e87..3f331d73c 100644 --- a/doc/man/man3/qcheckbox.3qt +++ b/doc/man/man3/tqcheckbox.3qt @@ -304,5 +304,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcheckbox.3qt) and the Qt +Please include the name of the manual page (tqcheckbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt index 1b156e9d0..d46a037c5 100644 --- a/doc/man/man3/qchecklistitem.3qt +++ b/doc/man/man3/tqchecklistitem.3qt @@ -225,5 +225,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qchecklistitem.3qt) and the Qt +Please include the name of the manual page (tqchecklistitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qchecktableitem.3qt b/doc/man/man3/tqchecktableitem.3qt index 0dc7b2b29..4c9a47bfe 100644 --- a/doc/man/man3/qchecktableitem.3qt +++ b/doc/man/man3/tqchecktableitem.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qchecktableitem.3qt) and the Qt +Please include the name of the manual page (tqchecktableitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qchildevent.3qt b/doc/man/man3/tqchildevent.3qt index 7026c26fb..96904643c 100644 --- a/doc/man/man3/qchildevent.3qt +++ b/doc/man/man3/tqchildevent.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qchildevent.3qt) and the Qt +Please include the name of the manual page (tqchildevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qclipboard.3qt b/doc/man/man3/tqclipboard.3qt index b8480ac87..c206f8afc 100644 --- a/doc/man/man3/qclipboard.3qt +++ b/doc/man/man3/tqclipboard.3qt @@ -353,5 +353,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qclipboard.3qt) and the Qt +Please include the name of the manual page (tqclipboard.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt index 2a3ed3297..6836b74c8 100644 --- a/doc/man/man3/qcloseevent.3qt +++ b/doc/man/man3/tqcloseevent.3qt @@ -106,5 +106,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcloseevent.3qt) and the Qt +Please include the name of the manual page (tqcloseevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcolor.3qt b/doc/man/man3/tqcolor.3qt index 17024287b..041778daa 100644 --- a/doc/man/man3/qcolor.3qt +++ b/doc/man/man3/tqcolor.3qt @@ -588,5 +588,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcolor.3qt) and the Qt +Please include the name of the manual page (tqcolor.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcolordialog.3qt b/doc/man/man3/tqcolordialog.3qt index fb27ff8d9..e5ff5b283 100644 --- a/doc/man/man3/qcolordialog.3qt +++ b/doc/man/man3/tqcolordialog.3qt @@ -76,5 +76,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcolordialog.3qt) and the Qt +Please include the name of the manual page (tqcolordialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcolordrag.3qt b/doc/man/man3/tqcolordrag.3qt index 9bc797b6e..b9ca18dfe 100644 --- a/doc/man/man3/qcolordrag.3qt +++ b/doc/man/man3/tqcolordrag.3qt @@ -78,5 +78,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcolordrag.3qt) and the Qt +Please include the name of the manual page (tqcolordrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcolorgroup.3qt b/doc/man/man3/tqcolorgroup.3qt index 10f8f0390..6607ba7e8 100644 --- a/doc/man/man3/qcolorgroup.3qt +++ b/doc/man/man3/tqcolorgroup.3qt @@ -354,5 +354,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcolorgroup.3qt) and the Qt +Please include the name of the manual page (tqcolorgroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcombobox.3qt b/doc/man/man3/tqcombobox.3qt index cf337e56b..d96595a5e 100644 --- a/doc/man/man3/qcombobox.3qt +++ b/doc/man/man3/tqcombobox.3qt @@ -599,5 +599,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcombobox.3qt) and the Qt +Please include the name of the manual page (tqcombobox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcombotableitem.3qt b/doc/man/man3/tqcombotableitem.3qt index 285fef2ad..9a5e5d67a 100644 --- a/doc/man/man3/qcombotableitem.3qt +++ b/doc/man/man3/tqcombotableitem.3qt @@ -152,5 +152,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcombotableitem.3qt) and the Qt +Please include the name of the manual page (tqcombotableitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt index 3ce8d7cbe..a709fbc92 100644 --- a/doc/man/man3/qcommonstyle.3qt +++ b/doc/man/man3/tqcommonstyle.3qt @@ -55,5 +55,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcommonstyle.3qt) and the Qt +Please include the name of the manual page (tqcommonstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qconststring.3qt b/doc/man/man3/tqconststring.3qt index 8c8385552..db48b2dfb 100644 --- a/doc/man/man3/qconststring.3qt +++ b/doc/man/man3/tqconststring.3qt @@ -66,5 +66,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qconststring.3qt) and the Qt +Please include the name of the manual page (tqconststring.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt index fa87d1e04..76678267d 100644 --- a/doc/man/man3/qcontextmenuevent.3qt +++ b/doc/man/man3/tqcontextmenuevent.3qt @@ -183,5 +183,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcontextmenuevent.3qt) and the Qt +Please include the name of the manual page (tqcontextmenuevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcopchannel.3qt b/doc/man/man3/tqcopchannel.3qt index 2a3515c58..08c15f76f 100644 --- a/doc/man/man3/qcopchannel.3qt +++ b/doc/man/man3/tqcopchannel.3qt @@ -166,5 +166,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcopchannel.3qt) and the Qt +Please include the name of the manual page (tqcopchannel.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcstring.3qt b/doc/man/man3/tqcstring.3qt index c6194e4fc..4433a13ae 100644 --- a/doc/man/man3/qcstring.3qt +++ b/doc/man/man3/tqcstring.3qt @@ -1134,5 +1134,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcstring.3qt) and the Qt +Please include the name of the manual page (tqcstring.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcursor.3qt b/doc/man/man3/tqcursor.3qt index 7fd5db969..1639690e8 100644 --- a/doc/man/man3/qcursor.3qt +++ b/doc/man/man3/tqcursor.3qt @@ -249,5 +249,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcursor.3qt) and the Qt +Please include the name of the manual page (tqcursor.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcustomevent.3qt b/doc/man/man3/tqcustomevent.3qt index a76cf9063..b07740dc3 100644 --- a/doc/man/man3/qcustomevent.3qt +++ b/doc/man/man3/tqcustomevent.3qt @@ -126,5 +126,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcustomevent.3qt) and the Qt +Please include the name of the manual page (tqcustomevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qcustommenuitem.3qt b/doc/man/man3/tqcustommenuitem.3qt index 13e999827..c267a7897 100644 --- a/doc/man/man3/qcustommenuitem.3qt +++ b/doc/man/man3/tqcustommenuitem.3qt @@ -102,5 +102,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qcustommenuitem.3qt) and the Qt +Please include the name of the manual page (tqcustommenuitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatabrowser.3qt b/doc/man/man3/tqdatabrowser.3qt index e5c22c2a8..c564cc465 100644 --- a/doc/man/man3/qdatabrowser.3qt +++ b/doc/man/man3/tqdatabrowser.3qt @@ -589,5 +589,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatabrowser.3qt) and the Qt +Please include the name of the manual page (tqdatabrowser.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatastream.3qt b/doc/man/man3/tqdatastream.3qt index b4c5222eb..dcd294d73 100644 --- a/doc/man/man3/qdatastream.3qt +++ b/doc/man/man3/tqdatastream.3qt @@ -559,5 +559,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatastream.3qt) and the Qt +Please include the name of the manual page (tqdatastream.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatatable.3qt b/doc/man/man3/tqdatatable.3qt index 4f301af34..fbeea8b2b 100644 --- a/doc/man/man3/qdatatable.3qt +++ b/doc/man/man3/tqdatatable.3qt @@ -696,5 +696,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatatable.3qt) and the Qt +Please include the name of the manual page (tqdatatable.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdataview.3qt b/doc/man/man3/tqdataview.3qt index bcd222f30..f3f7cfa23 100644 --- a/doc/man/man3/qdataview.3qt +++ b/doc/man/man3/tqdataview.3qt @@ -125,5 +125,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdataview.3qt) and the Qt +Please include the name of the manual page (tqdataview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdate.3qt b/doc/man/man3/tqdate.3qt index a76200068..02dd9977f 100644 --- a/doc/man/man3/qdate.3qt +++ b/doc/man/man3/tqdate.3qt @@ -425,5 +425,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdate.3qt) and the Qt +Please include the name of the manual page (tqdate.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdateedit.3qt b/doc/man/man3/tqdateedit.3qt index a83f15ae1..2583af845 100644 --- a/doc/man/man3/qdateedit.3qt +++ b/doc/man/man3/tqdateedit.3qt @@ -288,5 +288,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdateedit.3qt) and the Qt +Please include the name of the manual page (tqdateedit.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatetime.3qt b/doc/man/man3/tqdatetime.3qt index c2ecc145d..3b7ff1bfe 100644 --- a/doc/man/man3/qdatetime.3qt +++ b/doc/man/man3/tqdatetime.3qt @@ -333,5 +333,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatetime.3qt) and the Qt +Please include the name of the manual page (tqdatetime.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatetimeedit.3qt b/doc/man/man3/tqdatetimeedit.3qt index 6171a3229..d4e1a0ba2 100644 --- a/doc/man/man3/qdatetimeedit.3qt +++ b/doc/man/man3/tqdatetimeedit.3qt @@ -142,5 +142,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatetimeedit.3qt) and the Qt +Please include the name of the manual page (tqdatetimeedit.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdatetimeeditbase.3qt b/doc/man/man3/tqdatetimeeditbase.3qt index 46c2bfcaf..ce95fc901 100644 --- a/doc/man/man3/qdatetimeeditbase.3qt +++ b/doc/man/man3/tqdatetimeeditbase.3qt @@ -44,5 +44,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdatetimeeditbase.3qt) and the Qt +Please include the name of the manual page (tqdatetimeeditbase.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdeepcopy.3qt b/doc/man/man3/tqdeepcopy.3qt index 0d6e163a5..578f7ed61 100644 --- a/doc/man/man3/qdeepcopy.3qt +++ b/doc/man/man3/tqdeepcopy.3qt @@ -186,5 +186,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdeepcopy.3qt) and the Qt +Please include the name of the manual page (tqdeepcopy.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdesktopwidget.3qt b/doc/man/man3/tqdesktopwidget.3qt index 7eafefd8a..235b11f46 100644 --- a/doc/man/man3/qdesktopwidget.3qt +++ b/doc/man/man3/tqdesktopwidget.3qt @@ -186,5 +186,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdesktopwidget.3qt) and the Qt +Please include the name of the manual page (tqdesktopwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdial.3qt b/doc/man/man3/tqdial.3qt index c58e65382..49bcb96e1 100644 --- a/doc/man/man3/qdial.3qt +++ b/doc/man/man3/tqdial.3qt @@ -361,5 +361,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdial.3qt) and the Qt +Please include the name of the manual page (tqdial.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdialog.3qt b/doc/man/man3/tqdialog.3qt index ae66f1c8b..5dce01ddd 100644 --- a/doc/man/man3/qdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -318,5 +318,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdialog.3qt) and the Qt +Please include the name of the manual page (tqdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdict.3qt b/doc/man/man3/tqdict.3qt index c8f9a4c05..3f11daee1 100644 --- a/doc/man/man3/qdict.3qt +++ b/doc/man/man3/tqdict.3qt @@ -370,5 +370,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdict.3qt) and the Qt +Please include the name of the manual page (tqdict.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdictiterator.3qt b/doc/man/man3/tqdictiterator.3qt index d4838ee9c..c95d3f473 100644 --- a/doc/man/man3/qdictiterator.3qt +++ b/doc/man/man3/tqdictiterator.3qt @@ -149,5 +149,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdictiterator.3qt) and the Qt +Please include the name of the manual page (tqdictiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdir.3qt b/doc/man/man3/tqdir.3qt index 3ef6a07be..2a4e045ef 100644 --- a/doc/man/man3/qdir.3qt +++ b/doc/man/man3/tqdir.3qt @@ -803,5 +803,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdir.3qt) and the Qt +Please include the name of the manual page (tqdir.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdirectpainter.3qt b/doc/man/man3/tqdirectpainter.3qt index 8922d4374..a2d491a86 100644 --- a/doc/man/man3/qdirectpainter.3qt +++ b/doc/man/man3/tqdirectpainter.3qt @@ -174,5 +174,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdirectpainter.3qt) and the Qt +Please include the name of the manual page (tqdirectpainter.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdns.3qt b/doc/man/man3/tqdns.3qt index fab7a5fab..89e4e5e8e 100644 --- a/doc/man/man3/qdns.3qt +++ b/doc/man/man3/tqdns.3qt @@ -327,5 +327,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdns.3qt) and the Qt +Please include the name of the manual page (tqdns.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdockarea.3qt b/doc/man/man3/tqdockarea.3qt index 23cf9ef5a..8c2307415 100644 --- a/doc/man/man3/qdockarea.3qt +++ b/doc/man/man3/tqdockarea.3qt @@ -229,5 +229,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdockarea.3qt) and the Qt +Please include the name of the manual page (tqdockarea.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdockwindow.3qt b/doc/man/man3/tqdockwindow.3qt index cd0bc81cb..9ea2e27a6 100644 --- a/doc/man/man3/qdockwindow.3qt +++ b/doc/man/man3/tqdockwindow.3qt @@ -466,5 +466,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdockwindow.3qt) and the Qt +Please include the name of the manual page (tqdockwindow.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomattr.3qt b/doc/man/man3/tqdomattr.3qt index 6962094ac..f316dd147 100644 --- a/doc/man/man3/qdomattr.3qt +++ b/doc/man/man3/tqdomattr.3qt @@ -149,5 +149,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomattr.3qt) and the Qt +Please include the name of the manual page (tqdomattr.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomcdatasection.3qt b/doc/man/man3/tqdomcdatasection.3qt index cd32e666a..c238ac6f9 100644 --- a/doc/man/man3/qdomcdatasection.3qt +++ b/doc/man/man3/tqdomcdatasection.3qt @@ -92,5 +92,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomcdatasection.3qt) and the Qt +Please include the name of the manual page (tqdomcdatasection.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomcharacterdata.3qt b/doc/man/man3/tqdomcharacterdata.3qt index dddc5fec0..d8002911e 100644 --- a/doc/man/man3/qdomcharacterdata.3qt +++ b/doc/man/man3/tqdomcharacterdata.3qt @@ -136,5 +136,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomcharacterdata.3qt) and the Qt +Please include the name of the manual page (tqdomcharacterdata.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomcomment.3qt b/doc/man/man3/tqdomcomment.3qt index 985bb8ab6..a9aea72f1 100644 --- a/doc/man/man3/qdomcomment.3qt +++ b/doc/man/man3/tqdomcomment.3qt @@ -97,5 +97,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomcomment.3qt) and the Qt +Please include the name of the manual page (tqdomcomment.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomdocument.3qt b/doc/man/man3/tqdomdocument.3qt index 568bd4a53..0f67e3d30 100644 --- a/doc/man/man3/qdomdocument.3qt +++ b/doc/man/man3/tqdomdocument.3qt @@ -444,5 +444,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomdocument.3qt) and the Qt +Please include the name of the manual page (tqdomdocument.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomdocumentfragment.3qt b/doc/man/man3/tqdomdocumentfragment.3qt index e750fe214..ebfd17ec7 100644 --- a/doc/man/man3/qdomdocumentfragment.3qt +++ b/doc/man/man3/tqdomdocumentfragment.3qt @@ -96,5 +96,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomdocumentfragment.3qt) and the Qt +Please include the name of the manual page (tqdomdocumentfragment.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomdocumenttype.3qt b/doc/man/man3/tqdomdocumenttype.3qt index e8da36622..1729131e4 100644 --- a/doc/man/man3/qdomdocumenttype.3qt +++ b/doc/man/man3/tqdomdocumenttype.3qt @@ -128,5 +128,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomdocumenttype.3qt) and the Qt +Please include the name of the manual page (tqdomdocumenttype.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomelement.3qt b/doc/man/man3/tqdomelement.3qt index e28f4666f..7e8aa7c5c 100644 --- a/doc/man/man3/qdomelement.3qt +++ b/doc/man/man3/tqdomelement.3qt @@ -331,5 +331,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomelement.3qt) and the Qt +Please include the name of the manual page (tqdomelement.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomentity.3qt b/doc/man/man3/tqdomentity.3qt index 6812de461..00835d1c8 100644 --- a/doc/man/man3/qdomentity.3qt +++ b/doc/man/man3/tqdomentity.3qt @@ -110,5 +110,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomentity.3qt) and the Qt +Please include the name of the manual page (tqdomentity.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomentityreference.3qt b/doc/man/man3/tqdomentityreference.3qt index 5c04dac81..256ee28ce 100644 --- a/doc/man/man3/qdomentityreference.3qt +++ b/doc/man/man3/tqdomentityreference.3qt @@ -96,5 +96,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomentityreference.3qt) and the Qt +Please include the name of the manual page (tqdomentityreference.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomimplementation.3qt b/doc/man/man3/tqdomimplementation.3qt index d00a2c43e..24e2a6b7f 100644 --- a/doc/man/man3/qdomimplementation.3qt +++ b/doc/man/man3/tqdomimplementation.3qt @@ -122,5 +122,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomimplementation.3qt) and the Qt +Please include the name of the manual page (tqdomimplementation.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomnamednodemap.3qt b/doc/man/man3/tqdomnamednodemap.3qt index fb0aa17eb..04ea59635 100644 --- a/doc/man/man3/qdomnamednodemap.3qt +++ b/doc/man/man3/tqdomnamednodemap.3qt @@ -168,5 +168,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomnamednodemap.3qt) and the Qt +Please include the name of the manual page (tqdomnamednodemap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomnode.3qt b/doc/man/man3/tqdomnode.3qt index a4695a384..c5595b62b 100644 --- a/doc/man/man3/qdomnode.3qt +++ b/doc/man/man3/tqdomnode.3qt @@ -729,5 +729,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomnode.3qt) and the Qt +Please include the name of the manual page (tqdomnode.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomnodelist.3qt b/doc/man/man3/tqdomnodelist.3qt index d06ef1045..08970e3be 100644 --- a/doc/man/man3/qdomnodelist.3qt +++ b/doc/man/man3/tqdomnodelist.3qt @@ -104,5 +104,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomnodelist.3qt) and the Qt +Please include the name of the manual page (tqdomnodelist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomnotation.3qt b/doc/man/man3/tqdomnotation.3qt index 503ddb635..cc30ce86a 100644 --- a/doc/man/man3/qdomnotation.3qt +++ b/doc/man/man3/tqdomnotation.3qt @@ -104,5 +104,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomnotation.3qt) and the Qt +Please include the name of the manual page (tqdomnotation.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomprocessinginstruction.3qt b/doc/man/man3/tqdomprocessinginstruction.3qt index 21c8eb4d5..33f266262 100644 --- a/doc/man/man3/qdomprocessinginstruction.3qt +++ b/doc/man/man3/tqdomprocessinginstruction.3qt @@ -111,5 +111,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomprocessinginstruction.3qt) and the Qt +Please include the name of the manual page (tqdomprocessinginstruction.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdomtext.3qt b/doc/man/man3/tqdomtext.3qt index ffc3ba687..f98585f83 100644 --- a/doc/man/man3/qdomtext.3qt +++ b/doc/man/man3/tqdomtext.3qt @@ -103,5 +103,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdomtext.3qt) and the Qt +Please include the name of the manual page (tqdomtext.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdoublevalidator.3qt b/doc/man/man3/tqdoublevalidator.3qt index 16c8e734d..5a7475ebf 100644 --- a/doc/man/man3/qdoublevalidator.3qt +++ b/doc/man/man3/tqdoublevalidator.3qt @@ -142,5 +142,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdoublevalidator.3qt) and the Qt +Please include the name of the manual page (tqdoublevalidator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdragenterevent.3qt b/doc/man/man3/tqdragenterevent.3qt index def1a8571..8fd5eac62 100644 --- a/doc/man/man3/qdragenterevent.3qt +++ b/doc/man/man3/tqdragenterevent.3qt @@ -54,5 +54,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdragenterevent.3qt) and the Qt +Please include the name of the manual page (tqdragenterevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdragleaveevent.3qt b/doc/man/man3/tqdragleaveevent.3qt index 6a4b5570c..3311c3fef 100644 --- a/doc/man/man3/qdragleaveevent.3qt +++ b/doc/man/man3/tqdragleaveevent.3qt @@ -54,5 +54,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdragleaveevent.3qt) and the Qt +Please include the name of the manual page (tqdragleaveevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdragmoveevent.3qt b/doc/man/man3/tqdragmoveevent.3qt index 7e381efd9..b778bb3c9 100644 --- a/doc/man/man3/qdragmoveevent.3qt +++ b/doc/man/man3/tqdragmoveevent.3qt @@ -79,5 +79,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdragmoveevent.3qt) and the Qt +Please include the name of the manual page (tqdragmoveevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdragobject.3qt b/doc/man/man3/tqdragobject.3qt index d2fd24830..4264593a4 100644 --- a/doc/man/man3/qdragobject.3qt +++ b/doc/man/man3/tqdragobject.3qt @@ -178,5 +178,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdragobject.3qt) and the Qt +Please include the name of the manual page (tqdragobject.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qdropevent.3qt b/doc/man/man3/tqdropevent.3qt index 85ac8fbd4..66fcb2d52 100644 --- a/doc/man/man3/qdropevent.3qt +++ b/doc/man/man3/tqdropevent.3qt @@ -185,5 +185,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdropevent.3qt) and the Qt +Please include the name of the manual page (tqdropevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qeditorfactory.3qt b/doc/man/man3/tqeditorfactory.3qt index c67e49aa1..da2bf76c2 100644 --- a/doc/man/man3/qeditorfactory.3qt +++ b/doc/man/man3/tqeditorfactory.3qt @@ -81,5 +81,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qeditorfactory.3qt) and the Qt +Please include the name of the manual page (tqeditorfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qerrormessage.3qt b/doc/man/man3/tqerrormessage.3qt index 4e5ce9e17..8532e3891 100644 --- a/doc/man/man3/qerrormessage.3qt +++ b/doc/man/man3/tqerrormessage.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qerrormessage.3qt) and the Qt +Please include the name of the manual page (tqerrormessage.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qeucjpcodec.3qt b/doc/man/man3/tqeucjpcodec.3qt index 47eddd336..ea9078d38 100644 --- a/doc/man/man3/qeucjpcodec.3qt +++ b/doc/man/man3/tqeucjpcodec.3qt @@ -86,5 +86,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qeucjpcodec.3qt) and the Qt +Please include the name of the manual page (tqeucjpcodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qeuckrcodec.3qt b/doc/man/man3/tqeuckrcodec.3qt index fdc2ee933..8fcd2f11b 100644 --- a/doc/man/man3/qeuckrcodec.3qt +++ b/doc/man/man3/tqeuckrcodec.3qt @@ -67,5 +67,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qeuckrcodec.3qt) and the Qt +Please include the name of the manual page (tqeuckrcodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qevent.3qt b/doc/man/man3/tqevent.3qt index 3e67b4fc0..43868097d 100644 --- a/doc/man/man3/qevent.3qt +++ b/doc/man/man3/tqevent.3qt @@ -234,5 +234,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qevent.3qt) and the Qt +Please include the name of the manual page (tqevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qeventloop.3qt b/doc/man/man3/tqeventloop.3qt index 3238e613b..909eaf8d9 100644 --- a/doc/man/man3/qeventloop.3qt +++ b/doc/man/man3/tqeventloop.3qt @@ -236,5 +236,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qeventloop.3qt) and the Qt +Please include the name of the manual page (tqeventloop.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfile.3qt b/doc/man/man3/tqfile.3qt index aab1c83a5..50bc69940 100644 --- a/doc/man/man3/qfile.3qt +++ b/doc/man/man3/tqfile.3qt @@ -522,5 +522,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfile.3qt) and the Qt +Please include the name of the manual page (tqfile.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfiledialog.3qt b/doc/man/man3/tqfiledialog.3qt index becd98640..108cf357a 100644 --- a/doc/man/man3/qfiledialog.3qt +++ b/doc/man/man3/tqfiledialog.3qt @@ -1021,5 +1021,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfiledialog.3qt) and the Qt +Please include the name of the manual page (tqfiledialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfileiconprovider.3qt b/doc/man/man3/tqfileiconprovider.3qt index d7d088c97..395323bc9 100644 --- a/doc/man/man3/qfileiconprovider.3qt +++ b/doc/man/man3/tqfileiconprovider.3qt @@ -64,5 +64,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfileiconprovider.3qt) and the Qt +Please include the name of the manual page (tqfileiconprovider.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfileinfo.3qt b/doc/man/man3/tqfileinfo.3qt index 5cf8195df..c99285715 100644 --- a/doc/man/man3/qfileinfo.3qt +++ b/doc/man/man3/tqfileinfo.3qt @@ -533,5 +533,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfileinfo.3qt) and the Qt +Please include the name of the manual page (tqfileinfo.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfilepreview.3qt b/doc/man/man3/tqfilepreview.3qt index 718ca3bd9..07f0caddc 100644 --- a/doc/man/man3/qfilepreview.3qt +++ b/doc/man/man3/tqfilepreview.3qt @@ -62,5 +62,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfilepreview.3qt) and the Qt +Please include the name of the manual page (tqfilepreview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfocusdata.3qt b/doc/man/man3/tqfocusdata.3qt index b26bf3d7d..53e65a756 100644 --- a/doc/man/man3/qfocusdata.3qt +++ b/doc/man/man3/tqfocusdata.3qt @@ -88,5 +88,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfocusdata.3qt) and the Qt +Please include the name of the manual page (tqfocusdata.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfocusevent.3qt b/doc/man/man3/tqfocusevent.3qt index f79b43273..fe5edcd44 100644 --- a/doc/man/man3/qfocusevent.3qt +++ b/doc/man/man3/tqfocusevent.3qt @@ -113,5 +113,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfocusevent.3qt) and the Qt +Please include the name of the manual page (tqfocusevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfont.3qt b/doc/man/man3/tqfont.3qt index 8508ea124..29f56ed73 100644 --- a/doc/man/man3/qfont.3qt +++ b/doc/man/man3/tqfont.3qt @@ -902,5 +902,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfont.3qt) and the Qt +Please include the name of the manual page (tqfont.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfontdatabase.3qt b/doc/man/man3/tqfontdatabase.3qt index 7582fa7d2..590297270 100644 --- a/doc/man/man3/qfontdatabase.3qt +++ b/doc/man/man3/tqfontdatabase.3qt @@ -299,5 +299,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfontdatabase.3qt) and the Qt +Please include the name of the manual page (tqfontdatabase.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfontdialog.3qt b/doc/man/man3/tqfontdialog.3qt index a824600c2..11d6a1d32 100644 --- a/doc/man/man3/qfontdialog.3qt +++ b/doc/man/man3/tqfontdialog.3qt @@ -159,5 +159,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfontdialog.3qt) and the Qt +Please include the name of the manual page (tqfontdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfontinfo.3qt b/doc/man/man3/tqfontinfo.3qt index b1abcab83..9f6964da6 100644 --- a/doc/man/man3/qfontinfo.3qt +++ b/doc/man/man3/tqfontinfo.3qt @@ -171,5 +171,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfontinfo.3qt) and the Qt +Please include the name of the manual page (tqfontinfo.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfontmanager.3qt b/doc/man/man3/tqfontmanager.3qt index 13b5d9a87..8f6031338 100644 --- a/doc/man/man3/qfontmanager.3qt +++ b/doc/man/man3/tqfontmanager.3qt @@ -72,5 +72,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfontmanager.3qt) and the Qt +Please include the name of the manual page (tqfontmanager.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qfontmetrics.3qt b/doc/man/man3/tqfontmetrics.3qt index 90ad7cbc9..7215a4c59 100644 --- a/doc/man/man3/qfontmetrics.3qt +++ b/doc/man/man3/tqfontmetrics.3qt @@ -412,5 +412,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qfontmetrics.3qt) and the Qt +Please include the name of the manual page (tqfontmetrics.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qframe.3qt b/doc/man/man3/tqframe.3qt index 012e6a540..1e1fb6298 100644 --- a/doc/man/man3/qframe.3qt +++ b/doc/man/man3/tqframe.3qt @@ -401,5 +401,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qframe.3qt) and the Qt +Please include the name of the manual page (tqframe.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qftp.3qt b/doc/man/man3/tqftp.3qt index 94e822485..6622021ed 100644 --- a/doc/man/man3/qftp.3qt +++ b/doc/man/man3/tqftp.3qt @@ -645,5 +645,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qftp.3qt) and the Qt +Please include the name of the manual page (tqftp.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgb18030codec.3qt b/doc/man/man3/tqgb18030codec.3qt index cace1b372..6c89d170b 100644 --- a/doc/man/man3/qgb18030codec.3qt +++ b/doc/man/man3/tqgb18030codec.3qt @@ -76,5 +76,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgb18030codec.3qt) and the Qt +Please include the name of the manual page (tqgb18030codec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgb2312codec.3qt b/doc/man/man3/tqgb2312codec.3qt index 0913389d1..4a96113c8 100644 --- a/doc/man/man3/qgb2312codec.3qt +++ b/doc/man/man3/tqgb2312codec.3qt @@ -44,5 +44,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgb2312codec.3qt) and the Qt +Please include the name of the manual page (tqgb2312codec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgbkcodec.3qt b/doc/man/man3/tqgbkcodec.3qt index 68dcde62d..f33a57cea 100644 --- a/doc/man/man3/qgbkcodec.3qt +++ b/doc/man/man3/tqgbkcodec.3qt @@ -48,5 +48,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgbkcodec.3qt) and the Qt +Please include the name of the manual page (tqgbkcodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgfxdriverfactory.3qt b/doc/man/man3/tqgfxdriverfactory.3qt index 4d454dede..0f9cb6c8e 100644 --- a/doc/man/man3/qgfxdriverfactory.3qt +++ b/doc/man/man3/tqgfxdriverfactory.3qt @@ -55,5 +55,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgfxdriverfactory.3qt) and the Qt +Please include the name of the manual page (tqgfxdriverfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgfxdriverplugin.3qt b/doc/man/man3/tqgfxdriverplugin.3qt index 54f7c3b48..6ffad6658 100644 --- a/doc/man/man3/qgfxdriverplugin.3qt +++ b/doc/man/man3/tqgfxdriverplugin.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgfxdriverplugin.3qt) and the Qt +Please include the name of the manual page (tqgfxdriverplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgl.3qt b/doc/man/man3/tqgl.3qt index ae9ef3ce5..a337c2ed4 100644 --- a/doc/man/man3/qgl.3qt +++ b/doc/man/man3/tqgl.3qt @@ -91,5 +91,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgl.3qt) and the Qt +Please include the name of the manual page (tqgl.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qglayoutiterator.3qt b/doc/man/man3/tqglayoutiterator.3qt index dfec3e5ff..8d15612ca 100644 --- a/doc/man/man3/qglayoutiterator.3qt +++ b/doc/man/man3/tqglayoutiterator.3qt @@ -77,5 +77,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qglayoutiterator.3qt) and the Qt +Please include the name of the manual page (tqglayoutiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qglcolormap.3qt b/doc/man/man3/tqglcolormap.3qt index a7e0484fb..75d12727b 100644 --- a/doc/man/man3/qglcolormap.3qt +++ b/doc/man/man3/tqglcolormap.3qt @@ -162,5 +162,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qglcolormap.3qt) and the Qt +Please include the name of the manual page (tqglcolormap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qglcontext.3qt b/doc/man/man3/tqglcontext.3qt index 2816a3648..2fcebe68d 100644 --- a/doc/man/man3/qglcontext.3qt +++ b/doc/man/man3/tqglcontext.3qt @@ -269,5 +269,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qglcontext.3qt) and the Qt +Please include the name of the manual page (tqglcontext.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qglformat.3qt b/doc/man/man3/tqglformat.3qt index 6c61f0638..09d64e24a 100644 --- a/doc/man/man3/qglformat.3qt +++ b/doc/man/man3/tqglformat.3qt @@ -507,5 +507,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qglformat.3qt) and the Qt +Please include the name of the manual page (tqglformat.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qglwidget.3qt b/doc/man/man3/tqglwidget.3qt index c1282249c..5dff77432 100644 --- a/doc/man/man3/qglwidget.3qt +++ b/doc/man/man3/tqglwidget.3qt @@ -508,5 +508,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qglwidget.3qt) and the Qt +Please include the name of the manual page (tqglwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgrid.3qt b/doc/man/man3/tqgrid.3qt index 7717e2e26..08cc8e46d 100644 --- a/doc/man/man3/qgrid.3qt +++ b/doc/man/man3/tqgrid.3qt @@ -71,5 +71,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgrid.3qt) and the Qt +Please include the name of the manual page (tqgrid.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgridlayout.3qt b/doc/man/man3/tqgridlayout.3qt index a62e64b4e..7a5ce8a5a 100644 --- a/doc/man/man3/qgridlayout.3qt +++ b/doc/man/man3/tqgridlayout.3qt @@ -386,5 +386,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgridlayout.3qt) and the Qt +Please include the name of the manual page (tqgridlayout.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgridview.3qt b/doc/man/man3/tqgridview.3qt index 42cb5f5ac..7ec8b9f0d 100644 --- a/doc/man/man3/qgridview.3qt +++ b/doc/man/man3/tqgridview.3qt @@ -241,5 +241,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgridview.3qt) and the Qt +Please include the name of the manual page (tqgridview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qgroupbox.3qt b/doc/man/man3/tqgroupbox.3qt index 37ac77bb2..d99054aa1 100644 --- a/doc/man/man3/qgroupbox.3qt +++ b/doc/man/man3/tqgroupbox.3qt @@ -325,5 +325,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qgroupbox.3qt) and the Qt +Please include the name of the manual page (tqgroupbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qguardedptr.3qt b/doc/man/man3/tqguardedptr.3qt index 11f362d4c..f646c8b32 100644 --- a/doc/man/man3/qguardedptr.3qt +++ b/doc/man/man3/tqguardedptr.3qt @@ -144,5 +144,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qguardedptr.3qt) and the Qt +Please include the name of the manual page (tqguardedptr.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhbox.3qt b/doc/man/man3/tqhbox.3qt index 6a3d9eb9c..218e4e2fa 100644 --- a/doc/man/man3/qhbox.3qt +++ b/doc/man/man3/tqhbox.3qt @@ -88,5 +88,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhbox.3qt) and the Qt +Please include the name of the manual page (tqhbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhboxlayout.3qt b/doc/man/man3/tqhboxlayout.3qt index 96371ea92..464bac304 100644 --- a/doc/man/man3/qhboxlayout.3qt +++ b/doc/man/man3/tqhboxlayout.3qt @@ -108,5 +108,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhboxlayout.3qt) and the Qt +Please include the name of the manual page (tqhboxlayout.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhbuttongroup.3qt b/doc/man/man3/tqhbuttongroup.3qt index 6d767ded5..f68ebbf79 100644 --- a/doc/man/man3/qhbuttongroup.3qt +++ b/doc/man/man3/tqhbuttongroup.3qt @@ -71,5 +71,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhbuttongroup.3qt) and the Qt +Please include the name of the manual page (tqhbuttongroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qheader.3qt b/doc/man/man3/tqheader.3qt index b4b011151..97a2cc759 100644 --- a/doc/man/man3/qheader.3qt +++ b/doc/man/man3/tqheader.3qt @@ -580,5 +580,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qheader.3qt) and the Qt +Please include the name of the manual page (tqheader.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhebrewcodec.3qt b/doc/man/man3/tqhebrewcodec.3qt index 498f3124c..2d6a4dd8a 100644 --- a/doc/man/man3/qhebrewcodec.3qt +++ b/doc/man/man3/tqhebrewcodec.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhebrewcodec.3qt) and the Qt +Please include the name of the manual page (tqhebrewcodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhgroupbox.3qt b/doc/man/man3/tqhgroupbox.3qt index cb178fcea..32d945285 100644 --- a/doc/man/man3/qhgroupbox.3qt +++ b/doc/man/man3/tqhgroupbox.3qt @@ -71,5 +71,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhgroupbox.3qt) and the Qt +Please include the name of the manual page (tqhgroupbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhideevent.3qt b/doc/man/man3/tqhideevent.3qt index 4886dd8d8..1175b7de4 100644 --- a/doc/man/man3/qhideevent.3qt +++ b/doc/man/man3/tqhideevent.3qt @@ -53,5 +53,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhideevent.3qt) and the Qt +Please include the name of the manual page (tqhideevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhostaddress.3qt b/doc/man/man3/tqhostaddress.3qt index 2666b7d34..b3e0f87f6 100644 --- a/doc/man/man3/qhostaddress.3qt +++ b/doc/man/man3/tqhostaddress.3qt @@ -184,5 +184,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhostaddress.3qt) and the Qt +Please include the name of the manual page (tqhostaddress.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhttp.3qt b/doc/man/man3/tqhttp.3qt index 39573eb70..885e8bac2 100644 --- a/doc/man/man3/qhttp.3qt +++ b/doc/man/man3/tqhttp.3qt @@ -538,5 +538,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhttp.3qt) and the Qt +Please include the name of the manual page (tqhttp.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhttpheader.3qt b/doc/man/man3/tqhttpheader.3qt index 085d36fe0..e1e0e4548 100644 --- a/doc/man/man3/qhttpheader.3qt +++ b/doc/man/man3/tqhttpheader.3qt @@ -206,5 +206,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhttpheader.3qt) and the Qt +Please include the name of the manual page (tqhttpheader.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhttprequestheader.3qt b/doc/man/man3/tqhttprequestheader.3qt index e7e73efa5..1c925f3cc 100644 --- a/doc/man/man3/qhttprequestheader.3qt +++ b/doc/man/man3/tqhttprequestheader.3qt @@ -133,5 +133,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhttprequestheader.3qt) and the Qt +Please include the name of the manual page (tqhttprequestheader.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qhttpresponseheader.3qt b/doc/man/man3/tqhttpresponseheader.3qt index 61402ff8a..000e3351b 100644 --- a/doc/man/man3/qhttpresponseheader.3qt +++ b/doc/man/man3/tqhttpresponseheader.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qhttpresponseheader.3qt) and the Qt +Please include the name of the manual page (tqhttpresponseheader.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qicondrag.3qt b/doc/man/man3/tqicondrag.3qt index e70a66dad..7525d532b 100644 --- a/doc/man/man3/qicondrag.3qt +++ b/doc/man/man3/tqicondrag.3qt @@ -92,5 +92,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qicondrag.3qt) and the Qt +Please include the name of the manual page (tqicondrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qicondragevent.3qt b/doc/man/man3/tqicondragevent.3qt index 36275a2f8..33ec3aa4a 100644 --- a/doc/man/man3/qicondragevent.3qt +++ b/doc/man/man3/tqicondragevent.3qt @@ -82,5 +82,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qicondragevent.3qt) and the Qt +Please include the name of the manual page (tqicondragevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qicondragitem.3qt b/doc/man/man3/tqicondragitem.3qt index c80ec9fa6..daa5a70d6 100644 --- a/doc/man/man3/qicondragitem.3qt +++ b/doc/man/man3/tqicondragitem.3qt @@ -72,5 +72,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qicondragitem.3qt) and the Qt +Please include the name of the manual page (tqicondragitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qiconfactory.3qt b/doc/man/man3/tqiconfactory.3qt index d8423ed29..8eca46a8e 100644 --- a/doc/man/man3/qiconfactory.3qt +++ b/doc/man/man3/tqiconfactory.3qt @@ -94,5 +94,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qiconfactory.3qt) and the Qt +Please include the name of the manual page (tqiconfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qiconset.3qt b/doc/man/man3/tqiconset.3qt index 8e63bf980..2f8ec2515 100644 --- a/doc/man/man3/qiconset.3qt +++ b/doc/man/man3/tqiconset.3qt @@ -280,5 +280,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qiconset.3qt) and the Qt +Please include the name of the manual page (tqiconset.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qiconview.3qt b/doc/man/man3/tqiconview.3qt index 516ac408a..1613f1f9a 100644 --- a/doc/man/man3/qiconview.3qt +++ b/doc/man/man3/tqiconview.3qt @@ -957,5 +957,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qiconview.3qt) and the Qt +Please include the name of the manual page (tqiconview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qiconviewitem.3qt b/doc/man/man3/tqiconviewitem.3qt index ba3998678..d1e3733a1 100644 --- a/doc/man/man3/qiconviewitem.3qt +++ b/doc/man/man3/tqiconviewitem.3qt @@ -572,5 +572,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qiconviewitem.3qt) and the Qt +Please include the name of the manual page (tqiconviewitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimage.3qt b/doc/man/man3/tqimage.3qt index 5b9e1e493..95b7ce51f 100644 --- a/doc/man/man3/qimage.3qt +++ b/doc/man/man3/tqimage.3qt @@ -1091,5 +1091,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimage.3qt) and the Qt +Please include the name of the manual page (tqimage.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimageconsumer.3qt b/doc/man/man3/tqimageconsumer.3qt index 8a31dae0d..59c8a1415 100644 --- a/doc/man/man3/qimageconsumer.3qt +++ b/doc/man/man3/tqimageconsumer.3qt @@ -104,5 +104,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimageconsumer.3qt) and the Qt +Please include the name of the manual page (tqimageconsumer.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt index 1b583199a..bd8957eee 100644 --- a/doc/man/man3/qimagedecoder.3qt +++ b/doc/man/man3/tqimagedecoder.3qt @@ -107,5 +107,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimagedecoder.3qt) and the Qt +Please include the name of the manual page (tqimagedecoder.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt index 1e540c323..c50e55a09 100644 --- a/doc/man/man3/qimagedrag.3qt +++ b/doc/man/man3/tqimagedrag.3qt @@ -101,5 +101,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimagedrag.3qt) and the Qt +Please include the name of the manual page (tqimagedrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimageformat.3qt b/doc/man/man3/tqimageformat.3qt index 765900a51..9590ac32f 100644 --- a/doc/man/man3/qimageformat.3qt +++ b/doc/man/man3/tqimageformat.3qt @@ -59,5 +59,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimageformat.3qt) and the Qt +Please include the name of the manual page (tqimageformat.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimageformatplugin.3qt b/doc/man/man3/tqimageformatplugin.3qt index c21acf9b6..147486ef1 100644 --- a/doc/man/man3/qimageformatplugin.3qt +++ b/doc/man/man3/tqimageformatplugin.3qt @@ -72,5 +72,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimageformatplugin.3qt) and the Qt +Please include the name of the manual page (tqimageformatplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimageformattype.3qt b/doc/man/man3/tqimageformattype.3qt index ec716cc5e..c4902cc62 100644 --- a/doc/man/man3/qimageformattype.3qt +++ b/doc/man/man3/tqimageformattype.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimageformattype.3qt) and the Qt +Please include the name of the manual page (tqimageformattype.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimageio.3qt b/doc/man/man3/tqimageio.3qt index c74b7f20d..d92c822af 100644 --- a/doc/man/man3/qimageio.3qt +++ b/doc/man/man3/tqimageio.3qt @@ -361,5 +361,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimageio.3qt) and the Qt +Please include the name of the manual page (tqimageio.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qimevent.3qt b/doc/man/man3/tqimevent.3qt index 3eb8d8c87..994d8822d 100644 --- a/doc/man/man3/qimevent.3qt +++ b/doc/man/man3/tqimevent.3qt @@ -123,5 +123,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qimevent.3qt) and the Qt +Please include the name of the manual page (tqimevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qinputdialog.3qt b/doc/man/man3/tqinputdialog.3qt index 83ee42c9e..a31f165e4 100644 --- a/doc/man/man3/qinputdialog.3qt +++ b/doc/man/man3/tqinputdialog.3qt @@ -197,5 +197,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qinputdialog.3qt) and the Qt +Please include the name of the manual page (tqinputdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qintcache.3qt b/doc/man/man3/tqintcache.3qt index b12feaed0..a80006e47 100644 --- a/doc/man/man3/qintcache.3qt +++ b/doc/man/man3/tqintcache.3qt @@ -181,5 +181,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qintcache.3qt) and the Qt +Please include the name of the manual page (tqintcache.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qintcacheiterator.3qt b/doc/man/man3/tqintcacheiterator.3qt index b3afd4f58..4d6362693 100644 --- a/doc/man/man3/qintcacheiterator.3qt +++ b/doc/man/man3/tqintcacheiterator.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qintcacheiterator.3qt) and the Qt +Please include the name of the manual page (tqintcacheiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qintdict.3qt b/doc/man/man3/tqintdict.3qt index 355002cad..bd0301c16 100644 --- a/doc/man/man3/qintdict.3qt +++ b/doc/man/man3/tqintdict.3qt @@ -311,5 +311,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qintdict.3qt) and the Qt +Please include the name of the manual page (tqintdict.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qintdictiterator.3qt b/doc/man/man3/tqintdictiterator.3qt index 7a7c54473..e260df860 100644 --- a/doc/man/man3/qintdictiterator.3qt +++ b/doc/man/man3/tqintdictiterator.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qintdictiterator.3qt) and the Qt +Please include the name of the manual page (tqintdictiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qintvalidator.3qt b/doc/man/man3/tqintvalidator.3qt index 54dd7a105..e9201af78 100644 --- a/doc/man/man3/qintvalidator.3qt +++ b/doc/man/man3/tqintvalidator.3qt @@ -199,5 +199,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qintvalidator.3qt) and the Qt +Please include the name of the manual page (tqintvalidator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qiodevice.3qt b/doc/man/man3/tqiodevice.3qt index 6d087c344..31a2b88c4 100644 --- a/doc/man/man3/qiodevice.3qt +++ b/doc/man/man3/tqiodevice.3qt @@ -547,5 +547,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qiodevice.3qt) and the Qt +Please include the name of the manual page (tqiodevice.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qjiscodec.3qt b/doc/man/man3/tqjiscodec.3qt index 25dbc5cc4..7a973faf2 100644 --- a/doc/man/man3/qjiscodec.3qt +++ b/doc/man/man3/tqjiscodec.3qt @@ -92,5 +92,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qjiscodec.3qt) and the Qt +Please include the name of the manual page (tqjiscodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qkbddriverfactory.3qt b/doc/man/man3/tqkbddriverfactory.3qt index 9fa5e2658..ccc6fdf50 100644 --- a/doc/man/man3/qkbddriverfactory.3qt +++ b/doc/man/man3/tqkbddriverfactory.3qt @@ -55,5 +55,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qkbddriverfactory.3qt) and the Qt +Please include the name of the manual page (tqkbddriverfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qkbddriverplugin.3qt b/doc/man/man3/tqkbddriverplugin.3qt index 05d942bdf..2b5d06eeb 100644 --- a/doc/man/man3/qkbddriverplugin.3qt +++ b/doc/man/man3/tqkbddriverplugin.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qkbddriverplugin.3qt) and the Qt +Please include the name of the manual page (tqkbddriverplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qkeyevent.3qt b/doc/man/man3/tqkeyevent.3qt index c2df3179b..1a7faeef4 100644 --- a/doc/man/man3/qkeyevent.3qt +++ b/doc/man/man3/tqkeyevent.3qt @@ -151,5 +151,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qkeyevent.3qt) and the Qt +Please include the name of the manual page (tqkeyevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt index 45a7e9b15..b93c22f65 100644 --- a/doc/man/man3/qkeysequence.3qt +++ b/doc/man/man3/tqkeysequence.3qt @@ -165,5 +165,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qkeysequence.3qt) and the Qt +Please include the name of the manual page (tqkeysequence.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlabel.3qt b/doc/man/man3/tqlabel.3qt index 9f7e44ee2..03f382615 100644 --- a/doc/man/man3/qlabel.3qt +++ b/doc/man/man3/tqlabel.3qt @@ -431,5 +431,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlabel.3qt) and the Qt +Please include the name of the manual page (tqlabel.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlayout.3qt b/doc/man/man3/tqlayout.3qt index 1ab66d555..50270d089 100644 --- a/doc/man/man3/qlayout.3qt +++ b/doc/man/man3/tqlayout.3qt @@ -404,5 +404,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlayout.3qt) and the Qt +Please include the name of the manual page (tqlayout.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index 1e115a7e1..58dda2b4a 100644 --- a/doc/man/man3/qlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -222,5 +222,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlayoutitem.3qt) and the Qt +Please include the name of the manual page (tqlayoutitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlayoutiterator.3qt b/doc/man/man3/tqlayoutiterator.3qt index f0c40c876..c43945859 100644 --- a/doc/man/man3/qlayoutiterator.3qt +++ b/doc/man/man3/tqlayoutiterator.3qt @@ -136,5 +136,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlayoutiterator.3qt) and the Qt +Please include the name of the manual page (tqlayoutiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index af69911df..ea4eb9e97 100644 --- a/doc/man/man3/qlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -331,5 +331,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlcdnumber.3qt) and the Qt +Please include the name of the manual page (tqlcdnumber.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlibrary.3qt b/doc/man/man3/tqlibrary.3qt index b589e5eaa..5a9293043 100644 --- a/doc/man/man3/qlibrary.3qt +++ b/doc/man/man3/tqlibrary.3qt @@ -276,5 +276,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlibrary.3qt) and the Qt +Please include the name of the manual page (tqlibrary.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlineedit.3qt b/doc/man/man3/tqlineedit.3qt index 128d4dc9f..2900ba56d 100644 --- a/doc/man/man3/qlineedit.3qt +++ b/doc/man/man3/tqlineedit.3qt @@ -774,5 +774,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlineedit.3qt) and the Qt +Please include the name of the manual page (tqlineedit.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistbox.3qt b/doc/man/man3/tqlistbox.3qt index 7748489b5..b34ee1ee7 100644 --- a/doc/man/man3/qlistbox.3qt +++ b/doc/man/man3/tqlistbox.3qt @@ -1106,5 +1106,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistbox.3qt) and the Qt +Please include the name of the manual page (tqlistbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistboxitem.3qt b/doc/man/man3/tqlistboxitem.3qt index ea9e3f896..d418f7b1a 100644 --- a/doc/man/man3/qlistboxitem.3qt +++ b/doc/man/man3/tqlistboxitem.3qt @@ -199,5 +199,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistboxitem.3qt) and the Qt +Please include the name of the manual page (tqlistboxitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistboxpixmap.3qt b/doc/man/man3/tqlistboxpixmap.3qt index d26b76f60..5288ac918 100644 --- a/doc/man/man3/qlistboxpixmap.3qt +++ b/doc/man/man3/tqlistboxpixmap.3qt @@ -116,5 +116,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistboxpixmap.3qt) and the Qt +Please include the name of the manual page (tqlistboxpixmap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistboxtext.3qt b/doc/man/man3/tqlistboxtext.3qt index 1d6b0a883..5714a37d4 100644 --- a/doc/man/man3/qlistboxtext.3qt +++ b/doc/man/man3/tqlistboxtext.3qt @@ -94,5 +94,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistboxtext.3qt) and the Qt +Please include the name of the manual page (tqlistboxtext.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistview.3qt b/doc/man/man3/tqlistview.3qt index 1f3af2588..39629dece 100644 --- a/doc/man/man3/qlistview.3qt +++ b/doc/man/man3/tqlistview.3qt @@ -1104,5 +1104,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistview.3qt) and the Qt +Please include the name of the manual page (tqlistview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt index 521cd8dfd..550099022 100644 --- a/doc/man/man3/qlistviewitem.3qt +++ b/doc/man/man3/tqlistviewitem.3qt @@ -720,5 +720,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistviewitem.3qt) and the Qt +Please include the name of the manual page (tqlistviewitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlistviewitemiterator.3qt b/doc/man/man3/tqlistviewitemiterator.3qt index 5de39cab2..672564007 100644 --- a/doc/man/man3/qlistviewitemiterator.3qt +++ b/doc/man/man3/tqlistviewitemiterator.3qt @@ -214,5 +214,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlistviewitemiterator.3qt) and the Qt +Please include the name of the manual page (tqlistviewitemiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlocale.3qt b/doc/man/man3/tqlocale.3qt index b1ff1ad39..d3654afa4 100644 --- a/doc/man/man3/qlocale.3qt +++ b/doc/man/man3/tqlocale.3qt @@ -1245,5 +1245,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlocale.3qt) and the Qt +Please include the name of the manual page (tqlocale.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qlocalfs.3qt b/doc/man/man3/tqlocalfs.3qt index 13ffcab91..681a30380 100644 --- a/doc/man/man3/qlocalfs.3qt +++ b/doc/man/man3/tqlocalfs.3qt @@ -63,5 +63,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qlocalfs.3qt) and the Qt +Please include the name of the manual page (tqlocalfs.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmacmime.3qt b/doc/man/man3/tqmacmime.3qt index fa0b0cb5c..eca9e8bcb 100644 --- a/doc/man/man3/qmacmime.3qt +++ b/doc/man/man3/tqmacmime.3qt @@ -146,5 +146,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmacmime.3qt) and the Qt +Please include the name of the manual page (tqmacmime.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt index 761714712..65fa493be 100644 --- a/doc/man/man3/qmacstyle.3qt +++ b/doc/man/man3/tqmacstyle.3qt @@ -131,5 +131,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmacstyle.3qt) and the Qt +Please include the name of the manual page (tqmacstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt index 0bdd8a7b6..c71e34418 100644 --- a/doc/man/man3/qmainwindow.3qt +++ b/doc/man/man3/tqmainwindow.3qt @@ -841,5 +841,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmainwindow.3qt) and the Qt +Please include the name of the manual page (tqmainwindow.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmap.3qt b/doc/man/man3/tqmap.3qt index efaf4c210..e7cc4ebf6 100644 --- a/doc/man/man3/qmap.3qt +++ b/doc/man/man3/tqmap.3qt @@ -550,5 +550,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmap.3qt) and the Qt +Please include the name of the manual page (tqmap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmapconstiterator.3qt b/doc/man/man3/tqmapconstiterator.3qt index 3a4d27750..f9e3d04cd 100644 --- a/doc/man/man3/qmapconstiterator.3qt +++ b/doc/man/man3/tqmapconstiterator.3qt @@ -137,5 +137,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmapconstiterator.3qt) and the Qt +Please include the name of the manual page (tqmapconstiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmapiterator.3qt b/doc/man/man3/tqmapiterator.3qt index 86633a4d5..17cd56303 100644 --- a/doc/man/man3/qmapiterator.3qt +++ b/doc/man/man3/tqmapiterator.3qt @@ -148,5 +148,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmapiterator.3qt) and the Qt +Please include the name of the manual page (tqmapiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmemarray.3qt b/doc/man/man3/tqmemarray.3qt index ef3c0871d..ee598135f 100644 --- a/doc/man/man3/qmemarray.3qt +++ b/doc/man/man3/tqmemarray.3qt @@ -567,5 +567,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmemarray.3qt) and the Qt +Please include the name of the manual page (tqmemarray.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmenubar.3qt b/doc/man/man3/tqmenubar.3qt index 9a4a2ec4c..ad542f03a 100644 --- a/doc/man/man3/qmenubar.3qt +++ b/doc/man/man3/tqmenubar.3qt @@ -584,5 +584,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmenubar.3qt) and the Qt +Please include the name of the manual page (tqmenubar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmenudata.3qt b/doc/man/man3/tqmenudata.3qt index a72649012..f0044f254 100644 --- a/doc/man/man3/qmenudata.3qt +++ b/doc/man/man3/tqmenudata.3qt @@ -703,5 +703,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmenudata.3qt) and the Qt +Please include the name of the manual page (tqmenudata.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt index e5b81bda9..6e9636f9d 100644 --- a/doc/man/man3/qmessagebox.3qt +++ b/doc/man/man3/tqmessagebox.3qt @@ -854,5 +854,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmessagebox.3qt) and the Qt +Please include the name of the manual page (tqmessagebox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmetaobject.3qt b/doc/man/man3/tqmetaobject.3qt index a8923dccd..bc5580683 100644 --- a/doc/man/man3/qmetaobject.3qt +++ b/doc/man/man3/tqmetaobject.3qt @@ -180,5 +180,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmetaobject.3qt) and the Qt +Please include the name of the manual page (tqmetaobject.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmetaproperty.3qt b/doc/man/man3/tqmetaproperty.3qt index c13a455f2..c9437b11f 100644 --- a/doc/man/man3/qmetaproperty.3qt +++ b/doc/man/man3/tqmetaproperty.3qt @@ -147,5 +147,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmetaproperty.3qt) and the Qt +Please include the name of the manual page (tqmetaproperty.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmimesource.3qt b/doc/man/man3/tqmimesource.3qt index 3bf6b8654..4f7ce52a5 100644 --- a/doc/man/man3/qmimesource.3qt +++ b/doc/man/man3/tqmimesource.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmimesource.3qt) and the Qt +Please include the name of the manual page (tqmimesource.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmimesourcefactory.3qt b/doc/man/man3/tqmimesourcefactory.3qt index 7797f1cab..063c849c2 100644 --- a/doc/man/man3/qmimesourcefactory.3qt +++ b/doc/man/man3/tqmimesourcefactory.3qt @@ -229,5 +229,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmimesourcefactory.3qt) and the Qt +Please include the name of the manual page (tqmimesourcefactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmotif.3qt b/doc/man/man3/tqmotif.3qt index f0f67d405..9c2ae18dc 100644 --- a/doc/man/man3/qmotif.3qt +++ b/doc/man/man3/tqmotif.3qt @@ -110,5 +110,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmotif.3qt) and the Qt +Please include the name of the manual page (tqmotif.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmotifdialog.3qt b/doc/man/man3/tqmotifdialog.3qt index 96539cf3b..52cb323b9 100644 --- a/doc/man/man3/qmotifdialog.3qt +++ b/doc/man/man3/tqmotifdialog.3qt @@ -174,5 +174,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmotifdialog.3qt) and the Qt +Please include the name of the manual page (tqmotifdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmotifplusstyle.3qt b/doc/man/man3/tqmotifplusstyle.3qt index 09f5ee9f1..0e0892db5 100644 --- a/doc/man/man3/qmotifplusstyle.3qt +++ b/doc/man/man3/tqmotifplusstyle.3qt @@ -55,5 +55,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmotifplusstyle.3qt) and the Qt +Please include the name of the manual page (tqmotifplusstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt index 42b15a3c3..17c6e8fa9 100644 --- a/doc/man/man3/qmotifstyle.3qt +++ b/doc/man/man3/tqmotifstyle.3qt @@ -72,5 +72,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmotifstyle.3qt) and the Qt +Please include the name of the manual page (tqmotifstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmotifwidget.3qt b/doc/man/man3/tqmotifwidget.3qt index 0249dfd36..7ec8ff26d 100644 --- a/doc/man/man3/qmotifwidget.3qt +++ b/doc/man/man3/tqmotifwidget.3qt @@ -82,5 +82,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmotifwidget.3qt) and the Qt +Please include the name of the manual page (tqmotifwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmousedriverfactory.3qt b/doc/man/man3/tqmousedriverfactory.3qt index 0efcc3f8a..3b6863215 100644 --- a/doc/man/man3/qmousedriverfactory.3qt +++ b/doc/man/man3/tqmousedriverfactory.3qt @@ -55,5 +55,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmousedriverfactory.3qt) and the Qt +Please include the name of the manual page (tqmousedriverfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmousedriverplugin.3qt b/doc/man/man3/tqmousedriverplugin.3qt index ad2e3c5a1..b476e8ff9 100644 --- a/doc/man/man3/qmousedriverplugin.3qt +++ b/doc/man/man3/tqmousedriverplugin.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmousedriverplugin.3qt) and the Qt +Please include the name of the manual page (tqmousedriverplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmouseevent.3qt b/doc/man/man3/tqmouseevent.3qt index a97241ca1..3385129df 100644 --- a/doc/man/man3/qmouseevent.3qt +++ b/doc/man/man3/tqmouseevent.3qt @@ -195,5 +195,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmouseevent.3qt) and the Qt +Please include the name of the manual page (tqmouseevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmoveevent.3qt b/doc/man/man3/tqmoveevent.3qt index a98c6072a..aa18148d5 100644 --- a/doc/man/man3/qmoveevent.3qt +++ b/doc/man/man3/tqmoveevent.3qt @@ -64,5 +64,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmoveevent.3qt) and the Qt +Please include the name of the manual page (tqmoveevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmovie.3qt b/doc/man/man3/tqmovie.3qt index 40db5245e..01d11814e 100644 --- a/doc/man/man3/qmovie.3qt +++ b/doc/man/man3/tqmovie.3qt @@ -318,5 +318,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmovie.3qt) and the Qt +Please include the name of the manual page (tqmovie.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmutex.3qt b/doc/man/man3/tqmutex.3qt index b4693110d..b5e92dbe7 100644 --- a/doc/man/man3/qmutex.3qt +++ b/doc/man/man3/tqmutex.3qt @@ -209,5 +209,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmutex.3qt) and the Qt +Please include the name of the manual page (tqmutex.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmutexlocker.3qt b/doc/man/man3/tqmutexlocker.3qt index cff0f062f..580b4e03e 100644 --- a/doc/man/man3/qmutexlocker.3qt +++ b/doc/man/man3/tqmutexlocker.3qt @@ -269,5 +269,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qmutexlocker.3qt) and the Qt +Please include the name of the manual page (tqmutexlocker.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnetworkoperation.3qt b/doc/man/man3/tqnetworkoperation.3qt index 891803ac6..3520e9e08 100644 --- a/doc/man/man3/qnetworkoperation.3qt +++ b/doc/man/man3/tqnetworkoperation.3qt @@ -141,5 +141,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnetworkoperation.3qt) and the Qt +Please include the name of the manual page (tqnetworkoperation.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnetworkprotocol.3qt b/doc/man/man3/tqnetworkprotocol.3qt index 4f0e20805..4503d3437 100644 --- a/doc/man/man3/qnetworkprotocol.3qt +++ b/doc/man/man3/tqnetworkprotocol.3qt @@ -382,5 +382,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnetworkprotocol.3qt) and the Qt +Please include the name of the manual page (tqnetworkprotocol.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnpinstance.3qt b/doc/man/man3/tqnpinstance.3qt index a52b1b0cf..c47e33d49 100644 --- a/doc/man/man3/qnpinstance.3qt +++ b/doc/man/man3/tqnpinstance.3qt @@ -286,5 +286,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnpinstance.3qt) and the Qt +Please include the name of the manual page (tqnpinstance.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnplugin.3qt b/doc/man/man3/tqnplugin.3qt index f2ffc6cd4..82c222dbc 100644 --- a/doc/man/man3/qnplugin.3qt +++ b/doc/man/man3/tqnplugin.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnplugin.3qt) and the Qt +Please include the name of the manual page (tqnplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnpstream.3qt b/doc/man/man3/tqnpstream.3qt index c0148a716..443d0d9f8 100644 --- a/doc/man/man3/qnpstream.3qt +++ b/doc/man/man3/tqnpstream.3qt @@ -110,5 +110,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnpstream.3qt) and the Qt +Please include the name of the manual page (tqnpstream.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qnpwidget.3qt b/doc/man/man3/tqnpwidget.3qt index 634bacfad..5b86e3bd4 100644 --- a/doc/man/man3/qnpwidget.3qt +++ b/doc/man/man3/tqnpwidget.3qt @@ -125,5 +125,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qnpwidget.3qt) and the Qt +Please include the name of the manual page (tqnpwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qobject.3qt b/doc/man/man3/tqobject.3qt index f0b0823c2..773e6620a 100644 --- a/doc/man/man3/qobject.3qt +++ b/doc/man/man3/tqobject.3qt @@ -998,5 +998,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qobject.3qt) and the Qt +Please include the name of the manual page (tqobject.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt index 2e24bc736..7282b8256 100644 --- a/doc/man/man3/qobjectcleanuphandler.3qt +++ b/doc/man/man3/tqobjectcleanuphandler.3qt @@ -148,5 +148,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qobjectcleanuphandler.3qt) and the Qt +Please include the name of the manual page (tqobjectcleanuphandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qobjectlist.3qt b/doc/man/man3/tqobjectlist.3qt index 4375b2e96..9bcf83d12 100644 --- a/doc/man/man3/qobjectlist.3qt +++ b/doc/man/man3/tqobjectlist.3qt @@ -77,5 +77,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qobjectlist.3qt) and the Qt +Please include the name of the manual page (tqobjectlist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qobjectlistiterator.3qt b/doc/man/man3/tqobjectlistiterator.3qt index 35a7ae28f..0f02fc6fc 100644 --- a/doc/man/man3/qobjectlistiterator.3qt +++ b/doc/man/man3/tqobjectlistiterator.3qt @@ -59,5 +59,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qobjectlistiterator.3qt) and the Qt +Please include the name of the manual page (tqobjectlistiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpaintdevice.3qt b/doc/man/man3/tqpaintdevice.3qt index fd95f0317..f4830a489 100644 --- a/doc/man/man3/qpaintdevice.3qt +++ b/doc/man/man3/tqpaintdevice.3qt @@ -380,5 +380,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpaintdevice.3qt) and the Qt +Please include the name of the manual page (tqpaintdevice.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpaintdevicemetrics.3qt b/doc/man/man3/tqpaintdevicemetrics.3qt index 0db2fe5ab..7dca8304a 100644 --- a/doc/man/man3/qpaintdevicemetrics.3qt +++ b/doc/man/man3/tqpaintdevicemetrics.3qt @@ -112,5 +112,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpaintdevicemetrics.3qt) and the Qt +Please include the name of the manual page (tqpaintdevicemetrics.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpainter.3qt b/doc/man/man3/tqpainter.3qt index 477015ed3..3309b9a92 100644 --- a/doc/man/man3/qpainter.3qt +++ b/doc/man/man3/tqpainter.3qt @@ -1705,5 +1705,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpainter.3qt) and the Qt +Please include the name of the manual page (tqpainter.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpaintevent.3qt b/doc/man/man3/tqpaintevent.3qt index c2ed46429..d699a8040 100644 --- a/doc/man/man3/qpaintevent.3qt +++ b/doc/man/man3/tqpaintevent.3qt @@ -90,5 +90,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpaintevent.3qt) and the Qt +Please include the name of the manual page (tqpaintevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpair.3qt b/doc/man/man3/tqpair.3qt index 39030007c..375a18a0f 100644 --- a/doc/man/man3/qpair.3qt +++ b/doc/man/man3/tqpair.3qt @@ -96,5 +96,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpair.3qt) and the Qt +Please include the name of the manual page (tqpair.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpalette.3qt b/doc/man/man3/tqpalette.3qt index 3ecf55dd7..3b2a9f511 100644 --- a/doc/man/man3/qpalette.3qt +++ b/doc/man/man3/tqpalette.3qt @@ -289,5 +289,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpalette.3qt) and the Qt +Please include the name of the manual page (tqpalette.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpen.3qt b/doc/man/man3/tqpen.3qt index 839804684..9672bee9d 100644 --- a/doc/man/man3/qpen.3qt +++ b/doc/man/man3/tqpen.3qt @@ -283,5 +283,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpen.3qt) and the Qt +Please include the name of the manual page (tqpen.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpicture.3qt b/doc/man/man3/tqpicture.3qt index cad1469fd..0b885f6c0 100644 --- a/doc/man/man3/qpicture.3qt +++ b/doc/man/man3/tqpicture.3qt @@ -251,5 +251,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpicture.3qt) and the Qt +Please include the name of the manual page (tqpicture.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpixmap.3qt b/doc/man/man3/tqpixmap.3qt index 5ca74ab2b..56c2a1b4e 100644 --- a/doc/man/man3/qpixmap.3qt +++ b/doc/man/man3/tqpixmap.3qt @@ -784,5 +784,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpixmap.3qt) and the Qt +Please include the name of the manual page (tqpixmap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpixmapcache.3qt b/doc/man/man3/tqpixmapcache.3qt index 6a0d98af1..74f5218cd 100644 --- a/doc/man/man3/qpixmapcache.3qt +++ b/doc/man/man3/tqpixmapcache.3qt @@ -141,5 +141,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpixmapcache.3qt) and the Qt +Please include the name of the manual page (tqpixmapcache.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt index c7bf25e77..2f18d5da1 100644 --- a/doc/man/man3/qplatinumstyle.3qt +++ b/doc/man/man3/tqplatinumstyle.3qt @@ -64,5 +64,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qplatinumstyle.3qt) and the Qt +Please include the name of the manual page (tqplatinumstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpngimagepacker.3qt b/doc/man/man3/tqpngimagepacker.3qt index 91e7a3bd8..fdf4a4b5a 100644 --- a/doc/man/man3/qpngimagepacker.3qt +++ b/doc/man/man3/tqpngimagepacker.3qt @@ -68,5 +68,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpngimagepacker.3qt) and the Qt +Please include the name of the manual page (tqpngimagepacker.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpoint.3qt b/doc/man/man3/tqpoint.3qt index 21f6d0955..e1cf546a7 100644 --- a/doc/man/man3/qpoint.3qt +++ b/doc/man/man3/tqpoint.3qt @@ -373,5 +373,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpoint.3qt) and the Qt +Please include the name of the manual page (tqpoint.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpointarray.3qt b/doc/man/man3/tqpointarray.3qt index f380085c3..0645966b2 100644 --- a/doc/man/man3/qpointarray.3qt +++ b/doc/man/man3/tqpointarray.3qt @@ -273,5 +273,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpointarray.3qt) and the Qt +Please include the name of the manual page (tqpointarray.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index ded526d1d..2d14bb887 100644 --- a/doc/man/man3/qpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -806,5 +806,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpopupmenu.3qt) and the Qt +Please include the name of the manual page (tqpopupmenu.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qprinter.3qt b/doc/man/man3/tqprinter.3qt index f3e3afcfe..7db8956cc 100644 --- a/doc/man/man3/qprinter.3qt +++ b/doc/man/man3/tqprinter.3qt @@ -730,5 +730,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qprinter.3qt) and the Qt +Please include the name of the manual page (tqprinter.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qprocess.3qt b/doc/man/man3/tqprocess.3qt index 210500110..fa0b3fea7 100644 --- a/doc/man/man3/qprocess.3qt +++ b/doc/man/man3/tqprocess.3qt @@ -517,5 +517,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qprocess.3qt) and the Qt +Please include the name of the manual page (tqprocess.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qprogressbar.3qt b/doc/man/man3/tqprogressbar.3qt index 647a1d177..5d616490c 100644 --- a/doc/man/man3/qprogressbar.3qt +++ b/doc/man/man3/tqprogressbar.3qt @@ -234,5 +234,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qprogressbar.3qt) and the Qt +Please include the name of the manual page (tqprogressbar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qprogressdialog.3qt b/doc/man/man3/tqprogressdialog.3qt index 7dcb397ad..16a0ae721 100644 --- a/doc/man/man3/qprogressdialog.3qt +++ b/doc/man/man3/tqprogressdialog.3qt @@ -426,5 +426,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qprogressdialog.3qt) and the Qt +Please include the name of the manual page (tqprogressdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrcollection.3qt b/doc/man/man3/tqptrcollection.3qt index 174e05717..24b7ed2a1 100644 --- a/doc/man/man3/qptrcollection.3qt +++ b/doc/man/man3/tqptrcollection.3qt @@ -141,5 +141,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrcollection.3qt) and the Qt +Please include the name of the manual page (tqptrcollection.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrdict.3qt b/doc/man/man3/tqptrdict.3qt index 4656bb15e..93a7357b2 100644 --- a/doc/man/man3/qptrdict.3qt +++ b/doc/man/man3/tqptrdict.3qt @@ -311,5 +311,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrdict.3qt) and the Qt +Please include the name of the manual page (tqptrdict.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrdictiterator.3qt b/doc/man/man3/tqptrdictiterator.3qt index 154c9d345..880fa24df 100644 --- a/doc/man/man3/qptrdictiterator.3qt +++ b/doc/man/man3/tqptrdictiterator.3qt @@ -164,5 +164,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrdictiterator.3qt) and the Qt +Please include the name of the manual page (tqptrdictiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrlist.3qt b/doc/man/man3/tqptrlist.3qt index 3d7048b5c..9563479ce 100644 --- a/doc/man/man3/qptrlist.3qt +++ b/doc/man/man3/tqptrlist.3qt @@ -714,5 +714,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrlist.3qt) and the Qt +Please include the name of the manual page (tqptrlist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrlistiterator.3qt b/doc/man/man3/tqptrlistiterator.3qt index 06f1037a1..4d400b4cc 100644 --- a/doc/man/man3/qptrlistiterator.3qt +++ b/doc/man/man3/tqptrlistiterator.3qt @@ -206,5 +206,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrlistiterator.3qt) and the Qt +Please include the name of the manual page (tqptrlistiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrqueue.3qt b/doc/man/man3/tqptrqueue.3qt index 9dbb5e7c9..296233d2d 100644 --- a/doc/man/man3/qptrqueue.3qt +++ b/doc/man/man3/tqptrqueue.3qt @@ -182,5 +182,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrqueue.3qt) and the Qt +Please include the name of the manual page (tqptrqueue.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrstack.3qt b/doc/man/man3/tqptrstack.3qt index 5632af1d9..8b9d9eecc 100644 --- a/doc/man/man3/qptrstack.3qt +++ b/doc/man/man3/tqptrstack.3qt @@ -160,5 +160,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrstack.3qt) and the Qt +Please include the name of the manual page (tqptrstack.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qptrvector.3qt b/doc/man/man3/tqptrvector.3qt index b513696e7..3515f113f 100644 --- a/doc/man/man3/qptrvector.3qt +++ b/doc/man/man3/tqptrvector.3qt @@ -347,5 +347,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qptrvector.3qt) and the Qt +Please include the name of the manual page (tqptrvector.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qpushbutton.3qt b/doc/man/man3/tqpushbutton.3qt index b948f949f..864e6bb7f 100644 --- a/doc/man/man3/qpushbutton.3qt +++ b/doc/man/man3/tqpushbutton.3qt @@ -464,5 +464,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qpushbutton.3qt) and the Qt +Please include the name of the manual page (tqpushbutton.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qradiobutton.3qt b/doc/man/man3/tqradiobutton.3qt index 0ff9cfa20..ff856b401 100644 --- a/doc/man/man3/qradiobutton.3qt +++ b/doc/man/man3/tqradiobutton.3qt @@ -274,5 +274,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qradiobutton.3qt) and the Qt +Please include the name of the manual page (tqradiobutton.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qrangecontrol.3qt b/doc/man/man3/tqrangecontrol.3qt index 62f7acf6a..58e74f830 100644 --- a/doc/man/man3/qrangecontrol.3qt +++ b/doc/man/man3/tqrangecontrol.3qt @@ -290,5 +290,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qrangecontrol.3qt) and the Qt +Please include the name of the manual page (tqrangecontrol.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qrect.3qt b/doc/man/man3/tqrect.3qt index 6dfe4b92a..86f6ebb0f 100644 --- a/doc/man/man3/qrect.3qt +++ b/doc/man/man3/tqrect.3qt @@ -658,5 +658,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qrect.3qt) and the Qt +Please include the name of the manual page (tqrect.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qregexp.3qt b/doc/man/man3/tqregexp.3qt index a03ad3af5..cbd85ea30 100644 --- a/doc/man/man3/qregexp.3qt +++ b/doc/man/man3/tqregexp.3qt @@ -851,5 +851,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qregexp.3qt) and the Qt +Please include the name of the manual page (tqregexp.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qregexpvalidator.3qt b/doc/man/man3/tqregexpvalidator.3qt index 60cdaca89..ec7af3122 100644 --- a/doc/man/man3/qregexpvalidator.3qt +++ b/doc/man/man3/tqregexpvalidator.3qt @@ -175,5 +175,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qregexpvalidator.3qt) and the Qt +Please include the name of the manual page (tqregexpvalidator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qregion.3qt b/doc/man/man3/tqregion.3qt index 637e3d1ca..c7de7178a 100644 --- a/doc/man/man3/qregion.3qt +++ b/doc/man/man3/tqregion.3qt @@ -384,5 +384,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qregion.3qt) and the Qt +Please include the name of the manual page (tqregion.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qresizeevent.3qt b/doc/man/man3/tqresizeevent.3qt index 593ee4b8b..b6f2c5f4e 100644 --- a/doc/man/man3/qresizeevent.3qt +++ b/doc/man/man3/tqresizeevent.3qt @@ -66,5 +66,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qresizeevent.3qt) and the Qt +Please include the name of the manual page (tqresizeevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qscreen.3qt b/doc/man/man3/tqscreen.3qt index 202ff372f..f3519b3e6 100644 --- a/doc/man/man3/qscreen.3qt +++ b/doc/man/man3/tqscreen.3qt @@ -325,5 +325,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qscreen.3qt) and the Qt +Please include the name of the manual page (tqscreen.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt index 378de0069..f528a4235 100644 --- a/doc/man/man3/qscrollbar.3qt +++ b/doc/man/man3/tqscrollbar.3qt @@ -356,5 +356,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qscrollbar.3qt) and the Qt +Please include the name of the manual page (tqscrollbar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qscrollview.3qt b/doc/man/man3/tqscrollview.3qt index c44ae2b01..e8dc7da69 100644 --- a/doc/man/man3/qscrollview.3qt +++ b/doc/man/man3/tqscrollview.3qt @@ -909,5 +909,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qscrollview.3qt) and the Qt +Please include the name of the manual page (tqscrollview.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsemaphore.3qt b/doc/man/man3/tqsemaphore.3qt index 567f8ad62..e7e2a5735 100644 --- a/doc/man/man3/qsemaphore.3qt +++ b/doc/man/man3/tqsemaphore.3qt @@ -106,5 +106,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsemaphore.3qt) and the Qt +Please include the name of the manual page (tqsemaphore.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qserversocket.3qt b/doc/man/man3/tqserversocket.3qt index 7fbb9757d..50611e1cb 100644 --- a/doc/man/man3/qserversocket.3qt +++ b/doc/man/man3/tqserversocket.3qt @@ -138,5 +138,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qserversocket.3qt) and the Qt +Please include the name of the manual page (tqserversocket.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsessionmanager.3qt b/doc/man/man3/tqsessionmanager.3qt index b6028bed9..f7e2fa976 100644 --- a/doc/man/man3/qsessionmanager.3qt +++ b/doc/man/man3/tqsessionmanager.3qt @@ -310,5 +310,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsessionmanager.3qt) and the Qt +Please include the name of the manual page (tqsessionmanager.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsettings.3qt b/doc/man/man3/tqsettings.3qt index 8de83c9a5..40724b787 100644 --- a/doc/man/man3/qsettings.3qt +++ b/doc/man/man3/tqsettings.3qt @@ -650,5 +650,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsettings.3qt) and the Qt +Please include the name of the manual page (tqsettings.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsgistyle.3qt b/doc/man/man3/tqsgistyle.3qt index 079871a91..7eb267538 100644 --- a/doc/man/man3/qsgistyle.3qt +++ b/doc/man/man3/tqsgistyle.3qt @@ -60,5 +60,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsgistyle.3qt) and the Qt +Please include the name of the manual page (tqsgistyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qshowevent.3qt b/doc/man/man3/tqshowevent.3qt index 05a5d489e..779509dc8 100644 --- a/doc/man/man3/qshowevent.3qt +++ b/doc/man/man3/tqshowevent.3qt @@ -51,5 +51,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qshowevent.3qt) and the Qt +Please include the name of the manual page (tqshowevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsignal.3qt b/doc/man/man3/tqsignal.3qt index be2f63d98..b8142965f 100644 --- a/doc/man/man3/qsignal.3qt +++ b/doc/man/man3/tqsignal.3qt @@ -193,5 +193,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsignal.3qt) and the Qt +Please include the name of the manual page (tqsignal.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsignalmapper.3qt b/doc/man/man3/tqsignalmapper.3qt index 411b73c3c..3d4183fae 100644 --- a/doc/man/man3/qsignalmapper.3qt +++ b/doc/man/man3/tqsignalmapper.3qt @@ -114,5 +114,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsignalmapper.3qt) and the Qt +Please include the name of the manual page (tqsignalmapper.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsimplerichtext.3qt b/doc/man/man3/tqsimplerichtext.3qt index dd7637e27..cd5d3bc64 100644 --- a/doc/man/man3/qsimplerichtext.3qt +++ b/doc/man/man3/tqsimplerichtext.3qt @@ -178,5 +178,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsimplerichtext.3qt) and the Qt +Please include the name of the manual page (tqsimplerichtext.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsize.3qt b/doc/man/man3/tqsize.3qt index 52166c006..fc2cc4dd3 100644 --- a/doc/man/man3/qsize.3qt +++ b/doc/man/man3/tqsize.3qt @@ -366,5 +366,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsize.3qt) and the Qt +Please include the name of the manual page (tqsize.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt index 0cacb8227..69c79e4ba 100644 --- a/doc/man/man3/qsizegrip.3qt +++ b/doc/man/man3/tqsizegrip.3qt @@ -96,5 +96,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsizegrip.3qt) and the Qt +Please include the name of the manual page (tqsizegrip.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsizepolicy.3qt b/doc/man/man3/tqsizepolicy.3qt index 067a11692..bacabf06c 100644 --- a/doc/man/man3/qsizepolicy.3qt +++ b/doc/man/man3/tqsizepolicy.3qt @@ -234,5 +234,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsizepolicy.3qt) and the Qt +Please include the name of the manual page (tqsizepolicy.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsjiscodec.3qt b/doc/man/man3/tqsjiscodec.3qt index cbfd3ba48..4cb97332a 100644 --- a/doc/man/man3/qsjiscodec.3qt +++ b/doc/man/man3/tqsjiscodec.3qt @@ -79,5 +79,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsjiscodec.3qt) and the Qt +Please include the name of the manual page (tqsjiscodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qslider.3qt b/doc/man/man3/tqslider.3qt index 52f262ecc..c37f05728 100644 --- a/doc/man/man3/qslider.3qt +++ b/doc/man/man3/tqslider.3qt @@ -386,5 +386,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qslider.3qt) and the Qt +Please include the name of the manual page (tqslider.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsocket.3qt b/doc/man/man3/tqsocket.3qt index 2a643b61c..b68a07e2a 100644 --- a/doc/man/man3/qsocket.3qt +++ b/doc/man/man3/tqsocket.3qt @@ -467,5 +467,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsocket.3qt) and the Qt +Please include the name of the manual page (tqsocket.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsocketdevice.3qt b/doc/man/man3/tqsocketdevice.3qt index aaf0c39c1..c905675ba 100644 --- a/doc/man/man3/qsocketdevice.3qt +++ b/doc/man/man3/tqsocketdevice.3qt @@ -369,5 +369,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsocketdevice.3qt) and the Qt +Please include the name of the manual page (tqsocketdevice.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsocketnotifier.3qt b/doc/man/man3/tqsocketnotifier.3qt index dc36c6197..ddba610f4 100644 --- a/doc/man/man3/qsocketnotifier.3qt +++ b/doc/man/man3/tqsocketnotifier.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsocketnotifier.3qt) and the Qt +Please include the name of the manual page (tqsocketnotifier.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsound.3qt b/doc/man/man3/tqsound.3qt index 439b2720a..ffb66f168 100644 --- a/doc/man/man3/qsound.3qt +++ b/doc/man/man3/tqsound.3qt @@ -163,5 +163,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsound.3qt) and the Qt +Please include the name of the manual page (tqsound.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qspaceritem.3qt b/doc/man/man3/tqspaceritem.3qt index 171450f68..42e1b71ba 100644 --- a/doc/man/man3/qspaceritem.3qt +++ b/doc/man/man3/tqspaceritem.3qt @@ -104,5 +104,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qspaceritem.3qt) and the Qt +Please include the name of the manual page (tqspaceritem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qspinbox.3qt b/doc/man/man3/tqspinbox.3qt index f4b922239..eac35c95c 100644 --- a/doc/man/man3/qspinbox.3qt +++ b/doc/man/man3/tqspinbox.3qt @@ -568,5 +568,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qspinbox.3qt) and the Qt +Please include the name of the manual page (tqspinbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsplashscreen.3qt b/doc/man/man3/tqsplashscreen.3qt index ef0e76029..a41f2fd71 100644 --- a/doc/man/man3/qsplashscreen.3qt +++ b/doc/man/man3/tqsplashscreen.3qt @@ -178,5 +178,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsplashscreen.3qt) and the Qt +Please include the name of the manual page (tqsplashscreen.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsplitter.3qt b/doc/man/man3/tqsplitter.3qt index c237b198e..4e473bc48 100644 --- a/doc/man/man3/qsplitter.3qt +++ b/doc/man/man3/tqsplitter.3qt @@ -328,5 +328,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsplitter.3qt) and the Qt +Please include the name of the manual page (tqsplitter.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsql.3qt b/doc/man/man3/tqsql.3qt index 723e9ca46..a238b0ba0 100644 --- a/doc/man/man3/qsql.3qt +++ b/doc/man/man3/tqsql.3qt @@ -107,5 +107,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsql.3qt) and the Qt +Please include the name of the manual page (tqsql.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlcursor.3qt b/doc/man/man3/tqsqlcursor.3qt index a9aabf5a5..240899d82 100644 --- a/doc/man/man3/qsqlcursor.3qt +++ b/doc/man/man3/tqsqlcursor.3qt @@ -657,5 +657,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlcursor.3qt) and the Qt +Please include the name of the manual page (tqsqlcursor.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqldatabase.3qt b/doc/man/man3/tqsqldatabase.3qt index 7ee987260..72a7c19af 100644 --- a/doc/man/man3/qsqldatabase.3qt +++ b/doc/man/man3/tqsqldatabase.3qt @@ -662,5 +662,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqldatabase.3qt) and the Qt +Please include the name of the manual page (tqsqldatabase.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqldriver.3qt b/doc/man/man3/tqsqldriver.3qt index b3d0f239f..b6e6e08f6 100644 --- a/doc/man/man3/qsqldriver.3qt +++ b/doc/man/man3/tqsqldriver.3qt @@ -249,5 +249,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqldriver.3qt) and the Qt +Please include the name of the manual page (tqsqldriver.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqldriverplugin.3qt b/doc/man/man3/tqsqldriverplugin.3qt index b2a495265..b58f77eb8 100644 --- a/doc/man/man3/qsqldriverplugin.3qt +++ b/doc/man/man3/tqsqldriverplugin.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqldriverplugin.3qt) and the Qt +Please include the name of the manual page (tqsqldriverplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqleditorfactory.3qt b/doc/man/man3/tqsqleditorfactory.3qt index 46e7333ec..7e259890c 100644 --- a/doc/man/man3/qsqleditorfactory.3qt +++ b/doc/man/man3/tqsqleditorfactory.3qt @@ -89,5 +89,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqleditorfactory.3qt) and the Qt +Please include the name of the manual page (tqsqleditorfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlerror.3qt b/doc/man/man3/tqsqlerror.3qt index b8c1f7749..7c320b563 100644 --- a/doc/man/man3/qsqlerror.3qt +++ b/doc/man/man3/tqsqlerror.3qt @@ -138,5 +138,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlerror.3qt) and the Qt +Please include the name of the manual page (tqsqlerror.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlfield.3qt b/doc/man/man3/tqsqlfield.3qt index f39ce8e8b..d50016d2d 100644 --- a/doc/man/man3/qsqlfield.3qt +++ b/doc/man/man3/tqsqlfield.3qt @@ -195,5 +195,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlfield.3qt) and the Qt +Please include the name of the manual page (tqsqlfield.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlfieldinfo.3qt b/doc/man/man3/tqsqlfieldinfo.3qt index c616e031c..64199d888 100644 --- a/doc/man/man3/qsqlfieldinfo.3qt +++ b/doc/man/man3/tqsqlfieldinfo.3qt @@ -171,5 +171,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlfieldinfo.3qt) and the Qt +Please include the name of the manual page (tqsqlfieldinfo.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlform.3qt b/doc/man/man3/tqsqlform.3qt index d273db32b..a79bd5292 100644 --- a/doc/man/man3/qsqlform.3qt +++ b/doc/man/man3/tqsqlform.3qt @@ -240,5 +240,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlform.3qt) and the Qt +Please include the name of the manual page (tqsqlform.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlindex.3qt b/doc/man/man3/tqsqlindex.3qt index a9893b6bf..dcf58e7c5 100644 --- a/doc/man/man3/qsqlindex.3qt +++ b/doc/man/man3/tqsqlindex.3qt @@ -122,5 +122,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlindex.3qt) and the Qt +Please include the name of the manual page (tqsqlindex.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlpropertymap.3qt b/doc/man/man3/tqsqlpropertymap.3qt index 3d0cbe34a..b6bcb4ed6 100644 --- a/doc/man/man3/qsqlpropertymap.3qt +++ b/doc/man/man3/tqsqlpropertymap.3qt @@ -168,5 +168,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlpropertymap.3qt) and the Qt +Please include the name of the manual page (tqsqlpropertymap.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlquery.3qt b/doc/man/man3/tqsqlquery.3qt index 07b22894e..5cf282d2b 100644 --- a/doc/man/man3/qsqlquery.3qt +++ b/doc/man/man3/tqsqlquery.3qt @@ -563,5 +563,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlquery.3qt) and the Qt +Please include the name of the manual page (tqsqlquery.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlrecord.3qt b/doc/man/man3/tqsqlrecord.3qt index 2dfed667f..3eba8404c 100644 --- a/doc/man/man3/qsqlrecord.3qt +++ b/doc/man/man3/tqsqlrecord.3qt @@ -264,5 +264,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlrecord.3qt) and the Qt +Please include the name of the manual page (tqsqlrecord.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlrecordinfo.3qt b/doc/man/man3/tqsqlrecordinfo.3qt index d6a6f8b4a..25f83617f 100644 --- a/doc/man/man3/qsqlrecordinfo.3qt +++ b/doc/man/man3/tqsqlrecordinfo.3qt @@ -75,5 +75,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlrecordinfo.3qt) and the Qt +Please include the name of the manual page (tqsqlrecordinfo.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlresult.3qt b/doc/man/man3/tqsqlresult.3qt index e8f41b5cf..89d3482c2 100644 --- a/doc/man/man3/qsqlresult.3qt +++ b/doc/man/man3/tqsqlresult.3qt @@ -185,5 +185,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlresult.3qt) and the Qt +Please include the name of the manual page (tqsqlresult.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsqlselectcursor.3qt b/doc/man/man3/tqsqlselectcursor.3qt index d5e50e0ad..051f73e9f 100644 --- a/doc/man/man3/qsqlselectcursor.3qt +++ b/doc/man/man3/tqsqlselectcursor.3qt @@ -87,5 +87,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsqlselectcursor.3qt) and the Qt +Please include the name of the manual page (tqsqlselectcursor.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstatusbar.3qt b/doc/man/man3/tqstatusbar.3qt index e24a1e912..af6057bf5 100644 --- a/doc/man/man3/qstatusbar.3qt +++ b/doc/man/man3/tqstatusbar.3qt @@ -205,5 +205,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstatusbar.3qt) and the Qt +Please include the name of the manual page (tqstatusbar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstoreddrag.3qt b/doc/man/man3/tqstoreddrag.3qt index f54246ba8..45350d317 100644 --- a/doc/man/man3/qstoreddrag.3qt +++ b/doc/man/man3/tqstoreddrag.3qt @@ -79,5 +79,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstoreddrag.3qt) and the Qt +Please include the name of the manual page (tqstoreddrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstrilist.3qt b/doc/man/man3/tqstrilist.3qt index 3101da6ee..5589a0c87 100644 --- a/doc/man/man3/qstrilist.3qt +++ b/doc/man/man3/tqstrilist.3qt @@ -60,5 +60,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstrilist.3qt) and the Qt +Please include the name of the manual page (tqstrilist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstring.3qt b/doc/man/man3/tqstring.3qt index 00f736305..89f2798ba 100644 --- a/doc/man/man3/qstring.3qt +++ b/doc/man/man3/tqstring.3qt @@ -2549,5 +2549,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstring.3qt) and the Qt +Please include the name of the manual page (tqstring.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstringlist.3qt b/doc/man/man3/tqstringlist.3qt index 03cc75a9f..05258fafc 100644 --- a/doc/man/man3/qstringlist.3qt +++ b/doc/man/man3/tqstringlist.3qt @@ -332,5 +332,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstringlist.3qt) and the Qt +Please include the name of the manual page (tqstringlist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstrlist.3qt b/doc/man/man3/tqstrlist.3qt index ca3f52beb..da9be26a8 100644 --- a/doc/man/man3/qstrlist.3qt +++ b/doc/man/man3/tqstrlist.3qt @@ -88,5 +88,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstrlist.3qt) and the Qt +Please include the name of the manual page (tqstrlist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstrlistiterator.3qt b/doc/man/man3/tqstrlistiterator.3qt index 5a4b67194..24816378f 100644 --- a/doc/man/man3/qstrlistiterator.3qt +++ b/doc/man/man3/tqstrlistiterator.3qt @@ -42,5 +42,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstrlistiterator.3qt) and the Qt +Please include the name of the manual page (tqstrlistiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstyle.3qt b/doc/man/man3/tqstyle.3qt index a1471b082..19899636e 100644 --- a/doc/man/man3/qstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -1085,5 +1085,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstyle.3qt) and the Qt +Please include the name of the manual page (tqstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstylefactory.3qt b/doc/man/man3/tqstylefactory.3qt index 48d60f64e..050993efe 100644 --- a/doc/man/man3/qstylefactory.3qt +++ b/doc/man/man3/tqstylefactory.3qt @@ -57,5 +57,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstylefactory.3qt) and the Qt +Please include the name of the manual page (tqstylefactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt index 917db501b..a5ebd7818 100644 --- a/doc/man/man3/qstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -218,5 +218,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstyleoption.3qt) and the Qt +Please include the name of the manual page (tqstyleoption.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstyleplugin.3qt b/doc/man/man3/tqstyleplugin.3qt index 310c16f73..86245b8eb 100644 --- a/doc/man/man3/qstyleplugin.3qt +++ b/doc/man/man3/tqstyleplugin.3qt @@ -74,5 +74,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstyleplugin.3qt) and the Qt +Please include the name of the manual page (tqstyleplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt index 0c2070664..986c03243 100644 --- a/doc/man/man3/qstylesheet.3qt +++ b/doc/man/man3/tqstylesheet.3qt @@ -220,5 +220,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstylesheet.3qt) and the Qt +Please include the name of the manual page (tqstylesheet.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt index f3e5af904..872d6b08a 100644 --- a/doc/man/man3/qstylesheetitem.3qt +++ b/doc/man/man3/tqstylesheetitem.3qt @@ -480,5 +480,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qstylesheetitem.3qt) and the Qt +Please include the name of the manual page (tqstylesheetitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qsyntaxhighlighter.3qt b/doc/man/man3/tqsyntaxhighlighter.3qt index 86d62b4dd..4014834c4 100644 --- a/doc/man/man3/qsyntaxhighlighter.3qt +++ b/doc/man/man3/tqsyntaxhighlighter.3qt @@ -116,5 +116,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qsyntaxhighlighter.3qt) and the Qt +Please include the name of the manual page (tqsyntaxhighlighter.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qt.3qt b/doc/man/man3/tqt.3qt index bce3ebb8b..1444f5df3 100644 --- a/doc/man/man3/qt.3qt +++ b/doc/man/man3/tqt.3qt @@ -1447,5 +1447,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qt.3qt) and the Qt +Please include the name of the manual page (tqt.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtab.3qt b/doc/man/man3/tqtab.3qt index 6c1247a69..1cfa140b7 100644 --- a/doc/man/man3/qtab.3qt +++ b/doc/man/man3/tqtab.3qt @@ -116,5 +116,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtab.3qt) and the Qt +Please include the name of the manual page (tqtab.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtabbar.3qt b/doc/man/man3/tqtabbar.3qt index a953d3a4d..686bd508b 100644 --- a/doc/man/man3/qtabbar.3qt +++ b/doc/man/man3/tqtabbar.3qt @@ -328,5 +328,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtabbar.3qt) and the Qt +Please include the name of the manual page (tqtabbar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtabdialog.3qt b/doc/man/man3/tqtabdialog.3qt index 4ef7f2751..e09c92413 100644 --- a/doc/man/man3/qtabdialog.3qt +++ b/doc/man/man3/tqtabdialog.3qt @@ -460,5 +460,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtabdialog.3qt) and the Qt +Please include the name of the manual page (tqtabdialog.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtable.3qt b/doc/man/man3/tqtable.3qt index d55d35570..5357bbd2a 100644 --- a/doc/man/man3/qtable.3qt +++ b/doc/man/man3/tqtable.3qt @@ -1378,5 +1378,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtable.3qt) and the Qt +Please include the name of the manual page (tqtable.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtableitem.3qt b/doc/man/man3/tqtableitem.3qt index 397f7403e..be7a32603 100644 --- a/doc/man/man3/qtableitem.3qt +++ b/doc/man/man3/tqtableitem.3qt @@ -462,5 +462,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtableitem.3qt) and the Qt +Please include the name of the manual page (tqtableitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtableselection.3qt b/doc/man/man3/tqtableselection.3qt index b9a2cad91..1b053c6f2 100644 --- a/doc/man/man3/qtableselection.3qt +++ b/doc/man/man3/tqtableselection.3qt @@ -154,5 +154,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtableselection.3qt) and the Qt +Please include the name of the manual page (tqtableselection.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtabletevent.3qt b/doc/man/man3/tqtabletevent.3qt index e73757878..387fb2717 100644 --- a/doc/man/man3/qtabletevent.3qt +++ b/doc/man/man3/tqtabletevent.3qt @@ -188,5 +188,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtabletevent.3qt) and the Qt +Please include the name of the manual page (tqtabletevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index c937ac649..6360b75a2 100644 --- a/doc/man/man3/qtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -420,5 +420,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtabwidget.3qt) and the Qt +Please include the name of the manual page (tqtabwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt index e5eef241b..20f8c2504 100644 --- a/doc/man/man3/qtextbrowser.3qt +++ b/doc/man/man3/tqtextbrowser.3qt @@ -227,5 +227,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextbrowser.3qt) and the Qt +Please include the name of the manual page (tqtextbrowser.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index 6513fc491..2191c2328 100644 --- a/doc/man/man3/qtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -582,5 +582,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextcodec.3qt) and the Qt +Please include the name of the manual page (tqtextcodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextcodecplugin.3qt b/doc/man/man3/tqtextcodecplugin.3qt index fbfbdb787..4013f6f5d 100644 --- a/doc/man/man3/qtextcodecplugin.3qt +++ b/doc/man/man3/tqtextcodecplugin.3qt @@ -92,5 +92,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextcodecplugin.3qt) and the Qt +Please include the name of the manual page (tqtextcodecplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextdecoder.3qt b/doc/man/man3/tqtextdecoder.3qt index 150775479..4a780e4b4 100644 --- a/doc/man/man3/qtextdecoder.3qt +++ b/doc/man/man3/tqtextdecoder.3qt @@ -60,5 +60,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextdecoder.3qt) and the Qt +Please include the name of the manual page (tqtextdecoder.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextdrag.3qt b/doc/man/man3/tqtextdrag.3qt index b2620f13f..a0a2478e3 100644 --- a/doc/man/man3/qtextdrag.3qt +++ b/doc/man/man3/tqtextdrag.3qt @@ -106,5 +106,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextdrag.3qt) and the Qt +Please include the name of the manual page (tqtextdrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextedit.3qt b/doc/man/man3/tqtextedit.3qt index 0ae7b1ebf..dbb03023b 100644 --- a/doc/man/man3/qtextedit.3qt +++ b/doc/man/man3/tqtextedit.3qt @@ -1448,5 +1448,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextedit.3qt) and the Qt +Please include the name of the manual page (tqtextedit.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextencoder.3qt b/doc/man/man3/tqtextencoder.3qt index 28e369d8e..489428a3a 100644 --- a/doc/man/man3/qtextencoder.3qt +++ b/doc/man/man3/tqtextencoder.3qt @@ -61,5 +61,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextencoder.3qt) and the Qt +Please include the name of the manual page (tqtextencoder.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextistream.3qt b/doc/man/man3/tqtextistream.3qt index 07c62e38b..a94e99e10 100644 --- a/doc/man/man3/qtextistream.3qt +++ b/doc/man/man3/tqtextistream.3qt @@ -75,5 +75,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextistream.3qt) and the Qt +Please include the name of the manual page (tqtextistream.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextostream.3qt b/doc/man/man3/tqtextostream.3qt index 65173391d..e90b1f199 100644 --- a/doc/man/man3/qtextostream.3qt +++ b/doc/man/man3/tqtextostream.3qt @@ -73,5 +73,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextostream.3qt) and the Qt +Please include the name of the manual page (tqtextostream.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtextstream.3qt b/doc/man/man3/tqtextstream.3qt index 102b20316..fbe4778cb 100644 --- a/doc/man/man3/qtextstream.3qt +++ b/doc/man/man3/tqtextstream.3qt @@ -638,5 +638,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtextstream.3qt) and the Qt +Please include the name of the manual page (tqtextstream.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qthread.3qt b/doc/man/man3/tqthread.3qt index 69538e5c4..5d08faf41 100644 --- a/doc/man/man3/qthread.3qt +++ b/doc/man/man3/tqthread.3qt @@ -226,5 +226,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qthread.3qt) and the Qt +Please include the name of the manual page (tqthread.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qthreadstorage.3qt b/doc/man/man3/tqthreadstorage.3qt index 9f88eec2f..fb9dc2ce4 100644 --- a/doc/man/man3/qthreadstorage.3qt +++ b/doc/man/man3/tqthreadstorage.3qt @@ -162,5 +162,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qthreadstorage.3qt) and the Qt +Please include the name of the manual page (tqthreadstorage.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtime.3qt b/doc/man/man3/tqtime.3qt index b409e4089..59b7dc18a 100644 --- a/doc/man/man3/qtime.3qt +++ b/doc/man/man3/tqtime.3qt @@ -368,5 +368,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtime.3qt) and the Qt +Please include the name of the manual page (tqtime.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtimeedit.3qt b/doc/man/man3/tqtimeedit.3qt index 79d7717ec..74fdee027 100644 --- a/doc/man/man3/qtimeedit.3qt +++ b/doc/man/man3/tqtimeedit.3qt @@ -252,5 +252,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtimeedit.3qt) and the Qt +Please include the name of the manual page (tqtimeedit.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtimer.3qt b/doc/man/man3/tqtimer.3qt index 4aae0dedf..0911e0900 100644 --- a/doc/man/man3/qtimer.3qt +++ b/doc/man/man3/tqtimer.3qt @@ -192,5 +192,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtimer.3qt) and the Qt +Please include the name of the manual page (tqtimer.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtimerevent.3qt b/doc/man/man3/tqtimerevent.3qt index 91be554f5..1601a3796 100644 --- a/doc/man/man3/qtimerevent.3qt +++ b/doc/man/man3/tqtimerevent.3qt @@ -62,5 +62,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtimerevent.3qt) and the Qt +Please include the name of the manual page (tqtimerevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtoolbar.3qt b/doc/man/man3/tqtoolbar.3qt index fc753db5a..82e378a05 100644 --- a/doc/man/man3/qtoolbar.3qt +++ b/doc/man/man3/tqtoolbar.3qt @@ -159,5 +159,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtoolbar.3qt) and the Qt +Please include the name of the manual page (tqtoolbar.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtoolbox.3qt b/doc/man/man3/tqtoolbox.3qt index c7f961423..6c19c9e63 100644 --- a/doc/man/man3/qtoolbox.3qt +++ b/doc/man/man3/tqtoolbox.3qt @@ -207,5 +207,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtoolbox.3qt) and the Qt +Please include the name of the manual page (tqtoolbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtoolbutton.3qt b/doc/man/man3/tqtoolbutton.3qt index 94d0c49c8..69285e03c 100644 --- a/doc/man/man3/qtoolbutton.3qt +++ b/doc/man/man3/tqtoolbutton.3qt @@ -415,5 +415,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtoolbutton.3qt) and the Qt +Please include the name of the manual page (tqtoolbutton.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtooltip.3qt b/doc/man/man3/tqtooltip.3qt index b9a8bd878..b133ff261 100644 --- a/doc/man/man3/qtooltip.3qt +++ b/doc/man/man3/tqtooltip.3qt @@ -350,5 +350,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtooltip.3qt) and the Qt +Please include the name of the manual page (tqtooltip.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtooltipgroup.3qt b/doc/man/man3/tqtooltipgroup.3qt index e3e0108c5..4a6edcb4e 100644 --- a/doc/man/man3/qtooltipgroup.3qt +++ b/doc/man/man3/tqtooltipgroup.3qt @@ -150,5 +150,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtooltipgroup.3qt) and the Qt +Please include the name of the manual page (tqtooltipgroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtranslator.3qt b/doc/man/man3/tqtranslator.3qt index 8c237907d..63bd16457 100644 --- a/doc/man/man3/qtranslator.3qt +++ b/doc/man/man3/tqtranslator.3qt @@ -293,5 +293,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtranslator.3qt) and the Qt +Please include the name of the manual page (tqtranslator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtranslatormessage.3qt b/doc/man/man3/tqtranslatormessage.3qt index 82c0471e0..3278d9b72 100644 --- a/doc/man/man3/qtranslatormessage.3qt +++ b/doc/man/man3/tqtranslatormessage.3qt @@ -181,5 +181,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtranslatormessage.3qt) and the Qt +Please include the name of the manual page (tqtranslatormessage.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qtsciicodec.3qt b/doc/man/man3/tqtsciicodec.3qt index 02c6545b7..e33214d1e 100644 --- a/doc/man/man3/qtsciicodec.3qt +++ b/doc/man/man3/tqtsciicodec.3qt @@ -58,5 +58,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qtsciicodec.3qt) and the Qt +Please include the name of the manual page (tqtsciicodec.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/quridrag.3qt b/doc/man/man3/tquridrag.3qt index c17749e3f..0ee6db77d 100644 --- a/doc/man/man3/quridrag.3qt +++ b/doc/man/man3/tquridrag.3qt @@ -164,5 +164,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (quridrag.3qt) and the Qt +Please include the name of the manual page (tquridrag.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qurl.3qt b/doc/man/man3/tqurl.3qt index c28766e58..a7c52ff95 100644 --- a/doc/man/man3/qurl.3qt +++ b/doc/man/man3/tqurl.3qt @@ -492,5 +492,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qurl.3qt) and the Qt +Please include the name of the manual page (tqurl.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qurlinfo.3qt b/doc/man/man3/tqurlinfo.3qt index 63c54347e..9d6580e61 100644 --- a/doc/man/man3/qurlinfo.3qt +++ b/doc/man/man3/tqurlinfo.3qt @@ -362,5 +362,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qurlinfo.3qt) and the Qt +Please include the name of the manual page (tqurlinfo.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qurloperator.3qt b/doc/man/man3/tqurloperator.3qt index a38dc990f..d4442332b 100644 --- a/doc/man/man3/qurloperator.3qt +++ b/doc/man/man3/tqurloperator.3qt @@ -375,5 +375,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qurloperator.3qt) and the Qt +Please include the name of the manual page (tqurloperator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/quuid.3qt b/doc/man/man3/tquuid.3qt index d19fa5129..0df677c79 100644 --- a/doc/man/man3/quuid.3qt +++ b/doc/man/man3/tquuid.3qt @@ -199,5 +199,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (quuid.3qt) and the Qt +Please include the name of the manual page (tquuid.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvalidator.3qt b/doc/man/man3/tqvalidator.3qt index d58796375..42d31bc44 100644 --- a/doc/man/man3/qvalidator.3qt +++ b/doc/man/man3/tqvalidator.3qt @@ -108,5 +108,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvalidator.3qt) and the Qt +Please include the name of the manual page (tqvalidator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvaluelist.3qt b/doc/man/man3/tqvaluelist.3qt index c42a7677c..114bc5504 100644 --- a/doc/man/man3/qvaluelist.3qt +++ b/doc/man/man3/tqvaluelist.3qt @@ -752,5 +752,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvaluelist.3qt) and the Qt +Please include the name of the manual page (tqvaluelist.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvaluelistconstiterator.3qt b/doc/man/man3/tqvaluelistconstiterator.3qt index 434256abf..95ad95ade 100644 --- a/doc/man/man3/qvaluelistconstiterator.3qt +++ b/doc/man/man3/tqvaluelistconstiterator.3qt @@ -123,5 +123,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvaluelistconstiterator.3qt) and the Qt +Please include the name of the manual page (tqvaluelistconstiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvaluelistiterator.3qt b/doc/man/man3/tqvaluelistiterator.3qt index 0459f7999..1bc1c263d 100644 --- a/doc/man/man3/qvaluelistiterator.3qt +++ b/doc/man/man3/tqvaluelistiterator.3qt @@ -168,5 +168,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvaluelistiterator.3qt) and the Qt +Please include the name of the manual page (tqvaluelistiterator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvaluestack.3qt b/doc/man/man3/tqvaluestack.3qt index cda2a6072..4d35ab181 100644 --- a/doc/man/man3/qvaluestack.3qt +++ b/doc/man/man3/tqvaluestack.3qt @@ -137,5 +137,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvaluestack.3qt) and the Qt +Please include the name of the manual page (tqvaluestack.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvaluevector.3qt b/doc/man/man3/tqvaluevector.3qt index 8999a4be2..578e4fdc3 100644 --- a/doc/man/man3/qvaluevector.3qt +++ b/doc/man/man3/tqvaluevector.3qt @@ -631,5 +631,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvaluevector.3qt) and the Qt +Please include the name of the manual page (tqvaluevector.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvariant.3qt b/doc/man/man3/tqvariant.3qt index 99bd38a83..09bec059b 100644 --- a/doc/man/man3/qvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -1151,5 +1151,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvariant.3qt) and the Qt +Please include the name of the manual page (tqvariant.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvbox.3qt b/doc/man/man3/tqvbox.3qt index 30ea80c0d..06089c9eb 100644 --- a/doc/man/man3/qvbox.3qt +++ b/doc/man/man3/tqvbox.3qt @@ -58,5 +58,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvbox.3qt) and the Qt +Please include the name of the manual page (tqvbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvboxlayout.3qt b/doc/man/man3/tqvboxlayout.3qt index 11066aa7e..d5ffead05 100644 --- a/doc/man/man3/qvboxlayout.3qt +++ b/doc/man/man3/tqvboxlayout.3qt @@ -92,5 +92,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvboxlayout.3qt) and the Qt +Please include the name of the manual page (tqvboxlayout.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvbuttongroup.3qt b/doc/man/man3/tqvbuttongroup.3qt index 24bec46b7..ca1ab2eb3 100644 --- a/doc/man/man3/qvbuttongroup.3qt +++ b/doc/man/man3/tqvbuttongroup.3qt @@ -71,5 +71,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvbuttongroup.3qt) and the Qt +Please include the name of the manual page (tqvbuttongroup.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qvgroupbox.3qt b/doc/man/man3/tqvgroupbox.3qt index 2d69d6040..cf60b0e94 100644 --- a/doc/man/man3/qvgroupbox.3qt +++ b/doc/man/man3/tqvgroupbox.3qt @@ -71,5 +71,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qvgroupbox.3qt) and the Qt +Please include the name of the manual page (tqvgroupbox.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwaitcondition.3qt b/doc/man/man3/tqwaitcondition.3qt index 355650507..673adf623 100644 --- a/doc/man/man3/qwaitcondition.3qt +++ b/doc/man/man3/tqwaitcondition.3qt @@ -198,5 +198,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwaitcondition.3qt) and the Qt +Please include the name of the manual page (tqwaitcondition.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt index f19c74b9b..01bb29058 100644 --- a/doc/man/man3/qwhatsthis.3qt +++ b/doc/man/man3/tqwhatsthis.3qt @@ -203,5 +203,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwhatsthis.3qt) and the Qt +Please include the name of the manual page (tqwhatsthis.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwheelevent.3qt b/doc/man/man3/tqwheelevent.3qt index e37232fda..a58e8e491 100644 --- a/doc/man/man3/qwheelevent.3qt +++ b/doc/man/man3/tqwheelevent.3qt @@ -156,5 +156,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwheelevent.3qt) and the Qt +Please include the name of the manual page (tqwheelevent.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwidget.3qt b/doc/man/man3/tqwidget.3qt index 2e49ff955..a654663b3 100644 --- a/doc/man/man3/qwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -3215,5 +3215,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwidget.3qt) and the Qt +Please include the name of the manual page (tqwidget.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwidgetfactory.3qt b/doc/man/man3/tqwidgetfactory.3qt index f0f4e75be..40dd3934c 100644 --- a/doc/man/man3/qwidgetfactory.3qt +++ b/doc/man/man3/tqwidgetfactory.3qt @@ -131,5 +131,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwidgetfactory.3qt) and the Qt +Please include the name of the manual page (tqwidgetfactory.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwidgetitem.3qt b/doc/man/man3/tqwidgetitem.3qt index 8a8220bba..01d4fde1e 100644 --- a/doc/man/man3/qwidgetitem.3qt +++ b/doc/man/man3/tqwidgetitem.3qt @@ -100,5 +100,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwidgetitem.3qt) and the Qt +Please include the name of the manual page (tqwidgetitem.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwidgetplugin.3qt b/doc/man/man3/tqwidgetplugin.3qt index 1059b066b..6024a534b 100644 --- a/doc/man/man3/qwidgetplugin.3qt +++ b/doc/man/man3/tqwidgetplugin.3qt @@ -120,5 +120,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwidgetplugin.3qt) and the Qt +Please include the name of the manual page (tqwidgetplugin.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwidgetstack.3qt b/doc/man/man3/tqwidgetstack.3qt index 7465aa21a..884ac4bf3 100644 --- a/doc/man/man3/qwidgetstack.3qt +++ b/doc/man/man3/tqwidgetstack.3qt @@ -162,5 +162,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwidgetstack.3qt) and the Qt +Please include the name of the manual page (tqwidgetstack.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwindowsmime.3qt b/doc/man/man3/tqwindowsmime.3qt index df7d7f6c3..ec0e23cb1 100644 --- a/doc/man/man3/qwindowsmime.3qt +++ b/doc/man/man3/tqwindowsmime.3qt @@ -153,5 +153,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwindowsmime.3qt) and the Qt +Please include the name of the manual page (tqwindowsmime.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwindowsstyle.3qt b/doc/man/man3/tqwindowsstyle.3qt index e113ca861..a2396d758 100644 --- a/doc/man/man3/qwindowsstyle.3qt +++ b/doc/man/man3/tqwindowsstyle.3qt @@ -53,5 +53,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwindowsstyle.3qt) and the Qt +Please include the name of the manual page (tqwindowsstyle.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwizard.3qt b/doc/man/man3/tqwizard.3qt index 750f5e574..7de8d5af8 100644 --- a/doc/man/man3/qwizard.3qt +++ b/doc/man/man3/tqwizard.3qt @@ -285,5 +285,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwizard.3qt) and the Qt +Please include the name of the manual page (tqwizard.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwmatrix.3qt b/doc/man/man3/tqwmatrix.3qt index 2e2f3f400..8e0bd1903 100644 --- a/doc/man/man3/qwmatrix.3qt +++ b/doc/man/man3/tqwmatrix.3qt @@ -469,5 +469,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwmatrix.3qt) and the Qt +Please include the name of the manual page (tqwmatrix.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qworkspace.3qt b/doc/man/man3/tqworkspace.3qt index 1ff1a5877..a1afea1f5 100644 --- a/doc/man/man3/qworkspace.3qt +++ b/doc/man/man3/tqworkspace.3qt @@ -192,5 +192,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qworkspace.3qt) and the Qt +Please include the name of the manual page (tqworkspace.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwsdecoration.3qt b/doc/man/man3/tqwsdecoration.3qt index 63bc8e039..7d485f510 100644 --- a/doc/man/man3/qwsdecoration.3qt +++ b/doc/man/man3/tqwsdecoration.3qt @@ -152,5 +152,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwsdecoration.3qt) and the Qt +Please include the name of the manual page (tqwsdecoration.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwsinputmethod.3qt b/doc/man/man3/tqwsinputmethod.3qt index 138ebbc40..418a3fdd6 100644 --- a/doc/man/man3/qwsinputmethod.3qt +++ b/doc/man/man3/tqwsinputmethod.3qt @@ -101,5 +101,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwsinputmethod.3qt) and the Qt +Please include the name of the manual page (tqwsinputmethod.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwskeyboardhandler.3qt b/doc/man/man3/tqwskeyboardhandler.3qt index bd5226677..6b238d133 100644 --- a/doc/man/man3/qwskeyboardhandler.3qt +++ b/doc/man/man3/tqwskeyboardhandler.3qt @@ -73,5 +73,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwskeyboardhandler.3qt) and the Qt +Please include the name of the manual page (tqwskeyboardhandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwsmousehandler.3qt b/doc/man/man3/tqwsmousehandler.3qt index cfa4c8cba..64fef6ed6 100644 --- a/doc/man/man3/qwsmousehandler.3qt +++ b/doc/man/man3/tqwsmousehandler.3qt @@ -85,5 +85,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwsmousehandler.3qt) and the Qt +Please include the name of the manual page (tqwsmousehandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwsserver.3qt b/doc/man/man3/tqwsserver.3qt index 2d68e2fd0..5747df299 100644 --- a/doc/man/man3/qwsserver.3qt +++ b/doc/man/man3/tqwsserver.3qt @@ -307,5 +307,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwsserver.3qt) and the Qt +Please include the name of the manual page (tqwsserver.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qwswindow.3qt b/doc/man/man3/tqwswindow.3qt index abc89721c..886329d63 100644 --- a/doc/man/man3/qwswindow.3qt +++ b/doc/man/man3/tqwswindow.3qt @@ -136,5 +136,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qwswindow.3qt) and the Qt +Please include the name of the manual page (tqwswindow.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlattributes.3qt b/doc/man/man3/tqxmlattributes.3qt index f7dece288..8620ead3d 100644 --- a/doc/man/man3/qxmlattributes.3qt +++ b/doc/man/man3/tqxmlattributes.3qt @@ -185,5 +185,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlattributes.3qt) and the Qt +Please include the name of the manual page (tqxmlattributes.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlcontenthandler.3qt b/doc/man/man3/tqxmlcontenthandler.3qt index a48309111..73ad825fb 100644 --- a/doc/man/man3/qxmlcontenthandler.3qt +++ b/doc/man/man3/tqxmlcontenthandler.3qt @@ -180,5 +180,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlcontenthandler.3qt) and the Qt +Please include the name of the manual page (tqxmlcontenthandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmldeclhandler.3qt b/doc/man/man3/tqxmldeclhandler.3qt index 6ebd02479..721dc689f 100644 --- a/doc/man/man3/qxmldeclhandler.3qt +++ b/doc/man/man3/tqxmldeclhandler.3qt @@ -88,5 +88,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmldeclhandler.3qt) and the Qt +Please include the name of the manual page (tqxmldeclhandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmldefaulthandler.3qt b/doc/man/man3/tqxmldefaulthandler.3qt index 7d36f33d7..cc5e4bc13 100644 --- a/doc/man/man3/qxmldefaulthandler.3qt +++ b/doc/man/man3/tqxmldefaulthandler.3qt @@ -60,5 +60,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmldefaulthandler.3qt) and the Qt +Please include the name of the manual page (tqxmldefaulthandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmldtdhandler.3qt b/doc/man/man3/tqxmldtdhandler.3qt index 4b998fa09..9d99660d7 100644 --- a/doc/man/man3/qxmldtdhandler.3qt +++ b/doc/man/man3/tqxmldtdhandler.3qt @@ -77,5 +77,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmldtdhandler.3qt) and the Qt +Please include the name of the manual page (tqxmldtdhandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlentityresolver.3qt b/doc/man/man3/tqxmlentityresolver.3qt index 88cc5c201..2ec44c333 100644 --- a/doc/man/man3/qxmlentityresolver.3qt +++ b/doc/man/man3/tqxmlentityresolver.3qt @@ -68,5 +68,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlentityresolver.3qt) and the Qt +Please include the name of the manual page (tqxmlentityresolver.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlerrorhandler.3qt b/doc/man/man3/tqxmlerrorhandler.3qt index 5f7e41c3d..57f368d42 100644 --- a/doc/man/man3/qxmlerrorhandler.3qt +++ b/doc/man/man3/tqxmlerrorhandler.3qt @@ -84,5 +84,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlerrorhandler.3qt) and the Qt +Please include the name of the manual page (tqxmlerrorhandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlinputsource.3qt b/doc/man/man3/tqxmlinputsource.3qt index d3e79472d..2a3b10d5f 100644 --- a/doc/man/man3/qxmlinputsource.3qt +++ b/doc/man/man3/tqxmlinputsource.3qt @@ -152,5 +152,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlinputsource.3qt) and the Qt +Please include the name of the manual page (tqxmlinputsource.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmllexicalhandler.3qt b/doc/man/man3/tqxmllexicalhandler.3qt index eef4f91f9..c81e1035e 100644 --- a/doc/man/man3/qxmllexicalhandler.3qt +++ b/doc/man/man3/tqxmllexicalhandler.3qt @@ -130,5 +130,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmllexicalhandler.3qt) and the Qt +Please include the name of the manual page (tqxmllexicalhandler.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmllocator.3qt b/doc/man/man3/tqxmllocator.3qt index 0277a07ac..32f645faf 100644 --- a/doc/man/man3/qxmllocator.3qt +++ b/doc/man/man3/tqxmllocator.3qt @@ -67,5 +67,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmllocator.3qt) and the Qt +Please include the name of the manual page (tqxmllocator.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlnamespacesupport.3qt b/doc/man/man3/tqxmlnamespacesupport.3qt index f0f01bdfe..1b017edc0 100644 --- a/doc/man/man3/qxmlnamespacesupport.3qt +++ b/doc/man/man3/tqxmlnamespacesupport.3qt @@ -176,5 +176,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlnamespacesupport.3qt) and the Qt +Please include the name of the manual page (tqxmlnamespacesupport.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlparseexception.3qt b/doc/man/man3/tqxmlparseexception.3qt index b850367b7..adc710716 100644 --- a/doc/man/man3/qxmlparseexception.3qt +++ b/doc/man/man3/tqxmlparseexception.3qt @@ -76,5 +76,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlparseexception.3qt) and the Qt +Please include the name of the manual page (tqxmlparseexception.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlreader.3qt b/doc/man/man3/tqxmlreader.3qt index 583f7c72d..924d61a90 100644 --- a/doc/man/man3/qxmlreader.3qt +++ b/doc/man/man3/tqxmlreader.3qt @@ -202,5 +202,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlreader.3qt) and the Qt +Please include the name of the manual page (tqxmlreader.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qxmlsimplereader.3qt b/doc/man/man3/tqxmlsimplereader.3qt index 894225a7a..6372b6952 100644 --- a/doc/man/man3/qxmlsimplereader.3qt +++ b/doc/man/man3/tqxmlsimplereader.3qt @@ -138,5 +138,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qxmlsimplereader.3qt) and the Qt +Please include the name of the manual page (tqxmlsimplereader.3qt) and the Qt version (3.3.8). diff --git a/doc/overviews-list.doc b/doc/overviews-list.doc index 3a9c56fcb..e0ea0435d 100644 --- a/doc/overviews-list.doc +++ b/doc/overviews-list.doc @@ -113,7 +113,7 @@ \i \list - \i \link emb-qvfb.html QVFb tool - virtual framebuffer for Qt/Embedded \endlink + \i \link emb-tqvfb.html QVFb tool - virtual framebuffer for Qt/Embedded \endlink <p> </p> \i \link emb-install.html Installing Qt/Embedded \endlink \i \link emb-features.html The Feature Definition File \endlink diff --git a/doc/porting2.doc b/doc/porting2.doc index 064ae8acf..dddd972df 100644 --- a/doc/porting2.doc +++ b/doc/porting2.doc @@ -157,7 +157,7 @@ etc. are totally unaffected, but code that is you must qualify these identifiers like this: <code>Qt::red, Qt::LeftButton, Qt::AlignRight</code>, etc. -<p>The <code>qt/bin/qt20fix</code> script helps to fix the code that +<p>The <code>qt/bin/tqt20fix</code> script helps to fix the code that needs adaption, though most code does not need changing. Compiling with -DQT1COMPATIBILITY will help you get going with Qt 2.x diff --git a/doc/qws.doc b/doc/qws.doc index e36d13f5f..dfb7b3b1a 100644 --- a/doc/qws.doc +++ b/doc/qws.doc @@ -178,7 +178,7 @@ make, edit \c $QTDIR/include/ntqconfig.h and change the definition of \i This document shows how to use Qt/Embedded with the Linux framebuffer. For development and debugging purposes it is often easier to use the \link -emb-qvfb.html Qt/Embedded virtual framebuffer\endlink instead. +emb-tqvfb.html Qt/Embedded virtual framebuffer\endlink instead. \endlist @@ -222,7 +222,7 @@ support in Qt/Embedded for writing a QPF font file from any font, so you can initially enable TTF and BDF formats, save QPF files for the fonts and sizes you need, then remove TTF and BDF support. -See \link makeqpf.html tools/makeqpf\endlink for a tool that helps +See \link maketqpf.html tools/maketqpf\endlink for a tool that helps produce QPF files from the TTF and BDF, or just run your application with the \c -savefonts option. @@ -326,7 +326,7 @@ generate all 4 rotations of fonts would be to run the following at a real frameb <pre> for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270 do - QWS_DISPLAY=$dpy ./makeqpf "$@" + QWS_DISPLAY=$dpy ./maketqpf "$@" done </pre> If programs are only ever run in one orientation on a device, only the one @@ -354,7 +354,7 @@ command line option. This document assumes you have the Linux framebuffer configured correctly and no master process is running. If you do not have a working Linux framebuffer you can use the -\link emb-qvfb.html Qt/Embedded virtual framebuffer\endlink, or you can +\link emb-tqvfb.html Qt/Embedded virtual framebuffer\endlink, or you can run Qt/Embedded as a \link emb-vnc.html VNC server\endlink. Change to a Linux console and select an example to run, e.g. \c @@ -663,7 +663,7 @@ another size, e.g. \c QWS_SIZE=240x320. VNC clients are available for a vast array of display systems: X11, Windows, Amiga, DOS, VMS, and dozens of others. -The \link emb-qvfb.html Qt Virtual Framebuffer \endlink is an alternative +The \link emb-tqvfb.html Qt Virtual Framebuffer \endlink is an alternative technique. It uses shared memory and thus is much faster and smoother, but it does not operate over a network. diff --git a/doc/tools-list.doc b/doc/tools-list.doc index 096417ac8..e3e16a0e8 100644 --- a/doc/tools-list.doc +++ b/doc/tools-list.doc @@ -16,9 +16,9 @@ \i \link qmake-manual.book qmake \endlink - create Makefiles from simple platform-independent project files \i \link qembed.html qembed\endlink - convert data, e.g. images, into C++ code - \i \link emb-qvfb.html qvfb\endlink - run and test embedded + \i \link emb-tqvfb.html tqvfb\endlink - run and test embedded applications on the desktop - \i \link makeqpf.html makeqpf\endlink - create pre-rendered fonts + \i \link maketqpf.html maketqpf\endlink - create pre-rendered fonts for embedded devices \i \link moc.html moc\endlink - the Meta Object Compiler \i \link uic.html uic\endlink - the User Interface Compiler diff --git a/doc/qvfb.doc b/doc/tqvfb.doc index 7bc154666..e63ba510c 100644 --- a/doc/qvfb.doc +++ b/doc/tqvfb.doc @@ -36,24 +36,24 @@ ** **********************************************************************/ -/*! \page emb-qvfb.html +/*! \page emb-tqvfb.html \title Qt/Embedded Virtual Framebuffer The virtual framebuffer allows Qt/Embedded programs to be developed on a desktop machine, without switching between consoles and X11. -The virtual framebuffer is located in \c $QTDIR/tools/qvfb. +The virtual framebuffer is located in \c $QTDIR/tools/tqvfb. \section1 Using the Virtual Framebuffer \list 1 -\i Configure Qt/Embedded with the \c -qvfb argument and compile the library: +\i Configure Qt/Embedded with the \c -tqvfb argument and compile the library: \code - ./configure -qvfb + ./configure -tqvfb make \endcode -\i Compile \c qvfb as a normal Qt/X11 application and run it. Do \e not +\i Compile \c tqvfb as a normal Qt/X11 application and run it. Do \e not compile it as a Qt/Embedded application. \i Start a Qt/Embedded master application (i.e., construct QApplication with the QApplication::GuiServer flag or use the \c @@ -62,15 +62,15 @@ The virtual framebuffer is located in \c $QTDIR/tools/qvfb. \code masterapp -qws -display QVFb:0 \endcode -\i Qt/Embedded will autodetect qvfb, so you can omit the \c -display - command line parameter if you know that qvfb is running, and that - the Qt/Embedded library supports qvfb. (If this is not the case, +\i Qt/Embedded will autodetect tqvfb, so you can omit the \c -display + command line parameter if you know that tqvfb is running, and that + the Qt/Embedded library supports tqvfb. (If this is not the case, Qt/Embedded will write to the real framebuffer, and your X11 display will be corrupted.) \endlist -\c qvfb supports the following command line options: +\c tqvfb supports the following command line options: \table \header \i Option \i Meaning @@ -95,18 +95,18 @@ The virtual framebuffer is located in \c $QTDIR/tools/qvfb. The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a utility to display the framebuffer in a -window (\c qvfb). The regions of the display that have changed are updated +window (\c tqvfb). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing operation. For this reason drawing problems such as flickering may not be apparent until the program is run using a real framebuffer. The target refresh rate can be set via the <b>View|Refresh Rate</b> -menu item. This will cause \c qvfb to check for updated regions more +menu item. This will cause \c tqvfb to check for updated regions more frequently. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, then the application and \c qvfb will compete for +be frequent, then the application and \c tqvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded master process via @@ -114,6 +114,6 @@ named pipes. The virtual framebuffer is a development tool only. No security issues have been considered in the virtual framebuffer design. It should be avoided -in a production environment; do not configure production libraries with \c -qvfb. +in a production environment; do not configure production libraries with \c -tqvfb. */ diff --git a/src/embedded/qt_embedded.pri b/src/embedded/qt_embedded.pri index a4e2223bf..d02bdfb3f 100644 --- a/src/embedded/qt_embedded.pri +++ b/src/embedded/qt_embedded.pri @@ -33,7 +33,7 @@ embedded { } else:DEFINES += QT_NO_QWS_LINUXFB - contains( gfx-drivers, qvfb ) { + contains( gfx-drivers, tqvfb ) { HEADERS += $$EMBEDDED_H/qgfxvfb_qws.h SOURCES += $$EMBEDDED_CPP/qgfxvfb_qws.cpp } diff --git a/src/kernel/ntq1xcompatibility.h b/src/kernel/ntq1xcompatibility.h index 8ace504b5..16aeaaf10 100644 --- a/src/kernel/ntq1xcompatibility.h +++ b/src/kernel/ntq1xcompatibility.h @@ -43,7 +43,7 @@ #define Q1XCOMPATIBILITY_H #error "Compatibility with TQt 1.x is no longer guaranteed. Please" -#error "update your code (for example using qt20fix script). We" +#error "update your code (for example using tqt20fix script). We" #error "apologize for any inconvenience." #endif // Q1XCOMPATIBILITY_H diff --git a/tools/designer/designer.pro b/tools/designer/designer.pro index 337bbb464..bbe68ada4 100644 --- a/tools/designer/designer.pro +++ b/tools/designer/designer.pro @@ -6,8 +6,8 @@ SUBDIRS = uic \ uilib \ designer \ app \ - tools/createcw \ - tools/conv2ui + tools/tqtcreatecw \ + tools/tqtconv2ui dll:SUBDIRS *= editor plugins shared:SUBDIRS *= editor plugins diff --git a/tools/designer/designer/customwidgeteditor.ui b/tools/designer/designer/customwidgeteditor.ui index 9dd6404d6..a8623cff2 100644 --- a/tools/designer/designer/customwidgeteditor.ui +++ b/tools/designer/designer/customwidgeteditor.ui @@ -186,7 +186,7 @@ </property> <property name="whatsThis" stdset="0"> <string><b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.</p> -<p>Since it is a lot of work to type in all the information for custom widgets, you should consider using the createcw tool which is in $QTDIR/tools/designer/tools/createcw. Using createcw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the createcw directory</p></string> +<p>Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqtcreatecw tool which is in $QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqtcreatecw directory</p></string> </property> </widget> <widget class="TQPushButton" row="4" column="1"> diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts index 64f3cf3f5..f2c55cffd 100644 --- a/tools/designer/designer/designer_de.ts +++ b/tools/designer/designer/designer_de.ts @@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source> </message> <message encoding="UTF-8"> <source><b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.</p> -<p>As it is a lot of work to type in all the information for custom widgets, you should check the tool createcw which you can find in $QTDIR/tools/designer/tools/createcw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory</p></source> +<p>As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory</p></source> <translation type="unfinished"></translation> </message> <message encoding="UTF-8"> diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts index 64f3cf3f5..f2c55cffd 100644 --- a/tools/designer/designer/designer_fr.ts +++ b/tools/designer/designer/designer_fr.ts @@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source> </message> <message encoding="UTF-8"> <source><b>Load Descriptions</b><p>Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the Qt Designer.</p> -<p>As it is a lot of work to type in all the information for custom widgets, you should check the tool createcw which you can find in $QTDIR/tools/designer/tools/createcw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory</p></source> +<p>As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory</p></source> <translation type="unfinished"></translation> </message> <message encoding="UTF-8"> diff --git a/tools/designer/tools/conv2ui/main.cpp b/tools/designer/tools/tqtconv2ui/main.cpp index 31e561725..208be173b 100644 --- a/tools/designer/tools/conv2ui/main.cpp +++ b/tools/designer/tools/tqtconv2ui/main.cpp @@ -137,11 +137,11 @@ TQString Conv2ui::absName( const TQString & filename ) void printHelpMessage( TQStringList & formats ) { - printf( "Usage: conv2ui [options] <file> <destination directory>\n\n" ); + printf( "Usage: tqtconv2ui [options] <file> <destination directory>\n\n" ); printf( "Options:\n"); printf( "\t-help\t\tDisplay this information\n" ); printf( "\t-silent\t\tDon't write any messages\n"); - printf( "\t-version\tDisplay version of conv2ui\n"); + printf( "\t-version\tDisplay version of tqtconv2ui\n"); printf( "Supported file formats:\n" ); for ( TQStringList::Iterator it = formats.begin(); it != formats.end(); ++it ) printf( "\t%s\n", (*it).latin1() ); @@ -201,7 +201,7 @@ int main( int argc, char ** argv ) if ( !silent ) { printf( "TQt user interface file converter.\n" ); if ( unrecognized ) { - printf( "conv2ui: Unrecognized option\n" ); + printf( "tqtconv2ui: Unrecognized option\n" ); } } if ( version ) { diff --git a/tools/designer/tools/conv2ui/conv2ui.pro b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro index 015ad94a3..015ad94a3 100644 --- a/tools/designer/tools/conv2ui/conv2ui.pro +++ b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro diff --git a/tools/designer/tools/createcw/README b/tools/designer/tools/tqtcreatecw/README index cc48234e1..cc48234e1 100644 --- a/tools/designer/tools/createcw/README +++ b/tools/designer/tools/tqtcreatecw/README diff --git a/tools/designer/tools/createcw/main.cpp b/tools/designer/tools/tqtcreatecw/main.cpp index 50f8574de..fcfa43168 100644 --- a/tools/designer/tools/createcw/main.cpp +++ b/tools/designer/tools/tqtcreatecw/main.cpp @@ -172,8 +172,8 @@ int main( int argc, char **argv ) // // After that compile the program, link it with your custom widget // (library or object file) and run it like this: - // (unix): ./createcw mywidgets.cw - // (win32): createcw mywidgets.cw + // (unix): ./tqtcreatecw mywidgets.cw + // (win32): tqtcreatecw mywidgets.cw // // After that you can import this description file into the TQt // Designer using the Custom-Widget Dialog (See diff --git a/tools/designer/tools/createcw/createcw.pro b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro index 415c0be76..875a2e7b1 100644 --- a/tools/designer/tools/createcw/createcw.pro +++ b/tools/designer/tools/tqtcreatecw/tqtcreatecw.pro @@ -2,7 +2,7 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = SOURCES = main.cpp -TARGET = createcw +TARGET = tqtcreatecw target.path = $$bins.path INSTALLS += target diff --git a/tools/linguist/book/linguist-manager.leaf b/tools/linguist/book/linguist-manager.leaf index aa99e0170..c35aa1af8 100644 --- a/tools/linguist/book/linguist-manager.leaf +++ b/tools/linguist/book/linguist-manager.leaf @@ -6,7 +6,7 @@ Two tools are provided for the release manager, \l lupdate and \l lrelease. These tools depend on \e qmake project files. You don't have to use \e qmake, though. -A third tool, \c qm2ts, can be used for converting Qt 2.x message +A third tool, \c tqm2ts, can be used for converting Qt 2.x message files to \c .ts files. \section1 Qt Project Files diff --git a/tools/linguist/linguist.pro b/tools/linguist/linguist.pro index 3f1f28642..d34c38608 100644 --- a/tools/linguist/linguist.pro +++ b/tools/linguist/linguist.pro @@ -5,7 +5,7 @@ SUBDIRS = linguist \ tutorial/tt3 \ lrelease \ lupdate \ - qm2ts + tqm2ts CONFIG += ordered REQUIRES=full-config nocrosscompiler diff --git a/tools/linguist/qm2ts/main.cpp b/tools/linguist/tqm2ts/main.cpp index 7c30167ae..6e71a3cbc 100644 --- a/tools/linguist/qm2ts/main.cpp +++ b/tools/linguist/tqm2ts/main.cpp @@ -42,13 +42,13 @@ typedef TQValueList<TQTranslatorMessage> TML; static void printUsage() { fprintf( stderr, "Usage:\n" - " qm2ts [ options ] qm-files\n" + " tqm2ts [ options ] qm-files\n" "Options:\n" " -help Display this information and exit\n" " -verbose\n" " Explain what is being done\n" " -version\n" - " Display the version of qm2ts and exit\n" ); + " Display the version of tqm2ts and exit\n" ); } int main( int argc, char **argv ) @@ -64,7 +64,7 @@ int main( int argc, char **argv ) verbose = TRUE; continue; } else if ( qstrcmp(argv[i], "-version") == 0 ) { - fprintf( stderr, "qm2ts version %s\n", TQT_VERSION_STR ); + fprintf( stderr, "tqm2ts version %s\n", TQT_VERSION_STR ); return 0; } @@ -99,7 +99,7 @@ int main( int argc, char **argv ) if ( !metator.save(g) ) { fprintf( stderr, - "qm2ts warning: For some reason, I cannot save '%s'\n", + "tqm2ts warning: For some reason, I cannot save '%s'\n", g.latin1() ); } else { if ( verbose ) { @@ -109,13 +109,13 @@ int main( int argc, char **argv ) } if ( ignored > 0 ) fprintf( stderr, - "qm2ts warning: File '%s' is not a TQt 2.x .qm" + "tqm2ts warning: File '%s' is not a TQt 2.x .qm" " file (some information is lost)\n", argv[i] ); } } else { fprintf( stderr, - "qm2ts warning: For some reason, I cannot load '%s'\n", + "tqm2ts warning: For some reason, I cannot load '%s'\n", argv[i] ); } } diff --git a/tools/linguist/qm2ts/qm2ts.1 b/tools/linguist/tqm2ts/tqm2ts.1 index e1eb472e0..bf49ca8ef 100644 --- a/tools/linguist/qm2ts/qm2ts.1 +++ b/tools/linguist/tqm2ts/tqm2ts.1 @@ -1,4 +1,4 @@ -.TH qm2ts 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*- +.TH tqm2ts 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*- .\" .\" Copyright (C) 2001-2008 Trolltech ASA. All rights reserved. .\" @@ -6,9 +6,9 @@ .\" the terms and conditions described in the LICENSE file. .\" .SH NAME -qm2ts \- generate Qt Linguist translation files from Qt 2.x message files +tqm2ts \- generate Qt Linguist translation files from Qt 2.x message files .SH SYNOPSIS -.B qm2ts +.B tqm2ts .RI "[ " options " ] " qm-files .SH DESCRIPTION This page documents the @@ -25,13 +25,13 @@ used with version control systems if required. It is understood by and .B Qt Linguist. .PP -.B qm2ts +.B tqm2ts is provided to ease porting from the old internationalization tools -.B (findtr, -.B mergetr +.B (tqtfindtr, +.B tqtmergetr and -.B msg2qm) +.B msg2tqm) to the new ones. It will not accept Qt message files generated by .B lrelease, as @@ -47,7 +47,7 @@ Explain what is being done. .TP .I "-version" Display the version of -.B qm2ts +.B tqm2ts and exit. .SH "SEE ALSO" .BR http://doc.trolltech.com/i18n.html diff --git a/tools/linguist/qm2ts/qm2ts.pro b/tools/linguist/tqm2ts/tqm2ts.pro index 3868e30c2..4d1ee8e1f 100644 --- a/tools/linguist/qm2ts/qm2ts.pro +++ b/tools/linguist/tqm2ts/tqm2ts.pro @@ -7,7 +7,7 @@ SOURCES = main.cpp \ DEFINES += QT_INTERNAL_XML include( ../../../src/qt_professional.pri ) -TARGET = qm2ts +TARGET = tqm2ts INCLUDEPATH += ../shared DESTDIR = ../../../bin diff --git a/tools/makeqpf/main.cpp b/tools/maketqpf/main.cpp index cfe9bc9e4..3a1fec487 100644 --- a/tools/makeqpf/main.cpp +++ b/tools/maketqpf/main.cpp @@ -242,7 +242,7 @@ private slots: static void usage() { - tqWarning("Usage: makeqpf [-A] [-f spec-file] [font ...]"); + tqWarning("Usage: maketqpf [-A] [-f spec-file] [font ...]"); tqWarning(""); tqWarning(" Saves TQPF font files by rendering and saving fonts."); tqWarning(""); diff --git a/tools/makeqpf/makeall b/tools/maketqpf/makeall index cd5008cfa..bb167f373 100755 --- a/tools/makeqpf/makeall +++ b/tools/maketqpf/makeall @@ -1,4 +1,4 @@ for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270 do - QWS_DISPLAY=$dpy ./makeqpf + QWS_DISPLAY=$dpy ./maketqpf done diff --git a/tools/makeqpf/makeqpf.pro b/tools/maketqpf/maketqpf.pro index 8a61af618..2fa9d7568 100644 --- a/tools/makeqpf/makeqpf.pro +++ b/tools/maketqpf/maketqpf.pro @@ -3,7 +3,7 @@ CONFIG += qt warn_on release HEADERS = SOURCES = main.cpp INTERFACES = -TARGET = makeqpf +TARGET = maketqpf REQUIRES=full-config nocrosscompiler target.path = $$bins.path diff --git a/tools/msg2qm/msg2qm.cpp b/tools/msg2tqm/msg2tqm.cpp index 2b88dc9c9..5bacda177 100644 --- a/tools/msg2qm/msg2qm.cpp +++ b/tools/msg2tqm/msg2tqm.cpp @@ -1,7 +1,7 @@ /********************************************************************** ** Copyright (C) 1998-2008 Trolltech ASA. All rights reserved. ** -** This is a utility program for converting findtr msgfiles to +** This is a utility program for converting tqtfindtr msgfiles to ** qtranslator message files ** ** This file may be used under the terms of the GNU General diff --git a/tools/msg2qm/msg2qm.pro b/tools/msg2tqm/msg2tqm.pro index f81f03ed3..a92f5b9c7 100644 --- a/tools/msg2qm/msg2qm.pro +++ b/tools/msg2tqm/msg2tqm.pro @@ -2,8 +2,8 @@ TEMPLATE = app DEPENDPATH = ../../include CONFIG += console qt warn_on release HEADERS = -SOURCES = msg2qm.cpp -TARGET = msg2qm +SOURCES = msg2tqm.cpp +TARGET = msg2tqm REQUIRES=full-config nocrosscompiler target.path = $$bins.path diff --git a/tools/tools.pro b/tools/tools.pro index e10c970ef..a790d7179 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -7,10 +7,10 @@ no-png { assistant \ linguist unix:SUBDIRS += qtconfig \ - mergetr \ + tqtmergetr \ qconfig \ - makeqpf \ - msg2qm \ + maketqpf \ + msg2tqm \ qembed } diff --git a/tools/mergetr/mergetr.cpp b/tools/tqtmergetr/tqtmergetr.cpp index da978dc4e..91296e37b 100644 --- a/tools/mergetr/mergetr.cpp +++ b/tools/tqtmergetr/tqtmergetr.cpp @@ -1,7 +1,7 @@ /********************************************************************** ** Copyright (C) 1998-2008 Trolltech ASA. All rights reserved. ** -** This is a utility program for merging findtr msgfiles +** This is a utility program for merging tqtfindtr msgfiles ** ** This file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free diff --git a/tools/mergetr/mergetr.pro b/tools/tqtmergetr/tqtmergetr.pro index 4fbdae1b9..57b34d345 100644 --- a/tools/mergetr/mergetr.pro +++ b/tools/tqtmergetr/tqtmergetr.pro @@ -1,8 +1,8 @@ TEMPLATE = app CONFIG += console qt warn_on release HEADERS = -SOURCES = mergetr.cpp -TARGET = mergetr +SOURCES = tqtmergetr.cpp +TARGET = tqtmergetr REQUIRES=full-config nocrosscompiler target.path = $$bins.path diff --git a/tools/qvfb/LICENSE.GPL b/tools/tqvfb/LICENSE.GPL index 3221c0305..3221c0305 100644 --- a/tools/qvfb/LICENSE.GPL +++ b/tools/tqvfb/LICENSE.GPL diff --git a/tools/qvfb/README b/tools/tqvfb/README index 3261b4751..2bbb409df 100644 --- a/tools/qvfb/README +++ b/tools/tqvfb/README @@ -1,7 +1,7 @@ Qt/Embedded Virtual Framebuffer =============================== -Please note that the qvfb program needs to be compiled with the X11 version +Please note that the tqvfb program needs to be compiled with the X11 version of Qt. The virtual frame buffer allows a Qt/Embedded program to be developed on your @@ -16,20 +16,20 @@ framebuffer. To use the virtual framebuffer: 1. Ensure QT_NO_QWS_VFB is not set in ntqconfig.h (when you configure Qt, - add the -qvfb option). -2. Start qvfb (qvfb should be compiled as a normal Qt/X11 application, + add the -tqvfb option). +2. Start tqvfb (tqvfb should be compiled as a normal Qt/X11 application, NOT as a Qt/Embedded application!). 3. Start a Qt/Embedded server (i.e. construct QApplication with QApplication::GuiServer flag, or run a client with the -qws option). -qvfb supports the following command line options: +tqvfb supports the following command line options: [-width width] the width of the virtual framebuffer (default: 240). [-height height] the height of the virtual framebuffer (default: 320). [-depth depth] the depth of the virtual framebuffer (1,4,8 or 32, default: 8). [-nocursor] do not display the X11 cursor in the framebuffer window. [-qwsdisplay] the Qt/Embedded display ID, e.g. -qwsdisplay :1 (default :0). -[-skin skinfile] tells qvfb to load a skin file, e.g. -skin pda.skin +[-skin skinfile] tells tqvfb to load a skin file, e.g. -skin pda.skin Please refer to the file "pda.skin" for an example of what a skin file looks like. The format for skin files is: diff --git a/tools/qvfb/config.ui b/tools/tqvfb/config.ui index 22efbdb2a..22efbdb2a 100644 --- a/tools/qvfb/config.ui +++ b/tools/tqvfb/config.ui diff --git a/tools/qvfb/gammaview.h b/tools/tqvfb/gammaview.h index 268c83928..268c83928 100644 --- a/tools/qvfb/gammaview.h +++ b/tools/tqvfb/gammaview.h diff --git a/tools/qvfb/images/logo.png b/tools/tqvfb/images/logo.png Binary files differindex 0cb2b6822..0cb2b6822 100644 --- a/tools/qvfb/images/logo.png +++ b/tools/tqvfb/images/logo.png diff --git a/tools/qvfb/main.cpp b/tools/tqvfb/main.cpp index 552515840..2ea88e93d 100644 --- a/tools/qvfb/main.cpp +++ b/tools/tqvfb/main.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "qvfb.h" +#include "tqvfb.h" #include <ntqapplication.h> #include <ntqpainter.h> diff --git a/tools/qvfb/pda.skin b/tools/tqvfb/pda.skin index 135e6b67f..135e6b67f 100644 --- a/tools/qvfb/pda.skin +++ b/tools/tqvfb/pda.skin diff --git a/tools/qvfb/pda_down.png b/tools/tqvfb/pda_down.png Binary files differindex bc1f5ee75..bc1f5ee75 100644 --- a/tools/qvfb/pda_down.png +++ b/tools/tqvfb/pda_down.png diff --git a/tools/qvfb/pda_up.png b/tools/tqvfb/pda_up.png Binary files differindex 05e97df3a..05e97df3a 100644 --- a/tools/qvfb/pda_up.png +++ b/tools/tqvfb/pda_up.png diff --git a/tools/qvfb/qanimationwriter.cpp b/tools/tqvfb/qanimationwriter.cpp index a7cb7635e..a7cb7635e 100644 --- a/tools/qvfb/qanimationwriter.cpp +++ b/tools/tqvfb/qanimationwriter.cpp diff --git a/tools/qvfb/qanimationwriter.h b/tools/tqvfb/qanimationwriter.h index 13e8ea136..13e8ea136 100644 --- a/tools/qvfb/qanimationwriter.h +++ b/tools/tqvfb/qanimationwriter.h diff --git a/tools/qvfb/skin.cpp b/tools/tqvfb/skin.cpp index 9961d0a99..ccee4fd8a 100644 --- a/tools/qvfb/skin.cpp +++ b/tools/tqvfb/skin.cpp @@ -32,8 +32,8 @@ **********************************************************************/ #include "skin.h" -#include "qvfb.h" -#include "qvfbview.h" +#include "tqvfb.h" +#include "tqvfbview.h" #include <ntqbitmap.h> #include <ntqpixmap.h> diff --git a/tools/qvfb/skin.h b/tools/tqvfb/skin.h index c2ee4c10f..c2ee4c10f 100644 --- a/tools/qvfb/skin.h +++ b/tools/tqvfb/skin.h diff --git a/tools/qvfb/qvfb.cpp b/tools/tqvfb/tqvfb.cpp index 91f4d7052..334efadf6 100644 --- a/tools/qvfb/qvfb.cpp +++ b/tools/tqvfb/tqvfb.cpp @@ -31,9 +31,9 @@ ** **********************************************************************/ -#include "qvfb.h" -#include "qvfbview.h" -#include "qvfbratedlg.h" +#include "tqvfb.h" +#include "tqvfbview.h" +#include "tqvfbratedlg.h" #include "config.h" #include "skin.h" diff --git a/tools/qvfb/qvfb.h b/tools/tqvfb/tqvfb.h index 518e1d76f..518e1d76f 100644 --- a/tools/qvfb/qvfb.h +++ b/tools/tqvfb/tqvfb.h diff --git a/tools/qvfb/qvfb.pro b/tools/tqvfb/tqvfb.pro index 7896e7c36..33e6a3f25 100644 --- a/tools/qvfb/qvfb.pro +++ b/tools/tqvfb/tqvfb.pro @@ -1,11 +1,11 @@ TEMPLATE = app CONFIG += qt warn_on release -HEADERS = qvfb.h qvfbview.h qvfbratedlg.h qanimationwriter.h \ +HEADERS = tqvfb.h tqvfbview.h tqvfbratedlg.h qanimationwriter.h \ gammaview.h skin.h -SOURCES = qvfb.cpp qvfbview.cpp qvfbratedlg.cpp \ +SOURCES = tqvfb.cpp tqvfbview.cpp tqvfbratedlg.cpp \ main.cpp qanimationwriter.cpp skin.cpp INTERFACES = config.ui IMAGES = images/logo.png -TARGET = qvfb +TARGET = tqvfb INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/libpng $$QT_SOURCE_TREE/src/3rdparty/zlib DEPENDPATH = ../../include diff --git a/tools/qvfb/qvfbratedlg.cpp b/tools/tqvfb/tqvfbratedlg.cpp index c10de3ef7..5c87e702e 100644 --- a/tools/qvfb/qvfbratedlg.cpp +++ b/tools/tqvfb/tqvfbratedlg.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "qvfbratedlg.h" +#include "tqvfbratedlg.h" #include <ntqlayout.h> #include <ntqlabel.h> diff --git a/tools/qvfb/qvfbratedlg.h b/tools/tqvfb/tqvfbratedlg.h index 2e514c5d2..2e514c5d2 100644 --- a/tools/qvfb/qvfbratedlg.h +++ b/tools/tqvfb/tqvfbratedlg.h diff --git a/tools/qvfb/qvfbview.cpp b/tools/tqvfb/tqvfbview.cpp index 15e5ca53e..3ede4b656 100644 --- a/tools/qvfb/qvfbview.cpp +++ b/tools/tqvfb/tqvfbview.cpp @@ -40,7 +40,7 @@ #include "qlock_p.h" #endif -#include "qvfbview.h" +#include "tqvfbview.h" #include "ntqvfbhdr.h" #define TQTE_PIPE "TQtEmbedded-%1" diff --git a/tools/qvfb/qvfbview.h b/tools/tqvfb/tqvfbview.h index dee52fb73..dee52fb73 100644 --- a/tools/qvfb/qvfbview.h +++ b/tools/tqvfb/tqvfbview.h |
