diff options
-rw-r--r-- | src/fluxbox.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index e0973c3..b6ac9b7 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.32 2002/10/23 17:32:30 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.33 2002/11/27 21:59:25 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -77,7 +77,7 @@ class AtomHandler; | |||
77 | singleton type | 77 | singleton type |
78 | */ | 78 | */ |
79 | class Fluxbox : public BaseDisplay, public TimeoutHandler, | 79 | class Fluxbox : public BaseDisplay, public TimeoutHandler, |
80 | public FbTk::EventHandler<FbTk::SignalEvent>, | 80 | public FbTk::SignalEventHandler, |
81 | public FbAtoms, | 81 | public FbAtoms, |
82 | public FbTk::Observer { | 82 | public FbTk::Observer { |
83 | public: | 83 | public: |
@@ -161,7 +161,7 @@ public: | |||
161 | void checkMenu(); | 161 | void checkMenu(); |
162 | 162 | ||
163 | /// handle any system signal sent to the application | 163 | /// handle any system signal sent to the application |
164 | void handleEvent(FbTk::SignalEvent * const signum); | 164 | void handleSignal(int signum); |
165 | void update(FbTk::Subject *changed); | 165 | void update(FbTk::Subject *changed); |
166 | 166 | ||
167 | void attachSignals(FluxboxWindow &win); | 167 | void attachSignals(FluxboxWindow &win); |