summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-11-24 08:51:14 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-11-24 08:51:14 (GMT)
commitf13e25e67da284e8f294b0d70ccde93430cc2812 (patch)
tree29b0f16e591c1bb7174b221a3915b8b2316ce545
parentba3a55ddcc98669e104f7d2592002200f00fee28 (diff)
downloadCMake-f13e25e67da284e8f294b0d70ccde93430cc2812.zip
CMake-f13e25e67da284e8f294b0d70ccde93430cc2812.tar.gz
CMake-f13e25e67da284e8f294b0d70ccde93430cc2812.tar.bz2
STYLE: QT -> Qt in the docs
Alex
-rw-r--r--Source/cmQTWrapCPPCommand.h2
-rw-r--r--Source/cmQTWrapUICommand.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h
index 785b07c..98aeec0 100644
--- a/Source/cmQTWrapCPPCommand.h
+++ b/Source/cmQTWrapCPPCommand.h
@@ -56,7 +56,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create QT Wrappers.";
+ return "Create Qt Wrappers.";
}
/**
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index 1682b0c..491f175 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -54,7 +54,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create QT user interfaces Wrappers.";
+ return "Create Qt user interfaces Wrappers.";
}
/**