mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +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,11 +23,13 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qmainwindow.h>
|
||||
#include <q3mainwindow.h>
|
||||
#include <qsize.h>
|
||||
#include <qsizepolicy.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qsocketdevice.h>
|
||||
#include <q3socketdevice.h>
|
||||
//Added by qt3to4:
|
||||
#include <QCloseEvent>
|
||||
|
||||
#include <rdmacro.h>
|
||||
|
||||
@@ -37,7 +39,7 @@
|
||||
#define RDSOFTKEYS_USAGE "[--map-file=<filename>]\n\nWhere <filename> is the name of the file load soft key definitions from.\nThe default value is master Rivendell configuration file.\n"
|
||||
#define RDSOFTKEYS_DEFAULT_COLUMNS 1
|
||||
|
||||
class MainWidget : public QMainWindow
|
||||
class MainWidget : public Q3MainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -52,7 +54,7 @@ class MainWidget : public QMainWindow
|
||||
private:
|
||||
QString WrapText(QWidget *w,const QString &text);
|
||||
QPixmap *key_icon_map;
|
||||
QSocketDevice *key_socket;
|
||||
Q3SocketDevice *key_socket;
|
||||
unsigned key_columns;
|
||||
unsigned key_ysize;
|
||||
std::vector<QString> key_macros;
|
||||
|
||||
Reference in New Issue
Block a user