mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +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,7 +28,7 @@
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
#include <qspinbox.h>
|
||||
#include <qdatetimeedit.h>
|
||||
#include <q3datetimeedit.h>
|
||||
|
||||
#include <rdlistselector.h>
|
||||
|
||||
@@ -80,9 +80,9 @@ class EditReport : public QDialog
|
||||
QCheckBox *edit_daypart_check;
|
||||
QLabel *edit_daypart_label;
|
||||
QLabel *edit_starttime_label;
|
||||
QTimeEdit *edit_starttime_edit;
|
||||
Q3TimeEdit *edit_starttime_edit;
|
||||
QLabel *edit_endtime_label;
|
||||
QTimeEdit *edit_endtime_edit;
|
||||
Q3TimeEdit *edit_endtime_edit;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user