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:
@@ -25,7 +25,7 @@
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
|
||||
#include <rduser.h>
|
||||
#include <rdmatrix.h>
|
||||
@@ -40,12 +40,12 @@ class ListGrids : public QDialog
|
||||
|
||||
private slots:
|
||||
void editData();
|
||||
void doubleClickedData(QListViewItem *,const QPoint &,int);
|
||||
void doubleClickedData(Q3ListViewItem *,const QPoint &,int);
|
||||
void closeData();
|
||||
|
||||
private:
|
||||
void RefreshList();
|
||||
QListView *edit_grids_list;
|
||||
Q3ListView *edit_grids_list;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user