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

* Refactored rdcartslots(1) to use the 'RDDialog' and 'RDWidget'
	base classes.
This commit is contained in:
Fred Gleason
2019-10-07 16:52:13 -04:00
parent 912f54bf2c
commit e81256bf43
5 changed files with 20 additions and 69 deletions

View File

@@ -2,7 +2,7 @@
//
// Hour Selector widget for RDAirPlay
//
// (C) Copyright 2012-2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2012-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,16 +21,10 @@
#ifndef HOURSELECTOR_H
#define HOURSELECTOR_H
#include <qwidget.h>
#include <qpushbutton.h>
#include <qtimer.h>
#include <rdairplay_conf.h>
#include <rdlistview.h>
#include <rdlistviewitem.h>
#include <rdlogplay.h>
#include <rdwidget.h>
class HourSelector : public QWidget
class HourSelector : public RDWidget
{
Q_OBJECT
public: