Correcting revision 251. We should include <gtkmm/tooltips.h> into preview.h, not...
[synfig.git] / synfig-studio / trunk / src / gtkmm / preview.h
index ba36491..a8077ea 100644 (file)
@@ -35,6 +35,7 @@
 #include <gtkmm/scrollbar.h>
 #include <gtkmm/checkbutton.h>
 #include <gtkmm/canvasview.h>
+#include <gtkmm/tooltips.h>
 
 #include <synfig/time.h>
 #include <synfig/vector.h>
@@ -168,6 +169,7 @@ class Widget_Preview : public Gtk::Table
        Gtk::Adjustment         adj_time_scrub; //the adjustment for the managed scrollbar
        Gtk::HScrollbar         scr_time_scrub;
        Gtk::ToggleButton       b_loop;
+       Gtk::Tooltips           tooltips;
                
        //Glib::RefPtr<Gdk::GC>         gc_area;
        Glib::RefPtr<Gdk::Pixbuf>       currentbuf;