diff --git a/ChangeLog.immodule b/ChangeLog.immodule index 0638240b..f4b9c979 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 diff --git a/INSTALL b/INSTALL index f5d28008..4c16a4f5 100644 --- a/INSTALL +++ b/INSTALL @@ -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 a303717b..cee2eb1e 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( ) { if ( /\#define\s+([a-zA-Z0-9_]+)\s+(\S+)/ ) { if ( !defined( $globals{$1} ) ) { diff --git a/changes.immodule b/changes.immodule index 5b81496d..0484cffc 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 diff --git a/configure b/configure index 605a7493..9954d22b 100755 --- a/configure +++ b/configure @@ -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 35d2223c..949175c6 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 59f01d46..b88befda 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 13bbdae8..94335d8b 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\, 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 a8f93898..4748df99 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 266490db..d2b42091 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

See the HelpDemo example in the TQt distribution for a demonstration on how to use TQt Assistant with profiles for your own applications.

-

When distributing TQt Assistant with your application, you will also need to copy the icon files from the QTDIR/tools/assistant/images directory so that TQt Assistant finds its icons.

+

When distributing TQt Assistant with your application, you will also need to copy the icon files from the TQTDIR/tools/assistant/images directory so that TQt Assistant finds its icons.


diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index c410232c..5b5c9fd1 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -66,13 +66,13 @@ moc-generated object code into your executable. See Using the are usually located in the include 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 -/I%QTDIR%\include +/I%TQTDIR%\include the relevant release of TQt.

Meta Object Compiler and other tools - Compile time

Programmers need to run moc and other tools such as uic. These tools are usually located in the bin subdirectory of TQt distributions. -Either run "$QTDIR"/bin/moc and "$QTDIR"/bin/uic or add "$QTDIR"/bin +Either run "$TQTDIR"/bin/moc and "$TQTDIR"/bin/uic or add "$TQTDIR"/bin to your PATH and run moc and uic. If you use qmake the appropriate lines will be added to your Makefiles so that uic and moc will be executed as required. @@ -81,7 +81,7 @@ appropriate lines will be added to your Makefiles so that uic and libraries are usually located in the lib 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 -/L%QTDIR%\lib\qt.lib or -L"$QTDIR"/lib -lqt provided QTDIR +/L%TQTDIR%\lib\qt.lib or -L"$TQTDIR"/lib -lqt provided TQTDIR specifies the relevant release of TQt.

Shared libraries - Run time

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 (qt3 or similar) and TQt 2.x (qt2 or similar).

Just install the packages, qt2, qt3, and qt3-dev. You may -need to set the environment variable QTDIR to point to TQt 3.x. +need to set the environment variable TQTDIR to point to TQt 3.x.

Developers building for two versions of TQt on Unix - TQt sources

@@ -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 @@ -172,19 +172,19 @@ ln -s /opt/qt-3.0.0/lib/libtqui.so.1 .

To develop with TQt 2.x use:

-setenv QTDIR /opt/qt-2.3.1
-setenv PATH ${QTDIR}/bin:${PATH}
+setenv TQTDIR /opt/qt-2.3.1
+setenv PATH ${TQTDIR}/bin:${PATH}
 

To develop with TQt 3.x use:

-setenv QTDIR /opt/qt-3.0.0
-setenv PATH ${QTDIR}/bin:${PATH}
+setenv TQTDIR /opt/qt-3.0.0
+setenv PATH ${TQTDIR}/bin:${PATH}
 
-

Setting QTDIR ensures that the proper resources are used, such as the +

Setting 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 "$QTDIR"/include and "$QTDIR"/lib to +your Makfiles may refer to "$TQTDIR"/include and "$TQTDIR"/lib to include the proper header files and link with the proper libraries. Setting the PATH 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 560a4a7b..b4b23127 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 TQt Plugin 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/html/demo-example.html b/doc/html/demo-example.html index 8a61c2a0..1b14b03b 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. -

See $QTDIR/examples/demo for the source code. +

See $TQTDIR/examples/demo for the source code.

See also Examples. diff --git a/doc/html/designer-manual-6.html b/doc/html/designer-manual-6.html index dfa747a9..b21aa165 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

We do not include the creditformbase.ui file since this file will be read at runtime, as we'll see shortly. We must include the tqui library since the functionality we require is not part of the standard TQt library.

Creating main.cpp

diff --git a/doc/html/dragdrop-example.html b/doc/html/dragdrop-example.html index ba1430e7..06455570 100644 --- a/doc/html/dragdrop-example.html +++ b/doc/html/dragdrop-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

This program demonstrates TQt's drag and drop functionality. -

See $QTDIR/examples/dragdrop for the source code. +

See $TQTDIR/examples/dragdrop for the source code.

See also Examples. diff --git a/doc/html/emb-classes.html b/doc/html/emb-classes.html index b6dae646..385b9631 100644 --- a/doc/html/emb-classes.html +++ b/doc/html/emb-classes.html @@ -99,7 +99,7 @@ indicates inheritance.

TQFontManager

There is one of these per application. At application startup time it -reads the font definition file from $QTDIR/etc/fonts/fontdir (or /usr/local/etc/qt-embedded/fonts/fontdir if QTDIR is undefined). It +reads the font definition file from $TQTDIR/etc/fonts/fontdir (or /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: 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 78e0fa94..5156acab 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.

-
QTDIR +TQTDIR If defined this tells TQt/Embedded to where to find its fonts: -fontdir should be in $QTDIR/etc/fonts/. If undefined it's assumed +fontdir should be in $TQTDIR/etc/fonts/. If undefined it's assumed to be /usr/local/qt-embedded
TQWS_SIZE diff --git a/doc/html/emb-fonts.html b/doc/html/emb-fonts.html index 60f7b042..f9faed9a 100644 --- a/doc/html/emb-fonts.html +++ b/doc/html/emb-fonts.html @@ -97,7 +97,7 @@ font uses over 1 MB of memory.

The font definition file

When TQt/Embedded applications run, they look for a file called -$QTDIR/lib/fonts/fontdir or +$TQTDIR/lib/fonts/fontdir or /usr/local/qt-embedded/lib/fonts/fontdir. This file defines the fonts available to the application. It has the following format:

diff --git a/doc/html/emb-install.html b/doc/html/emb-install.html index b9c33672..9d2d4334 100644 --- a/doc/html/emb-install.html +++ b/doc/html/emb-install.html @@ -48,7 +48,7 @@ Replace VERSION with the TQt/Embedded version number throughout.
  • Compile the TQt/Embedded library and examples.

         cd ~/qt-embedded-commercial-VERSION
    -    export QTDIR=~/qt-embedded-commercial-VERSION
    +    export TQTDIR=~/qt-embedded-commercial-VERSION
         ./configure
         make
     
    @@ -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 $QTDIR/include/ntqconfig.h and change the definition of +make, edit $TQTDIR/include/ntqconfig.h and change the definition of Q_BYTE_ORDER.

  • Enable framebuffer support.

    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 c6ac9db9..681ed217 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 TQt/Embedded virtual framebuffer, or you can run TQt/Embedded as a VNC server. -

    Change to a Linux console and select an example to run, e.g. examples/widgets. Make sure $QTDIR is set to the directory where you -installed TQt/Embedded and add the $QTDIR/lib directory to +

    Change to a Linux console and select an example to run, e.g. examples/widgets. 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.:

    -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
     

    Run the application with the -qws option:

    -cd $QTDIR/examples/widgets
    +cd $TQTDIR/examples/widgets
     ./widgets -qws
     
    diff --git a/doc/html/emb-tqvfb.html b/doc/html/emb-tqvfb.html index a6b66261..caeb0ffd 100644 --- a/doc/html/emb-tqvfb.html +++ b/doc/html/emb-tqvfb.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

    The virtual framebuffer allows TQt/Embedded programs to be developed on a desktop machine, without switching between consoles and X11. -

    The virtual framebuffer is located in $QTDIR/tools/tqvfb. +

    The virtual framebuffer is located in $TQTDIR/tools/tqvfb.

    Using the Virtual Framebuffer

      diff --git a/doc/html/helpsystem-example.html b/doc/html/helpsystem-example.html index 835e00d2..028ac940 100644 --- a/doc/html/helpsystem-example.html +++ b/doc/html/helpsystem-example.html @@ -471,7 +471,7 @@ in TQt Assistant.

      The main function is a standard implementation opening 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/doc/html/how-to-learn-ntqt.html b/doc/html/how-to-learn-ntqt.html index 2dcbe46e..1e8675c1 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 examples that have things in common with your projects. You can also read TQt's source code since this is supplied. -

      If you run the demo application (in $QTDIR/examples/demo) +

      If you run the demo application (in $TQTDIR/examples/demo) you'll see many of TQt's widgets in action.

      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 55ca647e..99e2894c 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -361,7 +361,7 @@ source you choose.

      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 $QTDIR/translations as +translation files for French and German in $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/html/install-mac.html b/doc/html/install-mac.html index 44a8a5cc..afa1f993 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.

        -
      • QTDIR -- the directory in which you're building TQt +
      • TQTDIR -- the directory in which you're building TQt
      • 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 @@ -62,20 +62,20 @@ file if it is not there already.

        In .profile (if your shell is bash, ksh, zsh or sh), add the following lines:

        -    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
         

        In .login (in case your shell is csh or tcsh), add the following lines:

        -    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
         

        After you have done this, you will need to login again, or @@ -87,7 +87,7 @@ the tutorial and the tools (e.g. TQt Designer) as follows.

        Type:

        -    cd $QTDIR
        +    cd $TQTDIR
             ./configure
         
        @@ -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):

        -    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
         

        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):

        -    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
         

    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 -$QTDIR/doc/html/index.html. +$TQTDIR/doc/html/index.html.


    diff --git a/doc/html/install-x11.html b/doc/html/install-x11.html index 37823e83..8132de2a 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.

      -
    • QTDIR -- the directory in which you're building TQt +
    • TQTDIR -- the directory in which you're building TQt
    • 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 @@ -63,24 +63,24 @@ file if it is not there already.

      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/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
       

      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/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
       

      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 is set. The installation will give an error message and not proceed otherwise.

      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 ff72f4d4..3e5c728f 100644 --- a/doc/html/netscape-plugin.html +++ b/doc/html/netscape-plugin.html @@ -52,7 +52,7 @@ the ActiveTQt Framework to develop plugi

      1. Download the Plugin SDK from Netscape, and copy the following files from there to -$QTDIR/extensions/nsplugin/src +$TQTDIR/extensions/nsplugin/src
        • common/npwin.cpp
        • common/npunix.c diff --git a/doc/html/opengl-box-example.html b/doc/html/opengl-box-example.html index 36393d0f..583c59a0 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.

          Essentially, all you do is put your OpenGL code in a class inherited from TQGLWidget. This class may then be used like any other TQt widget, including the use of signals and slots and geometry management. -

          See $QTDIR/examples/opengl/box for the source code. +

          See $TQTDIR/examples/opengl/box for the source code.

          See also OpenGL Examples. diff --git a/doc/html/opengl-gear-example.html b/doc/html/opengl-gear-example.html index 5e3b221c..eb8ab85b 100644 --- a/doc/html/opengl-gear-example.html +++ b/doc/html/opengl-gear-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

          This example demonstrates how to use OpenGL display lists. -

          See $QTDIR/examples/opengl/gear for the source code. +

          See $TQTDIR/examples/opengl/gear for the source code.

          See also OpenGL Examples. diff --git a/doc/html/opengl-overlay-example.html b/doc/html/opengl-overlay-example.html index 16ab9e1d..ed655bd1 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. -

          See $QTDIR/examples/opengl/overlay for the source code. +

          See $TQTDIR/examples/opengl/overlay for the source code.

          See also OpenGL Examples. diff --git a/doc/html/opengl-overlay-x11-example.html b/doc/html/opengl-overlay-x11-example.html index aed2f05c..39918658 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.

          Overlayrubber: An example program showing how to use TQt and TQt OpenGL Extension with X11 overlay visuals. -

          See $QTDIR/examples/opengl/overlay_x11 for the source code. +

          See $TQTDIR/examples/opengl/overlay_x11 for the source code.

          Background information for this example can be found in the information on overlays.

          The example program has three main parts: diff --git a/doc/html/opengl-pixmap-example.html b/doc/html/opengl-pixmap-example.html index df307db1..1ad2a116 100644 --- a/doc/html/opengl-pixmap-example.html +++ b/doc/html/opengl-pixmap-example.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }

          This example program is an extension of the OpenGL Box example.

          It demonstrates how to render OpenGL into a TQPixmap. -

          See $QTDIR/examples/opengl/glpixmap for the source code. +

          See $TQTDIR/examples/opengl/glpixmap for the source code.

          See also OpenGL Examples. diff --git a/doc/html/opengl-sharedbox-example.html b/doc/html/opengl-sharedbox-example.html index 28166c32..a8c346f1 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 Box example.

          It demonstrates how to use OpenGL display list sharing with TQGLWidgets. -

          See $QTDIR/examples/opengl/sharedbox for the source code. +

          See $TQTDIR/examples/opengl/sharedbox for the source code.

          See also OpenGL Examples. diff --git a/doc/html/opengl-texture-example.html b/doc/html/opengl-texture-example.html index b3670df3..f6970aa1 100644 --- a/doc/html/opengl-texture-example.html +++ b/doc/html/opengl-texture-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

          This example program demonstrates how to use OpenGL 2D textures. -

          See $QTDIR/examples/opengl/texture for the source code. +

          See $TQTDIR/examples/opengl/texture for the source code.

          See also OpenGL Examples. diff --git a/doc/html/plugins-howto.html b/doc/html/plugins-howto.html index 1e91156d..7bb3a2dc 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. -

          The default directory for plugins is QTDIR/plugins*, +

          The default directory for plugins is TQTDIR/plugins*, with each type of plugin in a subdirectory for that type, e.g. styles. 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 DLL (or other library. If you want the plugin to be loadable then one approach is to create a subdirectory under the application, e.g. appdir/plugins/designer, and place the plugin in that directory.

          For TQt Designer, you may need to -call TQApplication::addLibraryPath("QTDIR/plugins/designer") to load +call TQApplication::addLibraryPath("TQTDIR/plugins/designer") to load your TQt Designer plugins. -

          * All references to QTDIR refer to the path +

          * All references to TQTDIR refer to the path where TQt was installed.

          Loading and Verifying Plugins

          diff --git a/doc/html/porting.html b/doc/html/porting.html index e5ca3376..58d1a059 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.

          The source code for the old 2.x version of TQMultiLineEdit can be found -in $QTDIR/src/attic/qtmultilineedit.h/cpp. Note that the class has +in $TQTDIR/src/attic/qtmultilineedit.h/cpp. 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 TQPtrList instead.

          The TQTableView class has been obsoleted and is no longer a part of the TQt API. Either use the powerful TQTable class or the simplistic TQGridView in any new code you create. If you really need the old table -view for compatibility you can find it in $QTDIR/src/attic/qttableview.{cpp,h}. Note that the class has been +view for compatibility you can find it in $TQTDIR/src/attic/qttableview.{cpp,h}. 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 d944ac0a..d764b5ba 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.

          Building the library

          -

          In the activeqt directory (usually QTDIR/extensions/activeqt) +

          In the activeqt directory (usually TQTDIR/extensions/activeqt) enter the container subdirectory and run qmake to generate the makefile, and use the make tool (nmake for VC++, make for Borland) to build the library. The library qaxcontainer.lib will be linked -into QTDIR/lib. +into TQTDIR/lib.

          If you have a shared configuration of TQt enter the plugin subdirectory and run qmake and your make tool to build a plugin that integrates the TQAxWidget class into TQt Designer. diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index 8ab281cb..33eb8b3f 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -158,11 +158,11 @@ ActiveX control. of ActiveX controls are provided.

          Building the library

          -

          In the activeqt directory (usually QTDIR/extensions/activeqt) +

          In the activeqt directory (usually TQTDIR/extensions/activeqt) enter the control subdirectory and run qmake to generate the makefile, and use the make tool (nmake for VC++, make for Borland) to build the library. The library qaxserver.lib will be linked into -QTDIR/lib. +TQTDIR/lib.

          Using the library

          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 e9c0d2b1..4ee0895b 100644 --- a/doc/html/qmake-manual-2.html +++ b/doc/html/qmake-manual-2.html @@ -41,8 +41,8 @@ body { background: #ffffff; color: black; }

          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

          The environment variable should be set to qws/envvar where envvar is 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++

          -
        • QTDIR
          This must be set to where TQt is (or will be) installed. For example, c:\qt and \local\qt

          -

        Once the environment variables are set go into the qmake directory, $QTDIR/qmake, e.g. C:\qt\qmake. Now run make or nmake depending on your compiler.

        +
      2. TQTDIR
        This must be set to where TQt is (or will be) installed. For example, c:\qt and \local\qt

        +

    Once the environment variables are set go into the qmake directory, $TQTDIR/qmake, e.g. C:\qt\qmake. Now run make or nmake depending on your compiler.

    When the make has completed, qmake is ready for use.

    [Prev: Introduction to qmake] [Home] [Next: The 10 minute guide to using qmake]

    diff --git a/doc/html/qmake-manual-8.html b/doc/html/qmake-manual-8.html index bfa3cb04..b22e6dce 100644 --- a/doc/html/qmake-manual-8.html +++ b/doc/html/qmake-manual-8.html @@ -383,7 +383,7 @@ app {

    This list will go before all builtin dependencies.

    QMAKE_INCDIR_OPENGL

    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 qmake or qmake.conf and rarely needs to be modified.

    -
    QMAKE_INCDIR_QT
    +
    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 of this variable is typically handled by qmake or qmake.conf and rarely needs to be modified.

    QMAKE_INCDIR_THREAD

    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 qmake or qmake.conf and rarely needs to be modified.

    @@ -430,7 +430,7 @@ app {

    This variable contains the list of all directories to look in to resolve dependencies. This will be used when crawling through 'included' files.

    QMAKE_LIBDIR_OPENGL

    This variable contains the location of the OpenGL library directory.The value of this variable is typically handled by qmake or qmake.conf and rarely needs to be modified.

    -
    QMAKE_LIBDIR_QT
    +
    QMAKE_LIBDIR_TQT

    This variable contains the location of the TQt library directory.The value of this variable is typically handled by qmake or qmake.conf and rarely needs to be modified.

    QMAKE_LIBDIR_X11

    This is used on Unix platforms only

    @@ -571,7 +571,7 @@ OPTIONS = standard custom

    This function will test if file 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.

    For example:

    -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]
     

    qmake 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.

    The QMAKESPEC environment variable can contain any of the following:

    • A complete path to a directory containing a qmake.conf file. In this case qmake will open the qmake.conf file from within that directory. If the file does not exist, qmake will exit with an error.

      -
    • The name of a platform-compiler combination. In this case, qmake will search in the directory specified by the QTDIR environment variable.

      +
    • The name of a platform-compiler combination. In this case, qmake will search in the directory specified by the TQTDIR environment variable.

    Note: the QMAKESPEC path will automatically be added to the INCLUDEPATH system variable.

    INSTALLS

    It is common on UNIX to be able to install from the same utility as you build with (e.g make install). For this qmake 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:

    diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index e6f6b3d5..6c984250 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 /usr/local) and run make:

    -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
     
    @@ -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 C:\MYSQL):

    -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
     
    @@ -175,7 +175,7 @@ columns, you have to use a forward only query to select LOB fields (see TQSqlQuery::setForwardOnly()).

    Inserting BLOBs should be done using either a prepared query where the BLOBs are bound to placeholders, or TQSqlCursor which uses a prepared -query to do this internally (see $QTDIR/examples/sql/blob). +query to do this internally (see $TQTDIR/examples/sql/blob).

    Know problems

    When a query is in forward only mode a call to TQSqlQuery::last() will @@ -195,21 +195,21 @@ libraries (it is assumed that the variable $ORACLE_HOME points to the directory where Oracle is installed) and run make:

    If you are using Oracle 8:

    -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
     

    For Oracle version 9:

    -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
     

    For Oracle version 10:

    -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
     
    @@ -230,7 +230,7 @@ installed in C:\oracle):

     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
     
    @@ -288,7 +288,7 @@ You need the unixODBC header files and shared libraries. libraries (here it is assumed that unixODBC is installed in /usr/local/unixODBC) and run make:

    -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
     
    @@ -298,7 +298,7 @@ make

    The ODBC header and include files should already be installed in the right directories. You just have to build the plugin as follows:

    -cd %QTDIR%\plugins\src\sqldrivers\odbc
    +cd %TQTDIR%\plugins\src\sqldrivers\odbc
     qmake -o Makefile odbc.pro
     nmake
     
    @@ -352,7 +352,7 @@ header files that are usually not a part of the binary distribution. libraries, run qmake the following way (assuming that the PostgreSQL sources can be found in /usr/src/psql):

    -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
     
    @@ -363,7 +363,7 @@ make the PostgreSQL documentation. Assuming the PostgreSQL sources resides in C:\psql, build the plugin as follows:

    -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
     
    @@ -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 qmake:

    -cd $QTDIR/plugins/src/sqldrivers/tds
    +cd $TQTDIR/plugins/src/sqldrivers/tds
     qmake -o Makefile "INCLUDEPATH=$SYBASE/include" "LIBS=-L$SYBASE/lib -lsybdb"
     make
     
    @@ -401,14 +401,14 @@ make

    You can either use the DB-Library supplied by Microsoft or the Sybase Open Client (http://www.sybase.com). You must include NTWDBLIB.LIB to build the plugin:

    -cd %QTDIR%\plugins\src\sqldrivers\tds
    +cd %TQTDIR%\plugins\src\sqldrivers\tds
     qmake -o Makefile "LIBS+=NTWDBLIB.LIB" tds.pro
     nmake
     

    By default the Microsoft library is used on Windows, if you want to force the use of the Sybase Open Client, you must define -Q_USE_SYBASE in %QTDIR%\src\sql\drivers\tds\qsql_tds.cpp. +Q_USE_SYBASE in %TQTDIR%\src\sql\drivers\tds\qsql_tds.cpp.

    TQDB2 - IBM DB2 Driver (v7.1 or higher)

    @@ -426,7 +426,7 @@ in DB2 (see TQSqlQuery::setForwardOnly

    How to build the plugin on Unix/Linux

    -cd $QTDIR/plugins/src/sqldrivers/db2
    +cd $TQTDIR/plugins/src/sqldrivers/db2
     qmake -o Makefile "INCLUDEPATH+=$DB2DIR/include" "LIBS+=-L$DB2DIR/lib -ldb2"
     make
     
    @@ -436,7 +436,7 @@ make

    The DB2 header and include files should already be installed in the right directories. You just have to build the plugin as follows:

    -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
     
    @@ -468,7 +468,7 @@ directly into the TQt library). build it manually (replace $SQLITE by the directory where SQLite resides):

    -cd $QTDIR/plugins/src/sqldrivers/sqlite
    +cd $TQTDIR/plugins/src/sqldrivers/sqlite
     qmake -o Makefile "INCLUDEPATH+=$SQLITE/include" "LIBS+=-L$SQLITE/lib -lsqlite"
     make
     
    @@ -501,7 +501,7 @@ or the free edition of Interbase.

    The following assumes Interbase or Firebird is installed in /opt/interbase:

    -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
     
    @@ -511,7 +511,7 @@ make

    The following assumes Interbase or Firebird is installed in C:\interbase:

    -cd %QTDIR%\plugins\src\sqldrivers\ibase
    +cd %TQTDIR%\plugins\src\sqldrivers\ibase
     qmake -o Makefile "INCLUDEPATH+=C:\interbase\include" ibase.pro
     nmake
     
    @@ -535,8 +535,8 @@ make sure that the following requirements are met:

    • Ensure that you are using a shared TQt library; you cannot use the plugins with a static build. -
    • Ensure that the environment variable QTDIR points to the right -directory. Go to the $QTDIR/plugins/sqldrivers directory and +
    • Ensure that the environment variable TQTDIR points to the right +directory. Go to the $TQTDIR/plugins/sqldrivers directory and make sure that the plugin exists in that directory.
    • Ensure that the client libraries of the DBMS are available on the system. On Unix, run the command ldd and pass the name of the @@ -587,8 +587,8 @@ loaded by the TQt library at runtime), the driver must use the Q_EXPORT_PLUGIN macro. Read the TQt Plugin 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 QTDIR/plugins/src/sqldrivers and -QTDIR/src/sql/drivers. +with TQt in TQTDIR/plugins/src/sqldrivers and +TQTDIR/src/sql/drivers.

      The following code can be used as a skeleton for a SQL driver:

       class TQNullResult : public TQSqlResult
      diff --git a/doc/html/tablet-example.html b/doc/html/tablet-example.html
      index b8d3a076..ee49f444 100644
      --- a/doc/html/tablet-example.html
      +++ b/doc/html/tablet-example.html
      @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
          
       

      This example shows how to interact with a tablet device. -

      See $QTDIR/examples/tablet for the source code. +

      See $TQTDIR/examples/tablet for the source code.

      See also Examples. diff --git a/doc/html/textedit-example.html b/doc/html/textedit-example.html index 1ae287e0..6e5f47bb 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++.

      A similar example which uses TQt Designer to produce the user interface is in the TQt Designer manual. -

      See $QTDIR/examples/textedit for the source code. +

      See $TQTDIR/examples/textedit for the source code.

      See also Examples. diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index ec51c669..9822093b 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -212,7 +212,7 @@ this attribute for toplevel window.

          }
       
      Finally the window is shown with the new attributes.

      To build the example go to the toplevel directory -(QTDIR/examples/toplevel) +(TQTDIR/examples/toplevel) (3) and run qmake to generate the makefile, then use the make tool to build the library. @@ -225,7 +225,7 @@ The example uses TQGuardedPtr to make sure that pointer is reset to zero when the widget object is destroyed due to the WDestructiveClose flag. Back...

    • -We use QTDIR to stand for the directory where TQt is installed. +We use TQTDIR to stand for the directory where TQt is installed. Back...

      See also Examples. diff --git a/doc/html/widgets-example.html b/doc/html/widgets-example.html index ea368d6c..5ec5c864 100644 --- a/doc/html/widgets-example.html +++ b/doc/html/widgets-example.html @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; }

      This example shows most of TQt's widgets in action. It is similar -to the demo example in $QTDIR/examples/demo. +to the demo example in $TQTDIR/examples/demo.

      Run the program, then click the right mouse button + Ctrl to identify a widget. -

      See $QTDIR/examples/widgets for the source code. +

      See $TQTDIR/examples/widgets for the source code.

      See also Examples. diff --git a/doc/i18n.doc b/doc/i18n.doc index f6f0808d..81e26bc4 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 dfc5539c..223ccc99 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 7d72c0f7..32a49cb3 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 641639cb..44182d7f 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 diff --git a/doc/man/man1/qtconfig.1 b/doc/man/man1/qtconfig.1 index 61521577..2e280772 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 1f16cbb5..f1e0abcb 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 5dfa8830..4e08d523 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 6a01a12a..2d5255eb 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 f8f8b133..a4493638 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 fc32a2d3..4c31c9ec 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 be60720f..681acf26 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 9f9b2e3d..3f85a39f 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 b062da39..582c2dad 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 bbcc0be4..a6c84f64 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 ecfd567e..a0dd230e 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 12295d69..4ebafa3b 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 ecf6581e..3e463188 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 705b7616..f084e4af 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 da854266..a2fe7c8b 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 55046c84..4a695348 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 8254781c..3348be0d 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 e4949b5b..3020750d 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 84c4ff25..310b3da4 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 5847eaf1..fafc4670 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 2d44da74..74be62eb 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 f429f0f5..4e0c3e63 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 677101e6..a31e869f 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 3c530c2e..c263b177 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 3b9e739f..8276c7d9 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 3fb50d6e..b7b18bbd 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 7da1f8ca..1f690450 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 fd1d53e1..8884893f 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 2f50f4b5..e60c1fcf 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 7a009072..83c3252b 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 22f2d8f8..be497f15 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 2682f91a..4af8b5aa 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 0ea208b6..388ab1af 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 8577ac95..e23e36a2 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 4f9308a1..0d138881 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 091e90ff..0b3d0771 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 e365dad5..8359f1a0 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 9dd8ecc2..fe2cdecb 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 207fb073..fe692c12 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 d468703d..b23e7956 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 9aa9b86e..6895a899 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 799415df..0457bbac 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 97e8a3ea..1b1bbae4 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 3aed3551..b32e35e3 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 73b5e813..9a6211b5 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 b282da94..1f00c4b3 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 2fb4561c..8a3e194b 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 04f32954..fa4d856b 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 f2fd4c0b..4aa2b84e 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 0a59879d..877a911d 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 f91af9ef..b8d6897d 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 26909fcc..95855f38 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 c68ec4f6..e1adfcdf 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 137e3cbd..1a57b501 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 2d007684..1d083e80 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 ec6e4715..282a69ba 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 5c0b65ee..c7936220 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 3709f396..f926a756 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 2537b203..f4acf179 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 b5c248ce..64b7f93b 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 f01c0cee..cb2db7b2 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 265b92c4..7d403df9 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 76cf4bf9..2b5c8b62 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 252ec64e..325ee2f7 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 5cf5998c..33ed312c 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 1ac4ad28..a8e0ec49 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 ab457016..3b58990d 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 45794698..50c95ff3 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 d4b5257a..8e5f2b2d 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 68b9496e..d9b5f8b4 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 fc3082dd..5eb72bc6 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 1a261d59..44b9da32 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 b73540f1..49954c44 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 2b4f6a13..1c61bbf0 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 51356c1a..80f68bc7 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 edf3852d..260089d5 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 021fe798..509c6cae 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 4211f37b..41c3fa2b 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 83d4e0dd..912f7420 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 df6d09b8..af85b7e7 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 abd28d5d..a7d51bea 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 c4ad8f62..7c906b55 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 9a5335ca..66442afe 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 dfd48aac..b0a034af 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 89d32cc8..1df3fe48 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 46439761..e611236e 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 3c1a29f4..ef712c9b 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 d9e356be..4a474e7d 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 4742c932..7eeba12f 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 c332c001..f362e7ea 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 6c5e265a..06bab13e 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 daa3a92d..f3e58e57 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 eb7422ee..1d4fdf28 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 3bc7904d..89b4e560 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 220c1f1d..1b8accae 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 8352c872..a8293039 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 f2c336ff..c10a5c69 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 da007efc..101e844c 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 044cf5ec..487be7a1 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 7d4c55f1..0ae2d95e 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 e49004b4..f945ac12 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 8c55afcb..607f0844 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 6e3881da..d659252e 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 6ed0d33f..2e1aca6b 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 59100e5a..3078b6aa 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 16e27734..31168cd2 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 4585548a..8deecc75 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 44b591c6..498d9e39 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 e8e15346..a9d13c1e 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 0d7e23bb..34e594df 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 31a5fb52..d7cf9341 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 84b8350d..5ae00034 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 9be61cf8..3a1b210d 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 db87372b..6cabd708 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 a674d764..3718102e 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 86a8259c..ec353184 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 7c87f347..2ef7bc54 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 308ef742..d1c22f61 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 47fb439c..4bb1b46b 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 8f214719..fce8fed9 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 0ad6e4c8..9961672c 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 8f83bb90..dd758f8d 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 0ecc319a..f999aece 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 b9baf156..b5ddce9d 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 396a2eb1..6cdfc674 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 c91477ab..3b733896 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 ea095083..3590a4b0 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 a5d22061..03e92031 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 05c7385d..ba9369fe 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 ae8c2722..c6872f4a 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 84e6cdeb..6ed21ea2 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 32e26762..d19278f8 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 6e1e553d..fcb8a378 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 b274bc76..5c318dda 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 378fe38f..a065a66b 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 e17230da..1f45622c 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 88e6bc38..af28f6a0 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 ec512b25..0a4446da 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 2265eda2..e38b5156 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 90c7629f..6aee9d00 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 1ae79c5c..3a129ffd 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 cce35a79..f4ed895c 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 baf43ca6..240454a9 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 1ea07234..6f787708 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 4f0dc372..5a3aed81 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 47beedbb..2d4d5835 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 84e88c5d..6bddd2a6 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 6017609f..2ead4d38 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 b7f058bb..98fff8e3 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 0ab9c996..1ef38fea 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 04d27670..a0d760fe 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 9e10abfa..e25c67a6 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 100ee69e..bfb16f69 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 a1481074..ae97342f 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 da41df0b..7fb5e5a6 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 9fd5459d..af0f6420 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 99a1451e..f4454a1f 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 4398dcb2..a27ff79f 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 005a627d..601c61ba 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 a64c0e40..af45b0c8 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 b8160f5c..4291637b 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 13f2bab3..b5430204 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 ddd17d03..6ab83697 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 ffe58f75..c0306def 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 1d204eb6..2968f38b 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 7814856e..1791f906 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 8dc05ee4..b997445f 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 1587bb55..56b83a7c 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 d5a0f35e..30f061c0 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 cec42a5e..6dcc7782 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 17b04013..291ee5c5 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 27a70f13..c4dfa485 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 d20ece7e..e6e17199 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 99c197d0..9058467c 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 003636d3..68b718cd 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 adfb2721..824174f5 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 358caa6d..11aaeaf3 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 c25644d9..6208ee1a 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 2367c9da..db950ea8 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 51f4e499..471c8c05 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 317416ff..6ec81d73 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 f6509003..6b16b4e0 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 dd7cbeeb..c45ef38a 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 0982c8dd..1ee5298b 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 14609243..0b36f19d 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 faf004aa..78786602 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 c428be7d..a86f84a1 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 e98c31a7..000b1349 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 f89504ea..2b11d343 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 5928ecb8..3c51806c 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 806e91b9..c2ee132a 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 5e739af3..e0dce7ee 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 91f6b274..d04c2cc9 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 c4460f7d..986c3f5e 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 fc7a3431..26a5d037 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 b3dd4f9d..40034b60 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 c4fc47f2..e1e7fd17 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 8a4c77a9..b871f805 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 e38c57a8..0e4f64b3 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 6011f88a..4c53aef2 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 d7bc8c4f..0cdc6280 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 7365cc15..9a8589dd 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 1e3bc32e..253d8847 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 f821b495..0cfa1a24 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 d24cdda7..fa837a84 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 cfcfb267..013d2613 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 3e0fcf5c..c7eb12b3 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 11dddc29..40837fd0 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 1fd77e19..6c1710b6 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 9d1383a6..7d8b0d00 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 caf27d45..69a097ed 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 50155ec7..f376eb86 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 20258d7a..5d204c7c 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 6eec4060..0b3d6dfe 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 dd9df257..9ff191ee 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 571010f6..7ea800e9 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 411bff2c..86184562 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 4aec7ad5..064b1eee 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 49a41d82..65f7d064 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 2658e231..49575ae5 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 1549b47c..ceb48d70 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 7236e8c6..699430ba 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 ff528758..033996d8 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 6d87e02a..3e59a339 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 fe41b49d..4c1276cc 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 50170913..3d085b07 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 8bab55c0..9e5507a2 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 8f4254cd..d29c253d 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 486e4319..0c5aa2d1 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 92b49f72..51316861 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 6a934ca0..7365144d 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 9ae1a9c1..e08a4767 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 4bfbe510..7a81c98d 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 d41e50f5..52006502 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 b3f52f6a..e70b8d7c 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 25eb00d0..128fba10 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 db207e48..b30cb1cd 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 88f8e707..f2f5c91f 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 ef181eac..c030186a 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 79fbe9c5..6bbf09e9 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 c2c76399..8573cba5 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 a3765098..645222d9 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 6c68f827..f5ba6080 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 96e404cc..9e10e3ca 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 7661aae9..3121f181 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 de874f1e..73ed0555 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 c8af1f99..41ac5819 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 2fccaa6a..c3345c62 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 e3a44906..edea1482 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 dd77cbb6..ca9d18e0 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 8a0a2c14..30373867 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 9b2df823..2079920b 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 434fbc65..5b395157 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 d5503fcb..44bca875 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 4da6b0c0..5a8f3f35 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 b8452a86..efcd9ec4 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 eac58a1a..c017a622 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 e1f3b8e7..f086e824 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 428ea4eb..5b062b0c 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 ff987e99..f4a82ee6 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 43815fd8..fbb86b22 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 c1d1718e..3f11fd8e 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 4cd2ebc6..f1ee4a73 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 abd7d9dc..265af59c 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 d8b64fb5..8a8d1df7 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 df8d2bcb..88861979 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 be3676f8..8546949f 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 56b22b54..40d2a7fc 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 e16f3bde..7dc08ccf 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 958b219e..8964b2c8 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 6036f485..a2f36421 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 9bdb085c..a7431714 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 12f3c165..bb27ca8c 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 1623e5c5..747cd55b 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 becb3cce..80b56227 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 ecf506e2..da9121c2 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 a3bd3471..93117e65 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 60b970f9..45dff6e2 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 24412998..7cb9fd9c 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 d8e583de..961fc8ec 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 c0438f09..a1903430 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 b64d2d45..3e8cec1f 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 ffa4136a..8888f065 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 c955e8b1..5bd3fbcc 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 c25fd1b8..07523c03 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 f0207bd1..451d8bab 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 810e7dfd..4eebaaf4 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 0463f4b3..0ef2b4bb 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 9dd09a88..76791570 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 58255e00..245eadfe 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 608c7106..998f6912 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 4121ffc5..69c4421c 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 54f87cc1..ca6dad8b 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 cb861721..b77965a1 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 90417bc9..e04b3654 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 65b0e6ce..1b25ba3e 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 6f1f760f..19895395 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 5a25ef49..2bde074a 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 af7784f1..e4326b90 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 5852c63b..8a9ce98b 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 7ae48d8d..889b7626 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 f77a55ab..e2ba3af3 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 ff3b4093..32f0cd78 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 83e5cfb2..e166a297 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 7739f2a0..717afad8 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 ca681322..1568ab2a 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 6f4706a8..5f3aac6a 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 ad80da0f..91e88378 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 66bd8134..bd9db845 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 49e0afba..11d3c137 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 80de4373..8f8cc52e 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 d100bcda..96b0909b 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 48db2b01..90025016 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 c74df912..c71529f4 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 3732064e..db5f4417 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 530a467a..e736fdb7 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 c57e3981..08616d62 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 c1a98422..f16e12b6 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 fc407114..8c849313 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 3990e7e6..9fbe0675 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 9c1d44cd..fe2a843c 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 36ff393f..a8749de6 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 79f3fa55..b136ad8a 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 5d730f4b..50134bd2 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 0a12bf57..d6a7022e 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 3f626967..02bef4bf 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 7117a391..7e8dbb81 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 721c211f..8727bd1b 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 5a6df439..a5b98c9b 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 ff344bed..f2c8dcf8 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 2a31b0a5..e67b0e7b 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 03bb982a..77a1ba61 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 f5fb9127..9b3e3594 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 0c91f6fa..9157dc1c 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 0da24bdc..499c188b 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 f3cf5e08..fb56f8d9 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 d0257ce3..a7453274 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 9fc20365..2b6a4d2a 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 eb2a909d..f672675c 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 95579fb5..c9481236 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 35634f92..37d2f3c0 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 1e8b63e9..fcc5d6e6 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 dfed68d4..4983d156 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 d69d8ba7..5d32b7b5 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 d44f91d2..27298d63 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 8ca5f15c..973fdeba 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 f78a1c6c..ead3e4c4 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 5c8b7e9c..93ca8d52 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 2bd40ee1..2f3c2edc 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 8b738fb9..ae4a8909 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 be8a1c15..6719a080 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 da9e2d94..3bbbf546 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 6f0ef38c..7a2efd7b 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 3decec31..06f2d469 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 e4fef062..a27956c8 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 d935a434..5565de2a 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 73efb3ed..5962c020 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 9738d03c..bdcb8133 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 7d593838..0d45442d 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 e539f11c..83dabb59 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 e52bec45..347a69a4 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 f032713a..4723a440 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 06091c0f..aa3477c9 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 d34f6ae6..3b6fcf38 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 1575ae5d..23e3d956 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 1c850562..9b1aec24 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 b985ea44..c7e10c35 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 9895c3d4..919deda2 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 6c902a27..384dfd60 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 59012386..987b8fa9 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 ea2723ad..f39984c2 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 bbadfe2a..937313ac 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 0b54b10c..9289c02c 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 40aaf0ab..cc7e728a 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 732254de..9c4dade2 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 959ca758..6032bddf 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 7ffda8fb..f652ca18 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 80a9fd20..8617fb96 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 d8eb6913..e74df13a 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 78c5281b..72bf975f 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 d2d4c131..de8bfaae 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 f68b5069..556613dd 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 ceeba3d4..4e1ea54d 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 9a492ad0..36003f39 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 7269296c..8db75bac 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 3c1470ba..5847fa3a 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 500c8625..4283d9a1 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 96dec571..ddc1e7fe 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 b55919fe..a634bad5 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 0c6ec5a1..def37fc8 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 e6edc97b..8689dd48 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 a3761328..b98da2e8 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 3ea40667..68ac7f76 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 9a728f26..2fa5fc41 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 1eec4249..e098b3c5 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 5b81a6b3..211b8b9c 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 08141398..c21fd260 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 f932b994..2f5fa480 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 98dfe191..9431cde5 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 6cf7e8ba..c291836d 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 8589de83..a03ff178 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 ef58d1e3..dccbc5f5 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 8fa8c6b4..0cb8a643 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 490e0eb0..e5ba3705 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 2b132d11..ec37e88f 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 062dc20b..2e8ad30b 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 ff7d7bc4..621cf85b 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 2caea76f..ece683cc 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 a8228dec..bcc13e38 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 529abab9..abea0276 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 b46813b8..0b0d5ab3 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 f98ead65..31ea0aad 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 28e3c26d..fa330269 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 8bada138..c95335cc 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 b74d0004..4eab722a 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 0fa75b60..b04868d9 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 6702bb61..4eb44d45 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 007ee639..4164528d 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.

      Meta Object Compiler and other tools - Compile time
      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.
      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 d5adcb5a..6c46283e 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}*, +The default directory for plugins is \c{TQTDIR/plugins}*, 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. -* All references to \c{QTDIR} refer to the path +* All references to \c{TQTDIR} refer to the path where TQt was installed. \section1 Loading and Verifying Plugins diff --git a/doc/porting3.doc b/doc/porting3.doc index dd58db96..08322dd5 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 b294ec7c..d5696ec2 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 36f46ec3..02cd05ca 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+=/sqllib/include" "LIBS+=/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 55a7024e..d94910e9 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 f45a774c..ae207a8a 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 25d3170a..4f8fa262 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 e18d75a6..49349115 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 61755826..d30bd75b 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 2fe049a9..8afaaaa2 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 84060768..22fce4de 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 43c77cc8..43762330 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 3a6eff03..143d64f8 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 21e7a66a..f3fb52bf 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 28f1d3fb..54b60b3a 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 8ee77f8f..7112d134 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 58458cc3..5f89ae4b 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 0951433b..fdfa5e4e 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 8bdc6100..323acadc 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 f7e56f7f..011e5819 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 400711e3..2f4594dd 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 e65e94eb..87ef9098 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 721f8b06..89bef22c 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 92782e38..a026de20 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 7088c8ee..d4909e7d 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 843b3521..bb8ba5dd 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 14afcbab..350f1fdf 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 1832a224..ee003c71 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 6064cd23..bf8286a0 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 60ca7e36..a2465062 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 29096ff4..758994fd 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 34d95b48..4e108492 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 5ceb160e..4a47ed6e 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 d3bda52c..906092ac 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 9d66d871..d9ca7fe9 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 732b09c3..0f217e45 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 2333f94c..519ad3bb 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 51294044..bd08469f 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 4d150b0b..dcb21300 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 5c05e668..c5e913c1 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 9bfddc23..ed7fe2c1 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 0230ab38..4f167c25 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 d7ed9fa0..ffd8124a 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 b9a67122..b2978fd2 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 ec512e94..03da1bc9 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 f514c780..1854a8b5 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 4dea9d16..c12a9efb 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 8b31afe4..6261a186 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 2602d3ce..9241991f 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 ba2d59a8..4f982d2f 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 92466621..79010acd 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 c89fdbe5..9a6af4e3 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 b414ccd7..b2b2aff2 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 561735f8..53e29213 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 ace807f2..c727d5ba 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 e45855d9..f6a396f1 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 af0a213a..ae3b2391 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 126d7b54..f90d2af1 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 462deac4..b743a295 100644 --- a/mkspecs/macx-mwerks/mwerkstmpl.xml +++ b/mkspecs/macx-mwerks/mwerkstmpl.xml @@ -158,7 +158,7 @@ $$CODEWARRIOR_FRAMEWORKPATH PathRootAbsolute MWRuntimeSettings_EnvVars - QTDIR=$$CODEWARRIOR_QTDIR + TQTDIR=$$CODEWARRIOR_TQTDIR diff --git a/mkspecs/macx-mwerks/qmake.conf b/mkspecs/macx-mwerks/qmake.conf index 5001a1e8..0bec1196 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 f4cef847..0699a9c2 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 ecebbebf..b7e9d789 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 b5975dd0..ed512098 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 01aa46c4..7c3f82b3 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 fba136f0..a7c5800b 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 9c8f6198..00b9d870 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 cdecfd2f..fd29194e 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 dd1511ac..479b7e44 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 7c0314c9..0bc7616a 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 205c438c..a00af10f 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 aea9c800..8dd0ee31 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 a7f9e6ff..7c1df394 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 d2318118..63d23d27 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 8110aa5e..2f8b8f54 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 64c85a5b..f92e1aec 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 b93b1a07..d120e64c 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 bf9fa588..fb76b053 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 f0bbdb28..e0bfac62 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 e56f9002..336d8605 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 d10275f2..2c34fd1e 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 34e0573d..5da017bc 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 fff69978..48850913 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 cd182525..10f5d1a5 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 3430655f..cc4d0021 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 329648cf..3cc198b0 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 508fd3f8..b988713e 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 34bf3507..5b8802a0 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 4f094502..329b7996 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 fae1dc6c..c41f8e82 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 d018904c..758634b3 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 7427269f..48e6ef54 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 8a565822..0acae966 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 3c4c33c6..2a3ab3e0 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 4e51417d..fabdd723 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 f813b4cb..a9e08a85 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 30543709..13dd8339 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 b294e1c3..40034ace 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 f60dba06..0f8eca3f 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 <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> +<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> diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts index eef18c42..fb1556f5 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. <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> +<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> diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts index eef18c42..fb1556f5 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. <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> +<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> diff --git a/tools/designer/designer/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp index c0b4210b..2a5bf1c0 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 8bbc41f2..df7b99f2 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 7cc81ff2..1f06a02e 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 27ba5efe..b7a8039a 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 3a1fec48..10519eb2 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 b891cac0..4e46f0de 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";