diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/book/assistant.leaf | 2 | ||||
-rw-r--r-- | tools/assistant/config.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/lib/tqassistantclient.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/profile.cpp | 6 | ||||
-rw-r--r-- | tools/designer/designer/designer.pro | 2 | ||||
-rw-r--r-- | tools/designer/editor/yyindent.cpp | 2 | ||||
-rw-r--r-- | tools/designer/tools/tqtconv2ui/tqtconv2ui.pro | 2 | ||||
-rw-r--r-- | tools/designer/tquic/form.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/book/linguist-manager.leaf | 6 | ||||
-rw-r--r-- | tools/linguist/book/linguist-programmer.leaf | 8 | ||||
-rw-r--r-- | tools/linguist/lupdate/fetchtr.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/shared/proparser.cpp | 2 |
12 files changed, 19 insertions, 19 deletions
diff --git a/tools/assistant/book/assistant.leaf b/tools/assistant/book/assistant.leaf index 7f884ab4f..b7a5c2c3a 100644 --- a/tools/assistant/book/assistant.leaf +++ b/tools/assistant/book/assistant.leaf @@ -376,7 +376,7 @@ startup page, and application icon. When it is started without any options, \QA displays a default set of documentation. When TQt is installed, the default documentation set in \QA contains the TQt reference documentation as well as the tools that -come with Qt, such as \QD and qmake. +come with Qt, such as \QD and tqmake. Documentation can be added or removed from \QA by adding and removing the content files. The format of the content files are diff --git a/tools/assistant/config.cpp b/tools/assistant/config.cpp index 43f17b6c1..2a11ac0cd 100644 --- a/tools/assistant/config.cpp +++ b/tools/assistant/config.cpp @@ -334,7 +334,7 @@ TQStringList Config::docFiles() const TQPixmap Config::docIcon( const TQString &title ) const { - // ### To allow qdoc generated dcf files to reference the doc icons from qmake_image_col + // ### To allow qdoc generated dcf files to reference the doc icons from tqmake_image_col if (!TQFile::exists(profil->icons[title])) return TQPixmap::fromMimeSource( TQFileInfo(profil->icons[title]).fileName() ); return TQPixmap::fromMimeSource( profil->icons[title] ); diff --git a/tools/assistant/lib/tqassistantclient.cpp b/tools/assistant/lib/tqassistantclient.cpp index d252a4438..36f010fbe 100644 --- a/tools/assistant/lib/tqassistantclient.cpp +++ b/tools/assistant/lib/tqassistantclient.cpp @@ -87,7 +87,7 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre must link against \c libtqassistantclient.a (Unix) or \c tqassistantclient.lib (Windows), which is built into \c INSTALL/lib if you built the TQt tools (\c INSTALL is the directory where TQt is - installed). If you use qmake, then you can simply add the following + installed). If you use tqmake, then you can simply add the following line to your pro file: \code diff --git a/tools/assistant/profile.cpp b/tools/assistant/profile.cpp index a02170de7..68b1f1d23 100644 --- a/tools/assistant/profile.cpp +++ b/tools/assistant/profile.cpp @@ -41,7 +41,7 @@ #define DESIGNER_TITLE "TQt Designer Manual" #define ASSISTANT_TITLE "TQt Assistant Manual" #define LINGUIST_TITLE "Guide to the TQt Translation Tools" -#define QMAKE_TITLE "qmake User Guide" +#define QMAKE_TITLE "tqmake User Guide" Profile *Profile::createDefaultProfile( const TQString &docPath ) { @@ -64,7 +64,7 @@ Profile *Profile::createDefaultProfile( const TQString &docPath ) profile->addDCFTitle( path + "designer.dcf", DESIGNER_TITLE ); profile->addDCFTitle( path + "assistant.dcf", ASSISTANT_TITLE ); profile->addDCFTitle( path + "linguist.dcf", LINGUIST_TITLE ); - profile->addDCFTitle( path + "qmake.dcf", QMAKE_TITLE ); + profile->addDCFTitle( path + "tqmake.dcf", QMAKE_TITLE ); profile->addDCFIcon( QT_TITLE, "qt.png" ); profile->addDCFIcon( DESIGNER_TITLE, "designer.png" ); @@ -75,7 +75,7 @@ Profile *Profile::createDefaultProfile( const TQString &docPath ) profile->addDCFIndexPage( DESIGNER_TITLE, path + "designer-manual.html" ); profile->addDCFIndexPage( ASSISTANT_TITLE, path + "assistant.html" ); profile->addDCFIndexPage( LINGUIST_TITLE, path + "linguist-manual.html" ); - profile->addDCFIndexPage( QMAKE_TITLE, path + "qmake-manual.html" ); + profile->addDCFIndexPage( QMAKE_TITLE, path + "tqmake-manual.html" ); profile->addDCFImageDir( QT_TITLE, "../../gif/" ); profile->addDCFImageDir( DESIGNER_TITLE, "../../gif/" ); diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro index da8c8cf29..40cdb734d 100644 --- a/tools/designer/designer/designer.pro +++ b/tools/designer/designer/designer.pro @@ -1,6 +1,6 @@ TEMPLATE = lib -CONFIG += qt warn_on qmake_cache +CONFIG += qt warn_on tqmake_cache CONFIG += dll !force_static:!win32:contains(QT_PRODUCT,qt-internal) { CONFIG -= staticlib diff --git a/tools/designer/editor/yyindent.cpp b/tools/designer/editor/yyindent.cpp index f38926faf..ff6e7dbd0 100644 --- a/tools/designer/editor/yyindent.cpp +++ b/tools/designer/editor/yyindent.cpp @@ -72,7 +72,7 @@ #include <tqregexp.h> -/* qmake ignore TQ_OBJECT */ +/* tqmake ignore TQ_OBJECT */ /* The indenter avoids getting stuck in almost infinite loops by diff --git a/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro index 015ad94a3..a12e4471d 100644 --- a/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro +++ b/tools/designer/tools/tqtconv2ui/tqtconv2ui.pro @@ -1,5 +1,5 @@ ###################################################################### -# Automatically generated by qmake (1.04a) Tue Oct 1 18:34:56 2002 +# Automatically generated by tqmake (1.04a) Tue Oct 1 18:34:56 2002 ###################################################################### TEMPLATE = app CONFIG -= moc diff --git a/tools/designer/tquic/form.cpp b/tools/designer/tquic/form.cpp index dd77d0113..205d180f6 100644 --- a/tools/designer/tquic/form.cpp +++ b/tools/designer/tquic/form.cpp @@ -373,7 +373,7 @@ void TQUic::createFormDecl( const TQDomElement &e ) out << exportMacro << " "; out << bareNameOfClass << " : public " << objClass << endl << "{" << endl; - /* qmake ignore TQ_OBJECT */ + /* tqmake ignore TQ_OBJECT */ out << " TQ_OBJECT" << endl; out << endl; out << "public:" << endl; diff --git a/tools/linguist/book/linguist-manager.leaf b/tools/linguist/book/linguist-manager.leaf index 6c314d09d..643f71690 100644 --- a/tools/linguist/book/linguist-manager.leaf +++ b/tools/linguist/book/linguist-manager.leaf @@ -3,8 +3,8 @@ \index Release Manager Two tools are provided for the release manager, \l lupdate and \l -lrelease. These tools depend on \e qmake project files. You don't -have to use \e qmake, though. +lrelease. These tools depend on \e tqmake project files. You don't +have to use \e tqmake, though. A third tool, \c tqm2ts, can be used for converting TQt 2.x message files to \c .ts files. @@ -13,7 +13,7 @@ files to \c .ts files. \index .pro Files \index Project Files -\index qmake!Project Files +\index tqmake!Project Files \l lupdate and \l lrelease depend on information in the application's \c .pro TQt project file. There must be an entry in the \c TRANSLATIONS diff --git a/tools/linguist/book/linguist-programmer.leaf b/tools/linguist/book/linguist-programmer.leaf index 1e5147cf5..3227aba83 100644 --- a/tools/linguist/book/linguist-programmer.leaf +++ b/tools/linguist/book/linguist-programmer.leaf @@ -61,7 +61,7 @@ application at runtime. \index .pro Files \index Project Files -\index qmake!Project Files +\index tqmake!Project Files For \l lupdate to work successfully, it must know which translation files to produce. The files are simply listed in the application's \c @@ -393,7 +393,7 @@ is shown when we run the application: \index Latin The first step is to create a project file, \c tt1.pro, that lists -all the source files for the project. The project file can be a qmake +all the source files for the project. The project file can be a tqmake project file, or even an ordinary makefile. Any file that contains \index SOURCES!in Project Files @@ -527,7 +527,7 @@ saluto!". \index .pro Files \index Project Files -\index qmake!Project Files +\index tqmake!Project Files \include tt2/tt2.pro \caption tt2.pro @@ -839,7 +839,7 @@ Version 1.0 consists of these files: \i \c mainwindow.h contains the definition of \c MainWindow; \i \c mainwindow.cpp contains the implementation of \c MainWindow; \i \c main.cpp contains main(); -\i \c tt3.pro is the \e qmake project file. +\i \c tt3.pro is the \e tqmake project file. \i \c tt3_pt.ts is the Portuguese message file. \endlist diff --git a/tools/linguist/lupdate/fetchtr.cpp b/tools/linguist/lupdate/fetchtr.cpp index 60229a97b..451916f29 100644 --- a/tools/linguist/lupdate/fetchtr.cpp +++ b/tools/linguist/lupdate/fetchtr.cpp @@ -45,7 +45,7 @@ #include <stdio.h> #include <string.h> -/* qmake ignore TQ_OBJECT */ +/* tqmake ignore TQ_OBJECT */ static const char MagicComment[] = "TRANSLATOR "; diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp index 26866a99a..439d8c788 100644 --- a/tools/linguist/shared/proparser.cpp +++ b/tools/linguist/shared/proparser.cpp @@ -189,7 +189,7 @@ TQMap<TQString, TQString> proFileTagMap( const TQString& text ) int i = 0; while ( (i = callToSystem.search((*it), i)) != -1 ) { /* - This code is stolen from qmake's project.cpp file. + This code is stolen from tqmake's project.cpp file. Ideally we would use the same parser, so we wouldn't have this code duplication. */ |