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

* Removed the 'Q3ProgressBar' dependency from rdairplay(1).
This commit is contained in:
Fred Gleason
2020-02-26 13:52:56 -05:00
parent 847afb55f4
commit ce15a6e3c7
3 changed files with 9 additions and 8 deletions

View File

@@ -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;