2018-08-16 Fred Gleason <fredg@paravelsystems.com>

* Fixed style inconsistencies in dialogs within rmlsend(1).
This commit is contained in:
Fred Gleason
2018-08-16 15:02:55 +00:00
parent 841610ec0d
commit be35efdd86
3 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
//
// A utility for sending RML Commands
//
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -24,15 +24,13 @@
#include <qcombobox.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <q3mainwindow.h>
#include <qpushbutton.h>
#include <qsize.h>
#include <qsizepolicy.h>
#include <q3socketdevice.h>
#include <q3textstream.h>
#include <qtimer.h>
//Added by qt3to4:
#include <QPixmap>
#include <qwidget.h>
#include <rd.h>
@@ -43,7 +41,7 @@
#define RMLSEND_DEFAULT_ADDR "localhost"
#define RMLSEND_DEFAULT_PORT 5859
class MainWidget : public Q3MainWindow
class MainWidget : public QWidget
{
Q_OBJECT
public: