2020-02-25 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'Q3ProgressDialog' dependency from the 'Select Cart'
	dialog.
This commit is contained in:
Fred Gleason
2020-02-25 16:24:10 -05:00
parent 758833120c
commit 080a89d139
12 changed files with 43 additions and 10 deletions

View File

@@ -21,11 +21,11 @@
#ifndef RDCART_DIALOG_H
#define RDCART_DIALOG_H
#include <qlineedit.h>
#include <qlabel.h>
#include <qpushbutton.h>
#include <q3progressdialog.h>
#include <qcheckbox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qprogressdialog.h>
#include <qpushbutton.h>
#include <rdbusydialog.h>
#include <rdcart.h>
@@ -104,7 +104,7 @@ class RDCartDialog : public RDDialog
QString *cart_service;
int cart_service_quan;
RDStation::FilterMode cart_filter_mode;
Q3ProgressDialog *cart_progress_dialog;
QProgressDialog *cart_progress_dialog;
QString cart_import_path;
QString cart_import_file_filter;
bool *cart_temp_allowed;