mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05: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:
@@ -21,7 +21,7 @@
|
||||
#include <qsqldatabase.h>
|
||||
#include <qstring.h>
|
||||
#include <qobject.h>
|
||||
#include <qsocket.h>
|
||||
#include <q3socket.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include <rd.h>
|
||||
@@ -80,7 +80,7 @@ class RDCatchConnect : public QObject
|
||||
private:
|
||||
void SendCommand(QString cmd);
|
||||
void DispatchCommand();
|
||||
QSocket *cc_socket;
|
||||
Q3Socket *cc_socket;
|
||||
QString cc_password;
|
||||
bool debug;
|
||||
char args[CC_MAX_ARGS][CC_MAX_LENGTH];
|
||||
|
||||
Reference in New Issue
Block a user