summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-30 23:59:09 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-30 23:59:09 +0300
commitcc87cce57186c59fdf49a9f46d216063757638ec (patch)
tree6499daff872f9464c53a390bb6bd0543d4639226 /src/keyboardconfig.h
parent0fc75f671dace65f1ed8d5b6a66b17b9ab15a9c2 (diff)
downloadplus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.gz
plus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.bz2
plus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.xz
plus-cc87cce57186c59fdf49a9f46d216063757638ec.zip
Rename isKeyActive to isActionActive om keyboard config class.
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index 45c5ba65f..33ce6ea49 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -136,7 +136,7 @@ class KeyboardConfig
/**
* Checks if the key is active, by providing the key function index.
*/
- bool isKeyActive(int index) const;
+ bool isActionActive(int index) const;
/**
* Takes a snapshot of all the active keys.