2021-02-23 Fred Gleason <fredg@paravelsystems.com>

* Removed the Qt3Support library from the build system.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-23 18:07:21 -05:00
parent b2f8532e25
commit 89a0d72439
508 changed files with 5763 additions and 6078 deletions

View File

@@ -22,10 +22,8 @@
#include <unistd.h>
#include <stdlib.h>
#include <qapplication.h>
#include <qlabel.h>
#include <qmessagebox.h>
#include <qprogressdialog.h>
#include <QApplication>
#include <QMessageBox>
#include <rdapplication.h>
#include <rddb.h>
@@ -106,7 +104,7 @@ ListFeeds::ListFeeds(QWidget *parent)
list_feeds_model->setPalette(palette());
list_feeds_view->setModel(list_feeds_model);
list_feeds_view->setColumnHidden(2,true);
list_box_label=new QLabel(list_feeds_view,tr("Podcast Feeds"),this);
list_box_label=new QLabel(tr("Podcast Feeds"),this);
list_box_label->setFont(bigLabelFont());
connect(list_feeds_model,SIGNAL(modelReset()),this,SLOT(resetModelData()));
connect(list_feeds_view,SIGNAL(doubleClicked(const QModelIndex &)),