mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3DateTimeEdit' dependencies from rdadmin(1). * Removed 'Q3ListBox' dependencies from rdadmin(1). * Removed 'Q3TextEdit' dependencies from rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Display Audio Adapter Information
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 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
|
||||
@@ -21,9 +21,10 @@
|
||||
#ifndef VIEW_ADAPTER_H
|
||||
#define VIEW_ADAPTER_H
|
||||
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <q3textedit.h>
|
||||
//#include <q3textedit.h>
|
||||
|
||||
#include <QPushButton>
|
||||
#include <QTextEdit>
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdstation.h>
|
||||
@@ -45,7 +46,7 @@ class ViewAdapters : public RDDialog
|
||||
|
||||
private:
|
||||
QLabel *view_title_label;
|
||||
Q3TextEdit *view_text_edit;
|
||||
QTextEdit *view_text_edit;
|
||||
QPushButton *view_close_button;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user