summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-08-28 11:22:17 +0200
committerStephen Kelly <steveire@gmail.com>2012-08-28 11:24:55 +0200
commit325214900ba14ebb94ba43fbd61dea4bef37d5e5 (patch)
tree1dcabbd6380bc8a0020f21d7f049df3d598a14f5 /Source/cmQTWrapUICommand.h
parentf32e7957b4f6cb57e396ec018947d46420072671 (diff)
downloadcmake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.gz
Fix casing of 'Qt' in docs, comments and user-visible strings.
QT (cue-tea) is Apple QuickTime. Qt (cute) is the C++ framework.
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r--Source/cmQTWrapUICommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index 1fff041628..b15c5cde09 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -17,9 +17,9 @@
#include "cmSourceFile.h"
/** \class cmQTWrapUICommand
- * \brief Create .h and .cxx files rules for QT user interfaces files
+ * \brief Create .h and .cxx files rules for Qt user interfaces files
*
- * cmQTWrapUICommand is used to create wrappers for QT classes into normal C++
+ * cmQTWrapUICommand is used to create wrappers for Qt classes into normal C++
*/
class cmQTWrapUICommand : public cmCommand
{