]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/zonebar.h
Handle sensors in a separate class
[r2c2.git] / source / designer / zonebar.h
index ded63ad6a8e81da7e94cd839215f5e267162969e..2b48b1cf004d5a029d55da0259e2f455ed52ab5f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ZONEBAR_H_
 #define ZONEBAR_H_
 
@@ -13,7 +6,7 @@ Distributed under the GPL
 
 class Designer;
 
-class Zonebar: public Toolbar
+class Zonebar: public Toolbar, public sigc::trackable
 {
 private:
        Designer &designer;