summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/actions.hh b/src/actions.hh
index f98c91d9..603450e4 100644
--- a/src/actions.hh
+++ b/src/actions.hh
@@ -25,7 +25,7 @@ namespace ob {
When these actions are fired, hooks to the guile engine are fired so that
guile code is run.
*/
-class OBActions : public otk::OtkEventHandler {
+class Actions : public otk::EventHandler {
public:
#ifndef SWIG // get rid of a swig warning
struct ButtonReleaseAction {
@@ -61,10 +61,10 @@ private:
void removePress(const XButtonEvent &e);
public:
- //! Constructs an OBActions object
- OBActions();
- //! Destroys the OBActions object
- virtual ~OBActions();
+ //! Constructs an Actions object
+ Actions();
+ //! Destroys the Actions object
+ virtual ~Actions();
virtual void buttonPressHandler(const XButtonEvent &e);
virtual void buttonReleaseHandler(const XButtonEvent &e);