summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/kcheckers/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kcheckers/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kcheckers/main.cpp b/noncore/games/kcheckers/main.cpp
index ac86271..b8dd620 100644
--- a/noncore/games/kcheckers/main.cpp
+++ b/noncore/games/kcheckers/main.cpp
@@ -8,11 +8,11 @@
8int main(int argc, char *argv[]) 8int main(int argc, char *argv[])
9{ 9{
10 QPEApplication app(argc,argv); 10 QPEApplication app(argc,argv);
11 11
12 KCheckers kcheckers; 12 KCheckers kcheckers;
13 app.setMainWidget(&kcheckers); 13 app.setMainWidget(&kcheckers);
14 kcheckers.show(); 14 kcheckers.showMaximized();
15 15
16 return app.exec(); 16 return app.exec();
17} 17}
18 18