From 3374687fefbbe2b5849e67346696b2079b317be2 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 11 Aug 2003 17:15:51 +0000
Subject: using timer command

---
 src/fluxbox.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 1d35f83..5aa44a7 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: fluxbox.hh,v 1.70 2003/08/10 12:50:04 rathnor Exp $
+// $Id: fluxbox.hh,v 1.71 2003/08/11 17:15:51 fluxgen Exp $
 
 #ifndef	 FLUXBOX_HH
 #define	 FLUXBOX_HH
@@ -71,7 +71,7 @@ class FbAtoms;
 /**
 	singleton type
 */
-class Fluxbox : public FbTk::App, public FbTk::TimeoutHandler, 
+class Fluxbox : public FbTk::App,
                 public FbTk::SignalEventHandler,
                 public FbTk::Observer {
 public:
@@ -185,7 +185,7 @@ public:
     void attachSignals(FluxboxWindow &win);
     void attachSignals(WinClient &winclient);
 	
-    virtual void timeout();
+    void timed_reconfigure();
 
     bool isStartup() const { return m_starting; }
     enum { B_AMERICANDATE = 1, B_EUROPEANDATE };
-- 
cgit v0.11.2