summaryrefslogtreecommitdiffstats
path: root/parts/doxygen/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/doxygen/config.cpp')
-rw-r--r--parts/doxygen/config.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/doxygen/config.cpp b/parts/doxygen/config.cpp
index 727020bf..172da37f 100644
--- a/parts/doxygen/config.cpp
+++ b/parts/doxygen/config.cpp
@@ -3789,7 +3789,7 @@ void Config::create()
//-----------------------------------------------------------------------------------------------
cb = addBool(
- "TQUIET",
+ "QUIET",
"The TQUIET tag can be used to turn on/off the messages that are generated \n"
"by doxygen. Possible values are YES and NO. If left blank NO is used. \n",
FALSE
@@ -4191,7 +4191,7 @@ void Config::create()
cs->addDependency("GENERATE_HTML");
#if 0
cs = addString(
- "TQTHELP_FILE",
+ "QTHELP_FILE",
"If the GENERATE_HTMLHELP tag is set to YES, the TQTHELP_FILE tag can \n"
"be used to specify the file name of the resulting .(qch|qhp) file. \n"
"You can add a path in front of the file if the result should not be \n"
@@ -4200,7 +4200,7 @@ void Config::create()
cs->setWidgetType(ConfigString::File);
cs->addDependency("GENERATE_HTML");
cs = addString(
- "TQTHELP_CONFIG",
+ "QTHELP_CONFIG",
"If DOXYGEN2TQTHELP_LOC is set, TQTHELP_CONFIG must specify the file name \n"
"of a config file to pass to doxygen2qthelp. \n"
);
@@ -4216,8 +4216,8 @@ void Config::create()
cs->setWidgetType(ConfigString::File);
cs->addDependency("GENERATE_HTML");
#endif
- addObsolete("TQTHELP_FILE");
- addObsolete("TQTHELP_CONFIG");
+ addObsolete("QTHELP_FILE");
+ addObsolete("QTHELP_CONFIG");
addObsolete("DOXYGEN2TQTHELP_LOC");
cb = addBool(
"GENERATE_CHI",