diff --git a/src/pardialog.h b/src/pardialog.h --- a/src/pardialog.h +++ b/src/pardialog.h @@ -1,3 +1,29 @@ +/* + * + * $Id$ + * + * This file is part of the Virtual Leaf. + * + * VirtualLeaf 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. + * + * VirtualLeaf 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 the Virtual Leaf. If not, see . + * + * Copyright 2010 Roeland Merks. + * + */ + +// WARNING: This file is automatically generated by make_parameter_source.pl. Do not edit. +// All edits will be discarded. + #ifndef PARAMETER_DIALOG_H #define PARAMETER_DIALOG_H #include @@ -118,5 +144,8 @@ class ParameterDialog : public QDialog { QLineEdit *b4_edit; QLineEdit *dir1_edit; QLineEdit *dir2_edit; + QLineEdit *export_interval_edit; + QLineEdit *export_fn_prefix_edit; }; #endif +