mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +01:00
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDDialog' class. * Added an 'RDWidget' class. * Refactored rdadmin(1) to use 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Display help for audio ports (edit_audios.*)
|
||||
//
|
||||
// (C) Copyright 2006-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2006-2019 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
|
||||
@@ -17,16 +17,15 @@
|
||||
// License along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef HELP_AUDIOS_H
|
||||
#define HELP_AUDIOS_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <q3textedit.h>
|
||||
|
||||
#include <rddialog.h>
|
||||
|
||||
class HelpAudioPorts : public QDialog
|
||||
class HelpAudioPorts : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user