mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
2021-02-05 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3TextStream' dependencies from rmlsend(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,11 +21,10 @@
|
||||
#ifndef RMLSEND_H
|
||||
#define RMLSEND_H
|
||||
|
||||
#include <q3textstream.h>
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
#include <QTextStream>
|
||||
#include <QUdpSocket>
|
||||
|
||||
#include <rd.h>
|
||||
@@ -83,7 +82,7 @@ class MainObject : public QObject
|
||||
void ProcessCommands();
|
||||
int input_fd;
|
||||
QString input_file;
|
||||
Q3TextStream *input_stream;
|
||||
QTextStream *input_stream;
|
||||
QString dest_hostname;
|
||||
QHostAddress *dest_addr;
|
||||
unsigned dest_port;
|
||||
|
Reference in New Issue
Block a user