2021-02-24 Fred Gleason <fredg@paravelsystems.com>

* Removed stray include lines.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-24 07:23:57 -05:00
parent 89a0d72439
commit 5131b1d5fe
6 changed files with 3 additions and 10 deletions

View File

@@ -21174,3 +21174,5 @@
* Removed the Q3SocketDevice dependency from 'RDCae'. * Removed the Q3SocketDevice dependency from 'RDCae'.
2021-02-23 Fred Gleason <fredg@paravelsystems.com> 2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. * Removed the Qt3Support library from the build system.
2021-02-24 Fred Gleason <fredg@paravelsystems.com>
* Removed stray include lines.

View File

@@ -2,7 +2,7 @@
// //
// Cueing Editor for RDLogLine-based Events // Cueing Editor for RDLogLine-based Events
// //
// (C) Copyright 2013-2020 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2013-2021 Fred Gleason <fredg@paravelsystems.com>
// //
// This program is free software; you can redistribute it and/or modify // 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 // it under the terms of the GNU General Public License version 2 as
@@ -18,8 +18,6 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
// //
//#include <q3frame.h>
#include "rdconf.h" #include "rdconf.h"
#include "rdcueedit.h" #include "rdcueedit.h"

View File

@@ -18,8 +18,6 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
// //
//#include <q3pointarray.h>
#include <QBitmap> #include <QBitmap>
#include <QPainter> #include <QPainter>
#include <QPolygon> #include <QPolygon>

View File

@@ -21,7 +21,6 @@
#ifndef LIST_VGUEST_RESOURCES_H #ifndef LIST_VGUEST_RESOURCES_H
#define LIST_VGUEST_RESOURCES_H #define LIST_VGUEST_RESOURCES_H
//#include <q3listview.h>
#include <QLabel> #include <QLabel>
#include <QPushButton> #include <QPushButton>

View File

@@ -21,8 +21,6 @@
#ifndef VIEW_ADAPTER_H #ifndef VIEW_ADAPTER_H
#define VIEW_ADAPTER_H #define VIEW_ADAPTER_H
//#include <q3textedit.h>
#include <QPushButton> #include <QPushButton>
#include <QTextEdit> #include <QTextEdit>

View File

@@ -21,8 +21,6 @@
#ifndef RDDGIMPORT_H #ifndef RDDGIMPORT_H
#define RDDGIMPORT_H #define RDDGIMPORT_H
//#include <q3textedit.h>
#include <QComboBox> #include <QComboBox>
#include <QDateTimeEdit> #include <QDateTimeEdit>
#include <QLineEdit> #include <QLineEdit>