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:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qsocket.h>
|
||||
#include <q3socket.h>
|
||||
#include <qhostaddress.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
@@ -62,7 +62,7 @@ class BtSentinel4Web : public Switcher
|
||||
void watchdogResetData();
|
||||
|
||||
private:
|
||||
QSocket *bt_socket;
|
||||
Q3Socket *bt_socket;
|
||||
QHostAddress bt_address;
|
||||
uint16_t bt_port;
|
||||
QTimer *bt_watchdog_timer;
|
||||
|
||||
Reference in New Issue
Block a user