diff options
Diffstat (limited to 'tools/assistant')
| -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 |
4 files changed, 6 insertions, 6 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 ae3db7e1e..5e9cd83b2 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 c343c39e7..11178234c 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 b13b51687..91692c330 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/" ); |
