2019-10-03 Fred Gleason <fredg@paravelsystems.com>

* Refactored rdlibrary(1) to use the 'RDDialog' and 'RDWidget'
	base classes.
This commit is contained in:
Fred Gleason
2019-10-03 18:51:32 -04:00
parent 247a3cd857
commit 640440ac64
33 changed files with 511 additions and 975 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell Macro
//
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-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
@@ -21,14 +21,12 @@
#ifndef EDIT_MACRO_H
#define EDIT_MACRO_H
#include <qdialog.h>
#include <qlineedit.h>
#include <qpushbutton.h>
#include <rdcart.h>
#include <rddialog.h>
#include <rdmacro.h>
class EditMacro : public QDialog
class EditMacro : public RDDialog
{
Q_OBJECT
public: