aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2008-06-04 23:00:54 +0000
committerDavid Faure <faure@kde.org>2008-06-04 23:00:54 +0000
commitf81e1536cec58ab362e9d45ddf7df7e51874658c (patch)
treeb1a763375c5ad281cc037be405447cd44deeac4b /modules
parent8b841ab2477b2d43601ed57cad3f11b82dab8fd7 (diff)
downloadextra-cmake-modules-f81e1536cec58ab362e9d45ddf7df7e51874658c.tar.gz
extra-cmake-modules-f81e1536cec58ab362e9d45ddf7df7e51874658c.tar.bz2
fix typo
svn path=/trunk/KDE/kdelibs/; revision=816917
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index cf259ed4..b6f791dd 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -107,7 +107,7 @@
# If the optional argument interfacename is omitted, the name of the
# interface file is constructed from the basename of the header with
# the suffix .xml appended.
-# Options may be given to uic, such as those found when executing "qdbuscpp2xml --help"
+# Options may be given to qdbuscpp2xml, such as those found when executing "qdbuscpp2xml --help"
#
# QT_FOUND If false, don't try to use Qt.
# QT4_FOUND If false, don't try to use Qt 4.