2021-01-22 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'Q3ButtonGroup' dependency from the 'Configure
	RDAirPlay' dialog in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-22 17:16:10 -05:00
parent 4be8879a0e
commit 376cd8e86b
3 changed files with 16 additions and 11 deletions

View File

@@ -21,8 +21,6 @@
#ifndef EDIT_RDAIRPLAY_H
#define EDIT_RDAIRPLAY_H
#include <q3buttongroup.h>
#include <QCheckBox>
#include <QComboBox>
#include <QLabel>
@@ -111,7 +109,8 @@ class EditRDAirPlay : public RDDialog
QSpinBox *air_aux2_box;
QCheckBox *air_auxlog_box[2];
QCheckBox *air_clearfilter_box;
Q3ButtonGroup *air_bar_group;
QLabel *air_baraction_label;
QComboBox *air_baraction_box;
QCheckBox *air_flash_box;
QCheckBox *air_panel_pause_box;
QCheckBox *air_show_counters_box;