mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +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,14 +40,14 @@ class ListEndpoints : public QDialog
|
||||
|
||||
private slots:
|
||||
void editData();
|
||||
void doubleClickedData(QListViewItem *item,const QPoint &pt,int col);
|
||||
void doubleClickedData(Q3ListViewItem *item,const QPoint &pt,int col);
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
private:
|
||||
RDMatrix *list_matrix;
|
||||
RDMatrix::Endpoint list_endpoint;
|
||||
QListView *list_list_view;
|
||||
Q3ListView *list_list_view;
|
||||
int list_size;
|
||||
QString list_table;
|
||||
bool list_readonly;
|
||||
|
Reference in New Issue
Block a user