From 16f77f3ff06a1a5051a0b12d6223aa85a16e7f28 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 31 May 2006 13:51:06 +0000 Subject: - fix warning when calling automoc after qdbus_add_* - consistent naming svn path=/trunk/KDE/kdelibs/; revision=546947 --- modules/FindQtDBus.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/FindQtDBus.cmake') diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake index f5e2e181..eb3abcff 100644 --- a/modules/FindQtDBus.cmake +++ b/modules/FindQtDBus.cmake @@ -16,7 +16,7 @@ # QDBUS_GENERATE_INTERFACE(file.h) # Generates the XML interface description from the given header file. # -# QDBUS_ADD_ADAPTOR(SRC_VAR file1.xml ... fileN.xml) +# QDBUS_ADD_ADAPTORS(SRC_VAR file1.xml ... fileN.xml) # Generates adaptor code from the given XML files. # -- cgit v1.2.1