14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include <qprocess.h> |
19 #include <QProcess> |
20 #include <qtemporaryfile.h> |
20 #include <QTemporaryFile> |
21 #include <qeventloop.h> |
21 #include <QDialog> |
22 #include <qdialog.h> |
22 #include <QDialogButtonBox> |
23 #include <qdialogbuttonbox.h> |
23 #include <QSpinBox> |
24 #include <qspinbox.h> |
24 #include <QCheckBox> |
25 #include <qcheckbox.h> |
25 #include <QComboBox> |
26 #include <qcombobox.h> |
26 |
27 #include "common.h" |
27 #include "common.h" |
28 #include "config.h" |
28 #include "config.h" |
29 #include "misc.h" |
29 #include "misc.h" |
30 #include "extprogs.h" |
30 #include "extprogs.h" |
31 #include "gui.h" |
31 #include "gui.h" |
32 #include "file.h" |
32 #include "file.h" |
33 #include "radiobox.h" |
33 #include "widgets.h" |
34 #include "history.h" |
34 #include "history.h" |
35 #include "labeledwidget.h" |
35 #include "labeledwidget.h" |
36 |
36 |
37 // ============================================================================= |
37 // ============================================================================= |
38 cfg (str, prog_isecalc, ""); |
38 cfg (str, prog_isecalc, ""); |