diff options
580 files changed, 1026 insertions, 1026 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule index 0638240b6..f4b9c9793 100644 --- a/ChangeLog.immodule +++ b/ChangeLog.immodule @@ -246,8 +246,8 @@ * plugins/src/inputmethods/simple/simple.pro * plugins/src/inputmethods/imsw-none/imsw-none.pro * plugins/src/inputmethods/xim/xim.pro - - Change plugin directory from $QTDIR/plugins/input/ to - $QTDIR/plugins/inputmethods/ + - Change plugin directory from $TQTDIR/plugins/input/ to + $TQTDIR/plugins/inputmethods/ * changes.immodule - Add a description for the change of plugin directory @@ -25,7 +25,7 @@ the directories where you choose to install Qt. depending on your shell) in your home directory. Create the file if it is not there already. - QTDIR - the directory in which you're building Qt + TQTDIR - the directory in which you're building Qt PATH - to locate the moc program and other TQt tools MANPATH - to access the TQt man pages LD_LIBRARY_PATH - for the shared TQt library @@ -41,22 +41,22 @@ the directories where you choose to install Qt. In .profile (if your shell is bash, ksh, zsh or sh), add the following lines: - QTDIR=/usr/local/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/doc/man:$MANPATH - LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH + TQTDIR=/usr/local/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/doc/man:$MANPATH + LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH - export QTDIR PATH MANPATH LD_LIBRARY_PATH + export TQTDIR PATH MANPATH LD_LIBRARY_PATH In .login (in case your shell is csh or tcsh), add the following lines: - setenv QTDIR /usr/local/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/doc/man:$MANPATH - setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH + setenv TQTDIR /usr/local/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/doc/man:$MANPATH + setenv LD_LIBRARY_PATH $TQTDIR/lib:$LD_LIBRARY_PATH After you have done this, you will need to login again, or - re-source the profile before continuing, so that at least $QTDIR + re-source the profile before continuing, so that at least $TQTDIR and $PATH are set. Without these the installation will halt with an error message. @@ -93,7 +93,7 @@ the directories where you choose to install Qt. information on known issues. - At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/ + At this point you have binaries created in $TQTDIR (eg. $TQTDIR/lib/ contains libtqt.so). If, however, you would like to have your Qt installed in a non-local installation you can run configure with options splitting TQt into different areas for example: @@ -108,7 +108,7 @@ the directories where you choose to install Qt. This will install TQt onto your machine using the paths you've set. (See ./configure -help for more information). If you choose to install TQt like this, remember that you must set your - LD_LIBRARY_PATH to match your -libdir and your QTDIR to your + LD_LIBRARY_PATH to match your -libdir and your TQTDIR to your -headerdir (as described in (2) above). diff --git a/bin/tqt20fix b/bin/tqt20fix index a303717bf..cee2eb1e4 100755 --- a/bin/tqt20fix +++ b/bin/tqt20fix @@ -194,8 +194,8 @@ sub parseline{ "pointingHandCursor" => "Qt::pointingHandCursor" ); -if ( defined( $ENV{"QTDIR"} ) && - open( I, "< ". $ENV{"QTDIR"} . "/src/kernel/ntq1xcompatibility.h" ) ) { +if ( defined( $ENV{"TQTDIR"} ) && + open( I, "< ". $ENV{"TQTDIR"} . "/src/kernel/ntq1xcompatibility.h" ) ) { while( <I> ) { if ( /\#define\s+([a-zA-Z0-9_]+)\s+(\S+)/ ) { if ( !defined( $globals{$1} ) ) { diff --git a/changes.immodule b/changes.immodule index 5b81496d3..0484cffce 100644 --- a/changes.immodule +++ b/changes.immodule @@ -56,8 +56,8 @@ Build & Install input method plugins (i.e. update your additional input method plugins) -- Plugin directory has been changed from $QTDIR/plugins/input/ to - $QTDIR/plugins/inputmethods/. Delete old directory. +- Plugin directory has been changed from $TQTDIR/plugins/input/ to + $TQTDIR/plugins/inputmethods/. Delete old directory. - Some codes have been changed to allow compiling against TQt 3.2.x or earlier. @@ -119,8 +119,8 @@ General - Changed XIM input method to a plugin instead of directly link into libtqt -- Plugin directory has been changed from $QTDIR/plugins/input/ to - $QTDIR/plugins/inputmethods/. Replace install directory with new +- Plugin directory has been changed from $TQTDIR/plugins/input/ to + $TQTDIR/plugins/inputmethods/. Replace install directory with new one. - Fixed some bugs in previous qt-x11-immodule-bc-qt3.3.2-20040623. See @@ -91,8 +91,8 @@ QMAKE_VARS="$QMAKE_VARS \"kbd-drivers += tty\" \"mouse-drivers += pc\"" # initalize variables #------------------------------------------------------------------------------- -# QTDIR may be set and point to an old or system-wide TQt installation -unset QTDIR +# TQTDIR may be set and point to an old or system-wide TQt installation +unset TQTDIR # initalize internal variables CFG_CONFIGURE_EXIT_ON_ERROR=yes @@ -2262,8 +2262,8 @@ esac # symlink includes if [ -x "$relpath/bin/syncqt" ]; then - QTDIR=$relpath perl $relpath/bin/syncqt -inc $relpath/include - [ "$OPT_SHADOW" = "yes" ] && QTDIR=$relpath perl $relpath/bin/syncqt -inc $outpath/include + TQTDIR=$relpath perl $relpath/bin/syncqt -inc $relpath/include + [ "$OPT_SHADOW" = "yes" ] && TQTDIR=$relpath perl $relpath/bin/syncqt -inc $outpath/include fi if [ "$OPT_SHADOW" = "yes" ]; then @@ -2578,8 +2578,8 @@ if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QNX" = "yes" ]; then QMAKE_CONFIG="$QMAKE_CONFIG embedded" rm -f src/.moc/$QMAKE_OUTDIR/allmoc.cpp # needs remaking if config changes fi -QMAKE_VARS="$QMAKE_VARS \"QMAKE_INCDIR_QT=$relpath/include\"" -QMAKE_VARS="$QMAKE_VARS \"QMAKE_LIBDIR_QT=$outpath/lib\"" +QMAKE_VARS="$QMAKE_VARS \"QMAKE_INCDIR_TQT=$relpath/include\"" +QMAKE_VARS="$QMAKE_VARS \"QMAKE_LIBDIR_TQT=$outpath/lib\"" QMAKE_VARS="$QMAKE_VARS \"QMAKE_RTLDIR_QT=$QT_INSTALL_LIBS\"" QMAKE_VARS="$QMAKE_VARS \"OBJECTS_DIR=.obj/$QMAKE_OUTDIR\" \"MOC_DIR=.moc/$QMAKE_OUTDIR\"" if [ "$CFG_LARGEFILE" = "yes" ]; then diff --git a/doc/customstyles.doc b/doc/customstyles.doc index 35d2223cf..949175c66 100644 --- a/doc/customstyles.doc +++ b/doc/customstyles.doc @@ -213,7 +213,7 @@ objects at runtime by TQt itself. Please refer to the \link plugins-howto.html TQt Plugin\endlink documentation for more information on how to go about creating a style plugin. -Compile your plugin and put it into $QTDIR/plugins/styles. We now have +Compile your plugin and put it into $TQTDIR/plugins/styles. We now have a pluggable style that TQt can load automatically. To use your new style with existing applications, simply start the application with the following argument: diff --git a/doc/embclasses.doc b/doc/embclasses.doc index 59f01d464..b88befdae 100644 --- a/doc/embclasses.doc +++ b/doc/embclasses.doc @@ -53,8 +53,8 @@ indicates inheritance. \section1 QFontManager There is one of these per application. At application startup time it -reads the font definition file from \c $QTDIR/etc/fonts/fontdir (or \c -/usr/local/etc/qt-embedded/fonts/fontdir if QTDIR is undefined). It +reads the font definition file from \c $TQTDIR/etc/fonts/fontdir (or \c +/usr/local/etc/qt-embedded/fonts/fontdir if TQTDIR is undefined). It keeps track of all font information and maintains a cache of rendered fonts. It also creates the font factories: QFontManager::QFontManager is the place to add constructors for new factories. It provides a diff --git a/doc/envvars.doc b/doc/envvars.doc index 13bbdae86..94335d8b3 100644 --- a/doc/envvars.doc +++ b/doc/envvars.doc @@ -64,9 +64,9 @@ specification should be a multiple of 90 degrees rotation specified as Rot\<x\>, for instance Transformed:Rot90. \row -\i QTDIR +\i TQTDIR \i If defined this tells Qt/Embedded to where to find its fonts: -fontdir should be in \c $QTDIR/etc/fonts/. If undefined it's assumed +fontdir should be in \c $TQTDIR/etc/fonts/. If undefined it's assumed to be \c /usr/local/qt-embedded \row diff --git a/doc/how-to-learn-qt.doc b/doc/how-to-learn-qt.doc index a8f93898f..4748df994 100644 --- a/doc/how-to-learn-qt.doc +++ b/doc/how-to-learn-qt.doc @@ -96,7 +96,7 @@ projects. You may also find it useful to browse the source code of the your projects. You can also read Qt's source code since this is supplied. -If you run the \c demo application (in \c{$QTDIR/examples/demo}) +If you run the \c demo application (in \c{$TQTDIR/examples/demo}) you'll see many of Qt's widgets in action. Qt comes with extensive documentation, with hypertext cross-references diff --git a/doc/html/assistant-6.html b/doc/html/assistant-6.html index 266490db3..d2b420914 100644 --- a/doc/html/assistant-6.html +++ b/doc/html/assistant-6.html @@ -118,7 +118,7 @@ body { background: #ffffff; color: black; } > assistant -profile helpdemo.adp </pre> <p>See the HelpDemo example in the TQt distribution for a demonstration on how to use <em>TQt Assistant</em> with profiles for your own applications.</p> -<p>When distributing <em>TQt Assistant</em> with your application, you will also need to copy the icon files from the <tt>QTDIR/tools/assistant/images</tt> directory so that <em>TQt Assistant</em> finds its icons.</p> +<p>When distributing <em>TQt Assistant</em> with your application, you will also need to copy the icon files from the <tt>TQTDIR/tools/assistant/images</tt> directory so that <em>TQt Assistant</em> finds its icons.</p> <!-- eof --> <p><address><hr><div align=center> <table width=100% cellspacing=0 border=0><tr> diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index c410232c7..5b5c9fd12 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -66,13 +66,13 @@ moc-generated object code into your executable. See <a href="moc.html">Using the are usually located in the <tt>include</tt> subdirectory of TQt distributions. Care must be taken to include the header files of the relevant release of TQt. Those with a command-line compiler will typically use options such as -<tt>/I%QTDIR%\include</tt> +<tt>/I%TQTDIR%\include</tt> the relevant release of TQt. <p> <dt>Meta Object Compiler and other tools - Compile time <p> <dd>Programmers need to run <em>moc</em> and other tools such as <em>uic</em>. These tools are usually located in the <tt>bin</tt> subdirectory of TQt distributions. -Either run <tt>"$QTDIR"/bin/moc</tt> and <tt>"$QTDIR"/bin/uic</tt> or add <tt>"$QTDIR"/bin</tt> +Either run <tt>"$TQTDIR"/bin/moc</tt> and <tt>"$TQTDIR"/bin/uic</tt> or add <tt>"$TQTDIR"/bin</tt> to your <tt>PATH</tt> and run <a href="moc.html#moc">moc</a> and <tt>uic</tt>. If you use <tt>qmake</tt> the appropriate lines will be added to your Makefiles so that <em>uic</em> and <em>moc</em> will be executed as required. @@ -81,7 +81,7 @@ appropriate lines will be added to your Makefiles so that <em>uic</em> and libraries are usually located in the <tt>lib</tt> subdirectory of TQt distributions. Care must be taken to link with the libraries of the relevant release of TQt. Those with a command-line compiler will typically use options such as -<tt>/L%QTDIR%\lib\qt.lib</tt> or <tt>-L"$QTDIR"/lib</tt> <tt>-lqt</tt> provided <tt>QTDIR</tt> +<tt>/L%TQTDIR%\lib\qt.lib</tt> or <tt>-L"$TQTDIR"/lib</tt> <tt>-lqt</tt> provided <tt>TQTDIR</tt> specifies the relevant release of TQt. <p> <dt>Shared libraries - Run time <p> <dd>Users of programs linked with shared TQt libraries need these same @@ -125,7 +125,7 @@ TQt 2.x. They are included in the regular packages of TQt 3.x (<tt>qt3</tt> or similar) and TQt 2.x (<tt>qt2</tt> or similar). <p> </ul> <p> Just install the packages, <tt>qt2</tt>, <tt>qt3</tt>, and <tt>qt3-dev</tt>. You may -need to set the environment variable <tt>QTDIR</tt> to point to TQt 3.x. +need to set the environment variable <tt>TQTDIR</tt> to point to TQt 3.x. <p> <a name="qtsrc"></a> <h3> Developers building for two versions of TQt on Unix - TQt sources </h3> @@ -143,14 +143,14 @@ and TQt 2.x to build programs, $ cd /opt $ gunzip -c \c qt-x11-2.3.1.tar.gz | tar xf - $ cd qt-2.3.1 -$ setenv QTDIR /opt/qt-2.3.1 +$ setenv TQTDIR /opt/qt-2.3.1 $ configure [options] $ make $ cd /opt $ gunzip -c qt-x11-free-3.0.0.tar.gz | tar xf - $ cd qt-3.0.0 -$ setenv QTDIR /opt/qt-3.0.0 +$ setenv TQTDIR /opt/qt-3.0.0 $ configure [options] $ make </pre> @@ -172,19 +172,19 @@ ln -s /opt/qt-3.0.0/lib/libtqui.so.1 . <p> </ol> <p> To develop with TQt 2.x use: <p> <pre> -setenv QTDIR /opt/qt-2.3.1 -setenv PATH ${QTDIR}/bin:${PATH} +setenv TQTDIR /opt/qt-2.3.1 +setenv PATH ${TQTDIR}/bin:${PATH} </pre> <p> To develop with TQt 3.x use: <p> <pre> -setenv QTDIR /opt/qt-3.0.0 -setenv PATH ${QTDIR}/bin:${PATH} +setenv TQTDIR /opt/qt-3.0.0 +setenv PATH ${TQTDIR}/bin:${PATH} </pre> -<p> Setting <tt>QTDIR</tt> ensures that the proper resources are used, such as the +<p> Setting <tt>TQTDIR</tt> ensures that the proper resources are used, such as the documentation appropriate to the version of TQt you're using. Also -your Makfiles may refer to <tt>"$QTDIR"/include</tt> and <tt>"$QTDIR"/lib</tt> to +your Makfiles may refer to <tt>"$TQTDIR"/include</tt> and <tt>"$TQTDIR"/lib</tt> to include the proper header files and link with the proper libraries. Setting the <tt>PATH</tt> ensures that the proper version of moc and other tools is being used. diff --git a/doc/html/customstyles.html b/doc/html/customstyles.html index 560a4a7b8..b4b231278 100644 --- a/doc/html/customstyles.html +++ b/doc/html/customstyles.html @@ -192,7 +192,7 @@ you to recompile. The TQt Plugin system makes it possible to create styles as plugins. Styles created as plugins are loaded as shared objects at runtime by TQt itself. Please refer to the <a href="plugins-howto.html">TQt Plugin</a> documentation for more information on how to go about creating a style plugin. -<p> Compile your plugin and put it into $QTDIR/plugins/styles. We now have +<p> Compile your plugin and put it into $TQTDIR/plugins/styles. We now have a pluggable style that TQt can load automatically. To use your new style with existing applications, simply start the application with the following argument: diff --git a/doc/html/demo-example.html b/doc/html/demo-example.html index 8a61c2a0d..1b14b03bb 100644 --- a/doc/html/demo-example.html +++ b/doc/html/demo-example.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } This program shows off some of TQt's widgets and functionality. It isn't intended as a code example, but rather as a single application that you can run to see many of TQt's features. -<p> See $QTDIR/examples/demo for the source code. +<p> See $TQTDIR/examples/demo for the source code. <p> <p>See also <a href="examples.html">Examples</a>. <!-- eof --> diff --git a/doc/html/designer-manual-6.html b/doc/html/designer-manual-6.html index dfa747a96..b21aa1652 100644 --- a/doc/html/designer-manual-6.html +++ b/doc/html/designer-manual-6.html @@ -169,10 +169,10 @@ CONFIG += qt warn_on release TARGET = receiver SOURCES += main.cpp unix:LIBS += -ltqui -win32:LIBS += $(QTDIR)/lib/tqui.lib +win32:LIBS += $(TQTDIR)/lib/tqui.lib FORMS = mainform.ui LANGUAGE = C++ -INCLUDEPATH += $(QTDIR)/tools/designer/uilib +INCLUDEPATH += $(TQTDIR)/tools/designer/uilib </pre> <p>We do <em>not</em> include the <tt>creditformbase.ui</tt> file since this file will be read at runtime, as we'll see shortly. We must include the <tt>tqui</tt> library since the functionality we require is not part of the standard TQt library.</p> <h4><a name="2-2"></a>Creating main.cpp</h4> diff --git a/doc/html/dragdrop-example.html b/doc/html/dragdrop-example.html index ba1430e71..064555707 100644 --- a/doc/html/dragdrop-example.html +++ b/doc/html/dragdrop-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This program demonstrates TQt's drag and drop functionality. -<p> See $QTDIR/examples/dragdrop for the source code. +<p> See $TQTDIR/examples/dragdrop for the source code. <p> <p>See also <a href="examples.html">Examples</a>. <!-- eof --> diff --git a/doc/html/emb-classes.html b/doc/html/emb-classes.html index b6dae6467..385b96317 100644 --- a/doc/html/emb-classes.html +++ b/doc/html/emb-classes.html @@ -99,7 +99,7 @@ indicates inheritance. <p> <h2> <a href="qfontmanager.html">TQFontManager</a> </h2> <a name="1"></a><p> There is one of these per application. At application startup time it -reads the font definition file from <tt>$QTDIR/etc/fonts/fontdir</tt> (or <tt>/usr/local/etc/qt-embedded/fonts/fontdir</tt> if QTDIR is undefined). It +reads the font definition file from <tt>$TQTDIR/etc/fonts/fontdir</tt> (or <tt>/usr/local/etc/qt-embedded/fonts/fontdir</tt> if TQTDIR is undefined). It keeps track of all font information and maintains a cache of rendered fonts. It also creates the font factories: TQFontManager::TQFontManager is the place to add constructors for new factories. It provides a diff --git a/doc/html/emb-envvars.html b/doc/html/emb-envvars.html index 78e0fa946..5156acab7 100644 --- a/doc/html/emb-envvars.html +++ b/doc/html/emb-envvars.html @@ -53,9 +53,9 @@ VNC. Transformed displays have a special format: within the specification should be a multiple of 90 degrees rotation specified as Rot<x>, for instance Transformed:Rot90. <tr bgcolor="#f0f0f0"> -<td valign="top">QTDIR +<td valign="top">TQTDIR <td valign="top">If defined this tells TQt/Embedded to where to find its fonts: -fontdir should be in <tt>$QTDIR/etc/fonts/</tt>. If undefined it's assumed +fontdir should be in <tt>$TQTDIR/etc/fonts/</tt>. If undefined it's assumed to be <tt>/usr/local/qt-embedded</tt> <tr bgcolor="#d0d0d0"> <td valign="top">TQWS_SIZE diff --git a/doc/html/emb-fonts.html b/doc/html/emb-fonts.html index 60f7b042a..f9faed9ac 100644 --- a/doc/html/emb-fonts.html +++ b/doc/html/emb-fonts.html @@ -97,7 +97,7 @@ font uses over 1 MB of memory. <p> <h2> The font definition file </h2> <a name="5"></a><p> When TQt/Embedded applications run, they look for a file called -<tt>$QTDIR/lib/fonts/fontdir</tt> or +<tt>$TQTDIR/lib/fonts/fontdir</tt> or <tt>/usr/local/qt-embedded/lib/fonts/fontdir</tt>. This file defines the fonts available to the application. It has the following format: <blockquote> diff --git a/doc/html/emb-install.html b/doc/html/emb-install.html index b9c336727..9d2d43349 100644 --- a/doc/html/emb-install.html +++ b/doc/html/emb-install.html @@ -48,7 +48,7 @@ Replace <tt>VERSION</tt> with the TQt/Embedded version number throughout. <li> Compile the TQt/Embedded library and examples. <p> <pre> cd ~/qt-embedded-commercial-VERSION - export QTDIR=~/qt-embedded-commercial-VERSION + export TQTDIR=~/qt-embedded-commercial-VERSION ./configure make </pre> @@ -70,7 +70,7 @@ as a starting point. a little-endian machine (e.g. x86) for a big-endian processor (e.g. PowerPC) will use the host's endianness instead of the target's. Workaround: after running configure, and before running -make, edit <tt>$QTDIR/include/ntqconfig.h</tt> and change the definition of +make, edit <tt>$TQTDIR/include/ntqconfig.h</tt> and change the definition of <tt>Q_BYTE_ORDER</tt>. <p> <li> Enable framebuffer support. <p> You may need to recompile your kernel to enable the framebuffer. diff --git a/doc/html/emb-running.html b/doc/html/emb-running.html index c6ac9db94..681ed217b 100644 --- a/doc/html/emb-running.html +++ b/doc/html/emb-running.html @@ -45,17 +45,17 @@ and no master process is running. If you do not have a working Linux framebuffer you can use the <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 +<p> Change to a Linux console and select an example to run, e.g. <tt>examples/widgets</tt>. Make sure $TQTDIR is set to the directory where you +installed TQt/Embedded and add the $TQTDIR/lib directory to $LD_LIBRARY_PATH, e.g.: <pre> -export QTDIR=$HOME/qt-VERSION -export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH +export TQTDIR=$HOME/qt-VERSION +export LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH </pre> <p> Run the application with the <em>-qws</em> option: <p> <pre> -cd $QTDIR/examples/widgets +cd $TQTDIR/examples/widgets ./widgets -qws </pre> diff --git a/doc/html/emb-tqvfb.html b/doc/html/emb-tqvfb.html index a6b662616..caeb0ffde 100644 --- a/doc/html/emb-tqvfb.html +++ b/doc/html/emb-tqvfb.html @@ -34,7 +34,7 @@ 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/tqvfb</tt>. +<p> The virtual framebuffer is located in <tt>$TQTDIR/tools/tqvfb</tt>. <p> <h2> Using the Virtual Framebuffer </h2> <a name="1"></a><p> <ol type=1> diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 835e00d21..028ac9403 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -471,7 +471,7 @@ in TQt Assistant. <p> The main function is a standard implementation opening the application main window. <p> To build the example go to the helpsystem directory -(QTDIR/examples/helpsystem) run qmake to generate the makefile, +(TQTDIR/examples/helpsystem) run qmake to generate the makefile, and use the make tool to build the library. <hr> diff --git a/doc/html/how-to-learn-ntqt.html b/doc/html/how-to-learn-ntqt.html index 2dcbe46e1..1e8675c1b 100644 --- a/doc/html/how-to-learn-ntqt.html +++ b/doc/html/how-to-learn-ntqt.html @@ -68,7 +68,7 @@ projects. You may also find it useful to browse the source code of the <a href="examples.html">examples</a> that have things in common with your projects. You can also read TQt's source code since this is supplied. -<p> If you run the <tt>demo</tt> application (in <tt>$QTDIR/examples/demo</tt>) +<p> If you run the <tt>demo</tt> application (in <tt>$TQTDIR/examples/demo</tt>) you'll see many of TQt's widgets in action. <p> TQt comes with extensive documentation, with hypertext cross-references throughout, so you can easily click your way to whatever interests diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 55ca647e6..99e2894c8 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -361,7 +361,7 @@ source you choose. <p> <a name="qt-itself"></a> TQt itself contains over 400 strings that will also need to be translated into the languages that you are targeting. You will find -translation files for French and German in <tt>$QTDIR/translations</tt> as +translation files for French and German in <tt>$TQTDIR/translations</tt> as well as a template for translating to other languages. (This directory also contains some additional unsupported translations which may be useful.) diff --git a/doc/html/install-mac.html b/doc/html/install-mac.html index 44a8a5cc4..afa1f9933 100644 --- a/doc/html/install-mac.html +++ b/doc/html/install-mac.html @@ -53,7 +53,7 @@ files from the main archive. depending on your shell) in your home directory. Create the file if it is not there already. <p> <ul> -<li> QTDIR -- the directory in which you're building TQt +<li> TQTDIR -- the directory in which you're building TQt <li> PATH -- to locate the <a href="moc.html#moc">moc</a> program and other TQt tools <li> MANPATH -- to access the TQt man pages <li> LD_LIBRARY_PATH -- for the shared TQt library @@ -62,20 +62,20 @@ file if it is not there already. <p> In <tt>.profile</tt> (if your shell is bash, ksh, zsh or sh), add the following lines: <p> <pre> - QTDIR=/Developer/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH + TQTDIR=/Developer/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + DYLD_LIBRARY_PATH=$TQTDIR/lib:$DYLD_LIBRARY_PATH - export QTDIR PATH MANPATH DYLD_LIBRARY_PATH + export TQTDIR PATH MANPATH DYLD_LIBRARY_PATH </pre> <p> In <tt>.login</tt> (in case your shell is csh or tcsh), add the following lines: <p> <pre> - setenv QTDIR /Developer/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv DYLD_LIBRARY_PATH $QTDIR/lib:$DYLD_LIBRARY_PATH + setenv TQTDIR /Developer/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv DYLD_LIBRARY_PATH $TQTDIR/lib:$DYLD_LIBRARY_PATH </pre> <p> After you have done this, you will need to login again, or @@ -87,7 +87,7 @@ the tutorial and the tools (e.g. <a href="designer-manual.html">TQt Designer</a>) as follows. <p> Type: <pre> - cd $QTDIR + cd $TQTDIR ./configure </pre> @@ -108,8 +108,8 @@ libraries in a directory where they can be found. We recommend making these symbolic links (if you have configured TQt with -thread please change the libtqt below with libtqt-mt): <p> <pre> - ln -sf $QTDIR/lib/libtqt.3.dylib /usr/lib - ln -sf $QTDIR/lib/libtqui.1.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib /usr/lib </pre> <p> You may need to have 'administrator' access to do this, (in which @@ -120,14 +120,14 @@ a user install (rather than system install) of the libraries you can do (if you have configured TQt with -thread please change the libtqt below with libtqt-mt): <p> <pre> - ln -sf $QTDIR/lib/libtqt.3.dylib $HOME/lib - ln -sf $QTDIR/lib/libtqui.1.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib $HOME/lib </pre> </ol> <p> That's all! TQt is now installed. TQt's documentation can be read with TQt Assistant or by any web browser; the contents page is -<tt>$QTDIR/doc/html/index.html</tt>. +<tt>$TQTDIR/doc/html/index.html</tt>. <p> <!-- eof --> <p><address><hr><div align=center> diff --git a/doc/html/install-x11.html b/doc/html/install-x11.html index 37823e838..8132de2a8 100644 --- a/doc/html/install-x11.html +++ b/doc/html/install-x11.html @@ -54,7 +54,7 @@ files from the main archive. depending on your shell) in your home directory. Create the file if it is not there already. <p> <ul> -<li> QTDIR -- the directory in which you're building TQt +<li> TQTDIR -- the directory in which you're building TQt <li> PATH -- to locate the <a href="moc.html#moc">moc</a> program and other TQt tools <li> MANPATH -- to access the TQt man pages <li> LD_LIBRARY_PATH -- for the shared TQt library @@ -63,24 +63,24 @@ file if it is not there already. <p> In <tt>.profile</tt> (if your shell is bash, ksh, zsh or sh), add the following lines: <p> <pre> - QTDIR=/usr/local/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH + TQTDIR=/usr/local/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH - export QTDIR PATH MANPATH LD_LIBRARY_PATH + export TQTDIR PATH MANPATH LD_LIBRARY_PATH </pre> <p> In <tt>.login</tt> (in case your shell is csh or tcsh), add the following lines: <p> <pre> - setenv QTDIR /usr/local/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH + setenv TQTDIR /usr/local/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv LD_LIBRARY_PATH $TQTDIR/lib:$LD_LIBRARY_PATH </pre> <p> After you have done this, you will need to login again, or -re-source the profile before continuing, so that at least <tt>$QTDIR</tt> +re-source the profile before continuing, so that at least <tt>$TQTDIR</tt> is set. The installation will give an error message and not proceed otherwise. <p> On AIX set LIBPATH and on HP-UX set SHLIB_PATH instead of LD_LIBRARY_PATH. diff --git a/doc/html/netscape-plugin.html b/doc/html/netscape-plugin.html index ff72f4d4e..3e5c728fc 100644 --- a/doc/html/netscape-plugin.html +++ b/doc/html/netscape-plugin.html @@ -52,7 +52,7 @@ the <a href="activentqt.html#ActiveTQt">ActiveTQt</a> Framework to develop plugi <a name="2"></a><p> <ol type=1> <li> Download the <a href="http://home.netscape.com/comprod/development_partners/plugin_api/index.html">Plugin SDK from Netscape</a>, and copy the following files from there to -<tt>$QTDIR/extensions/nsplugin/src</tt> +<tt>$TQTDIR/extensions/nsplugin/src</tt> <ul> <li> <tt>common/npwin.cpp</tt> <li> <tt>common/npunix.c</tt> diff --git a/doc/html/opengl-box-example.html b/doc/html/opengl-box-example.html index 36393d0fd..583c59a0f 100644 --- a/doc/html/opengl-box-example.html +++ b/doc/html/opengl-box-example.html @@ -37,7 +37,7 @@ This example demonstrates how to use OpenGL in TQt. <p> Essentially, all you do is put your OpenGL code in a class inherited from <a href="qglwidget.html">TQGLWidget</a>. This class may then be used like any other TQt widget, including the use of signals and slots and geometry management. -<p> See <tt>$QTDIR/examples/opengl/box</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/box</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/opengl-gear-example.html b/doc/html/opengl-gear-example.html index 5e3b221c8..eb8ab85b2 100644 --- a/doc/html/opengl-gear-example.html +++ b/doc/html/opengl-gear-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example demonstrates how to use OpenGL display lists. -<p> See <tt>$QTDIR/examples/opengl/gear</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/gear</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/opengl-overlay-example.html b/doc/html/opengl-overlay-example.html index 16ab9e1d3..ed655bd11 100644 --- a/doc/html/opengl-overlay-example.html +++ b/doc/html/opengl-overlay-example.html @@ -39,7 +39,7 @@ operation, and rubber-band drawing in the overlay plane. Using the overlay has the advantage that the rubber-band may be drawn and erased without damaging the image in the main plane, so costly redraws are avoided. -<p> See <tt>$QTDIR/examples/opengl/overlay</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/overlay</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/opengl-overlay-x11-example.html b/doc/html/opengl-overlay-x11-example.html index aed2f05c0..399186586 100644 --- a/doc/html/opengl-overlay-x11-example.html +++ b/doc/html/opengl-overlay-x11-example.html @@ -40,7 +40,7 @@ following is a discussion on how to use non-TQGL widgets in overlay planes. <p> Overlayrubber: An example program showing how to use TQt and TQt OpenGL Extension with X11 overlay visuals. -<p> See <tt>$QTDIR/examples/opengl/overlay_x11</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/overlay_x11</tt> for the source code. <p> Background information for this example can be found in the information on <a href="opengl-x11-overlays.html">overlays</a>. <p> The example program has three main parts: diff --git a/doc/html/opengl-pixmap-example.html b/doc/html/opengl-pixmap-example.html index df307db16..1ad2a1164 100644 --- a/doc/html/opengl-pixmap-example.html +++ b/doc/html/opengl-pixmap-example.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <p> This example program is an extension of the <a href="opengl-box-example.html">OpenGL Box example</a>. <p> It demonstrates how to render OpenGL into a <a href="ntqpixmap.html">TQPixmap</a>. -<p> See <tt>$QTDIR/examples/opengl/glpixmap</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/glpixmap</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/opengl-sharedbox-example.html b/doc/html/opengl-sharedbox-example.html index 28166c321..a8c346f19 100644 --- a/doc/html/opengl-sharedbox-example.html +++ b/doc/html/opengl-sharedbox-example.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } This example program is an extension of the <a href="opengl-box-example.html">Box example</a>. <p> It demonstrates how to use OpenGL display list sharing with TQGLWidgets. -<p> See <tt>$QTDIR/examples/opengl/sharedbox</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/sharedbox</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/opengl-texture-example.html b/doc/html/opengl-texture-example.html index b3670df3b..f6970aa16 100644 --- a/doc/html/opengl-texture-example.html +++ b/doc/html/opengl-texture-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example program demonstrates how to use OpenGL 2D textures. -<p> See <tt>$QTDIR/examples/opengl/texture</tt> for the source code. +<p> See <tt>$TQTDIR/examples/opengl/texture</tt> for the source code. <p> <p>See also <a href="opengl-examples.html">OpenGL Examples</a>. <!-- eof --> diff --git a/doc/html/plugins-howto.html b/doc/html/plugins-howto.html index 1e91156d4..7bb3a2dcd 100644 --- a/doc/html/plugins-howto.html +++ b/doc/html/plugins-howto.html @@ -128,7 +128,7 @@ must be reimplemented for each type of plugin. because plugins are stored in the standard plugin subdirectories. Because of this applications don't require any code to find and load plugins, since TQt handles them automatically. -<p> The default directory for plugins is <tt>QTDIR/plugins</tt><sup>*</sup>, +<p> The default directory for plugins is <tt>TQTDIR/plugins</tt><sup>*</sup>, with each type of plugin in a subdirectory for that type, e.g. <tt>styles</tt>. If you want your applications to use plugins and you don't want to use the standard plugins path, have your installation process determine the path you want to use for the plugins, and save the path, @@ -143,9 +143,9 @@ compile it in with the application, or to compile it into a <tt>DLL</tt> (or other library. If you want the plugin to be loadable then one approach is to create a subdirectory under the application, e.g. <tt>appdir/plugins/designer</tt>, and place the plugin in that directory. <p> For <a href="designer-manual.html">TQt Designer</a>, you may need to -call TQApplication::addLibraryPath("QTDIR/plugins/designer") to load +call TQApplication::addLibraryPath("TQTDIR/plugins/designer") to load your <a href="designer-manual.html">TQt Designer</a> plugins. -<p> <sup>*</sup><small> All references to <tt>QTDIR</tt> refer to the path +<p> <sup>*</sup><small> All references to <tt>TQTDIR</tt> refer to the path where TQt was installed. </small> <p> <h2> Loading and Verifying Plugins </h2> diff --git a/doc/html/porting.html b/doc/html/porting.html index e5ca33762..58d1a0598 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -497,7 +497,7 @@ published the internal data structure. work without problems. Applications that worked in terms of lines may require some porting. <p> The source code for the old 2.x version of TQMultiLineEdit can be found -in <tt>$QTDIR/src/attic/qtmultilineedit.h/cpp</tt>. Note that the class has +in <tt>$TQTDIR/src/attic/qtmultilineedit.h/cpp</tt>. Note that the class has been renamed to TQtMultiLineEdit to avoid name clashes. If you really need to keep compatibility with the old TQMultiLineEdit, simply include this class in your project and rename TQMultiLineEdit to @@ -643,7 +643,7 @@ or a plain <a href="ntqptrlist.html">TQPtrList</a> instead. <a name="20"></a><p> The TQTableView class has been obsoleted and is no longer a part of the TQt API. Either use the powerful <a href="ntqtable.html">TQTable</a> class or the simplistic <a href="ntqgridview.html">TQGridView</a> in any new code you create. If you really need the old table -view for compatibility you can find it in <tt>$QTDIR/src/attic/qttableview.{cpp,h}</tt>. Note that the class has been +view for compatibility you can find it in <tt>$TQTDIR/src/attic/qttableview.{cpp,h}</tt>. Note that the class has been renamed from TQTableView to TQtTableView to avoid name clashes. To use it, simply include it in your project and rename TQTableView to TQtTableView throughout. diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html index d944ac0a5..d764b5baf 100644 --- a/doc/html/qaxcontainer.html +++ b/doc/html/qaxcontainer.html @@ -95,11 +95,11 @@ that use standard ActiveX controls to provide high level user interface functionality are provided. <p> <h2> Building the library </h2> -<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>QTDIR/extensions/activeqt</tt>) +<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>TQTDIR/extensions/activeqt</tt>) enter the <tt>container</tt> subdirectory and run <tt>qmake</tt> to generate the makefile, and use the make tool (<tt>nmake</tt> for VC++, <tt>make</tt> for Borland) to build the library. The library <tt>qaxcontainer.lib</tt> will be linked -into <tt>QTDIR/lib</tt>. +into <tt>TQTDIR/lib</tt>. <p> If you have a shared configuration of TQt enter the <tt>plugin</tt> subdirectory and run <tt>qmake</tt> and your make tool to build a plugin that integrates the <a href="qaxwidget.html">TQAxWidget</a> class into <a href="designer-manual.html">TQt Designer</a>. diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index 8ab281cb0..33eb8b3f4 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -158,11 +158,11 @@ ActiveX control. of ActiveX controls are provided. <p> <h2> Building the library </h2> -<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>QTDIR/extensions/activeqt</tt>) +<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>TQTDIR/extensions/activeqt</tt>) enter the <tt>control</tt> subdirectory and run <tt>qmake</tt> to generate the makefile, and use the make tool (<tt>nmake</tt> for VC++, <tt>make</tt> for Borland) to build the library. The library <tt>qaxserver.lib</tt> will be linked into -<tt>QTDIR/lib</tt>. +<tt>TQTDIR/lib</tt>. <p> <h2> Using the library </h2> <a name="3"></a><p> To turn a standard TQt application into an ActiveX server using the diff --git a/doc/html/qmake-manual-2.html b/doc/html/qmake-manual-2.html index e9c0d2b1b..4ee0895bd 100644 --- a/doc/html/qmake-manual-2.html +++ b/doc/html/qmake-manual-2.html @@ -41,8 +41,8 @@ body { background: #ffffff; color: black; } <p>aix-64 hpux-cc irix-032 netbsd-g++ solaris-cc unixware7-g++ aix-g++ hpux-g++ linux-cxx openbsd-g++ solaris-g++ win32-borland aix-xlc hpux-n64 linux-g++ openunix-cc sunos-g++ win32-g++ bsdi-g++ hpux-o64 linux-icc qnx-g++ tru64-cxx win32-msvc dgux-g++ hurd-g++ linux-kcc reliant-64 tru64-g++ win32-watc freebsd-g++ irix-64 macx-pbuilder reliant-cds ultrix-g++ win32-visa hpux-acc irix-g++ macx-g++ sco-g++ unixware-g hpux-acc irix-n32 solaris-64 unixware7-cc</p> <p>The environment variable should be set to qws/envvar where envvar is one of the following:</p> <p>linux-arm-g++ linux-generic-g++ linux-mips-g++ linux-x86-g++ linux-freebsd-g++ linux-ipaq-g++ linux-solaris-g++ qnx-rtp-g++</p> -<li><p>QTDIR <br> This must be set to where TQt is (or will be) installed. For example, <em>c:\qt</em> and <em>\local\qt</em></p> -</ul><p>Once the environment variables are set go into the qmake directory, <em>$QTDIR/qmake</em>, e.g. <em>C:\qt\qmake</em>. Now run <em>make</em> or <em>nmake</em> depending on your compiler.</p> +<li><p>TQTDIR <br> This must be set to where TQt is (or will be) installed. For example, <em>c:\qt</em> and <em>\local\qt</em></p> +</ul><p>Once the environment variables are set go into the qmake directory, <em>$TQTDIR/qmake</em>, e.g. <em>C:\qt\qmake</em>. Now run <em>make</em> or <em>nmake</em> depending on your compiler.</p> <p>When the make has completed, <em>qmake</em> is ready for use.</p> <!-- eof --> <p align="right">[<a href="qmake-manual-1.html">Prev: Introduction to qmake</a>] [<a href="qmake-manual.html">Home</a>] [<a href="qmake-manual-3.html">Next: The 10 minute guide to using qmake</a>]</p> diff --git a/doc/html/qmake-manual-8.html b/doc/html/qmake-manual-8.html index bfa3cb044..b22e6dce5 100644 --- a/doc/html/qmake-manual-8.html +++ b/doc/html/qmake-manual-8.html @@ -383,7 +383,7 @@ app { <p>This list will go before all builtin dependencies.</p> <a name="QMAKE_INCDIR_OPENGL"></a><h5><a name="4-2-43"></a>QMAKE_INCDIR_OPENGL</h5> <p>This variable contains the location of OpenGL header files to be added to INCLUDEPATH when building an application with OpenGL support. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p> -<a name="QMAKE_INCDIR_QT"></a><h5><a name="4-2-44"></a>QMAKE_INCDIR_QT</h5> +<a name="QMAKE_INCDIR_TQT"></a><h5><a name="4-2-44"></a>QMAKE_INCDIR_TQT</h5> <p>This variable contains the location of all known header file paths to be added to INCLUDEPATH when building a TQt application. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p> <a name="QMAKE_INCDIR_THREAD"></a><h5><a name="4-2-45"></a>QMAKE_INCDIR_THREAD</h5> <p>This variable contains the location of all known header file paths to be added to INCLUDEPATH when building a multi-threaded application. The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p> @@ -430,7 +430,7 @@ app { <p>This variable contains the list of all directories to look in to resolve dependencies. This will be used when crawling through 'included' files.</p> <h5><a name="4-2-63"></a>QMAKE_LIBDIR_OPENGL</h5> <p>This variable contains the location of the OpenGL library directory.The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p> -<h5><a name="4-2-64"></a>QMAKE_LIBDIR_QT</h5> +<h5><a name="4-2-64"></a>QMAKE_LIBDIR_TQT</h5> <p>This variable contains the location of the TQt library directory.The value of this variable is typically handled by <em>qmake</em> or <a href="qmake-manual-8.html#QMAKESPEC">qmake.conf</a> and rarely needs to be modified.</p> <h5><a name="4-2-65"></a>QMAKE_LIBDIR_X11</h5> <p><em>This is used on Unix platforms only</em></p> @@ -571,7 +571,7 @@ OPTIONS = standard custom <p>This function will test if <em>file</em> exists. If the file exists, then it will succeed; otherwise it will fail. You can specify a regular expression in file and it will succeed if any file matches the regular expression specified.</p> <p>For example:</p> <pre> -exists( $(QTDIR)/lib/libtqt-mt* ) { +exists( $(TQTDIR)/lib/libtqt-mt* ) { message( "Configuring for multi-threaded TQt..." ) CONFIG += thread } @@ -645,7 +645,7 @@ QMAKE_VERS = $$[QMAKE_VERSION] <p><em>qmake</em> requires a platform and compiler description file which contains many default values used to generate appropriate makefiles. The standard TQt distribution comes with many of these files, located in the 'mkspecs' subdirectory of the TQt installation.</p> <p>The QMAKESPEC environment variable can contain any of the following:</p> <ul><li><p>A complete path to a directory containing a qmake.conf file. In this case <em>qmake</em> will open the qmake.conf file from within that directory. If the file does not exist, <em>qmake</em> will exit with an error.</p> -<li><p>The name of a platform-compiler combination. In this case, <em>qmake</em> will search in the directory specified by the QTDIR environment variable.</p> +<li><p>The name of a platform-compiler combination. In this case, <em>qmake</em> will search in the directory specified by the TQTDIR environment variable.</p> </ul><p>Note: the QMAKESPEC path will automatically be added to the <a href="qmake-manual-8.html#INCLUDEPATH">INCLUDEPATH</a> system variable.</p> <a name="INSTALLS"></a><h4><a name="7-2"></a>INSTALLS</h4> <p>It is common on UNIX to be able to install from the same utility as you build with (e.g make install). For this <em>qmake</em> has introduce the concept of an install set. The notation for this is quite simple, first you fill in an "object" in qmake for example:</p> diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index e6f6b3d50..6c984250c 100644 --- a/doc/html/sql-driver.html +++ b/doc/html/sql-driver.html @@ -135,7 +135,7 @@ install a package which is usually called "mysql-devel". header files and shared libraries (here it is assumed that MySQL is installed in <tt>/usr/local</tt>) and run <tt>make</tt>: <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/mysql +cd $TQTDIR/plugins/src/sqldrivers/mysql qmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient" mysql.pro make </pre> @@ -147,7 +147,7 @@ choose "Custom Install". Install the "Libs & Include Files" Module. Build the plugin as follows (here it is assumed that MySQL is installed in <tt>C:\MYSQL</tt>): <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\mysql +cd %TQTDIR%\plugins\src\sqldrivers\mysql qmake -o Makefile "INCLUDEPATH+=C:\MYSQL\INCLUDE" "LIBS+=C:\MYSQL\LIB\OPT\LIBMYSQL.LIB" mysql.pro nmake </pre> @@ -175,7 +175,7 @@ columns, you have to use a forward only query to select LOB fields (see <a href="ntqsqlquery.html#setForwardOnly">TQSqlQuery::setForwardOnly</a>()). <p> Inserting BLOBs should be done using either a prepared query where the BLOBs are bound to placeholders, or <a href="ntqsqlcursor.html">TQSqlCursor</a> which uses a prepared -query to do this internally (see $QTDIR/examples/sql/blob). +query to do this internally (see $TQTDIR/examples/sql/blob). <p> <h4> Know problems </h4> <a name="3-2-4"></a><p> When a query is in forward only mode a call to <a href="ntqsqlquery.html#last">TQSqlQuery::last</a>() will @@ -195,21 +195,21 @@ libraries (it is assumed that the variable <tt>$ORACLE_HOME</tt> points to the directory where Oracle is installed) and run make: <p> If you are using Oracle 8: <pre> -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh -lwtc8" oci.pro make </pre> <p> For Oracle version 9: <pre> -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh -lwtc9" oci.pro make </pre> <p> For Oracle version 10: <pre> -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh" oci.pro make </pre> @@ -230,7 +230,7 @@ installed in <tt>C:\oracle</tt>): <p> <pre> set INCLUDE=%INCLUDE%;c:\oracle\oci\include set LIB=%LIB%;c:\oracle\oci\lib\msvc -cd %QTDIR%\plugins\src\sqldrivers\oci +cd %TQTDIR%\plugins\src\sqldrivers\oci qmake -o Makefile oci.pro nmake </pre> @@ -288,7 +288,7 @@ You need the unixODBC header files and shared libraries. libraries (here it is assumed that unixODBC is installed in <tt>/usr/local/unixODBC</tt>) and run <tt>make</tt>: <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/odbc +cd $TQTDIR/plugins/src/sqldrivers/odbc qmake "INCLUDEPATH+=/usr/local/unixODBC/include" "LIBS+=-L/usr/local/unixODBC/lib -lodbc" make </pre> @@ -298,7 +298,7 @@ make <a name="3-3-4"></a><p> The ODBC header and include files should already be installed in the right directories. You just have to build the plugin as follows: <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\odbc +cd %TQTDIR%\plugins\src\sqldrivers\odbc qmake -o Makefile odbc.pro nmake </pre> @@ -352,7 +352,7 @@ header files that are usually not a part of the binary distribution. libraries, run <tt>qmake</tt> the following way (assuming that the PostgreSQL sources can be found in <tt>/usr/src/psql</tt>): <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/psql +cd $TQTDIR/plugins/src/sqldrivers/psql qmake -o Makefile "INCLUDEPATH+=/usr/src/psql/src/include /usr/src/psql/src/interfaces/libpq" "LIBS+=-L/usr/lib -lpq" psql.pro make </pre> @@ -363,7 +363,7 @@ make the PostgreSQL documentation. Assuming the PostgreSQL sources resides in <tt>C:\psql</tt>, build the plugin as follows: <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\psql +cd %TQTDIR%\plugins\src\sqldrivers\psql qmake -o Makefile "INCLUDEPATH+=C:\psql\src\include C:\psql\src\interfaces\libpq" psql.pro nmake </pre> @@ -391,7 +391,7 @@ Note for Linux users: Get the Open Client RPM from point to the directory where you installed the client library and execute <tt>qmake</tt>: <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/tds +cd $TQTDIR/plugins/src/sqldrivers/tds qmake -o Makefile "INCLUDEPATH=$SYBASE/include" "LIBS=-L$SYBASE/lib -lsybdb" make </pre> @@ -401,14 +401,14 @@ make <a name="3-5-2"></a><p> You can either use the DB-Library supplied by Microsoft or the Sybase Open Client (<a href="http://www.sybase.com">http://www.sybase.com</a>). You must include <tt>NTWDBLIB.LIB</tt> to build the plugin: <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\tds +cd %TQTDIR%\plugins\src\sqldrivers\tds qmake -o Makefile "LIBS+=NTWDBLIB.LIB" tds.pro nmake </pre> <p> By default the Microsoft library is used on Windows, if you want to force the use of the Sybase Open Client, you must define -<tt>Q_USE_SYBASE</tt> in <tt>%QTDIR%\src\sql\drivers\tds\qsql_tds.cpp</tt>. +<tt>Q_USE_SYBASE</tt> in <tt>%TQTDIR%\src\sql\drivers\tds\qsql_tds.cpp</tt>. <p> <a name="TQDB2"></a> <h3> TQDB2 - IBM DB2 Driver (v7.1 or higher) </h3> @@ -426,7 +426,7 @@ in DB2 (see <a href="ntqsqlquery.html#setForwardOnly">TQSqlQuery::setForwardOnly <p> <h4> How to build the plugin on Unix/Linux </h4> <a name="3-6-2"></a><p> <pre> -cd $QTDIR/plugins/src/sqldrivers/db2 +cd $TQTDIR/plugins/src/sqldrivers/db2 qmake -o Makefile "INCLUDEPATH+=$DB2DIR/include" "LIBS+=-L$DB2DIR/lib -ldb2" make </pre> @@ -436,7 +436,7 @@ make <a name="3-6-3"></a><p> The DB2 header and include files should already be installed in the right directories. You just have to build the plugin as follows: <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\db2 +cd %TQTDIR%\plugins\src\sqldrivers\db2 qmake -o Makefile "INCLUDEPATH+=<DB2 home>/sqllib/include" "LIBS+=<DB2 home>/sqllib/lib/db2cli.lib" nmake </pre> @@ -468,7 +468,7 @@ directly into the TQt library). build it manually (replace <tt>$SQLITE</tt> by the directory where SQLite resides): <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/sqlite +cd $TQTDIR/plugins/src/sqldrivers/sqlite qmake -o Makefile "INCLUDEPATH+=$SQLITE/include" "LIBS+=-L$SQLITE/lib -lsqlite" make </pre> @@ -501,7 +501,7 @@ or the free edition of Interbase. <a name="3-8-2"></a><p> The following assumes Interbase or Firebird is installed in <tt>/opt/interbase</tt>: <p> <pre> -cd $QTDIR/plugins/src/sqldrivers/ibase +cd $TQTDIR/plugins/src/sqldrivers/ibase qmake -o Makefile "INCLUDEPATH+=/opt/interbase/include" "LIBS+=-L/opt/interbase/lib" ibase.pro make </pre> @@ -511,7 +511,7 @@ make <a name="3-8-3"></a><p> The following assumes Interbase or Firebird is installed in <tt>C:\interbase</tt>: <p> <pre> -cd %QTDIR%\plugins\src\sqldrivers\ibase +cd %TQTDIR%\plugins\src\sqldrivers\ibase qmake -o Makefile "INCLUDEPATH+=C:\interbase\include" ibase.pro nmake </pre> @@ -535,8 +535,8 @@ make sure that the following requirements are met: <p> <ul> <li> Ensure that you are using a shared TQt library; you cannot use the plugins with a static build. -<li> Ensure that the environment variable <tt>QTDIR</tt> points to the right -directory. Go to the <tt>$QTDIR/plugins/sqldrivers</tt> directory and +<li> Ensure that the environment variable <tt>TQTDIR</tt> points to the right +directory. Go to the <tt>$TQTDIR/plugins/sqldrivers</tt> directory and make sure that the plugin exists in that directory. <li> Ensure that the client libraries of the DBMS are available on the system. On Unix, run the command <tt>ldd</tt> and pass the name of the @@ -587,8 +587,8 @@ loaded by the TQt library at runtime), the driver must use the <tt>Q_EXPORT_PLUGIN</tt> macro. Read the <a href="plugins-howto.html">TQt Plugin</a> documentation for more information on this. You can also check out how this is done in the SQL plugins that is provided -with TQt in <tt>QTDIR/plugins/src/sqldrivers</tt> and -<tt>QTDIR/src/sql/drivers</tt>. +with TQt in <tt>TQTDIR/plugins/src/sqldrivers</tt> and +<tt>TQTDIR/src/sql/drivers</tt>. <p> The following code can be used as a skeleton for a SQL driver: <p> <pre> class TQNullResult : public <a href="ntqsqlresult.html">TQSqlResult</a> diff --git a/doc/html/tablet-example.html b/doc/html/tablet-example.html index b8d3a0763..ee49f444c 100644 --- a/doc/html/tablet-example.html +++ b/doc/html/tablet-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example shows how to interact with a tablet device. -<p> See <tt>$QTDIR/examples/tablet</tt> for the source code. +<p> See <tt>$TQTDIR/examples/tablet</tt> for the source code. <p>See also <a href="examples.html">Examples</a>. <!-- eof --> diff --git a/doc/html/textedit-example.html b/doc/html/textedit-example.html index 1ae287e03..6e5f47bbd 100644 --- a/doc/html/textedit-example.html +++ b/doc/html/textedit-example.html @@ -37,7 +37,7 @@ This example displays a text editor with the user interface written in pure C++. <p> A similar example which uses <a href="designer-manual.html">TQt Designer</a> to produce the user interface is in the <a href="designer-manual.html">TQt Designer manual</a>. -<p> See <tt>$QTDIR/examples/textedit</tt> for the source code. +<p> See <tt>$TQTDIR/examples/textedit</tt> for the source code. <p> <p>See also <a href="examples.html">Examples</a>. <!-- eof --> diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index ec51c6691..9822093be 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -212,7 +212,7 @@ this attribute for toplevel window. <p> <pre> } </pre>Finally the window is shown with the new attributes. <p> To build the example go to the toplevel directory -(<tt>QTDIR/examples/toplevel</tt>) +(<tt>TQTDIR/examples/toplevel</tt>) <a href="#footnote3"><sup>(3)</sup></a><a name="footnote-call3"></a> and run <tt>qmake</tt> to generate the makefile, then use the make tool to build the library. @@ -225,7 +225,7 @@ The example uses <a href="ntqguardedptr.html">TQGuardedPtr</a> to make sure that pointer is reset to zero when the widget object is destroyed due to the <tt>WDestructiveClose</tt> flag. <a href="#footnote-call2">Back...</a> <li><a name="footnote3"></a> -We use <tt>QTDIR</tt> to stand for the directory where TQt is installed. +We use <tt>TQTDIR</tt> to stand for the directory where TQt is installed. <a href="#footnote-call3">Back...</a></ol> </hr><p>See also <a href="examples.html">Examples</a>. diff --git a/doc/html/widgets-example.html b/doc/html/widgets-example.html index ea368d6c0..5ec5c8647 100644 --- a/doc/html/widgets-example.html +++ b/doc/html/widgets-example.html @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; } <p> This example shows most of TQt's widgets in action. It is similar -to the demo example in <tt>$QTDIR/examples/demo</tt>. +to the demo example in <tt>$TQTDIR/examples/demo</tt>. <p> Run the program, then click the right mouse button + Ctrl to identify a widget. -<p> See <tt>$QTDIR/examples/widgets</tt> for the source code. +<p> See <tt>$TQTDIR/examples/widgets</tt> for the source code. <p> <p>See also <a href="examples.html">Examples</a>. <!-- eof --> diff --git a/doc/i18n.doc b/doc/i18n.doc index f6f0808de..81e26bc44 100644 --- a/doc/i18n.doc +++ b/doc/i18n.doc @@ -390,7 +390,7 @@ source you choose. \target qt-itself Qt itself contains over 400 strings that will also need to be translated into the languages that you are targeting. You will find -translation files for French and German in \c $QTDIR/translations as +translation files for French and German in \c $TQTDIR/translations as well as a template for translating to other languages. (This directory also contains some additional unsupported translations which may be useful.) diff --git a/doc/installation.doc b/doc/installation.doc index dfc5539cd..223ccc999 100644 --- a/doc/installation.doc +++ b/doc/installation.doc @@ -83,7 +83,7 @@ where you choose to install Qt. file if it is not there already. \list - \i QTDIR -- the directory in which you're building Qt + \i TQTDIR -- the directory in which you're building Qt \i PATH -- to locate the moc program and other TQt tools \i MANPATH -- to access the TQt man pages \i LD_LIBRARY_PATH -- for the shared TQt library @@ -95,25 +95,25 @@ where you choose to install Qt. following lines: \code - QTDIR=/usr/local/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH + TQTDIR=/usr/local/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH - export QTDIR PATH MANPATH LD_LIBRARY_PATH + export TQTDIR PATH MANPATH LD_LIBRARY_PATH \endcode In \c .login (in case your shell is csh or tcsh), add the following lines: \code - setenv QTDIR /usr/local/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH + setenv TQTDIR /usr/local/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv LD_LIBRARY_PATH $TQTDIR/lib:$LD_LIBRARY_PATH \endcode After you have done this, you will need to login again, or - re-source the profile before continuing, so that at least \c $QTDIR + re-source the profile before continuing, so that at least \c $TQTDIR is set. The installation will give an error message and not proceed otherwise. @@ -210,7 +210,7 @@ the directories where you choose to install Qt. file if it is not there already. \list - \i QTDIR -- the directory in which you're building Qt + \i TQTDIR -- the directory in which you're building Qt \i PATH -- to locate the moc program and other TQt tools \i MANPATH -- to access the TQt man pages \i LD_LIBRARY_PATH -- for the shared TQt library @@ -222,21 +222,21 @@ the directories where you choose to install Qt. following lines: \code - QTDIR=/Developer/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH + TQTDIR=/Developer/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + DYLD_LIBRARY_PATH=$TQTDIR/lib:$DYLD_LIBRARY_PATH - export QTDIR PATH MANPATH DYLD_LIBRARY_PATH + export TQTDIR PATH MANPATH DYLD_LIBRARY_PATH \endcode In \c .login (in case your shell is csh or tcsh), add the following lines: \code - setenv QTDIR /Developer/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv DYLD_LIBRARY_PATH $QTDIR/lib:$DYLD_LIBRARY_PATH + setenv TQTDIR /Developer/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv DYLD_LIBRARY_PATH $TQTDIR/lib:$DYLD_LIBRARY_PATH \endcode After you have done this, you will need to login again, or @@ -251,7 +251,7 @@ the directories where you choose to install Qt. Type: \code - cd $QTDIR + cd $TQTDIR ./configure \endcode @@ -274,8 +274,8 @@ the directories where you choose to install Qt. please change the libtqt below with libtqt-mt): \code - ln -sf $QTDIR/lib/libtqt.3.dylib /usr/lib - ln -sf $QTDIR/lib/libtqui.1.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib /usr/lib \endcode You may need to have 'administrator' access to do this, (in which @@ -288,13 +288,13 @@ the directories where you choose to install Qt. below with libtqt-mt): \code - ln -sf $QTDIR/lib/libtqt.3.dylib $HOME/lib - ln -sf $QTDIR/lib/libtqui.1.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib $HOME/lib \endcode \endlist That's all! TQt is now installed. Qt's documentation can be read with Qt Assistant or by any web browser; the contents page is -\c $QTDIR/doc/html/index.html. +\c $TQTDIR/doc/html/index.html. */ diff --git a/doc/man/man1/designer.1 b/doc/man/man1/designer.1 index 7d72c0f72..32a49cb3f 100644 --- a/doc/man/man1/designer.1 +++ b/doc/man/man1/designer.1 @@ -45,7 +45,7 @@ their changes. .SH "ENVIRONMENT VARIABLES" .LP .TP -\fBQTDIR\fP +\fBTQTDIR\fP Specifies the TQt base directory. On Debian systems this should be set to /usr/share/qt. The /usr/bin/designer wrapper script takes care of this. diff --git a/doc/man/man1/maketqpf.1 b/doc/man/man1/maketqpf.1 index 641639cba..44182d7f6 100644 --- a/doc/man/man1/maketqpf.1 +++ b/doc/man/man1/maketqpf.1 @@ -20,7 +20,7 @@ general\-files .SH "FILES" .LP -\fI$(QTDIR)/etc/fonts/fontdir\fP +\fI$(TQTDIR)/etc/fonts/fontdir\fP .SH "AUTHORS" .LP TrollTech <http://www.trolltech.com/> diff --git a/doc/man/man1/qtconfig.1 b/doc/man/man1/qtconfig.1 index 61521577d..2e280772a 100644 --- a/doc/man/man1/qtconfig.1 +++ b/doc/man/man1/qtconfig.1 @@ -10,7 +10,7 @@ QConfig allows for GUI based configuration of TQt and .SH "ENVIRONMENT VARIABLES" .LP .TP -\fBQTDIR\fP +\fBTQTDIR\fP Specifies the base TQt dir .SH "AUTHORS" .LP diff --git a/doc/man/man3/tqaccel.3qt b/doc/man/man3/tqaccel.3qt index 1f16cbb51..f1e0abcbe 100644 --- a/doc/man/man3/tqaccel.3qt +++ b/doc/man/man3/tqaccel.3qt @@ -313,7 +313,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaccessible.3qt b/doc/man/man3/tqaccessible.3qt index 5dfa8830d..4e08d5234 100644 --- a/doc/man/man3/tqaccessible.3qt +++ b/doc/man/man3/tqaccessible.3qt @@ -388,7 +388,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaccessibleinterface.3qt b/doc/man/man3/tqaccessibleinterface.3qt index 6a01a12a0..2d5255eb2 100644 --- a/doc/man/man3/tqaccessibleinterface.3qt +++ b/doc/man/man3/tqaccessibleinterface.3qt @@ -167,7 +167,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaccessibleobject.3qt b/doc/man/man3/tqaccessibleobject.3qt index f8f8b133d..a4493638a 100644 --- a/doc/man/man3/tqaccessibleobject.3qt +++ b/doc/man/man3/tqaccessibleobject.3qt @@ -61,7 +61,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaction.3qt b/doc/man/man3/tqaction.3qt index fc32a2d3d..4c31c9ec5 100644 --- a/doc/man/man3/tqaction.3qt +++ b/doc/man/man3/tqaction.3qt @@ -525,7 +525,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqactiongroup.3qt b/doc/man/man3/tqactiongroup.3qt index be60720ff..681acf266 100644 --- a/doc/man/man3/tqactiongroup.3qt +++ b/doc/man/man3/tqactiongroup.3qt @@ -195,7 +195,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt index 9f9b2e3d3..3f85a39fa 100644 --- a/doc/man/man3/tqapplication.3qt +++ b/doc/man/man3/tqapplication.3qt @@ -1979,7 +1979,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqasciicache.3qt b/doc/man/man3/tqasciicache.3qt index b062da399..582c2dad8 100644 --- a/doc/man/man3/tqasciicache.3qt +++ b/doc/man/man3/tqasciicache.3qt @@ -180,7 +180,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqasciicacheiterator.3qt b/doc/man/man3/tqasciicacheiterator.3qt index bbcc0be41..a6c84f643 100644 --- a/doc/man/man3/tqasciicacheiterator.3qt +++ b/doc/man/man3/tqasciicacheiterator.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqasciidict.3qt b/doc/man/man3/tqasciidict.3qt index ecfd567e6..a0dd230e0 100644 --- a/doc/man/man3/tqasciidict.3qt +++ b/doc/man/man3/tqasciidict.3qt @@ -306,7 +306,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqasciidictiterator.3qt b/doc/man/man3/tqasciidictiterator.3qt index 12295d69f..4ebafa3b6 100644 --- a/doc/man/man3/tqasciidictiterator.3qt +++ b/doc/man/man3/tqasciidictiterator.3qt @@ -148,7 +148,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt index ecf6581e0..3e463188e 100644 --- a/doc/man/man3/tqassistantclient.3qt +++ b/doc/man/man3/tqassistantclient.3qt @@ -132,7 +132,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxaggregated.3qt b/doc/man/man3/tqaxaggregated.3qt index 705b76162..f084e4af4 100644 --- a/doc/man/man3/tqaxaggregated.3qt +++ b/doc/man/man3/tqaxaggregated.3qt @@ -132,7 +132,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxbase.3qt b/doc/man/man3/tqaxbase.3qt index da8542663..a2fe7c8bf 100644 --- a/doc/man/man3/tqaxbase.3qt +++ b/doc/man/man3/tqaxbase.3qt @@ -550,7 +550,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxbindable.3qt b/doc/man/man3/tqaxbindable.3qt index 55046c840..4a6953485 100644 --- a/doc/man/man3/tqaxbindable.3qt +++ b/doc/man/man3/tqaxbindable.3qt @@ -141,7 +141,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxfactory.3qt b/doc/man/man3/tqaxfactory.3qt index 8254781c0..3348be0d2 100644 --- a/doc/man/man3/tqaxfactory.3qt +++ b/doc/man/man3/tqaxfactory.3qt @@ -425,7 +425,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxobject.3qt b/doc/man/man3/tqaxobject.3qt index e4949b5bf..3020750d7 100644 --- a/doc/man/man3/tqaxobject.3qt +++ b/doc/man/man3/tqaxobject.3qt @@ -172,7 +172,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxscript.3qt b/doc/man/man3/tqaxscript.3qt index 84c4ff258..310b3da45 100644 --- a/doc/man/man3/tqaxscript.3qt +++ b/doc/man/man3/tqaxscript.3qt @@ -158,7 +158,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxscriptengine.3qt b/doc/man/man3/tqaxscriptengine.3qt index 5847eaf12..fafc46702 100644 --- a/doc/man/man3/tqaxscriptengine.3qt +++ b/doc/man/man3/tqaxscriptengine.3qt @@ -112,7 +112,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxscriptmanager.3qt b/doc/man/man3/tqaxscriptmanager.3qt index 2d44da740..74be62eb5 100644 --- a/doc/man/man3/tqaxscriptmanager.3qt +++ b/doc/man/man3/tqaxscriptmanager.3qt @@ -186,7 +186,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqaxwidget.3qt b/doc/man/man3/tqaxwidget.3qt index f429f0f57..4e0c3e630 100644 --- a/doc/man/man3/tqaxwidget.3qt +++ b/doc/man/man3/tqaxwidget.3qt @@ -204,7 +204,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbig5codec.3qt b/doc/man/man3/tqbig5codec.3qt index 677101e64..a31e869f6 100644 --- a/doc/man/man3/tqbig5codec.3qt +++ b/doc/man/man3/tqbig5codec.3qt @@ -51,7 +51,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbig5hkscscodec.3qt b/doc/man/man3/tqbig5hkscscodec.3qt index 3c530c2e0..c263b177c 100644 --- a/doc/man/man3/tqbig5hkscscodec.3qt +++ b/doc/man/man3/tqbig5hkscscodec.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbitarray.3qt b/doc/man/man3/tqbitarray.3qt index 3b9e739f5..8276c7d9b 100644 --- a/doc/man/man3/tqbitarray.3qt +++ b/doc/man/man3/tqbitarray.3qt @@ -361,7 +361,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbitmap.3qt b/doc/man/man3/tqbitmap.3qt index 3fb50d6ea..b7b18bbd9 100644 --- a/doc/man/man3/tqbitmap.3qt +++ b/doc/man/man3/tqbitmap.3qt @@ -148,7 +148,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbitval.3qt b/doc/man/man3/tqbitval.3qt index 7da1f8caa..1f6904509 100644 --- a/doc/man/man3/tqbitval.3qt +++ b/doc/man/man3/tqbitval.3qt @@ -61,7 +61,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqboxlayout.3qt b/doc/man/man3/tqboxlayout.3qt index fd1d53e1f..8884893fc 100644 --- a/doc/man/man3/tqboxlayout.3qt +++ b/doc/man/man3/tqboxlayout.3qt @@ -343,7 +343,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbrush.3qt b/doc/man/man3/tqbrush.3qt index 2f50f4b54..e60c1fcf3 100644 --- a/doc/man/man3/tqbrush.3qt +++ b/doc/man/man3/tqbrush.3qt @@ -223,7 +223,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbuffer.3qt b/doc/man/man3/tqbuffer.3qt index 7a0090725..83c3252b2 100644 --- a/doc/man/man3/tqbuffer.3qt +++ b/doc/man/man3/tqbuffer.3qt @@ -127,7 +127,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbutton.3qt b/doc/man/man3/tqbutton.3qt index 22f2d8f8d..be497f156 100644 --- a/doc/man/man3/tqbutton.3qt +++ b/doc/man/man3/tqbutton.3qt @@ -479,7 +479,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt index 2682f91a3..4af8b5aab 100644 --- a/doc/man/man3/tqbuttongroup.3qt +++ b/doc/man/man3/tqbuttongroup.3qt @@ -232,7 +232,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqbytearray.3qt b/doc/man/man3/tqbytearray.3qt index 0ea208b6a..388ab1afb 100644 --- a/doc/man/man3/tqbytearray.3qt +++ b/doc/man/man3/tqbytearray.3qt @@ -88,7 +88,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcache.3qt b/doc/man/man3/tqcache.3qt index 8577ac950..e23e36a2d 100644 --- a/doc/man/man3/tqcache.3qt +++ b/doc/man/man3/tqcache.3qt @@ -204,7 +204,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcacheiterator.3qt b/doc/man/man3/tqcacheiterator.3qt index 4f9308a15..0d1388817 100644 --- a/doc/man/man3/tqcacheiterator.3qt +++ b/doc/man/man3/tqcacheiterator.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvas.3qt b/doc/man/man3/tqcanvas.3qt index 091e90ffc..0b3d07719 100644 --- a/doc/man/man3/tqcanvas.3qt +++ b/doc/man/man3/tqcanvas.3qt @@ -446,7 +446,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasellipse.3qt b/doc/man/man3/tqcanvasellipse.3qt index e365dad5f..8359f1a0c 100644 --- a/doc/man/man3/tqcanvasellipse.3qt +++ b/doc/man/man3/tqcanvasellipse.3qt @@ -134,7 +134,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasitem.3qt b/doc/man/man3/tqcanvasitem.3qt index 9dd8ecc2d..fe2cdecb2 100644 --- a/doc/man/man3/tqcanvasitem.3qt +++ b/doc/man/man3/tqcanvasitem.3qt @@ -415,7 +415,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasitemlist.3qt b/doc/man/man3/tqcanvasitemlist.3qt index 207fb073d..fe692c124 100644 --- a/doc/man/man3/tqcanvasitemlist.3qt +++ b/doc/man/man3/tqcanvasitemlist.3qt @@ -46,7 +46,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasline.3qt b/doc/man/man3/tqcanvasline.3qt index d468703de..b23e79564 100644 --- a/doc/man/man3/tqcanvasline.3qt +++ b/doc/man/man3/tqcanvasline.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvaspixmap.3qt b/doc/man/man3/tqcanvaspixmap.3qt index 9aa9b86e8..6895a899b 100644 --- a/doc/man/man3/tqcanvaspixmap.3qt +++ b/doc/man/man3/tqcanvaspixmap.3qt @@ -89,7 +89,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvaspixmaparray.3qt b/doc/man/man3/tqcanvaspixmaparray.3qt index 799415dfe..0457bbac9 100644 --- a/doc/man/man3/tqcanvaspixmaparray.3qt +++ b/doc/man/man3/tqcanvaspixmaparray.3qt @@ -145,7 +145,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvaspolygon.3qt b/doc/man/man3/tqcanvaspolygon.3qt index 97e8a3eab..1b1bbae42 100644 --- a/doc/man/man3/tqcanvaspolygon.3qt +++ b/doc/man/man3/tqcanvaspolygon.3qt @@ -103,7 +103,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvaspolygonalitem.3qt b/doc/man/man3/tqcanvaspolygonalitem.3qt index 3aed35516..b32e35e3e 100644 --- a/doc/man/man3/tqcanvaspolygonalitem.3qt +++ b/doc/man/man3/tqcanvaspolygonalitem.3qt @@ -182,7 +182,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasrectangle.3qt b/doc/man/man3/tqcanvasrectangle.3qt index 73b5e8134..9a6211b58 100644 --- a/doc/man/man3/tqcanvasrectangle.3qt +++ b/doc/man/man3/tqcanvasrectangle.3qt @@ -118,7 +118,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasspline.3qt b/doc/man/man3/tqcanvasspline.3qt index b282da94f..1f00c4b31 100644 --- a/doc/man/man3/tqcanvasspline.3qt +++ b/doc/man/man3/tqcanvasspline.3qt @@ -91,7 +91,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvassprite.3qt b/doc/man/man3/tqcanvassprite.3qt index 2fb4561ca..8a3e194b8 100644 --- a/doc/man/man3/tqcanvassprite.3qt +++ b/doc/man/man3/tqcanvassprite.3qt @@ -252,7 +252,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvastext.3qt b/doc/man/man3/tqcanvastext.3qt index 04f32954d..fa4d856b4 100644 --- a/doc/man/man3/tqcanvastext.3qt +++ b/doc/man/man3/tqcanvastext.3qt @@ -149,7 +149,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcanvasview.3qt b/doc/man/man3/tqcanvasview.3qt index f2fd4c0b3..4aa2b84e1 100644 --- a/doc/man/man3/tqcanvasview.3qt +++ b/doc/man/man3/tqcanvasview.3qt @@ -177,7 +177,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt index 0a59879dd..877a911d9 100644 --- a/doc/man/man3/tqcdestyle.3qt +++ b/doc/man/man3/tqcdestyle.3qt @@ -53,7 +53,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqchar.3qt b/doc/man/man3/tqchar.3qt index f91af9ef5..b8d6897de 100644 --- a/doc/man/man3/tqchar.3qt +++ b/doc/man/man3/tqchar.3qt @@ -479,7 +479,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcharref.3qt b/doc/man/man3/tqcharref.3qt index 26909fcc1..95855f38b 100644 --- a/doc/man/man3/tqcharref.3qt +++ b/doc/man/man3/tqcharref.3qt @@ -37,7 +37,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcheckbox.3qt b/doc/man/man3/tqcheckbox.3qt index c68ec4f60..e1adfcdf5 100644 --- a/doc/man/man3/tqcheckbox.3qt +++ b/doc/man/man3/tqcheckbox.3qt @@ -297,7 +297,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt index 137e3cbd9..1a57b5012 100644 --- a/doc/man/man3/tqchecklistitem.3qt +++ b/doc/man/man3/tqchecklistitem.3qt @@ -218,7 +218,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqchecktableitem.3qt b/doc/man/man3/tqchecktableitem.3qt index 2d0076846..1d083e80c 100644 --- a/doc/man/man3/tqchecktableitem.3qt +++ b/doc/man/man3/tqchecktableitem.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqchildevent.3qt b/doc/man/man3/tqchildevent.3qt index ec6e4715a..282a69baa 100644 --- a/doc/man/man3/tqchildevent.3qt +++ b/doc/man/man3/tqchildevent.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqclipboard.3qt b/doc/man/man3/tqclipboard.3qt index 5c0b65ee5..c79362208 100644 --- a/doc/man/man3/tqclipboard.3qt +++ b/doc/man/man3/tqclipboard.3qt @@ -346,7 +346,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcloseevent.3qt b/doc/man/man3/tqcloseevent.3qt index 3709f3966..f926a7566 100644 --- a/doc/man/man3/tqcloseevent.3qt +++ b/doc/man/man3/tqcloseevent.3qt @@ -99,7 +99,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcolor.3qt b/doc/man/man3/tqcolor.3qt index 2537b2037..f4acf179e 100644 --- a/doc/man/man3/tqcolor.3qt +++ b/doc/man/man3/tqcolor.3qt @@ -581,7 +581,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcolordialog.3qt b/doc/man/man3/tqcolordialog.3qt index b5c248ced..64b7f93bc 100644 --- a/doc/man/man3/tqcolordialog.3qt +++ b/doc/man/man3/tqcolordialog.3qt @@ -69,7 +69,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcolordrag.3qt b/doc/man/man3/tqcolordrag.3qt index f01c0cee0..cb2db7b2d 100644 --- a/doc/man/man3/tqcolordrag.3qt +++ b/doc/man/man3/tqcolordrag.3qt @@ -71,7 +71,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcolorgroup.3qt b/doc/man/man3/tqcolorgroup.3qt index 265b92c4b..7d403df9f 100644 --- a/doc/man/man3/tqcolorgroup.3qt +++ b/doc/man/man3/tqcolorgroup.3qt @@ -347,7 +347,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcombobox.3qt b/doc/man/man3/tqcombobox.3qt index 76cf4bf92..2b5c8b623 100644 --- a/doc/man/man3/tqcombobox.3qt +++ b/doc/man/man3/tqcombobox.3qt @@ -592,7 +592,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcombotableitem.3qt b/doc/man/man3/tqcombotableitem.3qt index 252ec64e7..325ee2f72 100644 --- a/doc/man/man3/tqcombotableitem.3qt +++ b/doc/man/man3/tqcombotableitem.3qt @@ -145,7 +145,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt index 5cf5998cf..33ed312ca 100644 --- a/doc/man/man3/tqcommonstyle.3qt +++ b/doc/man/man3/tqcommonstyle.3qt @@ -48,7 +48,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqconststring.3qt b/doc/man/man3/tqconststring.3qt index 1ac4ad282..a8e0ec49d 100644 --- a/doc/man/man3/tqconststring.3qt +++ b/doc/man/man3/tqconststring.3qt @@ -59,7 +59,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt index ab4570168..3b58990d2 100644 --- a/doc/man/man3/tqcontextmenuevent.3qt +++ b/doc/man/man3/tqcontextmenuevent.3qt @@ -176,7 +176,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcopchannel.3qt b/doc/man/man3/tqcopchannel.3qt index 457946984..50c95ff3f 100644 --- a/doc/man/man3/tqcopchannel.3qt +++ b/doc/man/man3/tqcopchannel.3qt @@ -159,7 +159,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcstring.3qt b/doc/man/man3/tqcstring.3qt index d4b5257ad..8e5f2b2d8 100644 --- a/doc/man/man3/tqcstring.3qt +++ b/doc/man/man3/tqcstring.3qt @@ -1127,7 +1127,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt index 68b9496ef..d9b5f8b44 100644 --- a/doc/man/man3/tqcursor.3qt +++ b/doc/man/man3/tqcursor.3qt @@ -242,7 +242,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcustomevent.3qt b/doc/man/man3/tqcustomevent.3qt index fc3082ddb..5eb72bc64 100644 --- a/doc/man/man3/tqcustomevent.3qt +++ b/doc/man/man3/tqcustomevent.3qt @@ -119,7 +119,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqcustommenuitem.3qt b/doc/man/man3/tqcustommenuitem.3qt index 1a261d59d..44b9da324 100644 --- a/doc/man/man3/tqcustommenuitem.3qt +++ b/doc/man/man3/tqcustommenuitem.3qt @@ -95,7 +95,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatabrowser.3qt b/doc/man/man3/tqdatabrowser.3qt index b73540f18..49954c44b 100644 --- a/doc/man/man3/tqdatabrowser.3qt +++ b/doc/man/man3/tqdatabrowser.3qt @@ -582,7 +582,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatastream.3qt b/doc/man/man3/tqdatastream.3qt index 2b4f6a13d..1c61bbf01 100644 --- a/doc/man/man3/tqdatastream.3qt +++ b/doc/man/man3/tqdatastream.3qt @@ -552,7 +552,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatatable.3qt b/doc/man/man3/tqdatatable.3qt index 51356c1af..80f68bc79 100644 --- a/doc/man/man3/tqdatatable.3qt +++ b/doc/man/man3/tqdatatable.3qt @@ -689,7 +689,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdataview.3qt b/doc/man/man3/tqdataview.3qt index edf3852de..260089d53 100644 --- a/doc/man/man3/tqdataview.3qt +++ b/doc/man/man3/tqdataview.3qt @@ -118,7 +118,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdate.3qt b/doc/man/man3/tqdate.3qt index 021fe798b..509c6caef 100644 --- a/doc/man/man3/tqdate.3qt +++ b/doc/man/man3/tqdate.3qt @@ -418,7 +418,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdateedit.3qt b/doc/man/man3/tqdateedit.3qt index 4211f37b4..41c3fa2b5 100644 --- a/doc/man/man3/tqdateedit.3qt +++ b/doc/man/man3/tqdateedit.3qt @@ -281,7 +281,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatetime.3qt b/doc/man/man3/tqdatetime.3qt index 83d4e0dd2..912f74208 100644 --- a/doc/man/man3/tqdatetime.3qt +++ b/doc/man/man3/tqdatetime.3qt @@ -326,7 +326,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatetimeedit.3qt b/doc/man/man3/tqdatetimeedit.3qt index df6d09b83..af85b7e74 100644 --- a/doc/man/man3/tqdatetimeedit.3qt +++ b/doc/man/man3/tqdatetimeedit.3qt @@ -135,7 +135,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdatetimeeditbase.3qt b/doc/man/man3/tqdatetimeeditbase.3qt index abd28d5d7..a7d51bea0 100644 --- a/doc/man/man3/tqdatetimeeditbase.3qt +++ b/doc/man/man3/tqdatetimeeditbase.3qt @@ -37,7 +37,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdeepcopy.3qt b/doc/man/man3/tqdeepcopy.3qt index c4ad8f628..7c906b55a 100644 --- a/doc/man/man3/tqdeepcopy.3qt +++ b/doc/man/man3/tqdeepcopy.3qt @@ -179,7 +179,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdesktopwidget.3qt b/doc/man/man3/tqdesktopwidget.3qt index 9a5335ca2..66442afe6 100644 --- a/doc/man/man3/tqdesktopwidget.3qt +++ b/doc/man/man3/tqdesktopwidget.3qt @@ -179,7 +179,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdial.3qt b/doc/man/man3/tqdial.3qt index dfd48aac5..b0a034afd 100644 --- a/doc/man/man3/tqdial.3qt +++ b/doc/man/man3/tqdial.3qt @@ -354,7 +354,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt index 89d32cc80..1df3fe482 100644 --- a/doc/man/man3/tqdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -311,7 +311,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdict.3qt b/doc/man/man3/tqdict.3qt index 464397614..e611236e3 100644 --- a/doc/man/man3/tqdict.3qt +++ b/doc/man/man3/tqdict.3qt @@ -363,7 +363,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdictiterator.3qt b/doc/man/man3/tqdictiterator.3qt index 3c1a29f4e..ef712c9b0 100644 --- a/doc/man/man3/tqdictiterator.3qt +++ b/doc/man/man3/tqdictiterator.3qt @@ -142,7 +142,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdir.3qt b/doc/man/man3/tqdir.3qt index d9e356be0..4a474e7d2 100644 --- a/doc/man/man3/tqdir.3qt +++ b/doc/man/man3/tqdir.3qt @@ -796,7 +796,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdirectpainter.3qt b/doc/man/man3/tqdirectpainter.3qt index 4742c932b..7eeba12f7 100644 --- a/doc/man/man3/tqdirectpainter.3qt +++ b/doc/man/man3/tqdirectpainter.3qt @@ -167,7 +167,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdns.3qt b/doc/man/man3/tqdns.3qt index c332c0017..f362e7ea7 100644 --- a/doc/man/man3/tqdns.3qt +++ b/doc/man/man3/tqdns.3qt @@ -320,7 +320,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdockarea.3qt b/doc/man/man3/tqdockarea.3qt index 6c5e265a5..06bab13e1 100644 --- a/doc/man/man3/tqdockarea.3qt +++ b/doc/man/man3/tqdockarea.3qt @@ -222,7 +222,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdockwindow.3qt b/doc/man/man3/tqdockwindow.3qt index daa3a92d1..f3e58e576 100644 --- a/doc/man/man3/tqdockwindow.3qt +++ b/doc/man/man3/tqdockwindow.3qt @@ -459,7 +459,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomattr.3qt b/doc/man/man3/tqdomattr.3qt index eb7422ee6..1d4fdf289 100644 --- a/doc/man/man3/tqdomattr.3qt +++ b/doc/man/man3/tqdomattr.3qt @@ -142,7 +142,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomcdatasection.3qt b/doc/man/man3/tqdomcdatasection.3qt index 3bc7904d5..89b4e5606 100644 --- a/doc/man/man3/tqdomcdatasection.3qt +++ b/doc/man/man3/tqdomcdatasection.3qt @@ -85,7 +85,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomcharacterdata.3qt b/doc/man/man3/tqdomcharacterdata.3qt index 220c1f1dd..1b8accae0 100644 --- a/doc/man/man3/tqdomcharacterdata.3qt +++ b/doc/man/man3/tqdomcharacterdata.3qt @@ -129,7 +129,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomcomment.3qt b/doc/man/man3/tqdomcomment.3qt index 8352c8720..a8293039d 100644 --- a/doc/man/man3/tqdomcomment.3qt +++ b/doc/man/man3/tqdomcomment.3qt @@ -90,7 +90,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomdocument.3qt b/doc/man/man3/tqdomdocument.3qt index f2c336ffa..c10a5c69c 100644 --- a/doc/man/man3/tqdomdocument.3qt +++ b/doc/man/man3/tqdomdocument.3qt @@ -437,7 +437,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomdocumentfragment.3qt b/doc/man/man3/tqdomdocumentfragment.3qt index da007efcb..101e844cd 100644 --- a/doc/man/man3/tqdomdocumentfragment.3qt +++ b/doc/man/man3/tqdomdocumentfragment.3qt @@ -89,7 +89,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomdocumenttype.3qt b/doc/man/man3/tqdomdocumenttype.3qt index 044cf5ecb..487be7a12 100644 --- a/doc/man/man3/tqdomdocumenttype.3qt +++ b/doc/man/man3/tqdomdocumenttype.3qt @@ -121,7 +121,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomelement.3qt b/doc/man/man3/tqdomelement.3qt index 7d4c55f11..0ae2d95e9 100644 --- a/doc/man/man3/tqdomelement.3qt +++ b/doc/man/man3/tqdomelement.3qt @@ -324,7 +324,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomentity.3qt b/doc/man/man3/tqdomentity.3qt index e49004b45..f945ac124 100644 --- a/doc/man/man3/tqdomentity.3qt +++ b/doc/man/man3/tqdomentity.3qt @@ -103,7 +103,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomentityreference.3qt b/doc/man/man3/tqdomentityreference.3qt index 8c55afcb9..607f08447 100644 --- a/doc/man/man3/tqdomentityreference.3qt +++ b/doc/man/man3/tqdomentityreference.3qt @@ -89,7 +89,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomimplementation.3qt b/doc/man/man3/tqdomimplementation.3qt index 6e3881dad..d659252ed 100644 --- a/doc/man/man3/tqdomimplementation.3qt +++ b/doc/man/man3/tqdomimplementation.3qt @@ -115,7 +115,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomnamednodemap.3qt b/doc/man/man3/tqdomnamednodemap.3qt index 6ed0d33fe..2e1aca6b2 100644 --- a/doc/man/man3/tqdomnamednodemap.3qt +++ b/doc/man/man3/tqdomnamednodemap.3qt @@ -161,7 +161,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomnode.3qt b/doc/man/man3/tqdomnode.3qt index 59100e5ac..3078b6aa6 100644 --- a/doc/man/man3/tqdomnode.3qt +++ b/doc/man/man3/tqdomnode.3qt @@ -722,7 +722,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomnodelist.3qt b/doc/man/man3/tqdomnodelist.3qt index 16e277345..31168cd28 100644 --- a/doc/man/man3/tqdomnodelist.3qt +++ b/doc/man/man3/tqdomnodelist.3qt @@ -97,7 +97,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomnotation.3qt b/doc/man/man3/tqdomnotation.3qt index 4585548a2..8deecc75f 100644 --- a/doc/man/man3/tqdomnotation.3qt +++ b/doc/man/man3/tqdomnotation.3qt @@ -97,7 +97,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomprocessinginstruction.3qt b/doc/man/man3/tqdomprocessinginstruction.3qt index 44b591c61..498d9e396 100644 --- a/doc/man/man3/tqdomprocessinginstruction.3qt +++ b/doc/man/man3/tqdomprocessinginstruction.3qt @@ -104,7 +104,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdomtext.3qt b/doc/man/man3/tqdomtext.3qt index e8e153466..a9d13c1e4 100644 --- a/doc/man/man3/tqdomtext.3qt +++ b/doc/man/man3/tqdomtext.3qt @@ -96,7 +96,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdoublevalidator.3qt b/doc/man/man3/tqdoublevalidator.3qt index 0d7e23bbe..34e594df9 100644 --- a/doc/man/man3/tqdoublevalidator.3qt +++ b/doc/man/man3/tqdoublevalidator.3qt @@ -135,7 +135,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdragenterevent.3qt b/doc/man/man3/tqdragenterevent.3qt index 31a5fb52f..d7cf93416 100644 --- a/doc/man/man3/tqdragenterevent.3qt +++ b/doc/man/man3/tqdragenterevent.3qt @@ -47,7 +47,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdragleaveevent.3qt b/doc/man/man3/tqdragleaveevent.3qt index 84b8350d8..5ae00034b 100644 --- a/doc/man/man3/tqdragleaveevent.3qt +++ b/doc/man/man3/tqdragleaveevent.3qt @@ -47,7 +47,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdragmoveevent.3qt b/doc/man/man3/tqdragmoveevent.3qt index 9be61cf87..3a1b210d8 100644 --- a/doc/man/man3/tqdragmoveevent.3qt +++ b/doc/man/man3/tqdragmoveevent.3qt @@ -72,7 +72,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdragobject.3qt b/doc/man/man3/tqdragobject.3qt index db87372bc..6cabd708f 100644 --- a/doc/man/man3/tqdragobject.3qt +++ b/doc/man/man3/tqdragobject.3qt @@ -171,7 +171,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqdropevent.3qt b/doc/man/man3/tqdropevent.3qt index a674d764a..3718102e7 100644 --- a/doc/man/man3/tqdropevent.3qt +++ b/doc/man/man3/tqdropevent.3qt @@ -178,7 +178,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqeditorfactory.3qt b/doc/man/man3/tqeditorfactory.3qt index 86a8259c4..ec353184b 100644 --- a/doc/man/man3/tqeditorfactory.3qt +++ b/doc/man/man3/tqeditorfactory.3qt @@ -74,7 +74,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqerrormessage.3qt b/doc/man/man3/tqerrormessage.3qt index 7c87f3477..2ef7bc54d 100644 --- a/doc/man/man3/tqerrormessage.3qt +++ b/doc/man/man3/tqerrormessage.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqeucjpcodec.3qt b/doc/man/man3/tqeucjpcodec.3qt index 308ef7428..d1c22f614 100644 --- a/doc/man/man3/tqeucjpcodec.3qt +++ b/doc/man/man3/tqeucjpcodec.3qt @@ -79,7 +79,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqeuckrcodec.3qt b/doc/man/man3/tqeuckrcodec.3qt index 47fb439c7..4bb1b46b5 100644 --- a/doc/man/man3/tqeuckrcodec.3qt +++ b/doc/man/man3/tqeuckrcodec.3qt @@ -60,7 +60,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt index 8f2147190..fce8fed93 100644 --- a/doc/man/man3/tqevent.3qt +++ b/doc/man/man3/tqevent.3qt @@ -227,7 +227,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqeventloop.3qt b/doc/man/man3/tqeventloop.3qt index 0ad6e4c84..9961672c8 100644 --- a/doc/man/man3/tqeventloop.3qt +++ b/doc/man/man3/tqeventloop.3qt @@ -229,7 +229,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfile.3qt b/doc/man/man3/tqfile.3qt index 8f83bb90f..dd758f8dc 100644 --- a/doc/man/man3/tqfile.3qt +++ b/doc/man/man3/tqfile.3qt @@ -515,7 +515,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfiledialog.3qt b/doc/man/man3/tqfiledialog.3qt index 0ecc319ab..f999aeceb 100644 --- a/doc/man/man3/tqfiledialog.3qt +++ b/doc/man/man3/tqfiledialog.3qt @@ -1014,7 +1014,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfileiconprovider.3qt b/doc/man/man3/tqfileiconprovider.3qt index b9baf1568..b5ddce9dd 100644 --- a/doc/man/man3/tqfileiconprovider.3qt +++ b/doc/man/man3/tqfileiconprovider.3qt @@ -57,7 +57,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfileinfo.3qt b/doc/man/man3/tqfileinfo.3qt index 396a2eb10..6cdfc6748 100644 --- a/doc/man/man3/tqfileinfo.3qt +++ b/doc/man/man3/tqfileinfo.3qt @@ -526,7 +526,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfilepreview.3qt b/doc/man/man3/tqfilepreview.3qt index c91477ab7..3b7338964 100644 --- a/doc/man/man3/tqfilepreview.3qt +++ b/doc/man/man3/tqfilepreview.3qt @@ -55,7 +55,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfocusdata.3qt b/doc/man/man3/tqfocusdata.3qt index ea0950836..3590a4b0b 100644 --- a/doc/man/man3/tqfocusdata.3qt +++ b/doc/man/man3/tqfocusdata.3qt @@ -81,7 +81,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfocusevent.3qt b/doc/man/man3/tqfocusevent.3qt index a5d22061d..03e92031e 100644 --- a/doc/man/man3/tqfocusevent.3qt +++ b/doc/man/man3/tqfocusevent.3qt @@ -106,7 +106,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfont.3qt b/doc/man/man3/tqfont.3qt index 05c7385de..ba9369fee 100644 --- a/doc/man/man3/tqfont.3qt +++ b/doc/man/man3/tqfont.3qt @@ -895,7 +895,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfontdatabase.3qt b/doc/man/man3/tqfontdatabase.3qt index ae8c27220..c6872f4a2 100644 --- a/doc/man/man3/tqfontdatabase.3qt +++ b/doc/man/man3/tqfontdatabase.3qt @@ -292,7 +292,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfontdialog.3qt b/doc/man/man3/tqfontdialog.3qt index 84e6cdebd..6ed21ea27 100644 --- a/doc/man/man3/tqfontdialog.3qt +++ b/doc/man/man3/tqfontdialog.3qt @@ -152,7 +152,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfontinfo.3qt b/doc/man/man3/tqfontinfo.3qt index 32e267629..d19278f89 100644 --- a/doc/man/man3/tqfontinfo.3qt +++ b/doc/man/man3/tqfontinfo.3qt @@ -164,7 +164,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfontmanager.3qt b/doc/man/man3/tqfontmanager.3qt index 6e1e553d2..fcb8a3789 100644 --- a/doc/man/man3/tqfontmanager.3qt +++ b/doc/man/man3/tqfontmanager.3qt @@ -65,7 +65,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqfontmetrics.3qt b/doc/man/man3/tqfontmetrics.3qt index b274bc761..5c318ddac 100644 --- a/doc/man/man3/tqfontmetrics.3qt +++ b/doc/man/man3/tqfontmetrics.3qt @@ -405,7 +405,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt index 378fe38f6..a065a66b7 100644 --- a/doc/man/man3/tqframe.3qt +++ b/doc/man/man3/tqframe.3qt @@ -394,7 +394,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqftp.3qt b/doc/man/man3/tqftp.3qt index e17230daa..1f45622cb 100644 --- a/doc/man/man3/tqftp.3qt +++ b/doc/man/man3/tqftp.3qt @@ -638,7 +638,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgb18030codec.3qt b/doc/man/man3/tqgb18030codec.3qt index 88e6bc380..af28f6a0e 100644 --- a/doc/man/man3/tqgb18030codec.3qt +++ b/doc/man/man3/tqgb18030codec.3qt @@ -69,7 +69,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgb2312codec.3qt b/doc/man/man3/tqgb2312codec.3qt index ec512b257..0a4446dae 100644 --- a/doc/man/man3/tqgb2312codec.3qt +++ b/doc/man/man3/tqgb2312codec.3qt @@ -37,7 +37,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgbkcodec.3qt b/doc/man/man3/tqgbkcodec.3qt index 2265eda22..e38b51563 100644 --- a/doc/man/man3/tqgbkcodec.3qt +++ b/doc/man/man3/tqgbkcodec.3qt @@ -41,7 +41,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgfxdriverfactory.3qt b/doc/man/man3/tqgfxdriverfactory.3qt index 90c7629f9..6aee9d00d 100644 --- a/doc/man/man3/tqgfxdriverfactory.3qt +++ b/doc/man/man3/tqgfxdriverfactory.3qt @@ -48,7 +48,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgfxdriverplugin.3qt b/doc/man/man3/tqgfxdriverplugin.3qt index 1ae79c5cc..3a129ffd0 100644 --- a/doc/man/man3/tqgfxdriverplugin.3qt +++ b/doc/man/man3/tqgfxdriverplugin.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgl.3qt b/doc/man/man3/tqgl.3qt index cce35a794..f4ed895c3 100644 --- a/doc/man/man3/tqgl.3qt +++ b/doc/man/man3/tqgl.3qt @@ -84,7 +84,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqglayoutiterator.3qt b/doc/man/man3/tqglayoutiterator.3qt index baf43ca67..240454a94 100644 --- a/doc/man/man3/tqglayoutiterator.3qt +++ b/doc/man/man3/tqglayoutiterator.3qt @@ -70,7 +70,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqglcolormap.3qt b/doc/man/man3/tqglcolormap.3qt index 1ea072345..6f787708f 100644 --- a/doc/man/man3/tqglcolormap.3qt +++ b/doc/man/man3/tqglcolormap.3qt @@ -155,7 +155,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqglcontext.3qt b/doc/man/man3/tqglcontext.3qt index 4f0dc3723..5a3aed81d 100644 --- a/doc/man/man3/tqglcontext.3qt +++ b/doc/man/man3/tqglcontext.3qt @@ -262,7 +262,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqglformat.3qt b/doc/man/man3/tqglformat.3qt index 47beedbba..2d4d58359 100644 --- a/doc/man/man3/tqglformat.3qt +++ b/doc/man/man3/tqglformat.3qt @@ -500,7 +500,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqglwidget.3qt b/doc/man/man3/tqglwidget.3qt index 84e88c5d3..6bddd2a60 100644 --- a/doc/man/man3/tqglwidget.3qt +++ b/doc/man/man3/tqglwidget.3qt @@ -501,7 +501,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgrid.3qt b/doc/man/man3/tqgrid.3qt index 6017609f4..2ead4d389 100644 --- a/doc/man/man3/tqgrid.3qt +++ b/doc/man/man3/tqgrid.3qt @@ -64,7 +64,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgridlayout.3qt b/doc/man/man3/tqgridlayout.3qt index b7f058bb6..98fff8e31 100644 --- a/doc/man/man3/tqgridlayout.3qt +++ b/doc/man/man3/tqgridlayout.3qt @@ -379,7 +379,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt index 0ab9c9967..1ef38fead 100644 --- a/doc/man/man3/tqgridview.3qt +++ b/doc/man/man3/tqgridview.3qt @@ -234,7 +234,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqgroupbox.3qt b/doc/man/man3/tqgroupbox.3qt index 04d27670c..a0d760fe7 100644 --- a/doc/man/man3/tqgroupbox.3qt +++ b/doc/man/man3/tqgroupbox.3qt @@ -318,7 +318,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqguardedptr.3qt b/doc/man/man3/tqguardedptr.3qt index 9e10abfa5..e25c67a6a 100644 --- a/doc/man/man3/tqguardedptr.3qt +++ b/doc/man/man3/tqguardedptr.3qt @@ -137,7 +137,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhbox.3qt b/doc/man/man3/tqhbox.3qt index 100ee69ec..bfb16f695 100644 --- a/doc/man/man3/tqhbox.3qt +++ b/doc/man/man3/tqhbox.3qt @@ -81,7 +81,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhboxlayout.3qt b/doc/man/man3/tqhboxlayout.3qt index a1481074a..ae97342fa 100644 --- a/doc/man/man3/tqhboxlayout.3qt +++ b/doc/man/man3/tqhboxlayout.3qt @@ -101,7 +101,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhbuttongroup.3qt b/doc/man/man3/tqhbuttongroup.3qt index da41df0b3..7fb5e5a61 100644 --- a/doc/man/man3/tqhbuttongroup.3qt +++ b/doc/man/man3/tqhbuttongroup.3qt @@ -64,7 +64,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqheader.3qt b/doc/man/man3/tqheader.3qt index 9fd5459d7..af0f6420f 100644 --- a/doc/man/man3/tqheader.3qt +++ b/doc/man/man3/tqheader.3qt @@ -573,7 +573,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhebrewcodec.3qt b/doc/man/man3/tqhebrewcodec.3qt index 99a1451e1..f4454a1fa 100644 --- a/doc/man/man3/tqhebrewcodec.3qt +++ b/doc/man/man3/tqhebrewcodec.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhgroupbox.3qt b/doc/man/man3/tqhgroupbox.3qt index 4398dcb21..a27ff79f5 100644 --- a/doc/man/man3/tqhgroupbox.3qt +++ b/doc/man/man3/tqhgroupbox.3qt @@ -64,7 +64,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhideevent.3qt b/doc/man/man3/tqhideevent.3qt index 005a627dd..601c61ba2 100644 --- a/doc/man/man3/tqhideevent.3qt +++ b/doc/man/man3/tqhideevent.3qt @@ -46,7 +46,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhostaddress.3qt b/doc/man/man3/tqhostaddress.3qt index a64c0e400..af45b0c89 100644 --- a/doc/man/man3/tqhostaddress.3qt +++ b/doc/man/man3/tqhostaddress.3qt @@ -177,7 +177,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhttp.3qt b/doc/man/man3/tqhttp.3qt index b8160f5c5..4291637ba 100644 --- a/doc/man/man3/tqhttp.3qt +++ b/doc/man/man3/tqhttp.3qt @@ -531,7 +531,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhttpheader.3qt b/doc/man/man3/tqhttpheader.3qt index 13f2bab35..b54302043 100644 --- a/doc/man/man3/tqhttpheader.3qt +++ b/doc/man/man3/tqhttpheader.3qt @@ -199,7 +199,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhttprequestheader.3qt b/doc/man/man3/tqhttprequestheader.3qt index ddd17d03e..6ab83697f 100644 --- a/doc/man/man3/tqhttprequestheader.3qt +++ b/doc/man/man3/tqhttprequestheader.3qt @@ -126,7 +126,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqhttpresponseheader.3qt b/doc/man/man3/tqhttpresponseheader.3qt index ffe58f758..c0306def6 100644 --- a/doc/man/man3/tqhttpresponseheader.3qt +++ b/doc/man/man3/tqhttpresponseheader.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqicondrag.3qt b/doc/man/man3/tqicondrag.3qt index 1d204eb62..2968f38b8 100644 --- a/doc/man/man3/tqicondrag.3qt +++ b/doc/man/man3/tqicondrag.3qt @@ -85,7 +85,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqicondragevent.3qt b/doc/man/man3/tqicondragevent.3qt index 7814856ee..1791f9067 100644 --- a/doc/man/man3/tqicondragevent.3qt +++ b/doc/man/man3/tqicondragevent.3qt @@ -75,7 +75,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqicondragitem.3qt b/doc/man/man3/tqicondragitem.3qt index 8dc05ee4c..b997445f6 100644 --- a/doc/man/man3/tqicondragitem.3qt +++ b/doc/man/man3/tqicondragitem.3qt @@ -65,7 +65,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqiconfactory.3qt b/doc/man/man3/tqiconfactory.3qt index 1587bb55b..56b83a7c9 100644 --- a/doc/man/man3/tqiconfactory.3qt +++ b/doc/man/man3/tqiconfactory.3qt @@ -87,7 +87,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqiconset.3qt b/doc/man/man3/tqiconset.3qt index d5a0f35e0..30f061c06 100644 --- a/doc/man/man3/tqiconset.3qt +++ b/doc/man/man3/tqiconset.3qt @@ -273,7 +273,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqiconview.3qt b/doc/man/man3/tqiconview.3qt index cec42a5e3..6dcc77828 100644 --- a/doc/man/man3/tqiconview.3qt +++ b/doc/man/man3/tqiconview.3qt @@ -950,7 +950,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqiconviewitem.3qt b/doc/man/man3/tqiconviewitem.3qt index 17b04013c..291ee5c5b 100644 --- a/doc/man/man3/tqiconviewitem.3qt +++ b/doc/man/man3/tqiconviewitem.3qt @@ -565,7 +565,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt index 27a70f13f..c4dfa4853 100644 --- a/doc/man/man3/tqimage.3qt +++ b/doc/man/man3/tqimage.3qt @@ -1084,7 +1084,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimageconsumer.3qt b/doc/man/man3/tqimageconsumer.3qt index d20ece7ef..e6e17199a 100644 --- a/doc/man/man3/tqimageconsumer.3qt +++ b/doc/man/man3/tqimageconsumer.3qt @@ -97,7 +97,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt index 99c197d0c..9058467c6 100644 --- a/doc/man/man3/tqimagedecoder.3qt +++ b/doc/man/man3/tqimagedecoder.3qt @@ -100,7 +100,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt index 003636d32..68b718cd9 100644 --- a/doc/man/man3/tqimagedrag.3qt +++ b/doc/man/man3/tqimagedrag.3qt @@ -94,7 +94,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimageformat.3qt b/doc/man/man3/tqimageformat.3qt index adfb27212..824174f5c 100644 --- a/doc/man/man3/tqimageformat.3qt +++ b/doc/man/man3/tqimageformat.3qt @@ -52,7 +52,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimageformatplugin.3qt b/doc/man/man3/tqimageformatplugin.3qt index 358caa6d8..11aaeaf38 100644 --- a/doc/man/man3/tqimageformatplugin.3qt +++ b/doc/man/man3/tqimageformatplugin.3qt @@ -65,7 +65,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimageformattype.3qt b/doc/man/man3/tqimageformattype.3qt index c25644d98..6208ee1ad 100644 --- a/doc/man/man3/tqimageformattype.3qt +++ b/doc/man/man3/tqimageformattype.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimageio.3qt b/doc/man/man3/tqimageio.3qt index 2367c9dae..db950ea81 100644 --- a/doc/man/man3/tqimageio.3qt +++ b/doc/man/man3/tqimageio.3qt @@ -354,7 +354,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqimevent.3qt b/doc/man/man3/tqimevent.3qt index 51f4e499e..471c8c051 100644 --- a/doc/man/man3/tqimevent.3qt +++ b/doc/man/man3/tqimevent.3qt @@ -116,7 +116,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqinputdialog.3qt b/doc/man/man3/tqinputdialog.3qt index 317416ff9..6ec81d738 100644 --- a/doc/man/man3/tqinputdialog.3qt +++ b/doc/man/man3/tqinputdialog.3qt @@ -190,7 +190,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqintcache.3qt b/doc/man/man3/tqintcache.3qt index f65090032..6b16b4e09 100644 --- a/doc/man/man3/tqintcache.3qt +++ b/doc/man/man3/tqintcache.3qt @@ -174,7 +174,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqintcacheiterator.3qt b/doc/man/man3/tqintcacheiterator.3qt index dd7cbeebe..c45ef38a3 100644 --- a/doc/man/man3/tqintcacheiterator.3qt +++ b/doc/man/man3/tqintcacheiterator.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqintdict.3qt b/doc/man/man3/tqintdict.3qt index 0982c8dd4..1ee5298ba 100644 --- a/doc/man/man3/tqintdict.3qt +++ b/doc/man/man3/tqintdict.3qt @@ -304,7 +304,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqintdictiterator.3qt b/doc/man/man3/tqintdictiterator.3qt index 146092438..0b36f19d2 100644 --- a/doc/man/man3/tqintdictiterator.3qt +++ b/doc/man/man3/tqintdictiterator.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqintvalidator.3qt b/doc/man/man3/tqintvalidator.3qt index faf004aab..787866029 100644 --- a/doc/man/man3/tqintvalidator.3qt +++ b/doc/man/man3/tqintvalidator.3qt @@ -192,7 +192,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqiodevice.3qt b/doc/man/man3/tqiodevice.3qt index c428be7dd..a86f84a11 100644 --- a/doc/man/man3/tqiodevice.3qt +++ b/doc/man/man3/tqiodevice.3qt @@ -540,7 +540,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqjiscodec.3qt b/doc/man/man3/tqjiscodec.3qt index e98c31a7e..000b13492 100644 --- a/doc/man/man3/tqjiscodec.3qt +++ b/doc/man/man3/tqjiscodec.3qt @@ -85,7 +85,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqkbddriverfactory.3qt b/doc/man/man3/tqkbddriverfactory.3qt index f89504ea7..2b11d343d 100644 --- a/doc/man/man3/tqkbddriverfactory.3qt +++ b/doc/man/man3/tqkbddriverfactory.3qt @@ -48,7 +48,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqkbddriverplugin.3qt b/doc/man/man3/tqkbddriverplugin.3qt index 5928ecb85..3c51806cb 100644 --- a/doc/man/man3/tqkbddriverplugin.3qt +++ b/doc/man/man3/tqkbddriverplugin.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqkeyevent.3qt b/doc/man/man3/tqkeyevent.3qt index 806e91b9b..c2ee132a3 100644 --- a/doc/man/man3/tqkeyevent.3qt +++ b/doc/man/man3/tqkeyevent.3qt @@ -144,7 +144,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt index 5e739af3b..e0dce7eea 100644 --- a/doc/man/man3/tqkeysequence.3qt +++ b/doc/man/man3/tqkeysequence.3qt @@ -158,7 +158,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlabel.3qt b/doc/man/man3/tqlabel.3qt index 91f6b274b..d04c2cc9f 100644 --- a/doc/man/man3/tqlabel.3qt +++ b/doc/man/man3/tqlabel.3qt @@ -424,7 +424,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlayout.3qt b/doc/man/man3/tqlayout.3qt index c4460f7d0..986c3f5ef 100644 --- a/doc/man/man3/tqlayout.3qt +++ b/doc/man/man3/tqlayout.3qt @@ -397,7 +397,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index fc7a3431f..26a5d037e 100644 --- a/doc/man/man3/tqlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -215,7 +215,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlayoutiterator.3qt b/doc/man/man3/tqlayoutiterator.3qt index b3dd4f9db..40034b60f 100644 --- a/doc/man/man3/tqlayoutiterator.3qt +++ b/doc/man/man3/tqlayoutiterator.3qt @@ -129,7 +129,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index c4fc47f20..e1e7fd17f 100644 --- a/doc/man/man3/tqlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -324,7 +324,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlibrary.3qt b/doc/man/man3/tqlibrary.3qt index 8a4c77a9c..b871f805e 100644 --- a/doc/man/man3/tqlibrary.3qt +++ b/doc/man/man3/tqlibrary.3qt @@ -269,7 +269,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlineedit.3qt b/doc/man/man3/tqlineedit.3qt index e38c57a89..0e4f64b3d 100644 --- a/doc/man/man3/tqlineedit.3qt +++ b/doc/man/man3/tqlineedit.3qt @@ -767,7 +767,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt index 6011f88a5..4c53aef29 100644 --- a/doc/man/man3/tqlistbox.3qt +++ b/doc/man/man3/tqlistbox.3qt @@ -1099,7 +1099,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistboxitem.3qt b/doc/man/man3/tqlistboxitem.3qt index d7bc8c4fe..0cdc6280c 100644 --- a/doc/man/man3/tqlistboxitem.3qt +++ b/doc/man/man3/tqlistboxitem.3qt @@ -192,7 +192,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistboxpixmap.3qt b/doc/man/man3/tqlistboxpixmap.3qt index 7365cc151..9a8589dda 100644 --- a/doc/man/man3/tqlistboxpixmap.3qt +++ b/doc/man/man3/tqlistboxpixmap.3qt @@ -109,7 +109,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistboxtext.3qt b/doc/man/man3/tqlistboxtext.3qt index 1e3bc32e0..253d88478 100644 --- a/doc/man/man3/tqlistboxtext.3qt +++ b/doc/man/man3/tqlistboxtext.3qt @@ -87,7 +87,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt index f821b4956..0cfa1a24c 100644 --- a/doc/man/man3/tqlistview.3qt +++ b/doc/man/man3/tqlistview.3qt @@ -1097,7 +1097,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt index d24cdda71..fa837a841 100644 --- a/doc/man/man3/tqlistviewitem.3qt +++ b/doc/man/man3/tqlistviewitem.3qt @@ -713,7 +713,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlistviewitemiterator.3qt b/doc/man/man3/tqlistviewitemiterator.3qt index cfcfb2676..013d26136 100644 --- a/doc/man/man3/tqlistviewitemiterator.3qt +++ b/doc/man/man3/tqlistviewitemiterator.3qt @@ -207,7 +207,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlocale.3qt b/doc/man/man3/tqlocale.3qt index 3e0fcf5c5..c7eb12b37 100644 --- a/doc/man/man3/tqlocale.3qt +++ b/doc/man/man3/tqlocale.3qt @@ -1238,7 +1238,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqlocalfs.3qt b/doc/man/man3/tqlocalfs.3qt index 11dddc29e..40837fd0e 100644 --- a/doc/man/man3/tqlocalfs.3qt +++ b/doc/man/man3/tqlocalfs.3qt @@ -56,7 +56,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmacmime.3qt b/doc/man/man3/tqmacmime.3qt index 1fd77e19d..6c1710b64 100644 --- a/doc/man/man3/tqmacmime.3qt +++ b/doc/man/man3/tqmacmime.3qt @@ -139,7 +139,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt index 9d1383a62..7d8b0d006 100644 --- a/doc/man/man3/tqmacstyle.3qt +++ b/doc/man/man3/tqmacstyle.3qt @@ -124,7 +124,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt index caf27d456..69a097edc 100644 --- a/doc/man/man3/tqmainwindow.3qt +++ b/doc/man/man3/tqmainwindow.3qt @@ -834,7 +834,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmap.3qt b/doc/man/man3/tqmap.3qt index 50155ec74..f376eb865 100644 --- a/doc/man/man3/tqmap.3qt +++ b/doc/man/man3/tqmap.3qt @@ -543,7 +543,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmapconstiterator.3qt b/doc/man/man3/tqmapconstiterator.3qt index 20258d7af..5d204c7cf 100644 --- a/doc/man/man3/tqmapconstiterator.3qt +++ b/doc/man/man3/tqmapconstiterator.3qt @@ -130,7 +130,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmapiterator.3qt b/doc/man/man3/tqmapiterator.3qt index 6eec40606..0b3d6dfe6 100644 --- a/doc/man/man3/tqmapiterator.3qt +++ b/doc/man/man3/tqmapiterator.3qt @@ -141,7 +141,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmemarray.3qt b/doc/man/man3/tqmemarray.3qt index dd9df257b..9ff191ee0 100644 --- a/doc/man/man3/tqmemarray.3qt +++ b/doc/man/man3/tqmemarray.3qt @@ -560,7 +560,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmenubar.3qt b/doc/man/man3/tqmenubar.3qt index 571010f6d..7ea800e9b 100644 --- a/doc/man/man3/tqmenubar.3qt +++ b/doc/man/man3/tqmenubar.3qt @@ -577,7 +577,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmenudata.3qt b/doc/man/man3/tqmenudata.3qt index 411bff2cb..86184562b 100644 --- a/doc/man/man3/tqmenudata.3qt +++ b/doc/man/man3/tqmenudata.3qt @@ -696,7 +696,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt index 4aec7ad5a..064b1eee8 100644 --- a/doc/man/man3/tqmessagebox.3qt +++ b/doc/man/man3/tqmessagebox.3qt @@ -847,7 +847,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmetaobject.3qt b/doc/man/man3/tqmetaobject.3qt index 49a41d82a..65f7d064e 100644 --- a/doc/man/man3/tqmetaobject.3qt +++ b/doc/man/man3/tqmetaobject.3qt @@ -173,7 +173,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmetaproperty.3qt b/doc/man/man3/tqmetaproperty.3qt index 2658e231f..49575ae5c 100644 --- a/doc/man/man3/tqmetaproperty.3qt +++ b/doc/man/man3/tqmetaproperty.3qt @@ -140,7 +140,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmimesource.3qt b/doc/man/man3/tqmimesource.3qt index 1549b47c2..ceb48d706 100644 --- a/doc/man/man3/tqmimesource.3qt +++ b/doc/man/man3/tqmimesource.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmimesourcefactory.3qt b/doc/man/man3/tqmimesourcefactory.3qt index 7236e8c6e..699430ba9 100644 --- a/doc/man/man3/tqmimesourcefactory.3qt +++ b/doc/man/man3/tqmimesourcefactory.3qt @@ -222,7 +222,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmotif.3qt b/doc/man/man3/tqmotif.3qt index ff5287587..033996d81 100644 --- a/doc/man/man3/tqmotif.3qt +++ b/doc/man/man3/tqmotif.3qt @@ -103,7 +103,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmotifdialog.3qt b/doc/man/man3/tqmotifdialog.3qt index 6d87e02a8..3e59a3395 100644 --- a/doc/man/man3/tqmotifdialog.3qt +++ b/doc/man/man3/tqmotifdialog.3qt @@ -167,7 +167,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmotifplusstyle.3qt b/doc/man/man3/tqmotifplusstyle.3qt index fe41b49de..4c1276cc9 100644 --- a/doc/man/man3/tqmotifplusstyle.3qt +++ b/doc/man/man3/tqmotifplusstyle.3qt @@ -48,7 +48,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt index 50170913e..3d085b072 100644 --- a/doc/man/man3/tqmotifstyle.3qt +++ b/doc/man/man3/tqmotifstyle.3qt @@ -65,7 +65,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmotifwidget.3qt b/doc/man/man3/tqmotifwidget.3qt index 8bab55c09..9e5507a24 100644 --- a/doc/man/man3/tqmotifwidget.3qt +++ b/doc/man/man3/tqmotifwidget.3qt @@ -75,7 +75,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmousedriverfactory.3qt b/doc/man/man3/tqmousedriverfactory.3qt index 8f4254cd4..d29c253d3 100644 --- a/doc/man/man3/tqmousedriverfactory.3qt +++ b/doc/man/man3/tqmousedriverfactory.3qt @@ -48,7 +48,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmousedriverplugin.3qt b/doc/man/man3/tqmousedriverplugin.3qt index 486e43192..0c5aa2d17 100644 --- a/doc/man/man3/tqmousedriverplugin.3qt +++ b/doc/man/man3/tqmousedriverplugin.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmouseevent.3qt b/doc/man/man3/tqmouseevent.3qt index 92b49f724..513168617 100644 --- a/doc/man/man3/tqmouseevent.3qt +++ b/doc/man/man3/tqmouseevent.3qt @@ -188,7 +188,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmoveevent.3qt b/doc/man/man3/tqmoveevent.3qt index 6a934ca07..7365144da 100644 --- a/doc/man/man3/tqmoveevent.3qt +++ b/doc/man/man3/tqmoveevent.3qt @@ -57,7 +57,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmovie.3qt b/doc/man/man3/tqmovie.3qt index 9ae1a9c19..e08a47679 100644 --- a/doc/man/man3/tqmovie.3qt +++ b/doc/man/man3/tqmovie.3qt @@ -311,7 +311,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmutex.3qt b/doc/man/man3/tqmutex.3qt index 4bfbe5103..7a81c98df 100644 --- a/doc/man/man3/tqmutex.3qt +++ b/doc/man/man3/tqmutex.3qt @@ -202,7 +202,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqmutexlocker.3qt b/doc/man/man3/tqmutexlocker.3qt index d41e50f55..52006502e 100644 --- a/doc/man/man3/tqmutexlocker.3qt +++ b/doc/man/man3/tqmutexlocker.3qt @@ -262,7 +262,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnetworkoperation.3qt b/doc/man/man3/tqnetworkoperation.3qt index b3f52f6a9..e70b8d7c0 100644 --- a/doc/man/man3/tqnetworkoperation.3qt +++ b/doc/man/man3/tqnetworkoperation.3qt @@ -134,7 +134,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnetworkprotocol.3qt b/doc/man/man3/tqnetworkprotocol.3qt index 25eb00d0f..128fba10c 100644 --- a/doc/man/man3/tqnetworkprotocol.3qt +++ b/doc/man/man3/tqnetworkprotocol.3qt @@ -375,7 +375,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnpinstance.3qt b/doc/man/man3/tqnpinstance.3qt index db207e487..b30cb1cdd 100644 --- a/doc/man/man3/tqnpinstance.3qt +++ b/doc/man/man3/tqnpinstance.3qt @@ -279,7 +279,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnplugin.3qt b/doc/man/man3/tqnplugin.3qt index 88f8e707d..f2f5c91f9 100644 --- a/doc/man/man3/tqnplugin.3qt +++ b/doc/man/man3/tqnplugin.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnpstream.3qt b/doc/man/man3/tqnpstream.3qt index ef181eac6..c030186a1 100644 --- a/doc/man/man3/tqnpstream.3qt +++ b/doc/man/man3/tqnpstream.3qt @@ -103,7 +103,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqnpwidget.3qt b/doc/man/man3/tqnpwidget.3qt index 79fbe9c5e..6bbf09e9e 100644 --- a/doc/man/man3/tqnpwidget.3qt +++ b/doc/man/man3/tqnpwidget.3qt @@ -118,7 +118,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt index c2c76399a..8573cba54 100644 --- a/doc/man/man3/tqobject.3qt +++ b/doc/man/man3/tqobject.3qt @@ -991,7 +991,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt index a3765098c..645222d98 100644 --- a/doc/man/man3/tqobjectcleanuphandler.3qt +++ b/doc/man/man3/tqobjectcleanuphandler.3qt @@ -141,7 +141,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqobjectlist.3qt b/doc/man/man3/tqobjectlist.3qt index 6c68f8276..f5ba60805 100644 --- a/doc/man/man3/tqobjectlist.3qt +++ b/doc/man/man3/tqobjectlist.3qt @@ -70,7 +70,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqobjectlistiterator.3qt b/doc/man/man3/tqobjectlistiterator.3qt index 96e404ccc..9e10e3ca3 100644 --- a/doc/man/man3/tqobjectlistiterator.3qt +++ b/doc/man/man3/tqobjectlistiterator.3qt @@ -52,7 +52,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpaintdevice.3qt b/doc/man/man3/tqpaintdevice.3qt index 7661aae95..3121f1810 100644 --- a/doc/man/man3/tqpaintdevice.3qt +++ b/doc/man/man3/tqpaintdevice.3qt @@ -373,7 +373,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpaintdevicemetrics.3qt b/doc/man/man3/tqpaintdevicemetrics.3qt index de874f1ed..73ed0555b 100644 --- a/doc/man/man3/tqpaintdevicemetrics.3qt +++ b/doc/man/man3/tqpaintdevicemetrics.3qt @@ -105,7 +105,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpainter.3qt b/doc/man/man3/tqpainter.3qt index c8af1f997..41ac5819a 100644 --- a/doc/man/man3/tqpainter.3qt +++ b/doc/man/man3/tqpainter.3qt @@ -1698,7 +1698,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpaintevent.3qt b/doc/man/man3/tqpaintevent.3qt index 2fccaa6a9..c3345c626 100644 --- a/doc/man/man3/tqpaintevent.3qt +++ b/doc/man/man3/tqpaintevent.3qt @@ -83,7 +83,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpair.3qt b/doc/man/man3/tqpair.3qt index e3a44906e..edea14825 100644 --- a/doc/man/man3/tqpair.3qt +++ b/doc/man/man3/tqpair.3qt @@ -89,7 +89,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpalette.3qt b/doc/man/man3/tqpalette.3qt index dd77cbb61..ca9d18e0e 100644 --- a/doc/man/man3/tqpalette.3qt +++ b/doc/man/man3/tqpalette.3qt @@ -282,7 +282,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpen.3qt b/doc/man/man3/tqpen.3qt index 8a0a2c14b..303738670 100644 --- a/doc/man/man3/tqpen.3qt +++ b/doc/man/man3/tqpen.3qt @@ -276,7 +276,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpicture.3qt b/doc/man/man3/tqpicture.3qt index 9b2df823b..2079920b4 100644 --- a/doc/man/man3/tqpicture.3qt +++ b/doc/man/man3/tqpicture.3qt @@ -244,7 +244,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpixmap.3qt b/doc/man/man3/tqpixmap.3qt index 434fbc65b..5b395157c 100644 --- a/doc/man/man3/tqpixmap.3qt +++ b/doc/man/man3/tqpixmap.3qt @@ -777,7 +777,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpixmapcache.3qt b/doc/man/man3/tqpixmapcache.3qt index d5503fcb6..44bca8754 100644 --- a/doc/man/man3/tqpixmapcache.3qt +++ b/doc/man/man3/tqpixmapcache.3qt @@ -134,7 +134,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt index 4da6b0c0c..5a8f3f35a 100644 --- a/doc/man/man3/tqplatinumstyle.3qt +++ b/doc/man/man3/tqplatinumstyle.3qt @@ -57,7 +57,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpngimagepacker.3qt b/doc/man/man3/tqpngimagepacker.3qt index b8452a86c..efcd9ec49 100644 --- a/doc/man/man3/tqpngimagepacker.3qt +++ b/doc/man/man3/tqpngimagepacker.3qt @@ -61,7 +61,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpoint.3qt b/doc/man/man3/tqpoint.3qt index eac58a1ab..c017a6223 100644 --- a/doc/man/man3/tqpoint.3qt +++ b/doc/man/man3/tqpoint.3qt @@ -366,7 +366,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt index e1f3b8e7d..f086e824c 100644 --- a/doc/man/man3/tqpointarray.3qt +++ b/doc/man/man3/tqpointarray.3qt @@ -266,7 +266,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index 428ea4eb2..5b062b0c1 100644 --- a/doc/man/man3/tqpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -799,7 +799,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqprinter.3qt b/doc/man/man3/tqprinter.3qt index ff987e99c..f4a82ee60 100644 --- a/doc/man/man3/tqprinter.3qt +++ b/doc/man/man3/tqprinter.3qt @@ -723,7 +723,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqprocess.3qt b/doc/man/man3/tqprocess.3qt index 43815fd8b..fbb86b223 100644 --- a/doc/man/man3/tqprocess.3qt +++ b/doc/man/man3/tqprocess.3qt @@ -510,7 +510,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqprogressbar.3qt b/doc/man/man3/tqprogressbar.3qt index c1d1718e0..3f11fd8e7 100644 --- a/doc/man/man3/tqprogressbar.3qt +++ b/doc/man/man3/tqprogressbar.3qt @@ -227,7 +227,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqprogressdialog.3qt b/doc/man/man3/tqprogressdialog.3qt index 4cd2ebc6d..f1ee4a73f 100644 --- a/doc/man/man3/tqprogressdialog.3qt +++ b/doc/man/man3/tqprogressdialog.3qt @@ -419,7 +419,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrcollection.3qt b/doc/man/man3/tqptrcollection.3qt index abd7d9dc0..265af59c1 100644 --- a/doc/man/man3/tqptrcollection.3qt +++ b/doc/man/man3/tqptrcollection.3qt @@ -134,7 +134,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrdict.3qt b/doc/man/man3/tqptrdict.3qt index d8b64fb5a..8a8d1df7c 100644 --- a/doc/man/man3/tqptrdict.3qt +++ b/doc/man/man3/tqptrdict.3qt @@ -304,7 +304,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrdictiterator.3qt b/doc/man/man3/tqptrdictiterator.3qt index df8d2bcb1..88861979a 100644 --- a/doc/man/man3/tqptrdictiterator.3qt +++ b/doc/man/man3/tqptrdictiterator.3qt @@ -157,7 +157,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrlist.3qt b/doc/man/man3/tqptrlist.3qt index be3676f80..8546949f6 100644 --- a/doc/man/man3/tqptrlist.3qt +++ b/doc/man/man3/tqptrlist.3qt @@ -707,7 +707,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrlistiterator.3qt b/doc/man/man3/tqptrlistiterator.3qt index 56b22b54b..40d2a7fc5 100644 --- a/doc/man/man3/tqptrlistiterator.3qt +++ b/doc/man/man3/tqptrlistiterator.3qt @@ -199,7 +199,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrqueue.3qt b/doc/man/man3/tqptrqueue.3qt index e16f3bde3..7dc08ccf3 100644 --- a/doc/man/man3/tqptrqueue.3qt +++ b/doc/man/man3/tqptrqueue.3qt @@ -175,7 +175,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrstack.3qt b/doc/man/man3/tqptrstack.3qt index 958b219e5..8964b2c82 100644 --- a/doc/man/man3/tqptrstack.3qt +++ b/doc/man/man3/tqptrstack.3qt @@ -153,7 +153,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqptrvector.3qt b/doc/man/man3/tqptrvector.3qt index 6036f485d..a2f364211 100644 --- a/doc/man/man3/tqptrvector.3qt +++ b/doc/man/man3/tqptrvector.3qt @@ -340,7 +340,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqpushbutton.3qt b/doc/man/man3/tqpushbutton.3qt index 9bdb085c6..a74317147 100644 --- a/doc/man/man3/tqpushbutton.3qt +++ b/doc/man/man3/tqpushbutton.3qt @@ -457,7 +457,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqradiobutton.3qt b/doc/man/man3/tqradiobutton.3qt index 12f3c165a..bb27ca8c5 100644 --- a/doc/man/man3/tqradiobutton.3qt +++ b/doc/man/man3/tqradiobutton.3qt @@ -267,7 +267,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqrangecontrol.3qt b/doc/man/man3/tqrangecontrol.3qt index 1623e5c5c..747cd55bc 100644 --- a/doc/man/man3/tqrangecontrol.3qt +++ b/doc/man/man3/tqrangecontrol.3qt @@ -283,7 +283,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqrect.3qt b/doc/man/man3/tqrect.3qt index becb3cce4..80b56227b 100644 --- a/doc/man/man3/tqrect.3qt +++ b/doc/man/man3/tqrect.3qt @@ -651,7 +651,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqregexp.3qt b/doc/man/man3/tqregexp.3qt index ecf506e2b..da9121c25 100644 --- a/doc/man/man3/tqregexp.3qt +++ b/doc/man/man3/tqregexp.3qt @@ -844,7 +844,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqregexpvalidator.3qt b/doc/man/man3/tqregexpvalidator.3qt index a3bd34710..93117e656 100644 --- a/doc/man/man3/tqregexpvalidator.3qt +++ b/doc/man/man3/tqregexpvalidator.3qt @@ -168,7 +168,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqregion.3qt b/doc/man/man3/tqregion.3qt index 60b970f96..45dff6e28 100644 --- a/doc/man/man3/tqregion.3qt +++ b/doc/man/man3/tqregion.3qt @@ -377,7 +377,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqresizeevent.3qt b/doc/man/man3/tqresizeevent.3qt index 24412998d..7cb9fd9cf 100644 --- a/doc/man/man3/tqresizeevent.3qt +++ b/doc/man/man3/tqresizeevent.3qt @@ -59,7 +59,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqscreen.3qt b/doc/man/man3/tqscreen.3qt index d8e583de9..961fc8eca 100644 --- a/doc/man/man3/tqscreen.3qt +++ b/doc/man/man3/tqscreen.3qt @@ -318,7 +318,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt index c0438f094..a19034306 100644 --- a/doc/man/man3/tqscrollbar.3qt +++ b/doc/man/man3/tqscrollbar.3qt @@ -349,7 +349,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt index b64d2d45f..3e8cec1f7 100644 --- a/doc/man/man3/tqscrollview.3qt +++ b/doc/man/man3/tqscrollview.3qt @@ -902,7 +902,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsemaphore.3qt b/doc/man/man3/tqsemaphore.3qt index ffa4136a4..8888f065b 100644 --- a/doc/man/man3/tqsemaphore.3qt +++ b/doc/man/man3/tqsemaphore.3qt @@ -99,7 +99,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqserversocket.3qt b/doc/man/man3/tqserversocket.3qt index c955e8b1b..5bd3fbcca 100644 --- a/doc/man/man3/tqserversocket.3qt +++ b/doc/man/man3/tqserversocket.3qt @@ -131,7 +131,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsessionmanager.3qt b/doc/man/man3/tqsessionmanager.3qt index c25fd1b8e..07523c038 100644 --- a/doc/man/man3/tqsessionmanager.3qt +++ b/doc/man/man3/tqsessionmanager.3qt @@ -303,7 +303,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsettings.3qt b/doc/man/man3/tqsettings.3qt index f0207bd1e..451d8bab2 100644 --- a/doc/man/man3/tqsettings.3qt +++ b/doc/man/man3/tqsettings.3qt @@ -643,7 +643,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsgistyle.3qt b/doc/man/man3/tqsgistyle.3qt index 810e7dfd3..4eebaaf4c 100644 --- a/doc/man/man3/tqsgistyle.3qt +++ b/doc/man/man3/tqsgistyle.3qt @@ -53,7 +53,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqshowevent.3qt b/doc/man/man3/tqshowevent.3qt index 0463f4b33..0ef2b4bb6 100644 --- a/doc/man/man3/tqshowevent.3qt +++ b/doc/man/man3/tqshowevent.3qt @@ -44,7 +44,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsignal.3qt b/doc/man/man3/tqsignal.3qt index 9dd09a883..767915703 100644 --- a/doc/man/man3/tqsignal.3qt +++ b/doc/man/man3/tqsignal.3qt @@ -186,7 +186,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsignalmapper.3qt b/doc/man/man3/tqsignalmapper.3qt index 58255e001..245eadfe8 100644 --- a/doc/man/man3/tqsignalmapper.3qt +++ b/doc/man/man3/tqsignalmapper.3qt @@ -107,7 +107,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsimplerichtext.3qt b/doc/man/man3/tqsimplerichtext.3qt index 608c71066..998f69129 100644 --- a/doc/man/man3/tqsimplerichtext.3qt +++ b/doc/man/man3/tqsimplerichtext.3qt @@ -171,7 +171,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsize.3qt b/doc/man/man3/tqsize.3qt index 4121ffc55..69c4421c7 100644 --- a/doc/man/man3/tqsize.3qt +++ b/doc/man/man3/tqsize.3qt @@ -359,7 +359,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt index 54f87cc18..ca6dad8b3 100644 --- a/doc/man/man3/tqsizegrip.3qt +++ b/doc/man/man3/tqsizegrip.3qt @@ -89,7 +89,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsizepolicy.3qt b/doc/man/man3/tqsizepolicy.3qt index cb861721b..b77965a1e 100644 --- a/doc/man/man3/tqsizepolicy.3qt +++ b/doc/man/man3/tqsizepolicy.3qt @@ -227,7 +227,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsjiscodec.3qt b/doc/man/man3/tqsjiscodec.3qt index 90417bc9f..e04b3654c 100644 --- a/doc/man/man3/tqsjiscodec.3qt +++ b/doc/man/man3/tqsjiscodec.3qt @@ -72,7 +72,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt index 65b0e6ce5..1b25ba3eb 100644 --- a/doc/man/man3/tqslider.3qt +++ b/doc/man/man3/tqslider.3qt @@ -379,7 +379,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsocket.3qt b/doc/man/man3/tqsocket.3qt index 6f1f760f1..19895395d 100644 --- a/doc/man/man3/tqsocket.3qt +++ b/doc/man/man3/tqsocket.3qt @@ -460,7 +460,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsocketdevice.3qt b/doc/man/man3/tqsocketdevice.3qt index 5a25ef49f..2bde074a2 100644 --- a/doc/man/man3/tqsocketdevice.3qt +++ b/doc/man/man3/tqsocketdevice.3qt @@ -362,7 +362,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsocketnotifier.3qt b/doc/man/man3/tqsocketnotifier.3qt index af7784f18..e4326b90f 100644 --- a/doc/man/man3/tqsocketnotifier.3qt +++ b/doc/man/man3/tqsocketnotifier.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsound.3qt b/doc/man/man3/tqsound.3qt index 5852c63b9..8a9ce98bf 100644 --- a/doc/man/man3/tqsound.3qt +++ b/doc/man/man3/tqsound.3qt @@ -156,7 +156,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqspaceritem.3qt b/doc/man/man3/tqspaceritem.3qt index 7ae48d8da..889b76260 100644 --- a/doc/man/man3/tqspaceritem.3qt +++ b/doc/man/man3/tqspaceritem.3qt @@ -97,7 +97,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt index f77a55ab0..e2ba3af30 100644 --- a/doc/man/man3/tqspinbox.3qt +++ b/doc/man/man3/tqspinbox.3qt @@ -561,7 +561,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsplashscreen.3qt b/doc/man/man3/tqsplashscreen.3qt index ff3b4093b..32f0cd783 100644 --- a/doc/man/man3/tqsplashscreen.3qt +++ b/doc/man/man3/tqsplashscreen.3qt @@ -171,7 +171,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsplitter.3qt b/doc/man/man3/tqsplitter.3qt index 83e5cfb21..e166a2973 100644 --- a/doc/man/man3/tqsplitter.3qt +++ b/doc/man/man3/tqsplitter.3qt @@ -321,7 +321,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsql.3qt b/doc/man/man3/tqsql.3qt index 7739f2a04..717afad85 100644 --- a/doc/man/man3/tqsql.3qt +++ b/doc/man/man3/tqsql.3qt @@ -100,7 +100,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlcursor.3qt b/doc/man/man3/tqsqlcursor.3qt index ca6813222..1568ab2aa 100644 --- a/doc/man/man3/tqsqlcursor.3qt +++ b/doc/man/man3/tqsqlcursor.3qt @@ -650,7 +650,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqldatabase.3qt b/doc/man/man3/tqsqldatabase.3qt index 6f4706a82..5f3aac6a6 100644 --- a/doc/man/man3/tqsqldatabase.3qt +++ b/doc/man/man3/tqsqldatabase.3qt @@ -655,7 +655,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqldriver.3qt b/doc/man/man3/tqsqldriver.3qt index ad80da0f2..91e88378c 100644 --- a/doc/man/man3/tqsqldriver.3qt +++ b/doc/man/man3/tqsqldriver.3qt @@ -242,7 +242,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqldriverplugin.3qt b/doc/man/man3/tqsqldriverplugin.3qt index 66bd81343..bd9db845c 100644 --- a/doc/man/man3/tqsqldriverplugin.3qt +++ b/doc/man/man3/tqsqldriverplugin.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqleditorfactory.3qt b/doc/man/man3/tqsqleditorfactory.3qt index 49e0afba0..11d3c1370 100644 --- a/doc/man/man3/tqsqleditorfactory.3qt +++ b/doc/man/man3/tqsqleditorfactory.3qt @@ -82,7 +82,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlerror.3qt b/doc/man/man3/tqsqlerror.3qt index 80de43733..8f8cc52ed 100644 --- a/doc/man/man3/tqsqlerror.3qt +++ b/doc/man/man3/tqsqlerror.3qt @@ -131,7 +131,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlfield.3qt b/doc/man/man3/tqsqlfield.3qt index d100bcdaa..96b0909b0 100644 --- a/doc/man/man3/tqsqlfield.3qt +++ b/doc/man/man3/tqsqlfield.3qt @@ -188,7 +188,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlfieldinfo.3qt b/doc/man/man3/tqsqlfieldinfo.3qt index 48db2b01d..90025016f 100644 --- a/doc/man/man3/tqsqlfieldinfo.3qt +++ b/doc/man/man3/tqsqlfieldinfo.3qt @@ -164,7 +164,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlform.3qt b/doc/man/man3/tqsqlform.3qt index c74df9122..c71529f42 100644 --- a/doc/man/man3/tqsqlform.3qt +++ b/doc/man/man3/tqsqlform.3qt @@ -233,7 +233,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlindex.3qt b/doc/man/man3/tqsqlindex.3qt index 3732064eb..db5f4417d 100644 --- a/doc/man/man3/tqsqlindex.3qt +++ b/doc/man/man3/tqsqlindex.3qt @@ -115,7 +115,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlpropertymap.3qt b/doc/man/man3/tqsqlpropertymap.3qt index 530a467af..e736fdb72 100644 --- a/doc/man/man3/tqsqlpropertymap.3qt +++ b/doc/man/man3/tqsqlpropertymap.3qt @@ -161,7 +161,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlquery.3qt b/doc/man/man3/tqsqlquery.3qt index c57e3981a..08616d627 100644 --- a/doc/man/man3/tqsqlquery.3qt +++ b/doc/man/man3/tqsqlquery.3qt @@ -556,7 +556,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlrecord.3qt b/doc/man/man3/tqsqlrecord.3qt index c1a984221..f16e12b66 100644 --- a/doc/man/man3/tqsqlrecord.3qt +++ b/doc/man/man3/tqsqlrecord.3qt @@ -257,7 +257,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlrecordinfo.3qt b/doc/man/man3/tqsqlrecordinfo.3qt index fc4071146..8c8493130 100644 --- a/doc/man/man3/tqsqlrecordinfo.3qt +++ b/doc/man/man3/tqsqlrecordinfo.3qt @@ -68,7 +68,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlresult.3qt b/doc/man/man3/tqsqlresult.3qt index 3990e7e66..9fbe0675f 100644 --- a/doc/man/man3/tqsqlresult.3qt +++ b/doc/man/man3/tqsqlresult.3qt @@ -178,7 +178,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsqlselectcursor.3qt b/doc/man/man3/tqsqlselectcursor.3qt index 9c1d44cdf..fe2a843c6 100644 --- a/doc/man/man3/tqsqlselectcursor.3qt +++ b/doc/man/man3/tqsqlselectcursor.3qt @@ -80,7 +80,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstatusbar.3qt b/doc/man/man3/tqstatusbar.3qt index 36ff393f6..a8749de62 100644 --- a/doc/man/man3/tqstatusbar.3qt +++ b/doc/man/man3/tqstatusbar.3qt @@ -198,7 +198,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstoreddrag.3qt b/doc/man/man3/tqstoreddrag.3qt index 79f3fa553..b136ad8ac 100644 --- a/doc/man/man3/tqstoreddrag.3qt +++ b/doc/man/man3/tqstoreddrag.3qt @@ -72,7 +72,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstrilist.3qt b/doc/man/man3/tqstrilist.3qt index 5d730f4bf..50134bd25 100644 --- a/doc/man/man3/tqstrilist.3qt +++ b/doc/man/man3/tqstrilist.3qt @@ -53,7 +53,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstring.3qt b/doc/man/man3/tqstring.3qt index 0a12bf57f..d6a7022eb 100644 --- a/doc/man/man3/tqstring.3qt +++ b/doc/man/man3/tqstring.3qt @@ -2542,7 +2542,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstringlist.3qt b/doc/man/man3/tqstringlist.3qt index 3f6269675..02bef4bf8 100644 --- a/doc/man/man3/tqstringlist.3qt +++ b/doc/man/man3/tqstringlist.3qt @@ -325,7 +325,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstrlist.3qt b/doc/man/man3/tqstrlist.3qt index 7117a391f..7e8dbb816 100644 --- a/doc/man/man3/tqstrlist.3qt +++ b/doc/man/man3/tqstrlist.3qt @@ -81,7 +81,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstrlistiterator.3qt b/doc/man/man3/tqstrlistiterator.3qt index 721c211fb..8727bd1ba 100644 --- a/doc/man/man3/tqstrlistiterator.3qt +++ b/doc/man/man3/tqstrlistiterator.3qt @@ -35,7 +35,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt index 5a6df4399..a5b98c9b4 100644 --- a/doc/man/man3/tqstyle.3qt +++ b/doc/man/man3/tqstyle.3qt @@ -1078,7 +1078,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstylefactory.3qt b/doc/man/man3/tqstylefactory.3qt index ff344beda..f2c8dcf81 100644 --- a/doc/man/man3/tqstylefactory.3qt +++ b/doc/man/man3/tqstylefactory.3qt @@ -50,7 +50,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt index 2a31b0a59..e67b0e7b7 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -211,7 +211,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstyleplugin.3qt b/doc/man/man3/tqstyleplugin.3qt index 03bb982ae..77a1ba616 100644 --- a/doc/man/man3/tqstyleplugin.3qt +++ b/doc/man/man3/tqstyleplugin.3qt @@ -67,7 +67,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt index f5fb9127c..9b3e35941 100644 --- a/doc/man/man3/tqstylesheet.3qt +++ b/doc/man/man3/tqstylesheet.3qt @@ -213,7 +213,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt index 0c91f6fa2..9157dc1c2 100644 --- a/doc/man/man3/tqstylesheetitem.3qt +++ b/doc/man/man3/tqstylesheetitem.3qt @@ -473,7 +473,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqsyntaxhighlighter.3qt b/doc/man/man3/tqsyntaxhighlighter.3qt index 0da24bdcb..499c188be 100644 --- a/doc/man/man3/tqsyntaxhighlighter.3qt +++ b/doc/man/man3/tqsyntaxhighlighter.3qt @@ -109,7 +109,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt index f3cf5e082..fb56f8d94 100644 --- a/doc/man/man3/tqt.3qt +++ b/doc/man/man3/tqt.3qt @@ -1450,7 +1450,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtab.3qt b/doc/man/man3/tqtab.3qt index d0257ce33..a7453274d 100644 --- a/doc/man/man3/tqtab.3qt +++ b/doc/man/man3/tqtab.3qt @@ -109,7 +109,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtabbar.3qt b/doc/man/man3/tqtabbar.3qt index 9fc20365e..2b6a4d2ac 100644 --- a/doc/man/man3/tqtabbar.3qt +++ b/doc/man/man3/tqtabbar.3qt @@ -321,7 +321,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtabdialog.3qt b/doc/man/man3/tqtabdialog.3qt index eb2a909d1..f672675c2 100644 --- a/doc/man/man3/tqtabdialog.3qt +++ b/doc/man/man3/tqtabdialog.3qt @@ -453,7 +453,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtable.3qt b/doc/man/man3/tqtable.3qt index 95579fb5b..c9481236b 100644 --- a/doc/man/man3/tqtable.3qt +++ b/doc/man/man3/tqtable.3qt @@ -1371,7 +1371,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtableitem.3qt b/doc/man/man3/tqtableitem.3qt index 35634f927..37d2f3c0c 100644 --- a/doc/man/man3/tqtableitem.3qt +++ b/doc/man/man3/tqtableitem.3qt @@ -455,7 +455,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtableselection.3qt b/doc/man/man3/tqtableselection.3qt index 1e8b63e9a..fcc5d6e6a 100644 --- a/doc/man/man3/tqtableselection.3qt +++ b/doc/man/man3/tqtableselection.3qt @@ -147,7 +147,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtabletevent.3qt b/doc/man/man3/tqtabletevent.3qt index dfed68d41..4983d1563 100644 --- a/doc/man/man3/tqtabletevent.3qt +++ b/doc/man/man3/tqtabletevent.3qt @@ -181,7 +181,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index d69d8ba72..5d32b7b5c 100644 --- a/doc/man/man3/tqtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -413,7 +413,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt index d44f91d2d..27298d630 100644 --- a/doc/man/man3/tqtextbrowser.3qt +++ b/doc/man/man3/tqtextbrowser.3qt @@ -220,7 +220,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt index 8ca5f15cd..973fdebac 100644 --- a/doc/man/man3/tqtextcodec.3qt +++ b/doc/man/man3/tqtextcodec.3qt @@ -575,7 +575,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextcodecplugin.3qt b/doc/man/man3/tqtextcodecplugin.3qt index f78a1c6c0..ead3e4c49 100644 --- a/doc/man/man3/tqtextcodecplugin.3qt +++ b/doc/man/man3/tqtextcodecplugin.3qt @@ -85,7 +85,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextdecoder.3qt b/doc/man/man3/tqtextdecoder.3qt index 5c8b7e9c0..93ca8d522 100644 --- a/doc/man/man3/tqtextdecoder.3qt +++ b/doc/man/man3/tqtextdecoder.3qt @@ -53,7 +53,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextdrag.3qt b/doc/man/man3/tqtextdrag.3qt index 2bd40ee1e..2f3c2edca 100644 --- a/doc/man/man3/tqtextdrag.3qt +++ b/doc/man/man3/tqtextdrag.3qt @@ -99,7 +99,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt index 8b738fb9b..ae4a89097 100644 --- a/doc/man/man3/tqtextedit.3qt +++ b/doc/man/man3/tqtextedit.3qt @@ -1441,7 +1441,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextencoder.3qt b/doc/man/man3/tqtextencoder.3qt index be8a1c156..6719a080a 100644 --- a/doc/man/man3/tqtextencoder.3qt +++ b/doc/man/man3/tqtextencoder.3qt @@ -54,7 +54,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextistream.3qt b/doc/man/man3/tqtextistream.3qt index da9e2d947..3bbbf546b 100644 --- a/doc/man/man3/tqtextistream.3qt +++ b/doc/man/man3/tqtextistream.3qt @@ -68,7 +68,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextostream.3qt b/doc/man/man3/tqtextostream.3qt index 6f0ef38cf..7a2efd7b0 100644 --- a/doc/man/man3/tqtextostream.3qt +++ b/doc/man/man3/tqtextostream.3qt @@ -66,7 +66,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtextstream.3qt b/doc/man/man3/tqtextstream.3qt index 3decec315..06f2d4693 100644 --- a/doc/man/man3/tqtextstream.3qt +++ b/doc/man/man3/tqtextstream.3qt @@ -631,7 +631,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqthread.3qt b/doc/man/man3/tqthread.3qt index e4fef062c..a27956c8f 100644 --- a/doc/man/man3/tqthread.3qt +++ b/doc/man/man3/tqthread.3qt @@ -219,7 +219,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqthreadstorage.3qt b/doc/man/man3/tqthreadstorage.3qt index d935a4344..5565de2a6 100644 --- a/doc/man/man3/tqthreadstorage.3qt +++ b/doc/man/man3/tqthreadstorage.3qt @@ -155,7 +155,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtime.3qt b/doc/man/man3/tqtime.3qt index 73efb3edb..5962c0209 100644 --- a/doc/man/man3/tqtime.3qt +++ b/doc/man/man3/tqtime.3qt @@ -361,7 +361,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtimeedit.3qt b/doc/man/man3/tqtimeedit.3qt index 9738d03cb..bdcb81337 100644 --- a/doc/man/man3/tqtimeedit.3qt +++ b/doc/man/man3/tqtimeedit.3qt @@ -245,7 +245,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtimer.3qt b/doc/man/man3/tqtimer.3qt index 7d5938386..0d45442d4 100644 --- a/doc/man/man3/tqtimer.3qt +++ b/doc/man/man3/tqtimer.3qt @@ -185,7 +185,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtimerevent.3qt b/doc/man/man3/tqtimerevent.3qt index e539f11cf..83dabb594 100644 --- a/doc/man/man3/tqtimerevent.3qt +++ b/doc/man/man3/tqtimerevent.3qt @@ -55,7 +55,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtoolbar.3qt b/doc/man/man3/tqtoolbar.3qt index e52bec455..347a69a4c 100644 --- a/doc/man/man3/tqtoolbar.3qt +++ b/doc/man/man3/tqtoolbar.3qt @@ -152,7 +152,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtoolbox.3qt b/doc/man/man3/tqtoolbox.3qt index f032713a4..4723a440e 100644 --- a/doc/man/man3/tqtoolbox.3qt +++ b/doc/man/man3/tqtoolbox.3qt @@ -200,7 +200,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtoolbutton.3qt b/doc/man/man3/tqtoolbutton.3qt index 06091c0f4..aa3477c9d 100644 --- a/doc/man/man3/tqtoolbutton.3qt +++ b/doc/man/man3/tqtoolbutton.3qt @@ -408,7 +408,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtooltip.3qt b/doc/man/man3/tqtooltip.3qt index d34f6ae62..3b6fcf38d 100644 --- a/doc/man/man3/tqtooltip.3qt +++ b/doc/man/man3/tqtooltip.3qt @@ -343,7 +343,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtooltipgroup.3qt b/doc/man/man3/tqtooltipgroup.3qt index 1575ae5d6..23e3d956a 100644 --- a/doc/man/man3/tqtooltipgroup.3qt +++ b/doc/man/man3/tqtooltipgroup.3qt @@ -143,7 +143,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtranslator.3qt b/doc/man/man3/tqtranslator.3qt index 1c8505629..9b1aec247 100644 --- a/doc/man/man3/tqtranslator.3qt +++ b/doc/man/man3/tqtranslator.3qt @@ -286,7 +286,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtranslatormessage.3qt b/doc/man/man3/tqtranslatormessage.3qt index b985ea44f..c7e10c357 100644 --- a/doc/man/man3/tqtranslatormessage.3qt +++ b/doc/man/man3/tqtranslatormessage.3qt @@ -174,7 +174,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqtsciicodec.3qt b/doc/man/man3/tqtsciicodec.3qt index 9895c3d4b..919deda2c 100644 --- a/doc/man/man3/tqtsciicodec.3qt +++ b/doc/man/man3/tqtsciicodec.3qt @@ -51,7 +51,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tquridrag.3qt b/doc/man/man3/tquridrag.3qt index 6c902a274..384dfd60b 100644 --- a/doc/man/man3/tquridrag.3qt +++ b/doc/man/man3/tquridrag.3qt @@ -157,7 +157,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqurl.3qt b/doc/man/man3/tqurl.3qt index 590123867..987b8fa90 100644 --- a/doc/man/man3/tqurl.3qt +++ b/doc/man/man3/tqurl.3qt @@ -485,7 +485,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqurlinfo.3qt b/doc/man/man3/tqurlinfo.3qt index ea2723ad4..f39984c2e 100644 --- a/doc/man/man3/tqurlinfo.3qt +++ b/doc/man/man3/tqurlinfo.3qt @@ -355,7 +355,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqurloperator.3qt b/doc/man/man3/tqurloperator.3qt index bbadfe2a2..937313ac6 100644 --- a/doc/man/man3/tqurloperator.3qt +++ b/doc/man/man3/tqurloperator.3qt @@ -368,7 +368,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tquuid.3qt b/doc/man/man3/tquuid.3qt index 0b54b10c9..9289c02cf 100644 --- a/doc/man/man3/tquuid.3qt +++ b/doc/man/man3/tquuid.3qt @@ -192,7 +192,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvalidator.3qt b/doc/man/man3/tqvalidator.3qt index 40aaf0ab1..cc7e728a5 100644 --- a/doc/man/man3/tqvalidator.3qt +++ b/doc/man/man3/tqvalidator.3qt @@ -101,7 +101,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvaluelist.3qt b/doc/man/man3/tqvaluelist.3qt index 732254de4..9c4dade22 100644 --- a/doc/man/man3/tqvaluelist.3qt +++ b/doc/man/man3/tqvaluelist.3qt @@ -745,7 +745,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvaluelistconstiterator.3qt b/doc/man/man3/tqvaluelistconstiterator.3qt index 959ca7582..6032bddff 100644 --- a/doc/man/man3/tqvaluelistconstiterator.3qt +++ b/doc/man/man3/tqvaluelistconstiterator.3qt @@ -116,7 +116,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvaluelistiterator.3qt b/doc/man/man3/tqvaluelistiterator.3qt index 7ffda8fb6..f652ca180 100644 --- a/doc/man/man3/tqvaluelistiterator.3qt +++ b/doc/man/man3/tqvaluelistiterator.3qt @@ -161,7 +161,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvaluestack.3qt b/doc/man/man3/tqvaluestack.3qt index 80a9fd205..8617fb967 100644 --- a/doc/man/man3/tqvaluestack.3qt +++ b/doc/man/man3/tqvaluestack.3qt @@ -130,7 +130,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvaluevector.3qt b/doc/man/man3/tqvaluevector.3qt index d8eb69135..e74df13a3 100644 --- a/doc/man/man3/tqvaluevector.3qt +++ b/doc/man/man3/tqvaluevector.3qt @@ -624,7 +624,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index 78c5281b3..72bf975f5 100644 --- a/doc/man/man3/tqvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -1144,7 +1144,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvbox.3qt b/doc/man/man3/tqvbox.3qt index d2d4c131c..de8bfaae8 100644 --- a/doc/man/man3/tqvbox.3qt +++ b/doc/man/man3/tqvbox.3qt @@ -51,7 +51,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvboxlayout.3qt b/doc/man/man3/tqvboxlayout.3qt index f68b50693..556613dd0 100644 --- a/doc/man/man3/tqvboxlayout.3qt +++ b/doc/man/man3/tqvboxlayout.3qt @@ -85,7 +85,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvbuttongroup.3qt b/doc/man/man3/tqvbuttongroup.3qt index ceeba3d40..4e1ea54d1 100644 --- a/doc/man/man3/tqvbuttongroup.3qt +++ b/doc/man/man3/tqvbuttongroup.3qt @@ -64,7 +64,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqvgroupbox.3qt b/doc/man/man3/tqvgroupbox.3qt index 9a492ad01..36003f39d 100644 --- a/doc/man/man3/tqvgroupbox.3qt +++ b/doc/man/man3/tqvgroupbox.3qt @@ -64,7 +64,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwaitcondition.3qt b/doc/man/man3/tqwaitcondition.3qt index 7269296c6..8db75baca 100644 --- a/doc/man/man3/tqwaitcondition.3qt +++ b/doc/man/man3/tqwaitcondition.3qt @@ -191,7 +191,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt index 3c1470baf..5847fa3a8 100644 --- a/doc/man/man3/tqwhatsthis.3qt +++ b/doc/man/man3/tqwhatsthis.3qt @@ -196,7 +196,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwheelevent.3qt b/doc/man/man3/tqwheelevent.3qt index 500c8625f..4283d9a1f 100644 --- a/doc/man/man3/tqwheelevent.3qt +++ b/doc/man/man3/tqwheelevent.3qt @@ -149,7 +149,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index 96dec5719..ddc1e7fe6 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -3208,7 +3208,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwidgetfactory.3qt b/doc/man/man3/tqwidgetfactory.3qt index b55919fe7..a634bad5c 100644 --- a/doc/man/man3/tqwidgetfactory.3qt +++ b/doc/man/man3/tqwidgetfactory.3qt @@ -124,7 +124,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwidgetitem.3qt b/doc/man/man3/tqwidgetitem.3qt index 0c6ec5a10..def37fc88 100644 --- a/doc/man/man3/tqwidgetitem.3qt +++ b/doc/man/man3/tqwidgetitem.3qt @@ -93,7 +93,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwidgetplugin.3qt b/doc/man/man3/tqwidgetplugin.3qt index e6edc97bd..8689dd485 100644 --- a/doc/man/man3/tqwidgetplugin.3qt +++ b/doc/man/man3/tqwidgetplugin.3qt @@ -113,7 +113,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwidgetstack.3qt b/doc/man/man3/tqwidgetstack.3qt index a3761328c..b98da2e8f 100644 --- a/doc/man/man3/tqwidgetstack.3qt +++ b/doc/man/man3/tqwidgetstack.3qt @@ -155,7 +155,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwindowsmime.3qt b/doc/man/man3/tqwindowsmime.3qt index 3ea406677..68ac7f763 100644 --- a/doc/man/man3/tqwindowsmime.3qt +++ b/doc/man/man3/tqwindowsmime.3qt @@ -146,7 +146,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwindowsstyle.3qt b/doc/man/man3/tqwindowsstyle.3qt index 9a728f262..2fa5fc419 100644 --- a/doc/man/man3/tqwindowsstyle.3qt +++ b/doc/man/man3/tqwindowsstyle.3qt @@ -46,7 +46,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwizard.3qt b/doc/man/man3/tqwizard.3qt index 1eec42493..e098b3c59 100644 --- a/doc/man/man3/tqwizard.3qt +++ b/doc/man/man3/tqwizard.3qt @@ -278,7 +278,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwmatrix.3qt b/doc/man/man3/tqwmatrix.3qt index 5b81a6b34..211b8b9c5 100644 --- a/doc/man/man3/tqwmatrix.3qt +++ b/doc/man/man3/tqwmatrix.3qt @@ -462,7 +462,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqworkspace.3qt b/doc/man/man3/tqworkspace.3qt index 08141398e..c21fd260d 100644 --- a/doc/man/man3/tqworkspace.3qt +++ b/doc/man/man3/tqworkspace.3qt @@ -185,7 +185,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwsdecoration.3qt b/doc/man/man3/tqwsdecoration.3qt index f932b994d..2f5fa480f 100644 --- a/doc/man/man3/tqwsdecoration.3qt +++ b/doc/man/man3/tqwsdecoration.3qt @@ -145,7 +145,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwsinputmethod.3qt b/doc/man/man3/tqwsinputmethod.3qt index 98dfe1913..9431cde5b 100644 --- a/doc/man/man3/tqwsinputmethod.3qt +++ b/doc/man/man3/tqwsinputmethod.3qt @@ -94,7 +94,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwskeyboardhandler.3qt b/doc/man/man3/tqwskeyboardhandler.3qt index 6cf7e8ba1..c291836de 100644 --- a/doc/man/man3/tqwskeyboardhandler.3qt +++ b/doc/man/man3/tqwskeyboardhandler.3qt @@ -66,7 +66,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwsmousehandler.3qt b/doc/man/man3/tqwsmousehandler.3qt index 8589de83b..a03ff178d 100644 --- a/doc/man/man3/tqwsmousehandler.3qt +++ b/doc/man/man3/tqwsmousehandler.3qt @@ -78,7 +78,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwsserver.3qt b/doc/man/man3/tqwsserver.3qt index ef58d1e3e..dccbc5f56 100644 --- a/doc/man/man3/tqwsserver.3qt +++ b/doc/man/man3/tqwsserver.3qt @@ -300,7 +300,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqwswindow.3qt b/doc/man/man3/tqwswindow.3qt index 8fa8c6b40..0cb8a6439 100644 --- a/doc/man/man3/tqwswindow.3qt +++ b/doc/man/man3/tqwswindow.3qt @@ -129,7 +129,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlattributes.3qt b/doc/man/man3/tqxmlattributes.3qt index 490e0eb0d..e5ba3705e 100644 --- a/doc/man/man3/tqxmlattributes.3qt +++ b/doc/man/man3/tqxmlattributes.3qt @@ -178,7 +178,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlcontenthandler.3qt b/doc/man/man3/tqxmlcontenthandler.3qt index 2b132d114..ec37e88f8 100644 --- a/doc/man/man3/tqxmlcontenthandler.3qt +++ b/doc/man/man3/tqxmlcontenthandler.3qt @@ -173,7 +173,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmldeclhandler.3qt b/doc/man/man3/tqxmldeclhandler.3qt index 062dc20b5..2e8ad30bb 100644 --- a/doc/man/man3/tqxmldeclhandler.3qt +++ b/doc/man/man3/tqxmldeclhandler.3qt @@ -81,7 +81,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmldefaulthandler.3qt b/doc/man/man3/tqxmldefaulthandler.3qt index ff7d7bc4f..621cf85ba 100644 --- a/doc/man/man3/tqxmldefaulthandler.3qt +++ b/doc/man/man3/tqxmldefaulthandler.3qt @@ -53,7 +53,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmldtdhandler.3qt b/doc/man/man3/tqxmldtdhandler.3qt index 2caea76fa..ece683cc4 100644 --- a/doc/man/man3/tqxmldtdhandler.3qt +++ b/doc/man/man3/tqxmldtdhandler.3qt @@ -70,7 +70,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlentityresolver.3qt b/doc/man/man3/tqxmlentityresolver.3qt index a8228deca..bcc13e38e 100644 --- a/doc/man/man3/tqxmlentityresolver.3qt +++ b/doc/man/man3/tqxmlentityresolver.3qt @@ -61,7 +61,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlerrorhandler.3qt b/doc/man/man3/tqxmlerrorhandler.3qt index 529abab9d..abea02767 100644 --- a/doc/man/man3/tqxmlerrorhandler.3qt +++ b/doc/man/man3/tqxmlerrorhandler.3qt @@ -77,7 +77,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlinputsource.3qt b/doc/man/man3/tqxmlinputsource.3qt index b46813b8b..0b0d5ab34 100644 --- a/doc/man/man3/tqxmlinputsource.3qt +++ b/doc/man/man3/tqxmlinputsource.3qt @@ -145,7 +145,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmllexicalhandler.3qt b/doc/man/man3/tqxmllexicalhandler.3qt index f98ead651..31ea0aadd 100644 --- a/doc/man/man3/tqxmllexicalhandler.3qt +++ b/doc/man/man3/tqxmllexicalhandler.3qt @@ -123,7 +123,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmllocator.3qt b/doc/man/man3/tqxmllocator.3qt index 28e3c26dd..fa3302691 100644 --- a/doc/man/man3/tqxmllocator.3qt +++ b/doc/man/man3/tqxmllocator.3qt @@ -60,7 +60,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlnamespacesupport.3qt b/doc/man/man3/tqxmlnamespacesupport.3qt index 8bada138a..c95335cc7 100644 --- a/doc/man/man3/tqxmlnamespacesupport.3qt +++ b/doc/man/man3/tqxmlnamespacesupport.3qt @@ -169,7 +169,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlparseexception.3qt b/doc/man/man3/tqxmlparseexception.3qt index b74d00044..4eab722a4 100644 --- a/doc/man/man3/tqxmlparseexception.3qt +++ b/doc/man/man3/tqxmlparseexception.3qt @@ -69,7 +69,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlreader.3qt b/doc/man/man3/tqxmlreader.3qt index 0fa75b60d..b04868d98 100644 --- a/doc/man/man3/tqxmlreader.3qt +++ b/doc/man/man3/tqxmlreader.3qt @@ -195,7 +195,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/man/man3/tqxmlsimplereader.3qt b/doc/man/man3/tqxmlsimplereader.3qt index 6702bb61c..4eb44d456 100644 --- a/doc/man/man3/tqxmlsimplereader.3qt +++ b/doc/man/man3/tqxmlsimplereader.3qt @@ -131,7 +131,7 @@ If you find a bug in Qt, please report it as described in Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using TQt Assistant or with +located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. diff --git a/doc/misc.doc b/doc/misc.doc index 007ee6399..4164528da 100644 --- a/doc/misc.doc +++ b/doc/misc.doc @@ -83,14 +83,14 @@ Qt programs need the following components of a TQt distribution: are usually located in the \c include subdirectory of TQt distributions. Care must be taken to include the header files of the relevant release of Qt. Those with a command-line compiler will typically use options such as -\c{/I%QTDIR%\include} or \c{-I"$QTDIR"/include} provided \c QTDIR specifies +\c{/I%TQTDIR%\include} or \c{-I"$TQTDIR"/include} provided \c TQTDIR specifies the relevant release of Qt. <dt>Meta Object Compiler and other tools - Compile time <dd>Programmers need to run \e moc and other tools such as \e uic. These tools are usually located in the \c bin subdirectory of TQt distributions. -Either run \c "$QTDIR"/bin/moc and \c "$QTDIR"/bin/uic or add \c "$QTDIR"/bin +Either run \c "$TQTDIR"/bin/moc and \c "$TQTDIR"/bin/uic or add \c "$TQTDIR"/bin to your \c PATH and run \c moc and \c uic. If you use \c qmake the appropriate lines will be added to your Makefiles so that \e uic and \e moc will be executed as required. @@ -101,7 +101,7 @@ appropriate lines will be added to your Makefiles so that \e uic and libraries are usually located in the \c lib subdirectory of TQt distributions. Care must be taken to link with the libraries of the relevant release of Qt. Those with a command-line compiler will typically use options such as -\c{/L%QTDIR%\lib\qt.lib} or \c{-L"$QTDIR"/lib} \c -lqt provided \c QTDIR +\c{/L%TQTDIR%\lib\qt.lib} or \c{-L"$TQTDIR"/lib} \c -lqt provided \c TQTDIR specifies the relevant release of Qt. <dt>Shared libraries - Run time @@ -160,7 +160,7 @@ or similar) and TQt 2.x (\c qt2 or similar). \endlist Just install the packages, \c qt2, \c qt3, and \c qt3-dev. You may -need to set the environment variable \c QTDIR to point to TQt 3.x. +need to set the environment variable \c TQTDIR to point to TQt 3.x. \target qtsrc \section2 Developers building for two versions of TQt on Unix - TQt sources @@ -187,14 +187,14 @@ Get the source distributions of both TQt 2.x and TQt 3.x. $ cd /opt $ gunzip -c \c qt-x11-2.3.1.tar.gz | tar xf - $ cd qt-2.3.1 -$ setenv QTDIR /opt/qt-2.3.1 +$ setenv TQTDIR /opt/qt-2.3.1 $ configure [options] $ make $ cd /opt $ gunzip -c qt-x11-free-3.0.0.tar.gz | tar xf - $ cd qt-3.0.0 -$ setenv QTDIR /opt/qt-3.0.0 +$ setenv TQTDIR /opt/qt-3.0.0 $ configure [options] $ make \endcode @@ -219,20 +219,20 @@ ln -s /opt/qt-3.0.0/lib/libtqui.so.1 . To develop with TQt 2.x use: \code -setenv QTDIR /opt/qt-2.3.1 -setenv PATH ${QTDIR}/bin:${PATH} +setenv TQTDIR /opt/qt-2.3.1 +setenv PATH ${TQTDIR}/bin:${PATH} \endcode To develop with TQt 3.x use: \code -setenv QTDIR /opt/qt-3.0.0 -setenv PATH ${QTDIR}/bin:${PATH} +setenv TQTDIR /opt/qt-3.0.0 +setenv PATH ${TQTDIR}/bin:${PATH} \endcode -Setting \c QTDIR ensures that the proper resources are used, such as the +Setting \c TQTDIR ensures that the proper resources are used, such as the documentation appropriate to the version of TQt you're using. Also -your Makfiles may refer to \c "$QTDIR"/include and \c "$QTDIR"/lib to +your Makfiles may refer to \c "$TQTDIR"/include and \c "$TQTDIR"/lib to include the proper header files and link with the proper libraries. Setting the \c PATH ensures that the proper version of moc and other tools is being used. diff --git a/doc/plugins-howto.doc b/doc/plugins-howto.doc index d5adcb5a2..6c46283ec 100644 --- a/doc/plugins-howto.doc +++ b/doc/plugins-howto.doc @@ -153,7 +153,7 @@ because plugins are stored in the standard plugin subdirectories. Because of this applications don't require any code to find and load plugins, since TQt handles them automatically. -The default directory for plugins is \c{QTDIR/plugins}<sup>*</sup>, +The default directory for plugins is \c{TQTDIR/plugins}<sup>*</sup>, with each type of plugin in a subdirectory for that type, e.g. \c styles. If you want your applications to use plugins and you don't want to use the standard plugins path, have your installation process @@ -172,10 +172,10 @@ is to create a subdirectory under the application, e.g. \c appdir/plugins/designer, and place the plugin in that directory. For \link designer-manual.book TQt Designer\endlink, you may need to -call QApplication::addLibraryPath("QTDIR/plugins/designer") to load +call QApplication::addLibraryPath("TQTDIR/plugins/designer") to load your \link designer-manual.book TQt Designer\endlink plugins. -<sup>*</sup><small> All references to \c{QTDIR} refer to the path +<sup>*</sup><small> All references to \c{TQTDIR} refer to the path where TQt was installed. </small> \section1 Loading and Verifying Plugins diff --git a/doc/porting3.doc b/doc/porting3.doc index dd58db962..08322dd59 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -480,7 +480,7 @@ work without problems. Applications that worked in terms of lines may require some porting. The source code for the old 2.x version of QMultiLineEdit can be found -in \c $QTDIR/src/attic/qtmultilineedit.h/cpp. Note that the class has +in \c $TQTDIR/src/attic/qtmultilineedit.h/cpp. Note that the class has been renamed to QtMultiLineEdit to avoid name clashes. If you really need to keep compatibility with the old QMultiLineEdit, simply include this class in your project and rename QMultiLineEdit to @@ -640,7 +640,7 @@ The QTableView class has been obsoleted and is no longer a part of the Qt API. Either use the powerful QTable class or the simplistic QGridView in any new code you create. If you really need the old table view for compatibility you can find it in \c -$QTDIR/src/attic/qttableview.{cpp,h}. Note that the class has been +$TQTDIR/src/attic/qttableview.{cpp,h}. Note that the class has been renamed from QTableView to QtTableView to avoid name clashes. To use it, simply include it in your project and rename QTableView to QtTableView throughout. diff --git a/doc/qws.doc b/doc/qws.doc index b294ec7c5..d5696ec22 100644 --- a/doc/qws.doc +++ b/doc/qws.doc @@ -59,7 +59,7 @@ This document assumes that the archive is installed as \c{~/qt-embedded-commerci \code cd ~/qt-embedded-commercial-VERSION - export QTDIR=~/qt-embedded-commercial-VERSION + export TQTDIR=~/qt-embedded-commercial-VERSION ./configure make \endcode @@ -82,7 +82,7 @@ You can create your own custom configuration by adding new files a little-endian machine (e.g. x86) for a big-endian processor (e.g. PowerPC) will use the host's endianness instead of the target's. Workaround: after running configure, and before running -make, edit \c $QTDIR/include/ntqconfig.h and change the definition of +make, edit \c $TQTDIR/include/ntqconfig.h and change the definition of \c Q_BYTE_ORDER. \i Enable framebuffer support. @@ -267,7 +267,7 @@ font uses over 1 MB of memory. \section1 The font definition file When Qt/Embedded applications run, they look for a file called -\c $QTDIR/lib/fonts/fontdir or +\c $TQTDIR/lib/fonts/fontdir or \c /usr/local/qt-embedded/lib/fonts/fontdir. This file defines the fonts available to the application. It has the following format: \quote @@ -358,18 +358,18 @@ framebuffer you can use the 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 -examples/widgets. Make sure $QTDIR is set to the directory where you -installed Qt/Embedded and add the $QTDIR/lib directory to +examples/widgets. Make sure $TQTDIR is set to the directory where you +installed Qt/Embedded and add the $TQTDIR/lib directory to $LD_LIBRARY_PATH, e.g.: \code -export QTDIR=$HOME/qt-VERSION -export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH +export TQTDIR=$HOME/qt-VERSION +export LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH \endcode Run the application with the \e{-qws} option: \code -cd $QTDIR/examples/widgets +cd $TQTDIR/examples/widgets ./widgets -qws \endcode diff --git a/doc/sql-driver.doc b/doc/sql-driver.doc index 36f46ec31..02cd05cae 100644 --- a/doc/sql-driver.doc +++ b/doc/sql-driver.doc @@ -159,7 +159,7 @@ header files and shared libraries (here it is assumed that MySQL is installed in \c{/usr/local}) and run \c{make}: \code -cd $QTDIR/plugins/src/sqldrivers/mysql +cd $TQTDIR/plugins/src/sqldrivers/mysql qmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient" mysql.pro make \endcode @@ -172,7 +172,7 @@ Build the plugin as follows (here it is assumed that MySQL is installed in \c{C:\MYSQL}): \code -cd %QTDIR%\plugins\src\sqldrivers\mysql +cd %TQTDIR%\plugins\src\sqldrivers\mysql qmake -o Makefile "INCLUDEPATH+=C:\MYSQL\INCLUDE" "LIBS+=C:\MYSQL\LIB\OPT\LIBMYSQL.LIB" mysql.pro nmake \endcode @@ -207,7 +207,7 @@ columns, you have to use a forward only query to select LOB fields Inserting BLOBs should be done using either a prepared query where the BLOBs are bound to placeholders, or QSqlCursor which uses a prepared -query to do this internally (see $QTDIR/examples/sql/blob). +query to do this internally (see $TQTDIR/examples/sql/blob). \section3 Know problems @@ -233,21 +233,21 @@ the directory where Oracle is installed) and run make: If you are using Oracle 8: \code -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh -lwtc8" oci.pro make \endcode For Oracle version 9: \code -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh -lwtc9" oci.pro make \endcode For Oracle version 10: \code -cd $QTDIR/plugins/src/sqldrivers/oci +cd $TQTDIR/plugins/src/sqldrivers/oci qmake -o Makefile "INCLUDEPATH+=$ORACLE_HOME/rdbms/public $ORACLE_HOME/rdbms/demo" "LIBS+=-L$ORACLE_HOME/lib -lclntsh" oci.pro make \endcode @@ -271,7 +271,7 @@ installed in \c{C:\oracle}): \code set INCLUDE=%INCLUDE%;c:\oracle\oci\include set LIB=%LIB%;c:\oracle\oci\lib\msvc -cd %QTDIR%\plugins\src\sqldrivers\oci +cd %TQTDIR%\plugins\src\sqldrivers\oci qmake -o Makefile oci.pro nmake \endcode @@ -343,7 +343,7 @@ libraries (here it is assumed that unixODBC is installed in \c{/usr/local/unixODBC}) and run \c{make}: \code -cd $QTDIR/plugins/src/sqldrivers/odbc +cd $TQTDIR/plugins/src/sqldrivers/odbc qmake "INCLUDEPATH+=/usr/local/unixODBC/include" "LIBS+=-L/usr/local/unixODBC/lib -lodbc" make \endcode @@ -354,7 +354,7 @@ The ODBC header and include files should already be installed in the right directories. You just have to build the plugin as follows: \code -cd %QTDIR%\plugins\src\sqldrivers\odbc +cd %TQTDIR%\plugins\src\sqldrivers\odbc qmake -o Makefile odbc.pro nmake \endcode @@ -420,7 +420,7 @@ libraries, run \c qmake the following way (assuming that the PostgreSQL sources can be found in \c{/usr/src/psql}): \code -cd $QTDIR/plugins/src/sqldrivers/psql +cd $TQTDIR/plugins/src/sqldrivers/psql qmake -o Makefile "INCLUDEPATH+=/usr/src/psql/src/include /usr/src/psql/src/interfaces/libpq" "LIBS+=-L/usr/lib -lpq" psql.pro make \endcode @@ -432,7 +432,7 @@ the PostgreSQL documentation. Assuming the PostgreSQL sources resides in \c{C:\psql}, build the plugin as follows: \code -cd %QTDIR%\plugins\src\sqldrivers\psql +cd %TQTDIR%\plugins\src\sqldrivers\psql qmake -o Makefile "INCLUDEPATH+=C:\psql\src\include C:\psql\src\interfaces\libpq" psql.pro nmake \endcode @@ -466,7 +466,7 @@ point to the directory where you installed the client library and execute \c{qmake}: \code -cd $QTDIR/plugins/src/sqldrivers/tds +cd $TQTDIR/plugins/src/sqldrivers/tds qmake -o Makefile "INCLUDEPATH=$SYBASE/include" "LIBS=-L$SYBASE/lib -lsybdb" make \endcode @@ -478,14 +478,14 @@ Open Client (\l{http://www.sybase.com}). You must include \c NTWDBLIB.LIB to build the plugin: \code -cd %QTDIR%\plugins\src\sqldrivers\tds +cd %TQTDIR%\plugins\src\sqldrivers\tds qmake -o Makefile "LIBS+=NTWDBLIB.LIB" tds.pro nmake \endcode By default the Microsoft library is used on Windows, if you want to force the use of the Sybase Open Client, you must define -\c Q_USE_SYBASE in \c{%QTDIR%\src\sql\drivers\tds\qsql_tds.cpp}. +\c Q_USE_SYBASE in \c{%TQTDIR%\src\sql\drivers\tds\qsql_tds.cpp}. \target QDB2 \section2 QDB2 - IBM DB2 Driver (v7.1 or higher) @@ -508,7 +508,7 @@ in DB2 (see QSqlQuery::setForwardOnly()). \section3 How to build the plugin on Unix/Linux \code -cd $QTDIR/plugins/src/sqldrivers/db2 +cd $TQTDIR/plugins/src/sqldrivers/db2 qmake -o Makefile "INCLUDEPATH+=$DB2DIR/include" "LIBS+=-L$DB2DIR/lib -ldb2" make \endcode @@ -519,7 +519,7 @@ The DB2 header and include files should already be installed in the right directories. You just have to build the plugin as follows: \code -cd %QTDIR%\plugins\src\sqldrivers\db2 +cd %TQTDIR%\plugins\src\sqldrivers\db2 qmake -o Makefile "INCLUDEPATH+=<DB2 home>/sqllib/include" "LIBS+=<DB2 home>/sqllib/lib/db2cli.lib" nmake \endcode @@ -559,7 +559,7 @@ build it manually (replace \c $SQLITE by the directory where SQLite resides): \code -cd $QTDIR/plugins/src/sqldrivers/sqlite +cd $TQTDIR/plugins/src/sqldrivers/sqlite qmake -o Makefile "INCLUDEPATH+=$SQLITE/include" "LIBS+=-L$SQLITE/lib -lsqlite" make \endcode @@ -598,7 +598,7 @@ The following assumes Interbase or Firebird is installed in \c{/opt/interbase}: \code -cd $QTDIR/plugins/src/sqldrivers/ibase +cd $TQTDIR/plugins/src/sqldrivers/ibase qmake -o Makefile "INCLUDEPATH+=/opt/interbase/include" "LIBS+=-L/opt/interbase/lib" ibase.pro make \endcode @@ -609,7 +609,7 @@ The following assumes Interbase or Firebird is installed in \c{C:\interbase}: \code -cd %QTDIR%\plugins\src\sqldrivers\ibase +cd %TQTDIR%\plugins\src\sqldrivers\ibase qmake -o Makefile "INCLUDEPATH+=C:\interbase\include" ibase.pro nmake \endcode @@ -637,8 +637,8 @@ make sure that the following requirements are met: \list \i Ensure that you are using a shared TQt library; you cannot use the plugins with a static build. -\i Ensure that the environment variable \c QTDIR points to the right - directory. Go to the \c{$QTDIR/plugins/sqldrivers} directory and +\i Ensure that the environment variable \c TQTDIR points to the right + directory. Go to the \c{$TQTDIR/plugins/sqldrivers} directory and make sure that the plugin exists in that directory. \i Ensure that the client libraries of the DBMS are available on the system. On Unix, run the command \c{ldd} and pass the name of the @@ -697,8 +697,8 @@ loaded by the TQt library at runtime), the driver must use the \c Q_EXPORT_PLUGIN macro. Read the \link plugins-howto.html Qt Plugin\endlink documentation for more information on this. You can also check out how this is done in the SQL plugins that is provided -with TQt in \c{QTDIR/plugins/src/sqldrivers} and -\c{QTDIR/src/sql/drivers}. +with TQt in \c{TQTDIR/plugins/src/sqldrivers} and +\c{TQTDIR/src/sql/drivers}. The following code can be used as a skeleton for a SQL driver: diff --git a/doc/tqvfb.doc b/doc/tqvfb.doc index 55a7024e9..d94910e91 100644 --- a/doc/tqvfb.doc +++ b/doc/tqvfb.doc @@ -43,7 +43,7 @@ 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/tqvfb. +The virtual framebuffer is located in \c $TQTDIR/tools/tqvfb. \section1 Using the Virtual Framebuffer diff --git a/examples/demo/demo.doc b/examples/demo/demo.doc index f45a774c6..ae207a8a5 100644 --- a/examples/demo/demo.doc +++ b/examples/demo/demo.doc @@ -7,7 +7,7 @@ isn't intended as a code example, but rather as a single application that you can run to see many of Qt's features. - See $QTDIR/examples/demo for the source code. + See $TQTDIR/examples/demo for the source code. */ diff --git a/examples/dragdrop/dragdrop.doc b/examples/dragdrop/dragdrop.doc index 25d3170aa..4f8fa2621 100644 --- a/examples/dragdrop/dragdrop.doc +++ b/examples/dragdrop/dragdrop.doc @@ -5,7 +5,7 @@ This program demonstrates Qt's drag and drop functionality. - See $QTDIR/examples/dragdrop for the source code. + See $TQTDIR/examples/dragdrop for the source code. */ diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc index e18d75a62..493491151 100644 --- a/examples/helpsystem/helpsystem.doc +++ b/examples/helpsystem/helpsystem.doc @@ -216,6 +216,6 @@ the application main window. To build the example go to the helpsystem directory - (QTDIR/examples/helpsystem) run qmake to generate the makefile, + (TQTDIR/examples/helpsystem) run qmake to generate the makefile, and use the make tool to build the library. */ diff --git a/examples/opengl/box/box.doc b/examples/opengl/box/box.doc index 617558269..d30bd75b4 100644 --- a/examples/opengl/box/box.doc +++ b/examples/opengl/box/box.doc @@ -9,7 +9,7 @@ Essentially, all you do is put your OpenGL code in a class inherited from QGLWidget. This class may then be used like any other TQt widget, including the use of signals and slots and geometry management. -See \c{$QTDIR/examples/opengl/box} for the source code. +See \c{$TQTDIR/examples/opengl/box} for the source code. */ diff --git a/examples/opengl/gear/gear.doc b/examples/opengl/gear/gear.doc index 2fe049a93..8afaaaa25 100644 --- a/examples/opengl/gear/gear.doc +++ b/examples/opengl/gear/gear.doc @@ -6,6 +6,6 @@ This example demonstrates how to use OpenGL display lists. -See \c{$QTDIR/examples/opengl/gear} for the source code. +See \c{$TQTDIR/examples/opengl/gear} for the source code. */ diff --git a/examples/opengl/glpixmap/glpixmap.doc b/examples/opengl/glpixmap/glpixmap.doc index 840607682..22fce4de3 100644 --- a/examples/opengl/glpixmap/glpixmap.doc +++ b/examples/opengl/glpixmap/glpixmap.doc @@ -8,7 +8,7 @@ opengl-box-example.html OpenGL Box example\endlink. It demonstrates how to render OpenGL into a QPixmap. -See \c{$QTDIR/examples/opengl/glpixmap} for the source code. +See \c{$TQTDIR/examples/opengl/glpixmap} for the source code. */ diff --git a/examples/opengl/overlay/overlay.doc b/examples/opengl/overlay/overlay.doc index 43c77cc8a..43762330b 100644 --- a/examples/opengl/overlay/overlay.doc +++ b/examples/opengl/overlay/overlay.doc @@ -10,7 +10,7 @@ overlay has the advantage that the rubber-band may be drawn and erased without damaging the image in the main plane, so costly redraws are avoided. -See \c{$QTDIR/examples/opengl/overlay} for the source code. +See \c{$TQTDIR/examples/opengl/overlay} for the source code. */ diff --git a/examples/opengl/overlay_x11/overlay_x11.doc b/examples/opengl/overlay_x11/overlay_x11.doc index 3a6eff039..143d64f8f 100644 --- a/examples/opengl/overlay_x11/overlay_x11.doc +++ b/examples/opengl/overlay_x11/overlay_x11.doc @@ -13,7 +13,7 @@ planes. Overlayrubber: An example program showing how to use TQt and TQt OpenGL Extension with X11 overlay visuals. -See \c{$QTDIR/examples/opengl/overlay_x11} for the source code. +See \c{$TQTDIR/examples/opengl/overlay_x11} for the source code. Background information for this example can be found in the information on \link opengl-x11-overlays.html overlays\endlink. diff --git a/examples/opengl/sharedbox/sharedbox.doc b/examples/opengl/sharedbox/sharedbox.doc index 21e7a66a3..f3fb52bf2 100644 --- a/examples/opengl/sharedbox/sharedbox.doc +++ b/examples/opengl/sharedbox/sharedbox.doc @@ -10,7 +10,7 @@ opengl-box-example.html Box example\endlink. It demonstrates how to use OpenGL display list sharing with QGLWidgets. -See \c{$QTDIR/examples/opengl/sharedbox} for the source code. +See \c{$TQTDIR/examples/opengl/sharedbox} for the source code. */ diff --git a/examples/opengl/texture/texture.doc b/examples/opengl/texture/texture.doc index 28f1d3fbd..54b60b3a7 100644 --- a/examples/opengl/texture/texture.doc +++ b/examples/opengl/texture/texture.doc @@ -5,6 +5,6 @@ This example program demonstrates how to use OpenGL 2D textures. -See \c{$QTDIR/examples/opengl/texture} for the source code. +See \c{$TQTDIR/examples/opengl/texture} for the source code. */ diff --git a/examples/tablet/tablet.doc b/examples/tablet/tablet.doc index 8ee77f8fc..7112d134c 100644 --- a/examples/tablet/tablet.doc +++ b/examples/tablet/tablet.doc @@ -5,7 +5,7 @@ This example shows how to interact with a tablet device. - See \c{$QTDIR/examples/tablet} for the source code. + See \c{$TQTDIR/examples/tablet} for the source code. */ diff --git a/examples/textedit/textedit.doc b/examples/textedit/textedit.doc index 58458cc36..5f89ae4b9 100644 --- a/examples/textedit/textedit.doc +++ b/examples/textedit/textedit.doc @@ -11,7 +11,7 @@ designer-manual.book TQt Designer manual\endlink. - See \c{$QTDIR/examples/textedit} for the source code. + See \c{$TQTDIR/examples/textedit} for the source code. */ diff --git a/examples/toplevel/toplevel.doc b/examples/toplevel/toplevel.doc index 0951433b1..fdfa5e4e3 100644 --- a/examples/toplevel/toplevel.doc +++ b/examples/toplevel/toplevel.doc @@ -123,9 +123,9 @@ Finally the window is shown with the new attributes. To build the example go to the toplevel directory - (\c QTDIR/examples/toplevel) + (\c TQTDIR/examples/toplevel) \footnote - We use \c QTDIR to stand for the directory where TQt is installed. + We use \c TQTDIR to stand for the directory where TQt is installed. \endfootnote and run \c qmake to generate the makefile, then use the make tool to build the library. diff --git a/examples/widgets/widgets.doc b/examples/widgets/widgets.doc index 8bdc6100b..323acadc2 100644 --- a/examples/widgets/widgets.doc +++ b/examples/widgets/widgets.doc @@ -4,12 +4,12 @@ \title Widgets Example This example shows most of Qt's widgets in action. It is similar - to the demo example in \c{$QTDIR/examples/demo}. + to the demo example in \c{$TQTDIR/examples/demo}. Run the program, then click the right mouse button + Ctrl to identify a widget. - See \c{$QTDIR/examples/widgets} for the source code. + See \c{$TQTDIR/examples/widgets} for the source code. */ diff --git a/extensions/nsplugin/doc/index.doc b/extensions/nsplugin/doc/index.doc index f7e56f7f7..011e58194 100644 --- a/extensions/nsplugin/doc/index.doc +++ b/extensions/nsplugin/doc/index.doc @@ -36,7 +36,7 @@ The Netscape Plugin Extension consists of the follow classes: \i Download the \link http://home.netscape.com/comprod/development_partners/plugin_api/index.html Plugin SDK from Netscape \endlink, and copy the following files from there to - \c{$QTDIR/extensions/nsplugin/src} + \c{$TQTDIR/extensions/nsplugin/src} \list \i \c common/npwin.cpp \i \c common/npunix.c diff --git a/mkspecs/aix-g++-64/qmake.conf b/mkspecs/aix-g++-64/qmake.conf index 400711e3a..2f4594dd5 100644 --- a/mkspecs/aix-g++-64/qmake.conf +++ b/mkspecs/aix-g++-64/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -63,8 +63,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthreads -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar -X 64 cqs QMAKE_RANLIB = diff --git a/mkspecs/aix-g++/qmake.conf b/mkspecs/aix-g++/qmake.conf index e65e94eb0..87ef9098b 100644 --- a/mkspecs/aix-g++/qmake.conf +++ b/mkspecs/aix-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -63,8 +63,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthreads -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/aix-xlc-64/qmake.conf b/mkspecs/aix-xlc-64/qmake.conf index 721f8b06a..89bef22c6 100644 --- a/mkspecs/aix-xlc-64/qmake.conf +++ b/mkspecs/aix-xlc-64/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -72,8 +72,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthreads -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar -X64 cq QMAKE_RANLIB = ranlib -X64 diff --git a/mkspecs/aix-xlc/qmake.conf b/mkspecs/aix-xlc/qmake.conf index 92782e386..a026de205 100644 --- a/mkspecs/aix-xlc/qmake.conf +++ b/mkspecs/aix-xlc/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -70,8 +70,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthreads -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib diff --git a/mkspecs/bsdi-g++/qmake.conf b/mkspecs/bsdi-g++/qmake.conf index 7088c8ee7..d4909e7dd 100644 --- a/mkspecs/bsdi-g++/qmake.conf +++ b/mkspecs/bsdi-g++/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/cygwin-g++/qmake.conf b/mkspecs/cygwin-g++/qmake.conf index 843b35215..bb8ba5dd0 100644 --- a/mkspecs/cygwin-g++/qmake.conf +++ b/mkspecs/cygwin-g++/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/darwin-g++/qmake.conf b/mkspecs/darwin-g++/qmake.conf index 14afcbab0..350f1fdfe 100644 --- a/mkspecs/darwin-g++/qmake.conf +++ b/mkspecs/darwin-g++/qmake.conf @@ -43,8 +43,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -72,8 +72,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib -s diff --git a/mkspecs/dgux-g++/qmake.conf b/mkspecs/dgux-g++/qmake.conf index 1832a2245..ee003c71d 100644 --- a/mkspecs/dgux-g++/qmake.conf +++ b/mkspecs/dgux-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -59,8 +59,8 @@ QMAKE_LIBS_QT = -lqt QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/freebsd-clang/qmake.conf b/mkspecs/freebsd-clang/qmake.conf index 6064cd23d..bf8286a0d 100644 --- a/mkspecs/freebsd-clang/qmake.conf +++ b/mkspecs/freebsd-clang/qmake.conf @@ -38,8 +38,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -64,8 +64,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/freebsd-g++/qmake.conf b/mkspecs/freebsd-g++/qmake.conf index 60ca7e36f..a24650620 100644 --- a/mkspecs/freebsd-g++/qmake.conf +++ b/mkspecs/freebsd-g++/qmake.conf @@ -38,8 +38,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -64,8 +64,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/freebsd-g++34/qmake.conf b/mkspecs/freebsd-g++34/qmake.conf index 29096ff4f..758994fd7 100644 --- a/mkspecs/freebsd-g++34/qmake.conf +++ b/mkspecs/freebsd-g++34/qmake.conf @@ -38,8 +38,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -64,8 +64,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/freebsd-icc/qmake.conf b/mkspecs/freebsd-icc/qmake.conf index 34d95b48d..4e108492a 100644 --- a/mkspecs/freebsd-icc/qmake.conf +++ b/mkspecs/freebsd-icc/qmake.conf @@ -56,8 +56,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -82,8 +82,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-acc-64/qmake.conf b/mkspecs/hpux-acc-64/qmake.conf index 5ceb160ed..4a47ed6e7 100644 --- a/mkspecs/hpux-acc-64/qmake.conf +++ b/mkspecs/hpux-acc-64/qmake.conf @@ -79,8 +79,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/X11R6/pa20_64 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib/pa20_64 /usr/contrib/X11R6/lib/pa20_64 @@ -108,8 +108,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -lXt QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-acc-o64/qmake.conf b/mkspecs/hpux-acc-o64/qmake.conf index d3bda52cf..906092ac6 100644 --- a/mkspecs/hpux-acc-o64/qmake.conf +++ b/mkspecs/hpux-acc-o64/qmake.conf @@ -78,8 +78,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib /usr/contrib/X11R6/lib @@ -107,8 +107,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-acc/qmake.conf b/mkspecs/hpux-acc/qmake.conf index 9d66d871e..d9ca7fe9c 100644 --- a/mkspecs/hpux-acc/qmake.conf +++ b/mkspecs/hpux-acc/qmake.conf @@ -58,8 +58,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib /usr/contrib/X11R6/lib @@ -87,8 +87,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXt QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-cc/qmake.conf b/mkspecs/hpux-cc/qmake.conf index 732b09c35..0f217e459 100644 --- a/mkspecs/hpux-cc/qmake.conf +++ b/mkspecs/hpux-cc/qmake.conf @@ -56,15 +56,15 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib /usr/contrib/X11R6/lib QMAKE_LINK = CC QMAKE_LINK_SHLIB = CC # CC generates template code during linking, and so needs -I's -QMAKE_LFLAGS = +DA1.1e -Wl,+s -L/usr/lib -I$$QMAKE_INCDIR_X11 -I$$QMAKE_INCDIR_QT +QMAKE_LFLAGS = +DA1.1e -Wl,+s -L/usr/lib -I$$QMAKE_INCDIR_X11 -I$$QMAKE_INCDIR_TQT QMAKE_LFLAGS_RELEASE = -O -s QMAKE_LFLAGS_DEBUG = QMAKE_LFLAGS_SHLIB = -b @@ -82,8 +82,8 @@ QMAKE_LIBS_QT = -lqt QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-g++-64/qmake.conf b/mkspecs/hpux-g++-64/qmake.conf index 2333f94c4..519ad3bb4 100644 --- a/mkspecs/hpux-g++-64/qmake.conf +++ b/mkspecs/hpux-g++-64/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/X11R6/pa20_64 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/Mesa/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/Mesa/lib/pa20_64 /usr/contrib/X11R6/lib/pa20_64 @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpux-g++/qmake.conf b/mkspecs/hpux-g++/qmake.conf index 512940445..bd08469f8 100644 --- a/mkspecs/hpux-g++/qmake.conf +++ b/mkspecs/hpux-g++/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = /usr/lib/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/Mesa/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/Mesa/lib /usr/contrib/X11R6/lib @@ -69,8 +69,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpuxi-acc-32/qmake.conf b/mkspecs/hpuxi-acc-32/qmake.conf index 4d150b0b1..dcb213008 100644 --- a/mkspecs/hpuxi-acc-32/qmake.conf +++ b/mkspecs/hpuxi-acc-32/qmake.conf @@ -79,8 +79,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/hpux32/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib/hpux32 /usr/contrib/X11R6/lib/hpux32 @@ -106,8 +106,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -lXt QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hpuxi-acc-64/qmake.conf b/mkspecs/hpuxi-acc-64/qmake.conf index 5c05e6683..c5e913c15 100644 --- a/mkspecs/hpuxi-acc-64/qmake.conf +++ b/mkspecs/hpuxi-acc-64/qmake.conf @@ -79,8 +79,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11R6 QMAKE_LIBDIR_X11 = /usr/lib/hpux64/X11R6 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /opt/graphics/OpenGL/include /usr/contrib/X11R6/include QMAKE_LIBDIR_OPENGL = /opt/graphics/OpenGL/lib/hpux64 /usr/contrib/X11R6/lib/hpux64 @@ -106,8 +106,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -lXt QMAKE_LIBS_THREAD = -lpthread QMAKE_LIBS_YACC = -ly -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/hurd-g++/qmake.conf b/mkspecs/hurd-g++/qmake.conf index 9bfddc23b..ed7fe2c15 100644 --- a/mkspecs/hurd-g++/qmake.conf +++ b/mkspecs/hurd-g++/qmake.conf @@ -40,14 +40,14 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib QMAKE_LINK = g++ QMAKE_LINK_SHLIB = g++ -QMAKE_LFLAGS = -Wl,-rpath=/lib:/usr/X11R6/lib:$(QTDIR)/lib +QMAKE_LFLAGS = -Wl,-rpath=/lib:/usr/X11R6/lib:$(TQTDIR)/lib QMAKE_LFLAGS_RELEASE = QMAKE_LFLAGS_DEBUG = QMAKE_LFLAGS_SHLIB = -shared @@ -67,8 +67,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/irix-cc-64/qmake.conf b/mkspecs/irix-cc-64/qmake.conf index 0230ab383..4f167c254 100644 --- a/mkspecs/irix-cc-64/qmake.conf +++ b/mkspecs/irix-cc-64/qmake.conf @@ -69,8 +69,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -95,8 +95,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu -lm QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -ar -o QMAKE_RANLIB = diff --git a/mkspecs/irix-cc-o32/qmake.conf b/mkspecs/irix-cc-o32/qmake.conf index d7ed9fa0d..ffd8124a4 100644 --- a/mkspecs/irix-cc-o32/qmake.conf +++ b/mkspecs/irix-cc-o32/qmake.conf @@ -43,8 +43,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -69,8 +69,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu -lm QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/irix-cc/qmake.conf b/mkspecs/irix-cc/qmake.conf index b9a671229..b2978fd24 100644 --- a/mkspecs/irix-cc/qmake.conf +++ b/mkspecs/irix-cc/qmake.conf @@ -69,8 +69,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -95,8 +95,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu -lm QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -ar -o QMAKE_RANLIB = diff --git a/mkspecs/irix-g++/qmake.conf b/mkspecs/irix-g++/qmake.conf index ec512e941..03da1bc91 100644 --- a/mkspecs/irix-g++/qmake.conf +++ b/mkspecs/irix-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/linux-clang/qmake.conf b/mkspecs/linux-clang/qmake.conf index f514c7800..1854a8b54 100644 --- a/mkspecs/linux-clang/qmake.conf +++ b/mkspecs/linux-clang/qmake.conf @@ -41,8 +41,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-cxx/qmake.conf b/mkspecs/linux-cxx/qmake.conf index 4dea9d16e..c12a9efbb 100644 --- a/mkspecs/linux-cxx/qmake.conf +++ b/mkspecs/linux-cxx/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -61,8 +61,8 @@ QMAKE_LIBS_QT = -lqt QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-ecc-64/qmake.conf b/mkspecs/linux-ecc-64/qmake.conf index 8b31afe4d..6261a1869 100644 --- a/mkspecs/linux-ecc-64/qmake.conf +++ b/mkspecs/linux-ecc-64/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-g++-32/qmake.conf b/mkspecs/linux-g++-32/qmake.conf index 2602d3ce5..9241991f0 100644 --- a/mkspecs/linux-g++-32/qmake.conf +++ b/mkspecs/linux-g++-32/qmake.conf @@ -41,8 +41,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-g++-64/qmake.conf b/mkspecs/linux-g++-64/qmake.conf index ba2d59a87..4f982d2f4 100644 --- a/mkspecs/linux-g++-64/qmake.conf +++ b/mkspecs/linux-g++-64/qmake.conf @@ -44,8 +44,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib64 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib64 +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib64 QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64 @@ -71,8 +71,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-g++-sparc/qmake.conf b/mkspecs/linux-g++-sparc/qmake.conf index 924666217..79010acd7 100644 --- a/mkspecs/linux-g++-sparc/qmake.conf +++ b/mkspecs/linux-g++-sparc/qmake.conf @@ -41,8 +41,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-g++/qmake.conf b/mkspecs/linux-g++/qmake.conf index c89fdbe5a..9a6af4e32 100644 --- a/mkspecs/linux-g++/qmake.conf +++ b/mkspecs/linux-g++/qmake.conf @@ -41,8 +41,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-icc/qmake.conf b/mkspecs/linux-icc/qmake.conf index b414ccd7a..b2b2aff27 100644 --- a/mkspecs/linux-icc/qmake.conf +++ b/mkspecs/linux-icc/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-kcc/qmake.conf b/mkspecs/linux-kcc/qmake.conf index 561735f84..53e292134 100644 --- a/mkspecs/linux-kcc/qmake.conf +++ b/mkspecs/linux-kcc/qmake.conf @@ -46,8 +46,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -73,8 +73,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-kylix/qmake.conf b/mkspecs/linux-kylix/qmake.conf index ace807f24..c727d5bab 100644 --- a/mkspecs/linux-kylix/qmake.conf +++ b/mkspecs/linux-kylix/qmake.conf @@ -38,8 +38,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -llibGLU -llibGL -llibXmu QMAKE_LIBS_OPENGL_QT = -llibGL -llibXmu QMAKE_LIBS_THREAD = -llibpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/linux-pgcc/qmake.conf b/mkspecs/linux-pgcc/qmake.conf index e45855d9d..f6a396f11 100644 --- a/mkspecs/linux-pgcc/qmake.conf +++ b/mkspecs/linux-pgcc/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/lynxos-g++/qmake.conf b/mkspecs/lynxos-g++/qmake.conf index af0a213a1..ae3b23912 100644 --- a/mkspecs/lynxos-g++/qmake.conf +++ b/mkspecs/lynxos-g++/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/include/X11 QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/include/GL QMAKE_LIBDIR_OPENGL = @@ -67,8 +67,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/macx-g++/qmake.conf b/mkspecs/macx-g++/qmake.conf index 126d7b548..f90d2af19 100644 --- a/mkspecs/macx-g++/qmake.conf +++ b/mkspecs/macx-g++/qmake.conf @@ -38,8 +38,8 @@ QMAKE_CXXFLAGS_SHLIB = $$QMAKE_CFLAGS_SHLIB QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC QMAKE_LIBDIR = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /System/Library/Frameworks/OpenGL.framework/Headers \ /System/Library/Frameworks/AGL.framework/Headers/ @@ -70,8 +70,8 @@ QMAKE_LIBS_OPENGL = -framework OpenGL -framework AGL QMAKE_LIBS_OPENGL_QT = $$QMAKE_LIBS_OPENGL QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib -s diff --git a/mkspecs/macx-mwerks/mwerkstmpl.xml b/mkspecs/macx-mwerks/mwerkstmpl.xml index 462deac4a..b743a2952 100644 --- a/mkspecs/macx-mwerks/mwerkstmpl.xml +++ b/mkspecs/macx-mwerks/mwerkstmpl.xml @@ -158,7 +158,7 @@ $$CODEWARRIOR_FRAMEWORKPATH <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING> </SETTING> <SETTING><NAME>MWRuntimeSettings_EnvVars</NAME> - <SETTING><VALUE>QTDIR=$$CODEWARRIOR_QTDIR</VALUE></SETTING> + <SETTING><VALUE>TQTDIR=$$CODEWARRIOR_TQTDIR</VALUE></SETTING> </SETTING> <!-- Settings for "Target Settings" panel --> diff --git a/mkspecs/macx-mwerks/qmake.conf b/mkspecs/macx-mwerks/qmake.conf index 5001a1e84..0bec11967 100644 --- a/mkspecs/macx-mwerks/qmake.conf +++ b/mkspecs/macx-mwerks/qmake.conf @@ -14,9 +14,9 @@ QMAKE_EXTENSION_SHLIB = dylib QMAKE_VOLUMENAME = OS X Volume FRAMEWORKPATH = {System}/Library/Frameworks/ QMAKE_CRT_OBJECTS = crt1.o -QMAKE_INCDIR_QT = $(QTDIR)/include +QMAKE_INCDIR_TQT = $(TQTDIR)/include QMAKE_LIBS = -framework System -QMAKE_LIBS_QT = -L$(QTDIR)/lib/ -lqt +QMAKE_LIBS_QT = -L$(TQTDIR)/lib/ -lqt QMAKE_INCDIR_OPENGL = /System/Library/Frameworks/OpenGL.framework/Headers \ /System/Library/Frameworks/AGL.framework/Headers/ QMAKE_LIBS_OPENGL = -framework OpenGL -framework AGL diff --git a/mkspecs/macx-pbuilder/qmake.conf b/mkspecs/macx-pbuilder/qmake.conf index f4cef8472..0699a9c2e 100644 --- a/mkspecs/macx-pbuilder/qmake.conf +++ b/mkspecs/macx-pbuilder/qmake.conf @@ -36,8 +36,8 @@ QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC QMAKE_INCDIR = /usr/local/include \ /System/Library/Frameworks/CarbonCore.framework/Headers QMAKE_LIBDIR = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /System/Library/Frameworks/OpenGL.framework/Headers \ /System/Library/Frameworks/AGL.framework/Headers/ @@ -61,8 +61,8 @@ QMAKE_LIBS_THREAD = QMAKE_LIBS_OPENGL = -framework OpenGL -framework AGL QMAKE_LIBS_OPENGL_QT = $$QMAKE_LIBS_OPENGL -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib -s diff --git a/mkspecs/macx-xlc/qmake.conf b/mkspecs/macx-xlc/qmake.conf index ecebbebfc..b7e9d789a 100644 --- a/mkspecs/macx-xlc/qmake.conf +++ b/mkspecs/macx-xlc/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -70,8 +70,8 @@ QMAKE_LIBS_OPENGL = -framework OpenGL -framework AGL QMAKE_LIBS_OPENGL_QT = $$QMAKE_LIBS_OPENGL #QMAKE_LIBS_THREAD = -lpthreads -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = ranlib -s diff --git a/mkspecs/netbsd-g++/qmake.conf b/mkspecs/netbsd-g++/qmake.conf index b5975dd08..ed5120985 100644 --- a/mkspecs/netbsd-g++/qmake.conf +++ b/mkspecs/netbsd-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -64,8 +64,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = ranlib diff --git a/mkspecs/openbsd-g++/qmake.conf b/mkspecs/openbsd-g++/qmake.conf index 01aa46c4f..7c3f82b3f 100644 --- a/mkspecs/openbsd-g++/qmake.conf +++ b/mkspecs/openbsd-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = /usr/local/include QMAKE_LIBDIR = /usr/local/lib QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar q QMAKE_RANLIB = ranlib diff --git a/mkspecs/qnx-g++/qmake.conf b/mkspecs/qnx-g++/qmake.conf index fba136f01..a7c5800b2 100644 --- a/mkspecs/qnx-g++/qmake.conf +++ b/mkspecs/qnx-g++/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/X11R6/include QMAKE_LIBDIR_X11 = /usr/X11R6/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/X11R6/include QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/reliant-cds-64/qmake.conf b/mkspecs/reliant-cds-64/qmake.conf index 9c8f6198d..00b9d870c 100644 --- a/mkspecs/reliant-cds-64/qmake.conf +++ b/mkspecs/reliant-cds-64/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /opt/X/include/X11 QMAKE_LIBDIR_X11 = /opt/X/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -xar -o QMAKE_RANLIB = diff --git a/mkspecs/reliant-cds/qmake.conf b/mkspecs/reliant-cds/qmake.conf index cdecfd2f8..fd29194ea 100644 --- a/mkspecs/reliant-cds/qmake.conf +++ b/mkspecs/reliant-cds/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /opt/X/include/X11 QMAKE_LIBDIR_X11 = /opt/X/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -xar -o QMAKE_RANLIB = diff --git a/mkspecs/sco-cc/qmake.conf b/mkspecs/sco-cc/qmake.conf index dd1511ac6..479b7e440 100644 --- a/mkspecs/sco-cc/qmake.conf +++ b/mkspecs/sco-cc/qmake.conf @@ -38,8 +38,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = /usr/X/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -61,8 +61,8 @@ QMAKE_LIBS_QT = -lqt QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu -lXt QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/sco-g++/qmake.conf b/mkspecs/sco-g++/qmake.conf index 7c0314c96..0bc7616a1 100644 --- a/mkspecs/sco-g++/qmake.conf +++ b/mkspecs/sco-g++/qmake.conf @@ -35,8 +35,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -58,8 +58,8 @@ QMAKE_LIBS_QT = -lqt QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/solaris-cc-64/qmake.conf b/mkspecs/solaris-cc-64/qmake.conf index 205c438cd..a00af10fd 100644 --- a/mkspecs/solaris-cc-64/qmake.conf +++ b/mkspecs/solaris-cc-64/qmake.conf @@ -56,8 +56,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/openwin/include QMAKE_LIBDIR_X11 = /usr/openwin/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/openwin/include QMAKE_LIBDIR_OPENGL = /usr/openwin/lib @@ -83,8 +83,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -xar -o QMAKE_RANLIB = diff --git a/mkspecs/solaris-cc/qmake.conf b/mkspecs/solaris-cc/qmake.conf index aea9c8005..8dd0ee31b 100644 --- a/mkspecs/solaris-cc/qmake.conf +++ b/mkspecs/solaris-cc/qmake.conf @@ -39,14 +39,14 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/openwin/include QMAKE_LIBDIR_X11 = /usr/openwin/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/openwin/include QMAKE_LIBDIR_OPENGL = /usr/openwin/lib QMAKE_LINK = CC QMAKE_LINK_SHLIB = CC -QMAKE_LFLAGS = -R/usr/lib -R$(QTDIR)/lib +QMAKE_LFLAGS = -R/usr/lib -R$(TQTDIR)/lib QMAKE_LFLAGS_RELEASE = QMAKE_LFLAGS_DEBUG = QMAKE_LFLAGS_SHLIB = -G @@ -66,8 +66,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = CC -xar -o QMAKE_RANLIB = diff --git a/mkspecs/solaris-g++-64/qmake.conf b/mkspecs/solaris-g++-64/qmake.conf index a7f9e6ff3..7c1df3942 100644 --- a/mkspecs/solaris-g++-64/qmake.conf +++ b/mkspecs/solaris-g++-64/qmake.conf @@ -60,8 +60,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/openwin/include QMAKE_LIBDIR_X11 = /usr/openwin/lib/sparcv9 -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/openwin/include QMAKE_LIBDIR_OPENGL = /usr/openwin/lib/sparcv9 @@ -87,8 +87,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/solaris-g++/qmake.conf b/mkspecs/solaris-g++/qmake.conf index d23181183..63d23d27a 100644 --- a/mkspecs/solaris-g++/qmake.conf +++ b/mkspecs/solaris-g++/qmake.conf @@ -43,8 +43,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = /usr/openwin/include QMAKE_LIBDIR_X11 = /usr/openwin/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = /usr/openwin/include QMAKE_LIBDIR_OPENGL = /usr/openwin/lib @@ -70,8 +70,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/tru64-cxx/qmake.conf b/mkspecs/tru64-cxx/qmake.conf index 8110aa5e6..2f8b8f54d 100644 --- a/mkspecs/tru64-cxx/qmake.conf +++ b/mkspecs/tru64-cxx/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -63,8 +63,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/tru64-g++/qmake.conf b/mkspecs/tru64-g++/qmake.conf index 64c85a5bc..f92e1aec0 100644 --- a/mkspecs/tru64-g++/qmake.conf +++ b/mkspecs/tru64-g++/qmake.conf @@ -37,8 +37,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -63,8 +63,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lpthread -lexc -lrt -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cqs QMAKE_RANLIB = diff --git a/mkspecs/unixware-cc/qmake.conf b/mkspecs/unixware-cc/qmake.conf index b93b1a07d..d120e64c1 100644 --- a/mkspecs/unixware-cc/qmake.conf +++ b/mkspecs/unixware-cc/qmake.conf @@ -40,8 +40,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = /usr/X/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -68,8 +68,8 @@ QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/unixware-g++/qmake.conf b/mkspecs/unixware-g++/qmake.conf index bf9fa5886..fb76b053b 100644 --- a/mkspecs/unixware-g++/qmake.conf +++ b/mkspecs/unixware-g++/qmake.conf @@ -39,8 +39,8 @@ QMAKE_INCDIR = QMAKE_LIBDIR = QMAKE_INCDIR_X11 = QMAKE_LIBDIR_X11 = /usr/X/lib -QMAKE_INCDIR_QT = $(QTDIR)/include -QMAKE_LIBDIR_QT = $(QTDIR)/lib +QMAKE_INCDIR_TQT = $(TQTDIR)/include +QMAKE_LIBDIR_TQT = $(TQTDIR)/lib QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = @@ -65,8 +65,8 @@ QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu -lXt QMAKE_LIBS_OPENGL_QT = -lGL -lXmu QMAKE_LIBS_THREAD = -lthread -QMAKE_MOC = $(QTDIR)/bin/tqmoc -QMAKE_UIC = $(QTDIR)/bin/tquic +QMAKE_MOC = $(TQTDIR)/bin/tqmoc +QMAKE_UIC = $(TQTDIR)/bin/tquic QMAKE_AR = ar cq QMAKE_RANLIB = diff --git a/mkspecs/win32-borland/qmake.conf b/mkspecs/win32-borland/qmake.conf index f0bbdb28d..e0bfac62f 100644 --- a/mkspecs/win32-borland/qmake.conf +++ b/mkspecs/win32-borland/qmake.conf @@ -11,8 +11,8 @@ CONFIG += qt warn_on release link_prl DEFINES += UNICODE QMAKE_NOFORCE = 1 -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = bcc32 @@ -58,9 +58,9 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include +QMAKE_INCDIR_TQT = $(TQTDIR)\include QMAKE_LIBDIR = $(BCB)\lib -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -o$obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -o$@ $< @@ -88,9 +88,9 @@ QMAKE_LIBS_QT_ENTRY = qtmain.lib QMAKE_LIBS_OPENGL = QMAKE_LFLAGS_OPENGL = /dopengl32.dll -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = tlib /C /P256 diff --git a/mkspecs/win32-g++/qmake.conf b/mkspecs/win32-g++/qmake.conf index e56f9002d..336d86051 100644 --- a/mkspecs/win32-g++/qmake.conf +++ b/mkspecs/win32-g++/qmake.conf @@ -10,8 +10,8 @@ TEMPLATE = app CONFIG += qt warn_on release link_prl DEFINES += UNICODE -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = gcc @@ -47,8 +47,8 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_INCDIR_TQT = $(TQTDIR)\include +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -o $obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< @@ -77,9 +77,9 @@ QMAKE_LIBS_QT_ENTRY = -lqtmain QMAKE_LIBS_OPENGL = -lopengl32 -lglu32 -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = ar -ru diff --git a/mkspecs/win32-icc/qmake.conf b/mkspecs/win32-icc/qmake.conf index d10275f29..2c34fd1e3 100644 --- a/mkspecs/win32-icc/qmake.conf +++ b/mkspecs/win32-icc/qmake.conf @@ -10,8 +10,8 @@ TEMPLATE = app CONFIG += qt warn_on release incremental link_prl DEFINES += UNICODE -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = icl @@ -55,8 +55,8 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_INCDIR_TQT = $(TQTDIR)\include +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $< @@ -85,9 +85,9 @@ QMAKE_LIBS_QT_ENTRY = qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib glu32.lib delayimp.lib QMAKE_LFLAGS_OPENGL = /DELAYLOAD:opengl32.dll -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = lib /NOLOGO diff --git a/mkspecs/win32-msvc.net/qmake.conf b/mkspecs/win32-msvc.net/qmake.conf index 34e0573dd..5da017bc9 100644 --- a/mkspecs/win32-msvc.net/qmake.conf +++ b/mkspecs/win32-msvc.net/qmake.conf @@ -10,8 +10,8 @@ TEMPLATE = app CONFIG += qt warn_on release incremental flat link_prl precompile_header DEFINES += UNICODE WIN32 -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = cl @@ -55,8 +55,8 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_INCDIR_TQT = $(TQTDIR)\include +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $< @@ -85,9 +85,9 @@ QMAKE_LIBS_QT_ENTRY = qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib glu32.lib QMAKE_LFLAGS_OPENGL = /DELAYLOAD:opengl32.dll -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = lib /NOLOGO diff --git a/mkspecs/win32-msvc/qmake.conf b/mkspecs/win32-msvc/qmake.conf index fff699782..488509131 100644 --- a/mkspecs/win32-msvc/qmake.conf +++ b/mkspecs/win32-msvc/qmake.conf @@ -10,8 +10,8 @@ TEMPLATE = app CONFIG += qt warn_on release incremental flat link_prl precompile_header DEFINES += UNICODE -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = cl @@ -55,8 +55,8 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_INCDIR_TQT = $(TQTDIR)\include +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $< @@ -85,9 +85,9 @@ QMAKE_LIBS_QT_ENTRY = qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib glu32.lib delayimp.lib QMAKE_LFLAGS_OPENGL = /DELAYLOAD:opengl32.dll -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = lib /NOLOGO diff --git a/mkspecs/win32-msvc2005/qmake.conf b/mkspecs/win32-msvc2005/qmake.conf index cd1825250..10f5d1a5d 100644 --- a/mkspecs/win32-msvc2005/qmake.conf +++ b/mkspecs/win32-msvc2005/qmake.conf @@ -10,8 +10,8 @@ TEMPLATE = app CONFIG += qt warn_on release incremental flat link_prl precompile_header DEFINES += UNICODE WIN32 -exists( $(QTDIR)\.qtwinconfig ) { - include( $(QTDIR)\.qtwinconfig ) +exists( $(TQTDIR)\.qtwinconfig ) { + include( $(TQTDIR)\.qtwinconfig ) } QMAKE_CC = cl @@ -57,8 +57,8 @@ QMAKE_CXXFLAGS_EXCEPTIONS_ON = $$QMAKE_CFLAGS_EXCEPTIONS_ON QMAKE_CXXFLAGS_EXCEPTIONS_OFF = $$QMAKE_CFLAGS_EXCEPTIONS_OFF QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include -QMAKE_LIBDIR_QT = $(QTDIR)\lib +QMAKE_INCDIR_TQT = $(TQTDIR)\include +QMAKE_LIBDIR_TQT = $(TQTDIR)\lib QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src QMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $< @@ -87,9 +87,9 @@ QMAKE_LIBS_QT_ENTRY = qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib glu32.lib QMAKE_LFLAGS_OPENGL = /DELAYLOAD:opengl32.dll -QMAKE_MOC = $(QTDIR)\bin\moc.exe -QMAKE_UIC = $(QTDIR)\bin\uic.exe -QMAKE_IDC = $(QTDIR)\bin\idc.exe +QMAKE_MOC = $(TQTDIR)\bin\moc.exe +QMAKE_UIC = $(TQTDIR)\bin\uic.exe +QMAKE_IDC = $(TQTDIR)\bin\idc.exe QMAKE_IDL = midl QMAKE_LIB = lib /NOLOGO diff --git a/mkspecs/win32-watcom/qmake.conf b/mkspecs/win32-watcom/qmake.conf index 3430655f7..cc4d0021d 100644 --- a/mkspecs/win32-watcom/qmake.conf +++ b/mkspecs/win32-watcom/qmake.conf @@ -29,7 +29,7 @@ QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC QMAKE_INCDIR = -QMAKE_INCDIR_QT = $(QTDIR)\include +QMAKE_INCDIR_TQT = $(TQTDIR)\include QMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -fo=$obj $src QMAKE_RUN_CXX = $(CXX) -c $(CXXFLAGS) $(INCPATH) -fo=$obj $src @@ -46,14 +46,14 @@ QMAKE_LFLAGS_WINDOWS_DLL= sys nt_win QMAKE_LIBS = QMAKE_LIBS_CONSOLE = QMAKE_LIBS_WINDOWS = -QMAKE_LIBS_QT = %QTDIR%\lib\qt.lib -QMAKE_LIBS_QT_ENTRY = %QTDIR%\lib\qtmain.lib +QMAKE_LIBS_QT = %TQTDIR%\lib\qt.lib +QMAKE_LIBS_QT_ENTRY = %TQTDIR%\lib\qtmain.lib QMAKE_LIBS_OPENGL = opengl32.lib -QMAKE_MOC = $(QTDIR)/bin/tqmoc.exe -QMAKE_UIC = $(QTDIR)/bin/tquic.exe -QMAKE_IDC = $(QTDIR)/bin/idc.exe +QMAKE_MOC = $(TQTDIR)/bin/tqmoc.exe +QMAKE_UIC = $(TQTDIR)/bin/tquic.exe +QMAKE_IDC = $(TQTDIR)/bin/idc.exe QMAKE_LIB = wlib -b -c -n -q -p=512 QMAKE_RC = rc diff --git a/qmake/book/qmake-commandreference.leaf b/qmake/book/qmake-commandreference.leaf index 329648cf9..3cc198b0b 100644 --- a/qmake/book/qmake-commandreference.leaf +++ b/qmake/book/qmake-commandreference.leaf @@ -1070,8 +1070,8 @@ value of this variable is typically handled by \e qmake or -\target QMAKE_INCDIR_QT -\section3 QMAKE_INCDIR_QT +\target QMAKE_INCDIR_TQT +\section3 QMAKE_INCDIR_TQT This variable contains the location of all known header file paths to be added to INCLUDEPATH when building a TQt application. The value @@ -1277,7 +1277,7 @@ directory.The value of this variable is typically handled by -\section3 QMAKE_LIBDIR_QT +\section3 QMAKE_LIBDIR_TQT This variable contains the location of the TQt library directory.The value of this variable is typically handled by @@ -1793,7 +1793,7 @@ matches the regular expression specified. For example: \code -exists( $(QTDIR)/lib/libtqt-mt* ) { +exists( $(TQTDIR)/lib/libtqt-mt* ) { message( "Configuring for multi-threaded Qt..." ) CONFIG += thread } @@ -1943,7 +1943,7 @@ The QMAKESPEC environment variable can contain any of the following: \list \i A complete path to a directory containing a qmake.conf file. In this case \e qmake will open the qmake.conf file from within that directory. If the file does not exist, \e qmake will exit with an error. -\i The name of a platform-compiler combination. In this case, \e qmake will search in the directory specified by the QTDIR environment variable. +\i The name of a platform-compiler combination. In this case, \e qmake will search in the directory specified by the TQTDIR environment variable. \endlist Note: the QMAKESPEC path will automatically be added to the diff --git a/qmake/book/qmake-install.leaf b/qmake/book/qmake-install.leaf index 508fd3f81..b988713e1 100644 --- a/qmake/book/qmake-install.leaf +++ b/qmake/book/qmake-install.leaf @@ -37,12 +37,12 @@ one of the following: linux-arm-g++ linux-generic-g++ linux-mips-g++ linux-x86-g++ linux-freebsd-g++ linux-ipaq-g++ linux-solaris-g++ qnx-rtp-g++ -\i QTDIR \BR This must be set to where TQt is (or will be) installed. +\i TQTDIR \BR This must be set to where TQt is (or will be) installed. For example, \e {c:\\qt} and \e {\\local\\qt} \endlist Once the environment variables are set go into the qmake directory, \e -$QTDIR/qmake, e.g. \e{C:\\qt\\qmake}. Now run \e make or \e nmake +$TQTDIR/qmake, e.g. \e{C:\\qt\\qmake}. Now run \e make or \e nmake depending on your compiler. When the make has completed, \e qmake is ready for use. diff --git a/qmake/generators/mac/metrowerks_xml.cpp b/qmake/generators/mac/metrowerks_xml.cpp index 34bf35070..5b8802a0a 100644 --- a/qmake/generators/mac/metrowerks_xml.cpp +++ b/qmake/generators/mac/metrowerks_xml.cpp @@ -440,8 +440,8 @@ MetrowerksMakefileGenerator::writeMakeParts(TQTextStream &t) t << "MYDL"; else t << "MEXE"; - } else if(variable == "CODEWARRIOR_QTDIR") { - t << getenv("QTDIR"); + } else if(variable == "CODEWARRIOR_TQTDIR") { + t << getenv("TQTDIR"); } else if(variable == "CODEWARRIOR_CACHEMODDATES") { t << "true"; } else { @@ -580,7 +580,7 @@ MetrowerksMakefileGenerator::init() } if(project->isActiveConfig("qt")) - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; if(project->isEmpty("FRAMEWORKPATH")) project->variables()["FRAMEWORKPATH"].append("/System/Library/Frameworks/"); @@ -612,7 +612,7 @@ MetrowerksMakefileGenerator::findTemplate(const TQString &file) TQString ret; if(!TQFile::exists(ret = file) && !TQFile::exists((ret = Option::mkfile::qmakespec + TQDir::separator() + file)) && - !TQFile::exists((ret = TQString(getenv("QTDIR")) + "/mkspecs/mac-mwerks/" + file)) && + !TQFile::exists((ret = TQString(getenv("TQTDIR")) + "/mkspecs/mac-mwerks/" + file)) && !TQFile::exists((ret = (TQString(getenv("HOME")) + "/.tmake/" + file)))) return ""; return ret; diff --git a/qmake/generators/mac/pbuilder_pbx.cpp b/qmake/generators/mac/pbuilder_pbx.cpp index 4f0945029..329b79967 100644 --- a/qmake/generators/mac/pbuilder_pbx.cpp +++ b/qmake/generators/mac/pbuilder_pbx.cpp @@ -356,7 +356,7 @@ ProjectBuilderMakefileGenerator::writeMakeParts(TQTextStream &t) TQTextStream mkt(&mkf); writeHeader(mkt); mkt << "QMAKE = " << - (project->isEmpty("QMAKE_QMAKE") ? TQString("$(QTDIR)/bin/tqmake") : + (project->isEmpty("QMAKE_QMAKE") ? TQString("$(TQTDIR)/bin/tqmake") : var("QMAKE_QMAKE")) << endl; writeMakeQmake(mkt); mkf.close(); diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index fae1dc6c1..c41f8e82f 100644 --- a/qmake/generators/makefile.cpp +++ b/qmake/generators/makefile.cpp @@ -1485,8 +1485,8 @@ MakefileGenerator::usePlatformDir() project->variables()["OBJECTS_DIR"] = filePath + (filePath.isEmpty() ? pltDir : slashPltDir); - filePath = project->first("QMAKE_LIBDIR_QT"); - project->variables()["QMAKE_LIBDIR_QT"] = filePath + filePath = project->first("QMAKE_LIBDIR_TQT"); + project->variables()["QMAKE_LIBDIR_TQT"] = filePath + (filePath.isEmpty() ? pltDir : slashPltDir); filePath = project->first("QMAKE_LIBS_QT"); @@ -2393,7 +2393,7 @@ MakefileGenerator::specdir() return spec; spec = Option::mkfile::qmakespec; #if 0 - if(const char *d = getenv("QTDIR")) { + if(const char *d = getenv("TQTDIR")) { TQString qdir = Option::fixPathToTargetOS(TQString(d)); if(qdir.endsWith(TQString(TQChar(TQDir::separator())))) qdir.truncate(qdir.length()-1); @@ -2403,7 +2403,7 @@ MakefileGenerator::specdir() absSpec = Option::fixPathToTargetOS(absSpec); //replace what you can if(absSpec.startsWith(qdir)) { - absSpec.replace(0, qdir.length(), "$(QTDIR)"); + absSpec.replace(0, qdir.length(), "$(TQTDIR)"); spec = absSpec; } } diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index d018904ce..758634b34 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -163,10 +163,10 @@ UnixMakefileGenerator::init() configs.append("qtopiainc"); } if ( project->isActiveConfig("qtopiainc") ) - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QTOPIA"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQTOPIA"]; if ( project->isActiveConfig("qtopialib") ) { - if(!project->isEmpty("QMAKE_LIBDIR_QTOPIA")) - project->variables()["QMAKE_LIBDIR_FLAGS"] += varGlue("QMAKE_LIBDIR_QTOPIA", "-L", " -L", ""); + if(!project->isEmpty("QMAKE_LIBDIR_TQTOPIA")) + project->variables()["QMAKE_LIBDIR_FLAGS"] += varGlue("QMAKE_LIBDIR_TQTOPIA", "-L", " -L", ""); project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QTOPIA"]; } if ( project->isActiveConfig("qt") ) { @@ -175,7 +175,7 @@ UnixMakefileGenerator::init() if ( project->isActiveConfig("tablet") ) project->variables()[is_qt ? "PRL_EXPORT_DEFINES" : "DEFINES"].append("QT_TABLET_SUPPORT"); if(configs.findIndex("moc")) configs.append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; if ( !project->isActiveConfig("debug") ) project->variables()[is_qt ? "PRL_EXPORT_DEFINES" : "DEFINES"].append("QT_NO_DEBUG"); if ( !is_qt ) { @@ -183,12 +183,12 @@ UnixMakefileGenerator::init() if ( !project->isEmpty("QMAKE_RTLDIR_QT") ) project->variables()["QMAKE_LFLAGS"] += varGlue("QMAKE_RTLDIR_QT", " " + var("QMAKE_RPATH"), " " + var("QMAKE_RPATH"), ""); - else if ( !project->isEmpty("QMAKE_LIBDIR_QT") ) - project->variables()["QMAKE_LFLAGS"] += varGlue("QMAKE_LIBDIR_QT", " " + var("QMAKE_RPATH"), + else if ( !project->isEmpty("QMAKE_LIBDIR_TQT") ) + project->variables()["QMAKE_LFLAGS"] += varGlue("QMAKE_LIBDIR_TQT", " " + var("QMAKE_RPATH"), " " + var("QMAKE_RPATH"), ""); } - if ( !project->isEmpty("QMAKE_LIBDIR_QT") ) - project->variables()["QMAKE_LIBDIR_FLAGS"] += varGlue("QMAKE_LIBDIR_QT", "-L", " -L", ""); + if ( !project->isEmpty("QMAKE_LIBDIR_TQT") ) + project->variables()["QMAKE_LIBDIR_FLAGS"] += varGlue("QMAKE_LIBDIR_TQT", "-L", " -L", ""); if ( project->isActiveConfig("thread") && !project->isEmpty("QMAKE_LIBS_QT_THREAD") ) project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT_THREAD"]; else diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp index 7427269f4..48e6ef545 100644 --- a/qmake/generators/unix/unixmake2.cpp +++ b/qmake/generators/unix/unixmake2.cpp @@ -687,7 +687,7 @@ UnixMakefileGenerator::writeMakeParts(TQTextStream &t) //moc itself shouldn't have this dependency - this is a little kludgy but it is //better than the alternative for now. TQString moc = project->first("QMAKE_MOC"), target = project->first("TARGET"), - moc_dir = "$(QTDIR)/src/moc"; + moc_dir = "$(TQTDIR)/src/moc"; if(!project->isEmpty("QMAKE_MOC_SRC")) moc_dir = project->first("QMAKE_MOC_SRC"); fixEnvVariables(target); diff --git a/qmake/generators/win32/borland_bmake.cpp b/qmake/generators/win32/borland_bmake.cpp index 8a565822b..0acae966a 100644 --- a/qmake/generators/win32/borland_bmake.cpp +++ b/qmake/generators/win32/borland_bmake.cpp @@ -469,16 +469,16 @@ BorlandMakefileGenerator::init() project->variables()["CONFIG"].append("windows"); } if ( project->isActiveConfig("qtopiainc") ) - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QTOPIA"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQTOPIA"]; if ( project->isActiveConfig("qtopialib") ) { - if(!project->isEmpty("QMAKE_LIBDIR_QTOPIA")) - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QTOPIA"]; + if(!project->isEmpty("QMAKE_LIBDIR_TQTOPIA")) + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQTOPIA"]; project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QTOPIA"]; } if ( project->isActiveConfig("qt") ) { project->variables()["CONFIG"].append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if ( !project->isActiveConfig("debug") ) project->variables()[is_qt ? "PRL_EXPORT_DEFINES" : "DEFINES"].append("QT_NO_DEBUG"); if ( is_qt && !project->variables()["QMAKE_LIB_FLAG"].isEmpty() ) { @@ -492,9 +492,9 @@ BorlandMakefileGenerator::init() else project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT"]; if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { - int hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qt"); + int hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qt"); if ( hver == -1 ) - hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qtmt"); + hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qtmt"); if(hver != -1) { TQString ver; ver.sprintf("qt%s" TQTDLL_POSTFIX "%d.lib", (project->isActiveConfig("thread") ? "mt" : ""), hver); diff --git a/qmake/generators/win32/mingw_make.cpp b/qmake/generators/win32/mingw_make.cpp index 3c4c33c61..2a3ab3e02 100644 --- a/qmake/generators/win32/mingw_make.cpp +++ b/qmake/generators/win32/mingw_make.cpp @@ -491,8 +491,8 @@ MingwMakefileGenerator::init() if ( project->isActiveConfig("qt") ) { project->variables()["CONFIG"].append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if ( !project->isActiveConfig("debug") ) project->variables()[is_qt ? "PRL_EXPORT_DEFINES" : "DEFINES"].append("QT_NO_DEBUG"); if ( is_qt && !project->variables()["QMAKE_LIB_FLAG"].isEmpty() ) { @@ -507,9 +507,9 @@ MingwMakefileGenerator::init() else project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT"]; if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { - int hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qt"); + int hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qt"); if ( hver == -1 ) - hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "tqt-mt"); + hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "tqt-mt"); if(hver != -1) { TQString ver; ver.sprintf("-lqt%s" TQTDLL_POSTFIX "%d", (project->isActiveConfig("thread") ? "-mt" : ""), hver); diff --git a/qmake/generators/win32/msvc_dsp.cpp b/qmake/generators/win32/msvc_dsp.cpp index 4e51417d6..fabdd7232 100644 --- a/qmake/generators/win32/msvc_dsp.cpp +++ b/qmake/generators/win32/msvc_dsp.cpp @@ -151,7 +151,7 @@ DspMakefileGenerator::writeDspParts(TQTextStream &t) "\t" + mocpath + findMocSource((*it)) + " -o " + (*it) + "\n\n" "# End Custom Build\n\n"; - t << "USERDEP_" << base << "=\".\\" << findMocSource((*it)) << "\" \"$(QTDIR)\\bin\\moc.exe\"" << endl << endl; + t << "USERDEP_" << base << "=\".\\" << findMocSource((*it)) << "\" \"$(TQTDIR)\\bin\\moc.exe\"" << endl << endl; t << "!IF \"$(CFG)\" == \"" << var("MSVCDSP_PROJECT") << " - " << platform << " Release\"" << build << "!ELSEIF \"$(CFG)\" == \"" << var("MSVCDSP_PROJECT") << " - " << platform << " Debug\"" @@ -227,7 +227,7 @@ DspMakefileGenerator::writeDspParts(TQTextStream &t) mocpath = mocpath.replace( TQRegExp( "\\..*$" ), "" ) + " "; buildCmds += "\t" + mocpath + (*it) + " -o " + findMocDestination((*it)) + " \\\n"; createMOC = "\"" + findMocDestination((*it)) + "\" : $(SOURCE) \"$(INTDIR)\" \"$(OUTDIR)\"\n $(BuildCmds)\n\n"; - customDependencies += "\"$(QTDIR)\\bin\\moc.exe\""; + customDependencies += "\"$(TQTDIR)\\bin\\moc.exe\""; } if (!createMOC.isEmpty() || !compilePCH.isEmpty()) { bool doMOC = !createMOC.isEmpty(); @@ -344,7 +344,7 @@ DspMakefileGenerator::writeDspParts(TQTextStream &t) "\t" + mocpath + findMocSource((*it)) + " -o " + (*it) + "\n\n" "# End Custom Build\n\n"; - t << "USERDEP_" << base << "=\".\\" << findMocSource((*it)) << "\" \"$(QTDIR)\\bin\\moc.exe\"" << endl << endl; + t << "USERDEP_" << base << "=\".\\" << findMocSource((*it)) << "\" \"$(TQTDIR)\\bin\\moc.exe\"" << endl << endl; t << "!IF \"$(CFG)\" == \"" << var("MSVCDSP_PROJECT") << " - " << platform << " Release\"" << build << "!ELSEIF \"$(CFG)\" == \"" << var("MSVCDSP_PROJECT") << " - " << platform << " Debug\"" @@ -462,7 +462,7 @@ DspMakefileGenerator::writeDspParts(TQTextStream &t) uiHeadersDir = fpath; } - t << "USERDEP_" << base << "=\"$(QTDIR)\\bin\\moc.exe\" \"$(QTDIR)\\bin\\uic.exe\"" << endl << endl; + t << "USERDEP_" << base << "=\"$(TQTDIR)\\bin\\moc.exe\" \"$(TQTDIR)\\bin\\uic.exe\"" << endl << endl; TQString build = "\n\n# Begin Custom Build - Uic'ing " + base + "...\n" "InputPath=.\\" + base + "\n\n" "BuildCmds= \\\n\t" + uicpath + base + @@ -671,17 +671,17 @@ DspMakefileGenerator::init() } if ( project->isActiveConfig("qtopiainc") ) - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QTOPIA"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQTOPIA"]; if ( project->isActiveConfig("qtopialib") ) { - if(!project->isEmpty("QMAKE_LIBDIR_QTOPIA")) - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QTOPIA"]; + if(!project->isEmpty("QMAKE_LIBDIR_TQTOPIA")) + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQTOPIA"]; project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QTOPIA"]; } if ( project->isActiveConfig("qt") ) { project->variables()["CONFIG"].append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if ( is_qt && !project->variables()["QMAKE_LIB_FLAG"].isEmpty() ) { if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { @@ -694,9 +694,9 @@ DspMakefileGenerator::init() else project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT"]; if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { - int hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qt"); + int hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qt"); if ( hver == -1 ) - hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "tqt-mt"); + hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "tqt-mt"); if(hver != -1) { TQString ver; ver.sprintf("qt%s" TQTDLL_POSTFIX "%d.lib", (thread ? "-mt" : ""), hver); @@ -940,8 +940,8 @@ DspMakefileGenerator::init() project->variables()["TARGET"].first().prepend(project->first("DESTDIR")); Option::fixPathToTargetOS(project->first("TARGET")); dest = project->first("TARGET"); - if ( project->first("TARGET").startsWith("$(QTDIR)") ) - dest.replace( "$(QTDIR)", getenv("QTDIR") ); + if ( project->first("TARGET").startsWith("$(TQTDIR)") ) + dest.replace( "$(TQTDIR)", getenv("TQTDIR") ); project->variables()["MSVCDSP_TARGET"].append( TQString("/out:\"") + dest + "\""); if ( project->isActiveConfig("dll") ) { @@ -1033,7 +1033,7 @@ DspMakefileGenerator::findTemplate(const TQString &file) TQString ret; if(!TQFile::exists((ret = file)) && !TQFile::exists((ret = TQString(Option::mkfile::qmakespec + "/" + file))) && - !TQFile::exists((ret = TQString(getenv("QTDIR")) + "/mkspecs/win32-msvc/" + file)) && + !TQFile::exists((ret = TQString(getenv("TQTDIR")) + "/mkspecs/win32-msvc/" + file)) && !TQFile::exists((ret = (TQString(getenv("HOME")) + "/.tmake/" + file)))) return ""; return ret; diff --git a/qmake/generators/win32/msvc_nmake.cpp b/qmake/generators/win32/msvc_nmake.cpp index f813b4cb4..a9e08a855 100644 --- a/qmake/generators/win32/msvc_nmake.cpp +++ b/qmake/generators/win32/msvc_nmake.cpp @@ -569,16 +569,16 @@ NmakeMakefileGenerator::init() if ( project->isActiveConfig("qt") || project->isActiveConfig("opengl") ) project->variables()["CONFIG"].append("windows"); if ( project->isActiveConfig("qtopiainc") ) - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QTOPIA"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQTOPIA"]; if ( project->isActiveConfig("qtopialib") ) { - if(!project->isEmpty("QMAKE_LIBDIR_QTOPIA")) - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QTOPIA"]; + if(!project->isEmpty("QMAKE_LIBDIR_TQTOPIA")) + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQTOPIA"]; project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QTOPIA"]; } if ( project->isActiveConfig("qt") ) { project->variables()["CONFIG"].append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if ( !project->isActiveConfig("debug") ) project->variables()[is_qt ? "PRL_EXPORT_DEFINES" : "DEFINES"].append("QT_NO_DEBUG"); if ( is_qt && !project->variables()["QMAKE_LIB_FLAG"].isEmpty() ) { @@ -592,9 +592,9 @@ NmakeMakefileGenerator::init() else project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT"]; if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { - int hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qt"); + int hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qt"); if ( hver == -1 ) - hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "tqt-mt"); + hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "tqt-mt"); if(hver != -1) { TQString ver; ver.sprintf("qt%s" TQTDLL_POSTFIX "%d.lib", (project->isActiveConfig("thread") ? "-mt" : ""), hver); diff --git a/qmake/generators/win32/msvc_objectmodel.cpp b/qmake/generators/win32/msvc_objectmodel.cpp index 30543709c..13dd83390 100644 --- a/qmake/generators/win32/msvc_objectmodel.cpp +++ b/qmake/generators/win32/msvc_objectmodel.cpp @@ -2037,7 +2037,7 @@ bool VCFilter::addIMGstage( TQTextStream &/*strm*/, TQString str ) // The loop below is to avoid the resulting CommandLine buffer // from being a size of between 2071-#char_replaced and 2102, // as this triggers a buffer overflow bug in VS2003. As we only - // the only replacement we use in this buffer is one $(QTDIR), + // the only replacement we use in this buffer is one $(TQTDIR), // we assume this can be upto 256 characters long, making the // lower-bound to be 1814 characters. So, if the buffer is // between 1814 and 2103 bytes, the buffer is "padded" til it's diff --git a/qmake/generators/win32/msvc_vcproj.cpp b/qmake/generators/win32/msvc_vcproj.cpp index b294e1c38..40034ace5 100644 --- a/qmake/generators/win32/msvc_vcproj.cpp +++ b/qmake/generators/win32/msvc_vcproj.cpp @@ -468,8 +468,8 @@ void VcprojGenerator::init() if ( isTQtActive ) { project->variables()["CONFIG"] += "moc"; project->variables()["CONFIG"] += "windows"; - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if( projectTarget == SharedLib ) project->variables()["DEFINES"] += "QT_DLL"; @@ -1150,8 +1150,8 @@ void VcprojGenerator::initOld() // QT ------------------------------------------------------------ if ( project->isActiveConfig("qt") ) { project->variables()["CONFIG"].append("moc"); - project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_QT"]; - project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_QT"]; + project->variables()["INCLUDEPATH"] += project->variables()["QMAKE_INCDIR_TQT"]; + project->variables()["QMAKE_LIBDIR"] += project->variables()["QMAKE_LIBDIR_TQT"]; if ( is_qt && !project->variables()["QMAKE_LIB_FLAG"].isEmpty() ) { if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { @@ -1164,9 +1164,9 @@ void VcprojGenerator::initOld() else project->variables()["QMAKE_LIBS"] += project->variables()["QMAKE_LIBS_QT"]; if ( !project->variables()["QMAKE_QT_DLL"].isEmpty() ) { - int hver = findHighestVersion(project->first("QMAKE_LIBDIR_QT"), "qt"); + int hver = findHighestVersion(project->first("QMAKE_LIBDIR_TQT"), "qt"); if( hver==-1 ) { - hver = findHighestVersion( project->first("QMAKE_LIBDIR_QT"), "tqt-mt" ); + hver = findHighestVersion( project->first("QMAKE_LIBDIR_TQT"), "tqt-mt" ); } if(hver != -1) { @@ -1376,8 +1376,8 @@ void VcprojGenerator::initOld() project->variables()["MSVCPROJ_TARGET"] = project->first("TARGET"); Option::fixPathToTargetOS(project->first("TARGET")); dest = project->first("TARGET") + project->first( "TARGET_EXT" ); - if ( project->first("TARGET").startsWith("$(QTDIR)") ) - dest.replace( TQRegExp("\\$\\(QTDIR\\)"), getenv("QTDIR") ); + if ( project->first("TARGET").startsWith("$(TQTDIR)") ) + dest.replace( TQRegExp("\\$\\(TQTDIR\\)"), getenv("TQTDIR") ); project->variables()["MSVCPROJ_TARGET"] = dest; // DLL COPY ------------------------------------------------------ @@ -1509,7 +1509,7 @@ TQString VcprojGenerator::findTemplate(TQString file) TQString ret; if(!TQFile::exists((ret = file)) && !TQFile::exists((ret = TQString(Option::mkfile::qmakespec + "/" + file))) && - !TQFile::exists((ret = TQString(getenv("QTDIR")) + "/mkspecs/win32-msvc.net/" + file)) && + !TQFile::exists((ret = TQString(getenv("TQTDIR")) + "/mkspecs/win32-msvc.net/" + file)) && !TQFile::exists((ret = (TQString(getenv("HOME")) + "/.tmake/" + file)))) return ""; debug_msg(1, "Generator: MSVC.NET: Found template \'%s\'", ret.latin1() ); diff --git a/qmake/project.cpp b/qmake/project.cpp index f60dba06a..0f8eca3f9 100644 --- a/qmake/project.cpp +++ b/qmake/project.cpp @@ -84,7 +84,7 @@ TQStringList qmake_mkspec_paths() ret << ((*it) + concat); #endif } - if(const char *qtdir = getenv("QTDIR")) + if(const char *qtdir = getenv("TQTDIR")) ret << (TQString(qtdir) + concat); #ifdef QT_INSTALL_PREFIX ret << (QT_INSTALL_PREFIX + concat); @@ -99,9 +99,9 @@ TQStringList qmake_mkspec_paths() ret << (tqInstallPathData() + concat); #endif - /* prefer $QTDIR if it is set */ - if (getenv("QTDIR")) - ret << getenv("QTDIR"); + /* prefer $TQTDIR if it is set */ + if (getenv("TQTDIR")) + ret << getenv("TQTDIR"); ret << tqInstallPathData(); return ret; } @@ -925,7 +925,7 @@ TQMakeProject::doProjectTest(const TQString& func, TQStringList args, TQMap<TQSt #endif } feature_roots << Option::mkfile::qmakespec; - if(const char *qtdir = getenv("QTDIR")) + if(const char *qtdir = getenv("TQTDIR")) feature_roots << (qtdir + concat); #ifdef QT_INSTALL_PREFIX feature_roots << (QT_INSTALL_PREFIX + concat); diff --git a/src/inputmethod/qinputcontextfactory.cpp b/src/inputmethod/qinputcontextfactory.cpp index a15f659c4..f57d3a3cf 100644 --- a/src/inputmethod/qinputcontextfactory.cpp +++ b/src/inputmethod/qinputcontextfactory.cpp @@ -114,7 +114,7 @@ TQInputContext *TQInputContextFactory::create( const TQString& key, TQWidget *wi /*! This function returns the list of the names input methods. Only input methods included in default and placed under - $QTDIR/plugins/inputmethods are listed. + $TQTDIR/plugins/inputmethods are listed. */ TQStringList TQInputContextFactory::keys() { diff --git a/src/qt.pro b/src/qt.pro index 9bac14dd3..406441b11 100644 --- a/src/qt.pro +++ b/src/qt.pro @@ -3,7 +3,7 @@ TEMPLATE = lib TARGET = qt embedded:TARGET = qte VERSION = 3.5 -DESTDIR = $$QMAKE_LIBDIR_QT +DESTDIR = $$QMAKE_LIBDIR_TQT DLLDESTDIR = ../bin CONFIG += qt warn_on depend_includepath diff --git a/src/qtmain.pro b/src/qtmain.pro index 78f54ecb1..a87c31d78 100644 --- a/src/qtmain.pro +++ b/src/qtmain.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = qtmain VERSION = 3.1.0 -DESTDIR = $$QMAKE_LIBDIR_QT +DESTDIR = $$QMAKE_LIBDIR_TQT CONFIG += qt staticlib warn_on release CONFIG -= dll diff --git a/src/sql/README.module b/src/sql/README.module index ed09091c9..663cf4db1 100644 --- a/src/sql/README.module +++ b/src/sql/README.module @@ -1,6 +1,6 @@ Before building the TQt library, the TQt SQL module can be enabled for specific databases using 'configure'. 'configure' is located at the -top of your QTDIR. +top of your TQTDIR. Specific databases drivers can be enabled using one of the following options: @@ -32,6 +32,6 @@ loaded plugin, configure TQt like this: ./configure -plugin-sql-psql To compile drivers as dynamically loaded plugins, see the -QTDIR/plugins/src/sqldrivers directory. Use 'configure -help' +TQTDIR/plugins/src/sqldrivers directory. Use 'configure -help' for a complete list of configure options. See the TQt documentation for a complete list of supported database drivers. diff --git a/src/tools/ntqfeatures.h b/src/tools/ntqfeatures.h index 6e0a38182..e5a8e786f 100644 --- a/src/tools/ntqfeatures.h +++ b/src/tools/ntqfeatures.h @@ -1,6 +1,6 @@ // All feature and their dependencies // -// This list is generated from $QTDIR/src/tools/qfeatures.txt +// This list is generated from $TQTDIR/src/tools/qfeatures.txt // // Asynchronous I/O //#define QT_NO_ASYNC_IO diff --git a/tools/assistant/book/assistant.leaf b/tools/assistant/book/assistant.leaf index f8a73850e..7f884ab4f 100644 --- a/tools/assistant/book/assistant.leaf +++ b/tools/assistant/book/assistant.leaf @@ -550,7 +550,7 @@ See the HelpDemo example in the TQt distribution for a demonstration on how to use \QA with profiles for your own applications. When distributing \QA with your application, you will also need to -copy the icon files from the \c QTDIR/tools/assistant/images +copy the icon files from the \c TQTDIR/tools/assistant/images directory so that \QA finds its icons. \omit diff --git a/tools/designer/designer/customwidgeteditor.ui b/tools/designer/designer/customwidgeteditor.ui index a8623cff2..ac811091a 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 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> +<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 $TQTDIR/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 eef18c42c..fb1556f50 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 TQt Designer.</p> -<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> +<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 $TQTDIR/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 eef18c42c..fb1556f50 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 TQt Designer.</p> -<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> +<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 $TQTDIR/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/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp index c0b4210b7..2a5bf1c0c 100644 --- a/tools/designer/designer/mainwindowactions.cpp +++ b/tools/designer/designer/mainwindowactions.cpp @@ -1447,7 +1447,7 @@ void MainWindow::createNewTemplate() } TQStringList templRoots; - const char *qtdir = getenv( "QTDIR" ); + const char *qtdir = getenv( "TQTDIR" ); if(qtdir) templRoots << qtdir; templRoots << tqInstallPathData(); diff --git a/tools/designer/designer/newformimpl.cpp b/tools/designer/designer/newformimpl.cpp index 8bbc41f21..df7b99f2c 100644 --- a/tools/designer/designer/newformimpl.cpp +++ b/tools/designer/designer/newformimpl.cpp @@ -286,7 +286,7 @@ void NewForm::insertTemplates( TQIconView *tView, TQString templPath = templatePath; TQStringList templRoots; - const char *qtdir = getenv( "QTDIR" ); + const char *qtdir = getenv( "TQTDIR" ); if(qtdir) templRoots << qtdir; templRoots << tqInstallPathData(); diff --git a/tools/designer/plugins/cppeditor/yyreg.cpp b/tools/designer/plugins/cppeditor/yyreg.cpp index 7cc81ff2f..1f06a02e7 100644 --- a/tools/designer/plugins/cppeditor/yyreg.cpp +++ b/tools/designer/plugins/cppeditor/yyreg.cpp @@ -48,8 +48,8 @@ you might want to read other simpler parsers written in the same style: - $(QTDIR)/src/tools/qregexp.cpp - $(QTDIR)/tools/inspector/cppparser.cpp + $(TQTDIR)/src/tools/qregexp.cpp + $(TQTDIR)/tools/inspector/cppparser.cpp You might also want to read Section 2 in the Dragon Book. */ diff --git a/tools/linguist/qdoc.conf b/tools/linguist/qdoc.conf index 27ba5efe8..b7a8039a4 100644 --- a/tools/linguist/qdoc.conf +++ b/tools/linguist/qdoc.conf @@ -1,8 +1,8 @@ -SOURCEDIRS = $QTDIR/tools/linguist/doc -DOCDIRS = $QTDIR/tools/linguist/doc -EXAMPLEDIRS = $QTDIR/tools/linguist/tutorial -OUTPUTDIR = $QTDIR/tools/linguist/doc/html -BASE = file:$QTDIR/tools/linguist/doc/html/ +SOURCEDIRS = $TQTDIR/tools/linguist/doc +DOCDIRS = $TQTDIR/tools/linguist/doc +EXAMPLEDIRS = $TQTDIR/tools/linguist/tutorial +OUTPUTDIR = $TQTDIR/tools/linguist/doc/html +BASE = file:$TQTDIR/tools/linguist/doc/html/ COMPANY = Trolltech PRODUCT = TQt Linguist VERSIONSYM = TQT_VERSION_STR diff --git a/tools/maketqpf/main.cpp b/tools/maketqpf/main.cpp index 3a1fec487..10519eb28 100644 --- a/tools/maketqpf/main.cpp +++ b/tools/maketqpf/main.cpp @@ -150,7 +150,7 @@ public: view->addColumn("Weight"); view->addColumn("Style"); setCentralWidget(view); - TQString fontdir = TQString(getenv("QTDIR")) + "/lib/fonts"; + TQString fontdir = TQString(getenv("TQTDIR")) + "/lib/fonts"; readFontDir(fontdir); connect(view,SIGNAL(selectionChanged(TQListViewItem*)), diff --git a/tools/qconfig/main.cpp b/tools/qconfig/main.cpp index b891cac0f..4e46f0de1 100644 --- a/tools/qconfig/main.cpp +++ b/tools/qconfig/main.cpp @@ -331,7 +331,7 @@ void Main::save() void Main::testAll() { - TQString qtdir = getenv("QTDIR"); + TQString qtdir = getenv("TQTDIR"); chdir((qtdir+"/src").ascii()); TQString c; for (TQStringList::ConstIterator it = choices.begin(); it != choices.end(); ++it) @@ -712,7 +712,7 @@ int main(int argc, char** argv) { TQApplication app(argc,argv); Main m; - TQString qtdir = getenv("QTDIR"); + TQString qtdir = getenv("TQTDIR"); TQString qfeatures = qtdir + "/src/tools/qfeatures.txt"; //TQString qfeatures = qtdir + "/include/ntqfeatures.h"; TQString qconfig = qtdir + "/include/ntqconfig.h"; |