mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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:
@@ -22,8 +22,8 @@
|
||||
#define LIST_REPORTS_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qlistbox.h>
|
||||
#include <qtextedit.h>
|
||||
#include <q3listbox.h>
|
||||
#include <q3textedit.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qsqldatabase.h>
|
||||
@@ -41,13 +41,13 @@ class ListReports : public QDialog
|
||||
void addData();
|
||||
void editData();
|
||||
void deleteData();
|
||||
void doubleClickedData(QListBoxItem *item);
|
||||
void doubleClickedData(Q3ListBoxItem *item);
|
||||
void closeData();
|
||||
|
||||
private:
|
||||
void DeleteReport(QString rptname);
|
||||
void RefreshList(QString rptname="");
|
||||
QListBox *list_box;
|
||||
Q3ListBox *list_box;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user