From c480b91a5afe1f259287c3c4173ec02f2b4854cb Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 14 May 2003 12:08:54 +0000 Subject: patch by Scott Bronson kill the duplicated config.cpp and config.h file add proper default values so that kpacman actually works out of the box Config wanted to read kpacman.conf but this file did only exist globally --- (limited to 'noncore/games/kpacman/keys.cpp') diff --git a/noncore/games/kpacman/keys.cpp b/noncore/games/kpacman/keys.cpp index 8b17785..07ce135 100644 --- a/noncore/games/kpacman/keys.cpp +++ b/noncore/games/kpacman/keys.cpp @@ -13,7 +13,7 @@ #elif defined( QPE_PORT ) #include #include -#include "config.h" +#include #include "keys.h" #endif @@ -193,11 +193,13 @@ void Keys::init() void Keys::ok() { + /* APP_CONFIG_BEGIN( cfg ); cfg->writeEntry("upKey", (const char*) labels[0]->text() ); cfg->writeEntry("downKey", (const char*) labels[1]->text() ); cfg->writeEntry("leftKey", (const char*) labels[2]->text() ); cfg->writeEntry("rightKey",(const char*) labels[3]->text() ); APP_CONFIG_END( cfg ); + */ accept(); } -- cgit v0.9.0.2