diff options
Diffstat (limited to 'src/ui/keyboardmanager.cpp')
| -rw-r--r-- | src/ui/keyboardmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keyboardmanager.cpp b/src/ui/keyboardmanager.cpp index 024f12bae..3e4056eab 100644 --- a/src/ui/keyboardmanager.cpp +++ b/src/ui/keyboardmanager.cpp @@ -34,7 +34,7 @@ KeyboardManager::KeyboardManager (PlayList* pl) bool KeyboardManager::handleKeyPress (QKeyEvent* ke) { - bool handled = TRUE; + bool handled = true; switch (ke->key()) { case Qt::Key_Up: |
