diff options
Diffstat (limited to 'src/gui/kernel/qwindowdefs.h')
-rw-r--r-- | src/gui/kernel/qwindowdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwindowdefs.h b/src/gui/kernel/qwindowdefs.h index 06581c0..b1f4d1a 100644 --- a/src/gui/kernel/qwindowdefs.h +++ b/src/gui/kernel/qwindowdefs.h @@ -131,10 +131,10 @@ QT_END_HEADER #endif // Q_WS_QWS -#if defined(Q_WS_S60) +#if defined(Q_OS_SYMBIAN) class CCoeControl; typedef CCoeControl * WId; -#endif // Q_WS_S60 +#endif // Q_OS_SYMBIAN QT_BEGIN_HEADER QT_BEGIN_NAMESPACE |