mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-03-06 14:35:27 +01:00
2021-02-06 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3DateTimeEdit' dependencies from rdadmin(1). * Removed 'Q3ListBox' dependencies from rdadmin(1). * Removed 'Q3TextEdit' dependencies from rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -81,7 +81,8 @@ EditRDLogedit::EditRDLogedit(RDStation *station,RDStation *cae_station,
|
||||
//
|
||||
// Maximum Record Length
|
||||
//
|
||||
lib_maxlength_time=new Q3TimeEdit(this);
|
||||
lib_maxlength_time=new QTimeEdit(this);
|
||||
lib_maxlength_time->setDisplayFormat("hh:mm:ss");
|
||||
lib_maxlength_time->setGeometry(180,100,85,19);
|
||||
QLabel *lib_maxlength_label=
|
||||
new QLabel(lib_maxlength_time,tr("&Max Record Time:"),this);
|
||||
|
||||
Reference in New Issue
Block a user