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

* Removed the 'Q3ProgressBar' dependency from rdlogedit(1).
This commit is contained in:
Fred Gleason
2020-02-26 16:16:57 -05:00
parent fb9c23483f
commit 884d7522de
3 changed files with 19 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
//
// Log Rendering Dialog for Rivendell.
//
// (C) Copyright 2017-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2017-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -21,9 +21,8 @@
#ifndef RENDER_DIALOG_H
#define RENDER_DIALOG_H
#include <q3progressdialog.h>
#include <qdatetimeedit.h>
#include <qprogressdialog.h>
#include <rdcut_dialog.h>
#include <rddialog.h>
@@ -53,6 +52,7 @@ class RenderDialog : public RDDialog
void selectData();
void starttimeSourceData(int item);
void audiosettingsData();
void lineStartedData(int linno,int totallines);
void renderData();
void cancelData();
@@ -69,7 +69,7 @@ class RenderDialog : public RDDialog
int render_first_line;
int render_last_line;
RDSettings *render_settings;
Q3ProgressDialog *render_progress_dialog;
QProgressDialog *render_progress_dialog;
QLabel *render_to_label;
QComboBox *render_to_box;
QLabel *render_filename_label;