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:
Fred Gleason
2021-02-06 14:14:01 -05:00
parent 7015e64962
commit 804a144757
13 changed files with 86 additions and 170 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell Report
//
// (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,12 +21,12 @@
#ifndef EDIT_REPORT_H
#define EDIT_REPORT_H
#include <qcheckbox.h>
#include <qcombobox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qspinbox.h>
#include <q3datetimeedit.h>
#include <QCheckBox>
#include <QComboBox>
#include <QDateTimeEdit>
#include <QLabel>
#include <QLineEdit>
#include <QSpinBox>
#include <rddialog.h>
#include <rdlistselector.h>
@@ -77,11 +77,10 @@ class EditReport : public RDDialog
QCheckBox *edit_daypart_check;
QLabel *edit_daypart_label;
QLabel *edit_starttime_label;
Q3TimeEdit *edit_starttime_edit;
QTimeEdit *edit_starttime_edit;
QLabel *edit_endtime_label;
Q3TimeEdit *edit_endtime_edit;
QTimeEdit *edit_endtime_edit;
};
#endif
#endif // EDIT_REPORT_H