gui: Factor out duplicated code for executing and pasting syntax.
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.h
index f770dfac25f6ce3c9e4cf2f43299dc91edbb5e4f..1aeaee988dce3db0f87af4749034960d3eb04b72 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008  Free Software Foundation
+   Copyright (C) 2008, 2010  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -17,8 +17,8 @@
 #ifndef TEXT_DATA_IMPORT_DIALOG_H
 #define TEXT_DATA_IMPORT_DIALOG_H
 
-#include <glib-object.h>
+#include <gtk/gtk.h>
 
-void text_data_import_assistant (GObject *o, gpointer data);
+void text_data_import_assistant (GtkWindow *parent_window);
 
 #endif