2020-02-25 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'Q3Frame' dependency from 'RDBusyBar'.
	* Add stylesheet support for color rendering in RDBusyBar.
This commit is contained in:
Fred Gleason
2020-02-25 15:02:27 -05:00
parent 618aa282f5
commit fef77fae91
3 changed files with 13 additions and 11 deletions

View File

@@ -22,12 +22,12 @@
#ifndef RDBUSYBAR_H
#define RDBUSYBAR_H
#include <qwidget.h>
#include <q3frame.h>
#include <qframe.h>
#include <qlabel.h>
#include <qtimer.h>
#include <qwidget.h>
class RDBusyBar : public Q3Frame
class RDBusyBar : public QFrame
{
Q_OBJECT