summaryrefslogtreecommitdiffstats
path: root/examples/sql/drilldown/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/drilldown/main.cpp')
-rw-r--r--examples/sql/drilldown/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/drilldown/main.cpp b/examples/sql/drilldown/main.cpp
index e3c8fa7cce..9bfa57cbc9 100644
--- a/examples/sql/drilldown/main.cpp
+++ b/examples/sql/drilldown/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
#ifndef Q_OS_SYMBIAN
view.show();
#else
- view.showFullScreen();
+ view.showMaximized();
#endif
#ifdef QT_KEYPAD_NAVIGATION
QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);