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

* Removed the 'Q3ButtonGroup' dependency from the 'Import Audio'
	dialog.
This commit is contained in:
Fred Gleason
2020-02-25 14:01:52 -05:00
parent a29dd16eb8
commit 44e29008e3
3 changed files with 14 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
//
// Audio File Importation Dialog for Rivendell.
//
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-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
@@ -24,8 +24,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <q3buttongroup.h>
#include <qbuttongroup.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qtimer.h>
@@ -92,7 +91,7 @@ class RDImportAudio : public RDDialog
RDSettings *import_default_settings;
RDCut *import_clipboard;
bool *import_running;
Q3ButtonGroup *import_mode_group;
QButtonGroup *import_mode_group;
QRadioButton *import_importmode_button;
QRadioButton *import_exportmode_button;
QLabel *import_in_filename_label;