From 39f1ae114d5b5122527fbfc321d8087c474e02de Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 18 Sep 2011 23:43:22 +0000 Subject: Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/doxygen/config.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'parts/doxygen/config.cpp') 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", -- cgit v1.2.1