summaryrefslogtreecommitdiffstats
path: root/examples/hapticsplayer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hapticsplayer/main.cpp')
-rw-r--r--examples/hapticsplayer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hapticsplayer/main.cpp b/examples/hapticsplayer/main.cpp
index a6b2c6ecd1..72d973df9c 100644
--- a/examples/hapticsplayer/main.cpp
+++ b/examples/hapticsplayer/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
HapticsPlayer w;
#if defined Q_OS_SYMBIAN || defined (Q_OS_WINCE)
- w.setWindowState(Qt::WindowMaximized);
+ w.showMaximized();
#endif
w.show();