2018-08-07 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'pam_rd' plug-in.
	* Removed rdchunk(1).
	* Upgraded Qt3 to Qt4.
This commit is contained in:
Fred Gleason
2018-08-07 10:09:49 -04:00
parent 6b1a06a910
commit 796e1bebc3
774 changed files with 10347 additions and 10823 deletions

View File

@@ -21,6 +21,8 @@
#include <qdialog.h>
#include <qpushbutton.h>
#include <qstringlist.h>
//Added by qt3to4:
#include <QLabel>
#include <rdapplication.h>
#include <rdcart.h>
@@ -71,7 +73,7 @@ ListReports::ListReports(const QString &filter,const QString &type_filter,
list_reports_label=new QLabel(list_reports_box,tr("Type:"),this);
list_reports_label->setGeometry(10,10,35,19);
list_reports_label->setFont(font);
list_reports_label->setAlignment(AlignRight|AlignVCenter|ShowPrefix);
list_reports_label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
connect(list_reports_box,SIGNAL(activated(int)),
this,SLOT(typeActivatedData(int)));
@@ -86,7 +88,7 @@ ListReports::ListReports(const QString &filter,const QString &type_filter,
new QLabel(list_fieldnames_check,tr("Prepend Field Names"),this);
list_fieldnames_label->setGeometry(75,32,sizeHint().width()-75,19);
list_fieldnames_label->setFont(font);
list_fieldnames_label->setAlignment(AlignLeft|AlignVCenter|ShowPrefix);
list_fieldnames_label->setAlignment(Qt::AlignLeft|Qt::AlignVCenter);
list_fieldnames_label->setDisabled(true);
//