mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-02-26 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Q3ProgressBar' dependency from rdairplay(1).
This commit is contained in:
@@ -21,10 +21,9 @@
|
||||
#ifndef LOGLINEBOX_H
|
||||
#define LOGLINEBOX_H
|
||||
|
||||
#include <q3progressbar.h>
|
||||
|
||||
#include <qlabel.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qprogressbar.h>
|
||||
|
||||
#include <rdairplay_conf.h>
|
||||
#include <rdcartdrag.h>
|
||||
@@ -97,7 +96,7 @@ class LogLineBox : public RDWidget
|
||||
QLabel *line_up_label;
|
||||
QLabel *line_down_label;
|
||||
QLabel *line_comment_label;
|
||||
Q3ProgressBar *line_position_bar;
|
||||
QProgressBar *line_position_bar;
|
||||
QTimer *line_countdown_timer;
|
||||
QTime line_end_time;
|
||||
int log_id;
|
||||
|
Reference in New Issue
Block a user