summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/kcheckers/main.cpp') (more/less context) (ignore 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
@@ -11,7 +11,7 @@ int main(int argc, char *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}