diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-11 19:42:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-11 19:42:43 +0000 |
| commit | 77ab46d1e35d48e73c201e6de88b26f48bb06425 (patch) | |
| tree | 6d2e5052e9d3a77f20a34354af9a266fff5d59a1 /src/actions.hh | |
| parent | f1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d (diff) | |
removing all prefixes completed
Diffstat (limited to 'src/actions.hh')
| -rw-r--r-- | src/actions.hh | 10 |
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); |
