mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2020-12-26 Fred Gleason <fredg@paravelsystems.com>
* Removed 'ListListViewItem' class from rdlogedit(1). * Removed 'LogListView' class from rdlogedit(1). * Removed dependency on 'Q3DateEdit' from rdlogedit(1). * Removed dependency on 'Q3PointArray' from rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef LIST_REPORTS_H
|
||||
#define LIST_REPORTS_H
|
||||
|
||||
#include <q3datetimeedit.h>
|
||||
#include <qdatetimeedit.h>
|
||||
|
||||
#include <qcombobox.h>
|
||||
|
||||
@@ -57,7 +57,7 @@ class ListReports : public RDDialog
|
||||
QDate list_end_date;
|
||||
bool list_auto_refresh;
|
||||
RDLogModel *list_model;
|
||||
Q3DateEdit *list_date_edit;
|
||||
QDateEdit *list_date_edit;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user