From 29408349ee6f9010b867e48092f87a62cb5a97cb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 21 Jul 2010 16:09:16 +0000 Subject: fix documentation for QXMPP_NO_GUI flag --- source/QXmppClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index c491921a..7427972e 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -70,8 +70,8 @@ class QXmppVCardManager; /// to the server on disconnections due to an error. User can have a custom /// reconnection mechanism as well. /// -/// For removing QXmpp dependency in QtGui, use DEFINE = QXMPP_NO_GUI -/// in the source.pro file and build as usual +/// For removing QXmpp dependency in QtGui, use DEFINES += QXMPP_NO_GUI +/// in the source.pro file and build as usual. /// /// \ingroup Core -- cgit v1.2.3