mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 08:35:48 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user