Code

Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly include...
authorscislac <scislac@users.sourceforge.net>
Mon, 13 Jul 2009 23:32:16 +0000 (23:32 +0000)
committerscislac <scislac@users.sourceforge.net>
Mon, 13 Jul 2009 23:32:16 +0000 (23:32 +0000)
src/dialogs/item-properties.cpp
src/ege-adjustment-action.cpp
src/ege-select-one-action.cpp
src/ui/dialog/filter-effects-dialog.cpp
src/widgets/sp-color-icc-selector.cpp

index 44a479b6cafb67d223d1101d26b31b0bb9bcca40..211b800dc0f66c116e721cda3ec2ef93e64dbf8c 100644 (file)
@@ -19,7 +19,7 @@
 #include <gtk/gtkhbox.h>
 #include <gtk/gtktable.h>
 #include <gtk/gtkcheckbutton.h>
-#include <gtk/gtkspinbutton.h>
+#include <gtk/gtk.h>
 #include <gtk/gtklabel.h>
 #include <gtk/gtkframe.h>
 #include <gtk/gtkexpander.h>
index 94232810054a6545620527584e9a02be661d4525..e6ec392adaf1c0c5e4991d68694549326f070f8a 100644 (file)
@@ -47,7 +47,7 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtkversion.h>
 #include <gtk/gtktoolitem.h>
-#include <gtk/gtkspinbutton.h>
+#include <gtk/gtk.h>
 #include <gtk/gtkhscale.h>
 #if GTK_CHECK_VERSION(2,12,0)
 #include <gtk/gtkscalebutton.h>
index 5c552a6e762a952d9f7e8b2e302313626eda4be0..6de22495d0fe0c2f0902f2b2ae8130a353944435 100644 (file)
@@ -44,7 +44,7 @@
 #include <gtk/gtkhbox.h>
 #include <gtk/gtklabel.h>
 #include <gtk/gtktoolitem.h>
-#include <gtk/gtkcombobox.h>
+#include <gtk/gtk.h>
 #include <gtk/gtkcellrenderertext.h>
 #include <gtk/gtkcellrendererpixbuf.h>
 #include <gtk/gtkcelllayout.h>
index 1a73dd9a1288b665395e6da7ade62b1d0b7872d5..baf46970a697948e0f0ef64c3474ba68bee1e74b 100644 (file)
@@ -15,7 +15,7 @@
 # include <config.h>
 #endif
 
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include <gtkmm/cellrenderertext.h>
 #include <gtkmm/colorbutton.h>
 #include <gtkmm/messagedialog.h>
index b1829092373e0c9f51eb64dbe660a43bcad62b0a..392a52c6d0cf944b67350d459329577d579f296c 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 #include <math.h>
 #include <gtk/gtkbutton.h>
-#include <gtk/gtkcombobox.h>
+#include <gtk/gtk.h>
 #include <gtk/gtksignal.h>
 #include <gtk/gtklabel.h>
 #include <gtk/gtktable.h>