aboutsummaryrefslogtreecommitdiff
path: root/src/ui/keyboardmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keyboardmanager.cpp')
-rw-r--r--src/ui/keyboardmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/keyboardmanager.cpp b/src/ui/keyboardmanager.cpp
index 3e4056eab..cbdc70c33 100644
--- a/src/ui/keyboardmanager.cpp
+++ b/src/ui/keyboardmanager.cpp
@@ -60,14 +60,14 @@ bool KeyboardManager::handleKeyPress (QKeyEvent* ke)
keyEnd(ke);
break;
default:
- handled = FALSE;
+ handled = false;
}
return handled;
}
bool KeyboardManager::handleKeyRelease (QKeyEvent*)
{
- return FALSE;
+ return false;
}
void KeyboardManager::keyUp (QKeyEvent * ke)