]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnomeBC.h
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / gnomeBC.h
index 15b1157b037f276f998a5dce353138287f707ca9..1b7f20073632dcd5f37196a3db7af978a7836afc 100644 (file)
 #ifndef GNOMEBC_H
 #define GNOMEBC_H
 
-#include <list>
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
-#include "ButtonControllerBase.h"
 #include "ButtonController.h"
 
 namespace Gtk {
 class Button;
 class Widget;
-}
+};
 
 class gnomeBC : public GuiBC<Gtk::Button, Gtk::Widget>
 {
@@ -42,7 +39,7 @@ private:
        void setWidgetEnabled(Gtk::Widget * obj, bool enabled);
 
        /// Set the label on the button
-       void setButtonLabel(Gtk::Button * btn, string const & label)
+       void setButtonLabel(Gtk::Button * btn, string const & label);
 };
 
 #endif // GNOMEBC_H