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:
@@ -22,8 +22,10 @@
|
||||
#define RDLISTSVCS_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qlistbox.h>
|
||||
#include <q3listbox.h>
|
||||
#include <qpushbutton.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
|
||||
class RDListSvcs : public QDialog
|
||||
{
|
||||
@@ -38,7 +40,7 @@ class RDListSvcs : public QDialog
|
||||
int exec(QString *svcname);
|
||||
|
||||
private slots:
|
||||
void doubleClickedData(QListBoxItem *item);
|
||||
void doubleClickedData(Q3ListBoxItem *item);
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
@@ -46,7 +48,7 @@ class RDListSvcs : public QDialog
|
||||
void resizeEvent(QResizeEvent *e);
|
||||
|
||||
private:
|
||||
QListBox *edit_svc_list;
|
||||
Q3ListBox *edit_svc_list;
|
||||
QString *edit_svcname;
|
||||
QPushButton *edit_ok_button;
|
||||
QPushButton *edit_cancel_button;
|
||||
|
||||
Reference in New Issue
Block a user