summaryrefslogtreecommitdiffstats
path: root/tools/assistant/profile.cpp
diff options
context:
space:
mode:
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/" );