summaryrefslogtreecommitdiffstats
path: root/src/widgets/symbian/qsymbianevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/symbian/qsymbianevent.h')
-rw-r--r--src/widgets/symbian/qsymbianevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/symbian/qsymbianevent.h b/src/widgets/symbian/qsymbianevent.h
index 6a7984ed0b..2ecc846a8e 100644
--- a/src/widgets/symbian/qsymbianevent.h
+++ b/src/widgets/symbian/qsymbianevent.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Gui)
-class Q_GUI_EXPORT QSymbianEvent
+class Q_WIDGETS_EXPORT QSymbianEvent
{
public:
enum Type {
@@ -96,7 +96,7 @@ inline bool QSymbianEvent::isValid() const
}
#ifndef QT_NO_DEBUG_STREAM
-Q_GUI_EXPORT QDebug operator<<(QDebug dbg, const QSymbianEvent *o);
+Q_WIDGETS_EXPORT QDebug operator<<(QDebug dbg, const QSymbianEvent *o);
#endif
QT_END_NAMESPACE