summaryrefslogtreecommitdiff
path: root/gtk2_ardour/grouped_buttons.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-09-25 19:24:25 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-09-25 19:24:25 +0000
commitf872433e8e81ba5a3a9ebffa32c6ddd9e3358f07 (patch)
treeb683884d626c0b26103cff341df50d8a9713c7be /gtk2_ardour/grouped_buttons.h
parentaa62659c78627fb3821e9cb910f198aa453a1eaf (diff)
It begins.
git-svn-id: svn://localhost/trunk/ardour2@27 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/grouped_buttons.h')
-rw-r--r--gtk2_ardour/grouped_buttons.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/grouped_buttons.h b/gtk2_ardour/grouped_buttons.h
index ff8051a120..2bb067fcd0 100644
--- a/gtk2_ardour/grouped_buttons.h
+++ b/gtk2_ardour/grouped_buttons.h
@@ -18,19 +18,19 @@
$Id$
*/
-#ifndef __gtkmmext_grouped_buttons_h__
-#define __gtkmmext_grouped_buttons_h__
+#ifndef __gtkmm2ext_grouped_buttons_h__
+#define __gtkmm2ext_grouped_buttons_h__
#include <stdint.h>
#include <vector>
-#include <sigc++/signal_system.h>
+#include <sigc++/signal.h>
namespace Gtk {
class ToggleButton;
};
-class GroupedButtons : public SigC::Object
+class GroupedButtons : public sigc::trackable
{
public:
GroupedButtons (uint32_t nbuttons, uint32_t first_active);
@@ -46,4 +46,4 @@ class GroupedButtons : public SigC::Object
void one_clicked (uint32_t which);
};
-#endif /* __gtkmmext_grouped_buttons_h__ */
+#endif /* __gtkmm2ext_grouped_buttons_h__ */