diff --git a/ChangeLog.immodule b/ChangeLog.immodule index 8d9acb48..0638240b 100644 --- a/ChangeLog.immodule +++ b/ChangeLog.immodule @@ -343,7 +343,7 @@ 2004-08-11 YamaKen * plugins/src/inputmethods/xim/qximinputcontext_x11.cpp - - (language): Remove QLocale dependency to be compiled on Qt 3.2.x + - (language): Remove QLocale dependency to be compiled on TQt 3.2.x or earlier 2004-08-11 YamaKen @@ -1164,7 +1164,7 @@ 2004-07-23 Kazuki Ohta * src/input/qsimpleinputcontext.cpp - - follow Qt coding rule + - follow TQt coding rule - more valid capitalize case 2004-07-23 Kazuki Ohta diff --git a/FAQ b/FAQ index af172fcd..9f4e7812 100644 --- a/FAQ +++ b/FAQ @@ -11,8 +11,8 @@ Clara, California. Our flagship product is Qt, the multi-platform C++ GUI toolkit. Trolltech AS was founded in 1994, although the development of Qt -itself began in 1992. Since then, Qt has undergone continual expansion -and improvement. Qt is currently used in thousands of software +itself began in 1992. Since then, TQt has undergone continual expansion +and improvement. TQt is currently used in thousands of software development projects world-wide. @@ -20,7 +20,7 @@ development projects world-wide. Is there a graphical designer/dialog builder for Qt? -Yes, Qt Designer. +Yes, TQt Designer. ---------------------------------------------------------------------------- @@ -50,10 +50,10 @@ Is the Reference Documentation available in PDF format? Experimentally, yes. We recommend using the HTML format documentation which is included in -the Qt source archive and is updated with every release, minor or +the TQt source archive and is updated with every release, minor or major. You can browse from your local disk, you don't need to access www.trolltech.com. Open the file qt/doc/html/index.html with your -favorite web browser, or run Qt Assistant. The PDF files are available +favorite web browser, or run TQt Assistant. The PDF files are available from ftp://ftp.trolltech.com/qt/pdf/3.0 The PDF files are large, only updated with major version releases, and their typesetting is experimental. We hope to improve the PDF @@ -63,7 +63,7 @@ typesetting in future, if there is sufficient demand for this format. What kinds of license exist for Qt? -The Qt toolkit is available under two different licenses: The Professional +The TQt toolkit is available under two different licenses: The Professional and Enterprise Editions for commercial use on all platforms, and the Open Source Edition for developing open source or free software for the X11 platform. @@ -75,8 +75,8 @@ Open Source Edition of Qt? You may write commercial/proprietary/non-free software only if you have purchased the Professional or Enterprise Edition. The library itself is the same. With the commercial editions, you also get -technical support and upgrades. A non-commercial edition of Qt for -Microsoft Windows is available. Qt for Mac OS X is only available as +technical support and upgrades. A non-commercial edition of TQt for +Microsoft Windows is available. TQt for Mac OS X is only available as Professional and Enterprise Editions. ---------------------------------------------------------------------------- @@ -98,14 +98,14 @@ promises that are not kept. ---------------------------------------------------------------------------- -Are there any books about Qt programming? +Are there any books about TQt programming? Yes, several. They are listed on http://www.trolltech.com/developer/documentation/literature.html ---------------------------------------------------------------------------- -Is there an evaluation version of Qt for Windows so I can try it out +Is there an evaluation version of TQt for Windows so I can try it out before purchasing? Yes, see details on @@ -124,9 +124,9 @@ get it? The documentation generator we use is an internal tool. You might like to investigate the Doxygen program, a free tool specifically designed -to be used for projects that make use of the Qt toolkit. Doxygen +to be used for projects that make use of the TQt toolkit. Doxygen offers functionality very similar to our internal tool, and can link -to the Qt documentation. For more information about Doxygen, visit the +to the TQt documentation. For more information about Doxygen, visit the Doxygen home page ( http://www.stack.nl/~dimitri/doxygen/ ). Note that Doxygen is an independent project not supported by Trolltech. @@ -143,25 +143,25 @@ to produce, for example, so you may charge a copying fee. ---------------------------------------------------------------------------- -Where can I find Qt Open Source Edition? +Where can I find TQt Open Source Edition? -The latest version of Qt Open Source Edition can be downloaded from +The latest version of TQt Open Source Edition can be downloaded from http://www.trolltech.com or from ftp.trolltech.com, and a whole range of ftp mirror sites around the world. Look for a mirror near you on the list available under http://www.trolltech.com/dl/ We encourage all developers -of free Qt software to upload their work to ftp.trolltech.com. +of free TQt software to upload their work to ftp.trolltech.com. ---------------------------------------------------------------------------- -I want to port Qt to a new platform. What do I do? +I want to port TQt to a new platform. What do I do? If the new platform is POSIX-like and runs the X Window System, it's simple. Read the file PORTING for details. ---------------------------------------------------------------------------- -Can I make a Qt shared library and distribute it with my Linux +Can I make a TQt shared library and distribute it with my Linux distribution? Yes. @@ -171,16 +171,16 @@ Yes. I found this obscure bug and I need it fixed, fast! Qt Professional and Enterprise Editions includes a technical support -service. We try to support the developers using the Qt Open Source Edition +service. We try to support the developers using the TQt Open Source Edition as well, and we take all bug reports seriously, no matter who they come from. But, of course, when there's too much to do, and our customers have highest priority. ---------------------------------------------------------------------------- -How would you compare Qt with Java? +How would you compare TQt with Java? -We believe Qt to be a superiour solution for most development tasks, +We believe TQt to be a superiour solution for most development tasks, not least for performance and portability reasons. Ref: Qt vs. Java whitepaper by Matthias Kalle Dalheimer: @@ -189,7 +189,7 @@ ftp://ftp.trolltech.com/qt/pdf/qt-vs-java-whitepaper.pdf A Java Critique by Peter Becker, including comparisons to Qt: http://www.peterbecker.de/texts/javacritique.html -Why PGS selected Qt after trying Java: +Why PGS selected TQt after trying Java: http://www.trolltech.com/products/success/pgs.html ---------------------------------------------------------------------------- diff --git a/INSTALL b/INSTALL index 92baa969..ea498f9f 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,7 @@ the directories where you choose to install Qt. mv qt-x11-free-3.3.8 qt - The rest of this file assumes that Qt is installed in /usr/local/qt. + The rest of this file assumes that TQt is installed in /usr/local/qt. 2. Set some environment variables in the file .profile (or .login, @@ -26,9 +26,9 @@ the directories where you choose to install Qt. file if it is not there already. QTDIR - the directory in which you're building Qt - PATH - to locate the moc program and other Qt tools - MANPATH - to access the Qt man pages - LD_LIBRARY_PATH - for the shared Qt library + 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 Note that under IRIX the additional LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH variables are used for specifying library @@ -61,7 +61,7 @@ the directories where you choose to install Qt. message. Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no - longer supported as of Qt 3.3. + longer supported as of TQt 3.3. 3. Install your license file as $HOME/.qt-license. For the free edition and evaluation version, you do not need a license @@ -70,14 +70,14 @@ the directories where you choose to install Qt. 4. Building. - This step compiles the Qt library, and builds the example programs, - the tutorial, and the tools (e.g. Qt Designer). + This step compiles the TQt library, and builds the example programs, + the tutorial, and the tools (e.g. TQt Designer). Type: ./configure - This will configure the Qt library for your machine. Note that + This will configure the TQt library for your machine. Note that GIF support is turned off by default. Run ./configure -help to get a list of configuration options. Read PLATFORMS for a list of supported platforms. @@ -96,7 +96,7 @@ the directories where you choose to install Qt. At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/ contains libqt.so). If, however, you would like to have your Qt installed in a non-local installation you can run configure with - options splitting Qt into different areas for example: + options splitting TQt into different areas for example: ./configure -libdir /usr/local/lib -bindir /usr/local/bin -headerdir /usr/local/include/qt @@ -105,9 +105,9 @@ the directories where you choose to install Qt. make install - This will install Qt onto your machine using the paths you've set. + This will install TQt onto your machine using the paths you've set. (See ./configure -help for more information). If you choose to - install Qt like this, remember that you must set your + install TQt like this, remember that you must set your LD_LIBRARY_PATH to match your -libdir and your QTDIR to your -headerdir (as described in (2) above). @@ -130,4 +130,4 @@ the directories where you choose to install Qt. -That's all. Qt is now installed. +That's all. TQt is now installed. diff --git a/LICENSE.GPL2 b/LICENSE.GPL2 index 869c7bd5..4cead4c0 100644 --- a/LICENSE.GPL2 +++ b/LICENSE.GPL2 @@ -1,7 +1,7 @@ - The Qt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA. + The TQt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA. - You may use, distribute and copy the Qt GUI Toolkit under the terms of + You may use, distribute and copy the TQt GUI Toolkit under the terms of GNU General Public License version 2, which is displayed below. ------------------------------------------------------------------------- diff --git a/LICENSE.GPL3 b/LICENSE.GPL3 index 4fb1cff0..144f838e 100644 --- a/LICENSE.GPL3 +++ b/LICENSE.GPL3 @@ -1,7 +1,7 @@ - The Qt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA. + The TQt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA. - You may use, distribute and copy the Qt GUI Toolkit under the terms of + You may use, distribute and copy the TQt GUI Toolkit under the terms of GNU General Public License version 2, which is displayed below. ------------------------------------------------------------------------- diff --git a/MANIFEST b/MANIFEST index f7e4137e..fbaf0ae6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,19 +1,19 @@ README Getting started with Qt INSTALL How to install Qt -PLATFORMS How to install Qt - platform notes +PLATFORMS How to install TQt - platform notes changes- List of changes from the last version LICENSE License statement MANIFEST This file Directories: ------------ -bin Place for Qt executables (moc, uic, etc.) +bin Place for TQt executables (moc, uic, etc.) config.tests Qt configuration system doc Qt documentation in HTML and manpage format examples Qt example programs extensions Qt extensions (Browser Plugin, Xt/Motif support, etc.) include Qt include files -lib Place for the Qt libraries +lib Place for the TQt libraries mkspecs Platform/compiler configuration files plugins Qt plugins qmake Qt build system diff --git a/Makefile b/Makefile index c2dc3935..186a6b46 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Main Makefile for building the Qt library, examples and tutorial. +# Main Makefile for building the TQt library, examples and tutorial. SHELL=/bin/sh @@ -13,9 +13,9 @@ install: FORCE all: symlinks src-qmake src-moc sub-src sub-tools sub-tutorial sub-examples @echo - @echo "The Qt library is now built in ./lib" - @echo "The Qt examples are built in the directories in ./examples" - @echo "The Qt tutorials are built in the directories in ./tutorial" + @echo "The TQt library is now built in ./lib" + @echo "The TQt examples are built in the directories in ./examples" + @echo "The TQt tutorials are built in the directories in ./tutorial" @echo @echo "Enjoy! - the Trolltech team" @echo @@ -110,7 +110,7 @@ confclean: .qmake.cache: @echo - @echo ' Qt must first be configured using the "configure" script.' + @echo ' TQt must first be configured using the "configure" script.' @echo @test ! /bin/true diff --git a/PLATFORMS b/PLATFORMS index 1fd3c86b..2a93ee92 100644 --- a/PLATFORMS +++ b/PLATFORMS @@ -1,4 +1,4 @@ -Before you build the Qt library and example programs, you must run the +Before you build the TQt library and example programs, you must run the "configure" script to set the platform information and other build settings. You can use the -platform option to specify the operating system and compiler you are using. @@ -14,7 +14,7 @@ Supported platforms and compilers: Compilation problems: - If you experience problems compiling Qt 3.x consult the platform + If you experience problems compiling TQt 3.x consult the platform notes found at http://www.trolltech.com/developer/platforms/ where we post workarounds and known issues as we become aware of them. diff --git a/README b/README index 9743143e..371bf229 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -This is Qt version 3.3.8 +This is TQt version 3.3.8 Qt is a multiplatform C++ GUI application framework. Qt 3.3 introduces new features and many improvements over the 3.2.x series. See the changes file for details. -The Qt version 3.3 series is binary compatible with the 3.2.x series - +The TQt version 3.3 series is binary compatible with the 3.2.x series - applications compiled for 3.2 will continue to run with 3.3. For this release, the following platforms have been tested: @@ -40,7 +40,7 @@ tru64-g++ macx-g++ macx-pbuilder -If you want to use Qt 3 on an unsupported version of Unix, please +If you want to use TQt 3 on an unsupported version of Unix, please contact us at qt-bugs@trolltech.com so that we can assist you. @@ -51,13 +51,13 @@ ftp.trolltech.com. For faster download times, use ftpsearch and search for qt-x11-free-3.3.8 to find it on a mirror ftp site near you. -Qt Professional Edition, Qt Enterprise Edition: Holders of valid +Qt Professional Edition, TQt Enterprise Edition: Holders of valid licenses should have received an email with instructions on how to get the new release. Contact sales@trolltech.com if you are a Professional or Enterprise Edition licensee and have not received this email. -Any problems encountered with Qt 3.3 should be reported to +Any problems encountered with TQt 3.3 should be reported to qt-bugs@trolltech.com. Qt is a trademark of Trolltech ASA. diff --git a/README-QT.TXT b/README-QT.TXT index ffe2f177..628c4ab3 100644 --- a/README-QT.TXT +++ b/README-QT.TXT @@ -1,15 +1,15 @@ This software was developed with the Open Source Edition of Qt, the cross-platform C++ graphical user interface toolkit. -Qt is a product of Trolltech (see http://www.trolltech.com). Qt is +Qt is a product of Trolltech (see http://www.trolltech.com). TQt is released in two different editions: -- The Qt Open Source Edition, which may be used free of charge for +- The TQt Open Source Edition, which may be used free of charge for developing free (non-proprietary) software on X11, embedded Linux, and Mac OS X. This version is available for download from http://www.trolltech.com/dl/ and is used by this program. -- The Qt Commercial Edition, which may be used to develop +- The TQt Commercial Edition, which may be used to develop commercial/proprietary software on X11, Microsoft Windows, embedded Linux, and Mac OS X. For pricing and availability of the Commercial Edition, please see http://www.trolltech.com/pricing.html or contact diff --git a/README.immodule b/README.immodule index d0762189..49f69d7d 100644 --- a/README.immodule +++ b/README.immodule @@ -3,16 +3,16 @@ immodule for Qt * What is this? - immodule for Qt is a modular, extensible input method subsystem for + immodule for TQt is a modular, extensible input method subsystem for Qt. This project brings functionality similar to the immodule for GTK+ - to the Qt library. The main goal of the project is to extend and - enhance the input method support in the Qt library, in order to + to the TQt library. The main goal of the project is to extend and + enhance the input method support in the TQt library, in order to provide a modern and powerful multi-language input system. Our short - term goal is to make Qt (especially Qt/X11) "up-to-date" with other + term goal is to make TQt (especially Qt/X11) "up-to-date" with other X11-based toolkits such as GTK+. We are also focusing on what the - input method API should be for future Qt versions. + input method API should be for future TQt versions. See our webpage for further information. @@ -36,7 +36,7 @@ immodule for Qt * How to install - After extract the Qt archive, perform following instructions + After extract the TQt archive, perform following instructions cd qt-x11-free-3.3.3 patch -p0 < qt-x11-immodule-unified-qt3.3.3-20040910.diff @@ -46,11 +46,11 @@ immodule for Qt Our patch provides following two configure options. Choose 'Binary Compatible' for normal use. - Build Qt with 'Binary Compatible' immodule support (default) + Build TQt with 'Binary Compatible' immodule support (default) configure -inputmethod - Build Qt without binary compatibility, but supports more advanced + Build TQt without binary compatibility, but supports more advanced immodule extensions. It cannot be used with ordinary application binaries (i.e. the option is for developers) diff --git a/bin/tqtfindtr b/bin/tqtfindtr index c7b82d14..11ded12f 100755 --- a/bin/tqtfindtr +++ b/bin/tqtfindtr @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # vi:wrap: -# See Qt I18N documentation for usage information. +# See TQt I18N documentation for usage information. use POSIX qw(strftime); @@ -17,7 +17,7 @@ $scoped_mark = "qApp->translate"; $noop_scoped_mark = "QT_TRANSLATE_NOOP"; $header= -'# This is a Qt message file in .po format. Each msgid starts with +'# This is a TQt message file in .po format. Each msgid starts with # a scope. This scope should *NOT* be translated - eg. translating # from French to English, "Foo::Bar" would be translated to "Pub", # not "Foo::Pub". diff --git a/bin/tqtrename140 b/bin/tqtrename140 index 73c463f2..4fc16b95 100755 --- a/bin/tqtrename140 +++ b/bin/tqtrename140 @@ -1,9 +1,9 @@ #!/usr/bin/perl -pi.oldnames # # Perl script to change programs to use the longer header-file names -# introduced in Qt version 1.40. Note that Qt is distributed with +# introduced in TQt version 1.40. Note that TQt is distributed with # compatilibity headers making this program unnecessary at present, -# but which may be discontinued in Qt 2.0. +# but which may be discontinued in TQt 2.0. # # This is version 1.0 of the conversion script. # diff --git a/changes-3.3.8 b/changes-3.3.8 index 540d6361..b9151d41 100644 --- a/changes-3.3.8 +++ b/changes-3.3.8 @@ -1,6 +1,6 @@ Qt 3.3.8 is a bug-fix release. It maintains both forward and backward -compatibility (source and binary) with Qt 3.3.7, Qt 3.3.6, Qt 3.3.5, 3.3.4, Qt 3.3.3, -Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. +compatibility (source and binary) with TQt 3.3.7, TQt 3.3.6, TQt 3.3.5, 3.3.4, TQt 3.3.3, +Qt 3.3.2, TQt 3.3.1 and TQt 3.3.0. **************************************************************************** * General * @@ -187,7 +187,7 @@ Windows: Mac OS X: - Made the endian preprocessor define dependent on the architecture. This means - that it is possible to build a universal Qt library on one machine. However, + that it is possible to build a universal TQt library on one machine. However, qmake_image_collection.cpp is still dependent upon the machine it was generated on. @@ -237,18 +237,18 @@ X11: - Fixed problem with applications hanging while querying the clipboard. This is related to the KDE bug reported at http://bugs.kde.org/show_bug.cgi?id=80072. -- Fixed a crash that could occur when Qt uses a DirectColor visual. +- Fixed a crash that could occur when TQt uses a DirectColor visual. - Fixed a rare crash in QPixmap::convertToImage() when XGetImage() fails. -- Fixed issue where events were not being processed by Qt when using the Qt +- Fixed issue where events were not being processed by TQt when using the Qt Motif Extension. - The X input method language status window is no longer shown for popup menus on Solaris. - Fixed incorrect use of colors when painting on the default (TrueColor) screen - when running a Qt application on a multi-screen display where the default + when running a TQt application on a multi-screen display where the default screen uses a TrueColor visual and the secondary screen a PseudoColor visual. - Fixed a bug where calling newPage() directly before destroying the QPrinter diff --git a/changes-3.3.8b b/changes-3.3.8b index 392d71e1..2f87bf2d 100644 --- a/changes-3.3.8b +++ b/changes-3.3.8b @@ -1,6 +1,6 @@ Qt 3.3.8b is a bug-fix release. It maintains both forward and backward -compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6, -Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. +compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6, +Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0. **************************************************************************** * General * @@ -12,4 +12,4 @@ General Improvements - Legal * This version adds the GNU Public License version 3 as a - possible choice for licenses to the Open Source releases of Qt 3. + possible choice for licenses to the Open Source releases of TQt 3. diff --git a/changes-3.3.8c b/changes-3.3.8c index 4dfc2a62..70610899 100644 --- a/changes-3.3.8c +++ b/changes-3.3.8c @@ -1,6 +1,6 @@ Qt 3.3.8c is a bug-fix release. It maintains both forward and backward -compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6, -Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. +compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6, +Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0. **************************************************************************** * General * diff --git a/changes-3.3.8d b/changes-3.3.8d index 9bc6c4fe..92d11f96 100644 --- a/changes-3.3.8d +++ b/changes-3.3.8d @@ -1,6 +1,6 @@ Qt 3.3.8d is a bug-fix release. It maintains both forward and backward -compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6, -Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0. +compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6, +Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0. **************************************************************************** * General * diff --git a/changes.immodule b/changes.immodule index 4a280652..8132f612 100644 --- a/changes.immodule +++ b/changes.immodule @@ -59,7 +59,7 @@ Build & Install - Plugin directory has been changed from $QTDIR/plugins/input/ to $QTDIR/plugins/inputmethods/. Delete old directory. -- Some codes have been changed to allow compiling against Qt 3.2.x or +- Some codes have been changed to allow compiling against TQt 3.2.x or earlier. @@ -112,7 +112,7 @@ General - 'dead keys' for latin languages have been added into Qt::Key - Added plugins/src/inputmethods directory to build input method - plugins within the Qt source tree. The directory name 'inputmethods' + plugins within the TQt source tree. The directory name 'inputmethods' is intended to be compatible with Qt/Embedded. Install directory name is still kept as 'input' for backward compatibility @@ -133,7 +133,7 @@ General originally written. See added comment to recognize the original intention -- QLocale dependency has been removed to be compiled on Qt 3.2.x or +- QLocale dependency has been removed to be compiled on TQt 3.2.x or earlier - Many internal improvements and cleanups diff --git a/config.tests/x11/opengl.test b/config.tests/x11/opengl.test index 328a7a8b..74cd2953 100755 --- a/config.tests/x11/opengl.test +++ b/config.tests/x11/opengl.test @@ -60,7 +60,7 @@ for L in $LIBS; do if [ "x$F_REASON" = "xthreads" ]; then echo echo "WARNING: $FOUND_LIB is threaded!" - echo "The Qt OpenGL module requires Qt to be configured with -thread." + echo "The TQt OpenGL module requires TQt to be configured with -thread." echo else [ "$VERBOSE" = "yes" ] && echo " Could not find $L lib anywhere in $LIBDIRS" diff --git a/configure b/configure index 6e31bfc3..816e1a38 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh # # -# Configures to build the Qt library +# Configures to build the TQt library # # Copyright (C) 1999-2008 Trolltech ASA. All rights reserved. # @@ -91,7 +91,7 @@ QMAKE_VARS="$QMAKE_VARS \"kbd-drivers += tty\" \"mouse-drivers += pc\"" # initalize variables #------------------------------------------------------------------------------- -# QTDIR may be set and point to an old or system-wide Qt installation +# QTDIR may be set and point to an old or system-wide TQt installation unset QTDIR # initalize internal variables @@ -783,7 +783,7 @@ while [ "$#" -gt 0 ]; do fi ;; imgfmt-*|style-*|sql-*|gfx-*|kbd-*|mouse-*) - # if Qt style options were used, $VAL can be "no", "qt", or "plugin" + # if TQt style options were used, $VAL can be "no", "qt", or "plugin" # if autoconf style options were used, $VAL can be "yes" or "no" [ "$VAL" = "yes" ] && VAL=qt # now $VAL should be "no", "qt", or "plugin"... double-check @@ -1480,7 +1480,7 @@ fi if [ $AUTOTHREAD = never ]; then if [ "$CFG_THREAD" = "yes" ]; then echo - echo "ERROR: Qt is not configured to support threading on this platform" + echo "ERROR: TQt is not configured to support threading on this platform" echo " See the THREAD settings in $XQMAKESPEC/qmake.conf" echo exit 2 @@ -1880,16 +1880,16 @@ Installation options: (default PREFIX/include) -plugindir dir ..... Plugins will be installed to dir (default PREFIX/plugins) - -datadir dir ....... Data used by Qt programs will be installed to dir + -datadir dir ....... Data used by TQt programs will be installed to dir (default PREFIX) - -translationdir dir Translations of Qt programs will be installed to dir + -translationdir dir Translations of TQt programs will be installed to dir (default PREFIX/translations) - -sysconfdir dir ... Settings used by Qt programs will be looked for in dir + -sysconfdir dir ... Settings used by TQt programs will be looked for in dir (default PREFIX/etc/settings) You may use these options to turn on strict plugin loading. - -buildkey key ...... Build the Qt library and plugins using the specified + -buildkey key ...... Build the TQt library and plugins using the specified key. When the library loads plugins, it will only load those that have a matching key. @@ -1900,11 +1900,11 @@ Configure options: plus simply denotes the default value. Here is a short explanation of each option: - * -release ........... Compile and link Qt with debugging turned off. - -debug ............. Compile and link Qt with debugging turned on. + * -release ........... Compile and link TQt with debugging turned off. + -debug ............. Compile and link TQt with debugging turned on. - * -shared ............ Create and use a shared Qt library (libqt.so). - -static ............ Create and use a static Qt library (libqt.a). + * -shared ............ Create and use a shared TQt library (libqt.so). + -static ............ Create and use a static TQt library (libqt.a). * -no-gif ............ Do not compile in GIF reading support. -qt-gif ............ Compile in GIF reading support. @@ -1914,15 +1914,15 @@ Configure options: -system-zlib ....... Use zlib from the operating system. See http://www.gzip.org/zlib - -fast .............. Configure Qt quickly by generating Makefiles only for + -fast .............. Configure TQt quickly by generating Makefiles only for library and subdirectory targets. All other Makefiles are created as wrappers, which will in turn run qmake. - * -no-fast ........... Configure Qt normally by generating Makefiles for all + * -no-fast ........... Configure TQt normally by generating Makefiles for all project files. -no-exceptions ..... Disable exceptions on platforms that support it. - -version-script .... Use a version script when linking the Qt library. + -version-script .... Use a version script when linking the TQt library. Internal symbols will be marked as local. Requires a recent GNU binutils package. @@ -1945,7 +1945,7 @@ Configure options: -disable- ..... Disable where module is one of: [ $CFG_MODULES_AVAILABLE ] - -qt-sql- ...... Enable a SQL in the Qt Library, by default + -qt-sql- ...... Enable a SQL in the TQt Library, by default none are turned on. -plugin-sql- .. Enable SQL as a plugin to be linked to at run time. @@ -1960,7 +1960,7 @@ Configure options: By default none of the SQL drivers are built, even if they are auto-detected. - -qt-style-