mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
|
||||
#include <rdsvc.h>
|
||||
|
||||
@@ -45,7 +45,7 @@ class AutofillCarts : public QDialog
|
||||
private:
|
||||
void RefreshList();
|
||||
RDSvc *svc_svc;
|
||||
QListView *svc_cart_list;
|
||||
Q3ListView *svc_cart_list;
|
||||
QString svc_cart_filter;
|
||||
QString svc_cart_group;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user