summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwidget_win.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 14:18:07 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 15:09:30 +0200
commit2ed4e4afbb267c407699bbb384af778f84168c2f (patch)
treede69f3e3936a1ca43465d1f7c99839496021fbf7 /src/gui/kernel/qwidget_win.cpp
parentd0f43348e5cc88cffa134361313084ce7cc3f30f (diff)
downloadqt4-tools-2ed4e4afbb267c407699bbb384af778f84168c2f.tar.gz
remove unused member from QWidgetData on Windows CE
Reviewed-by: thartman
Diffstat (limited to 'src/gui/kernel/qwidget_win.cpp')
-rw-r--r--src/gui/kernel/qwidget_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_win.cpp b/src/gui/kernel/qwidget_win.cpp
index c705e2ad42..a0982f4b68 100644
--- a/src/gui/kernel/qwidget_win.cpp
+++ b/src/gui/kernel/qwidget_win.cpp
@@ -1402,7 +1402,7 @@ void QWidgetPrivate::setGeometry_sys(int x, int y, int w, int h, bool isMove)
SetWindowPlacement(q->internalWinId(), &wndpl);
} else {
#else
- if (data.window_state_internal & Qt::WindowMaximized) {
+ if (data.window_state & Qt::WindowMaximized) {
qt_wince_maximize(q);
} else {
#endif