summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapCPPCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-11-23 16:30:55 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-11-23 16:30:55 (GMT)
commit67e8012783da07b165261d93636d2523e142c67c (patch)
tree89ad40f3312dfddeeef6c089b5ae854079ff8314 /Source/cmQTWrapCPPCommand.cxx
parent73a8240669aa5e7c0ea7aa95e415931a683373f3 (diff)
downloadCMake-67e8012783da07b165261d93636d2523e142c67c.zip
CMake-67e8012783da07b165261d93636d2523e142c67c.tar.gz
CMake-67e8012783da07b165261d93636d2523e142c67c.tar.bz2
STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure
Alex
Diffstat (limited to 'Source/cmQTWrapCPPCommand.cxx')
-rw-r--r--Source/cmQTWrapCPPCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.cxx b/Source/cmQTWrapCPPCommand.cxx
index 03c4060..6348d92 100644
--- a/Source/cmQTWrapCPPCommand.cxx
+++ b/Source/cmQTWrapCPPCommand.cxx
@@ -107,7 +107,7 @@ bool cmQTWrapCPPCommand::InitialPass(std::vector<std::string> const& argsIn)
depends,
no_main_dependency,
commandLines,
- "QT Wrapped File",
+ "Qt Wrapped File",
no_working_dir);
}
}