mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +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:
@@ -22,8 +22,10 @@
|
||||
#define RDLIST_GROUPS_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qpushbutton.h>
|
||||
//Added by qt3to4:
|
||||
#include <QCloseEvent>
|
||||
|
||||
class RDListGroups : public QDialog
|
||||
{
|
||||
@@ -35,7 +37,7 @@ class RDListGroups : public QDialog
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
private slots:
|
||||
void doubleClickedData(QListViewItem *item,const QPoint &pt,int col);
|
||||
void doubleClickedData(Q3ListViewItem *item,const QPoint &pt,int col);
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
@@ -45,7 +47,7 @@ class RDListGroups : public QDialog
|
||||
private:
|
||||
void BuildGroupList(const QString &username);
|
||||
QString *group_name;
|
||||
QListView *group_group_list;
|
||||
Q3ListView *group_group_list;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user