mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -28,10 +28,14 @@
|
||||
#include <qtimer.h>
|
||||
#include <qlabel.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qdatetimeedit.h>
|
||||
#include <q3datetimeedit.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qspinbox.h>
|
||||
#include <qcheckbox.h>
|
||||
//Added by qt3to4:
|
||||
#include <QCloseEvent>
|
||||
#include <QPaintEvent>
|
||||
#include <QResizeEvent>
|
||||
|
||||
#include <rdtransportbutton.h>
|
||||
#include <rdstereometer.h>
|
||||
@@ -107,9 +111,9 @@ class RecordCut : public QDialog
|
||||
QRadioButton *cut_startdatetime_enable_button;
|
||||
QRadioButton *cut_startdatetime_disable_button;
|
||||
QLabel *cut_startdatetime_label;
|
||||
QDateTimeEdit *cut_startdatetime_edit;
|
||||
Q3DateTimeEdit *cut_startdatetime_edit;
|
||||
QLabel *cut_enddatetime_label;
|
||||
QDateTimeEdit *cut_enddatetime_edit;
|
||||
Q3DateTimeEdit *cut_enddatetime_edit;
|
||||
QLabel *cut_daypart_label;
|
||||
QRadioButton *cut_starttime_enable_button;
|
||||
QRadioButton *cut_starttime_disable_button;
|
||||
|
Reference in New Issue
Block a user