2008-11-25 Alberto Garcia <agarcia@igalia.com>
[hildon] / src / hildon-seekbar.h
index 649d0f2..58bb62c 100644 (file)
  *
  */
 
+#ifndef                                         HILDON_DISABLE_DEPRECATED
+
 #ifndef                                         __HILDON_SEEKBAR_H__
 #define                                         __HILDON_SEEKBAR_H__
 
-#include                                        <gtk/gtkscale.h>
+#include                                        <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -95,3 +97,5 @@ hildon_seekbar_get_fraction                     (HildonSeekbar *seekbar);
 G_END_DECLS
 
 #endif                                          /* __HILDON_SEEKBAR_H__ */
+
+#endif                                          /* HILDON_DISABLE_DEPRECATED */