From 2cfbb2adc058b59140a14ba6bbfc057266fea0b8 Mon Sep 17 00:00:00 2001 From: leseb Date: Tue, 11 Jun 2002 16:25:06 +0000 Subject: Version 0.3 port --- (limited to 'noncore/games/kcheckers/main.cpp') 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[]) KCheckers kcheckers; app.setMainWidget(&kcheckers); - kcheckers.show(); + kcheckers.showMaximized(); return app.exec(); } -- cgit v0.9.0.2