summaryrefslogtreecommitdiffstats
path: root/kpacman/kpacman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/kpacman.cpp')
-rw-r--r--kpacman/kpacman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpacman/kpacman.cpp b/kpacman/kpacman.cpp
index 8d91f17..08f23cf 100644
--- a/kpacman/kpacman.cpp
+++ b/kpacman/kpacman.cpp
@@ -445,7 +445,7 @@ void KpacmanApp::slotKeyBindings()
slotStatusMsg(i18n("Configure key bindings..."));
///////////////////////////////////////////////////////////////////
// configure key bindings
- Keys *keys = new Keys();
+ PKeys *keys = new PKeys();
if (keys->exec() == TQDialog::Accepted) {
view->referee->initKeys();
view->score->initKeys();