diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-04 22:55:45 +0900 |
| commit | 6b5960c0e9ea768759c03be6532009409fa958ce (patch) | |
| tree | d9deedd7df48aef68e2b456d3343f634283d0df6 /tools/assistant/profile.cpp | |
| parent | 074d585cc3a076958b986ff7cf31eb15d1e8412a (diff) | |
| download | tqt-feat/tqmake.tar.gz tqt-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.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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/" ); |
