From 6b5960c0e9ea768759c03be6532009409fa958ce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 4 Nov 2024 13:01:41 +0900 Subject: rename qmake to tqmake Signed-off-by: Michele Calgaro --- tools/assistant/profile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/assistant/profile.cpp') 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/" ); -- cgit v1.2.3