Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / preview.h
index 6018ff0..962a537 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file preview.h
 **     \brief Previews an animation
 **
-**     $Id: preview.h,v 1.2 2005/01/10 08:13:44 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -26,6 +26,9 @@
 #define __SYNFIG_PREVIEW_H
 
 /* === H E A D E R S ======================================================= */
+#include <ETL/handle>
+#include <ETL/clock> /* indirectly includes winnt.h on WIN32 - needs to be included before gtkmm headers, which fix this */
+
 #include <gtkmm/drawingarea.h>
 #include <gtkmm/table.h>
 #include <gtkmm/adjustment.h>
@@ -45,9 +48,6 @@
 
 #include "widget_sound.h"
 
-#include <ETL/handle>
-#include <ETL/clock>
-
 #include <vector>
 
 /* === M A C R O S ========================================================= */
@@ -201,7 +201,7 @@ class Widget_Preview : public Gtk::Table
        etl::clock      timer;
 
        //int           curindex; //for later
-       SigC::Connection        timecon;
+       sigc::connection        timecon;
 
        void slider_move(); //later to be a time_slider that's cooler
        bool play_update();