mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 08:43:58 +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:
@@ -24,10 +24,12 @@
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qlabel.h>
|
||||
//Added by qt3to4:
|
||||
#include <QKeyEvent>
|
||||
|
||||
#include <vector>
|
||||
#include <rdhotkeys.h>
|
||||
@@ -64,7 +66,7 @@ class EditHotkeys : public QDialog
|
||||
private:
|
||||
void SetRow(const QString ¶m,QString value) const;
|
||||
RDHotkeys *station_hotkeys;
|
||||
QListView *list_view;
|
||||
Q3ListView *list_view;
|
||||
QString hotkeystrokes;
|
||||
QString hotkey_conf;
|
||||
QString hotkey_module;
|
||||
|
||||
Reference in New Issue
Block a user