summaryrefslogtreecommitdiffstats
path: root/tools/assistant/profile.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-04 13:01:41 +0900
commitbe01f8c8e3e09a1c71165640ab722df948c4dfbb (patch)
tree58d900e8952a66580c86f7ae3a9255c1eeac09e9 /tools/assistant/profile.cpp
parentc489c62c1713924c29e560cd2ebd36b006c14a11 (diff)
downloadtqt3-feat/tqmake.tar.gz
tqt3-feat/tqmake.zip
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant/profile.cpp')
-rw-r--r--tools/assistant/profile.cpp6
1 files changed, 3 insertions, 3 deletions
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/" );