Work on getting rid of trns_chain_finalize().
[pspp] / glade / dialog.c
index 2d67443c0ed48efeec74e9c6c20847057f5272aa..7b13226e01d25203fb748119f61360d25014c7ae 100644 (file)
@@ -1,13 +1,14 @@
+#include <config.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 
 #include "psppire-dialog.h"
 #include <string.h>
-#include <glade-gtk.h>
 #include <assert.h>
+#include <gladeui/glade.h>
 
 
-void GLADEGTK_API
+void
 glade_psppire_dialog_post_create (GladeWidgetAdaptor *adaptor,
                                  GObject            *object,
                                  GladeCreateReason   reason)