mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2019-10-02 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdcatch(1) to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit a Rivendell RDCatch Playout
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>/
|
||||
// (C) Copyright 2002-2019 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,21 +21,15 @@
|
||||
#ifndef EDIT_PLAYOUT_H
|
||||
#define EDIT_PLAYOUT_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlineedit.h>
|
||||
#include <q3datetimeedit.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qspinbox.h>
|
||||
#include <qlabel.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qdatetimeedit.h>
|
||||
|
||||
#include <rdrecording.h>
|
||||
#include <rddeck.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdrecording.h>
|
||||
|
||||
class EditPlayout : public QDialog
|
||||
class EditPlayout : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -63,7 +57,7 @@ class EditPlayout : public QDialog
|
||||
RDRecording *edit_recording;
|
||||
QCheckBox *edit_active_button;
|
||||
QComboBox *edit_station_box;
|
||||
Q3TimeEdit *edit_starttime_edit;
|
||||
QTimeEdit *edit_starttime_edit;
|
||||
QLineEdit *edit_description_edit;
|
||||
QString edit_cutname;
|
||||
QLineEdit *edit_destination_edit;
|
||||
|
Reference in New Issue
Block a user