X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ftranspose-dialog.h;h=91ab97db5d5c8750923c55f2ccb9bacaac474518;hb=ecef385b0191afa4c27927146ac1f6c5a1852119;hp=70266df4ee61dfeedde6dfc0011615c996447b0a;hpb=a10cebe053263d7e936b6533a3dbf5ac2f0586a1;p=pspp diff --git a/src/ui/gui/transpose-dialog.h b/src/ui/gui/transpose-dialog.h index 70266df4ee..91ab97db5d 100644 --- a/src/ui/gui/transpose-dialog.h +++ b/src/ui/gui/transpose-dialog.h @@ -1,30 +1,26 @@ -/* - PSPPIRE --- A Graphical User Interface for PSPP - Copyright (C) 2007 Free Software Foundation +/* PSPPIRE - a graphical user interface for PSPP. + Copyright (C) 2007 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef TRANSPOSE_DIALOG_H #define TRANSPOSE_DIALOG_H -#include -#include +#include "psppire-data-window.h" -void transpose_dialog (GObject *o, gpointer data); +void transpose_dialog (PsppireDataWindow * data); #endif