mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-02-26 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Q3ProgressBar' dependency from rdcartslots(1).
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
#ifndef RDSLOTBOX_H
|
||||
#define RDSLOTBOX_H
|
||||
|
||||
#include <q3progressbar.h>
|
||||
|
||||
#include <qdatetime.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qpalette.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qprogressbar.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
#include <rdairplay_conf.h>
|
||||
@@ -89,7 +89,7 @@ class RDSlotBox : public RDWidget
|
||||
QLabel *line_talktime_label;
|
||||
QLabel *line_up_label;
|
||||
QLabel *line_down_label;
|
||||
Q3ProgressBar *line_position_bar;
|
||||
QProgressBar *line_position_bar;
|
||||
QTime line_end_time;
|
||||
int log_id;
|
||||
RDLogLine *line_logline;
|
||||
|
||||
Reference in New Issue
Block a user