From: Tasuku Suzuki Date: Wed, 21 Nov 2012 04:24:20 +0000 (+0900) Subject: Enable gui build with QT_NO_SYSTEMTRAYICON X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49f17c815399697769a47f88d3f31460abf32f6d;p=profile%2Fivi%2Fqtbase.git Enable gui build with QT_NO_SYSTEMTRAYICON Task-number: QTBUG-24816 Change-Id: I5b53392bee3990ec5c7235cc615b4a477fb62089 Reviewed-by: Oswald Buddenhagen --- diff --git a/src/gui/kernel/qplatformsystemtrayicon.h b/src/gui/kernel/qplatformsystemtrayicon.h index 236a80d..a93fab3 100644 --- a/src/gui/kernel/qplatformsystemtrayicon.h +++ b/src/gui/kernel/qplatformsystemtrayicon.h @@ -43,10 +43,10 @@ #ifndef QPLATFORMSYSTEMTRAYICON_H #define QPLATFORMSYSTEMTRAYICON_H -#ifndef QT_NO_SYSTEMTRAYICON - #include "QtCore/qobject.h" +#ifndef QT_NO_SYSTEMTRAYICON + QT_BEGIN_NAMESPACE class QPlatformMenu;