mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3DateTimeEdit' dependencies from rdadmin(1). * Removed 'Q3ListBox' dependencies from rdadmin(1). * Removed 'Q3TextEdit' dependencies from rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit an RDLogEdit Configuration
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 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,10 +21,8 @@
|
||||
#ifndef EDIT_RDLOGEDIT_H
|
||||
#define EDIT_RDLOGEDIT_H
|
||||
|
||||
#include <qlineedit.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qspinbox.h>
|
||||
#include <q3datetimeedit.h>
|
||||
#include <QComboBox>
|
||||
#include <QDateTimeEdit>
|
||||
|
||||
#include <rdcardselector.h>
|
||||
#include <rddialog.h>
|
||||
@@ -61,7 +59,7 @@ class EditRDLogedit : public RDDialog
|
||||
QSpinBox *lib_preroll_spin;
|
||||
QSpinBox *lib_threshold_spin;
|
||||
QSpinBox *lib_normalization_spin;
|
||||
Q3TimeEdit *lib_maxlength_time;
|
||||
QTimeEdit *lib_maxlength_time;
|
||||
QLineEdit *lib_waveform_caption_edit;
|
||||
QLineEdit *lib_startcart_edit;
|
||||
QLineEdit *lib_endcart_edit;
|
||||
|
||||
Reference in New Issue
Block a user