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

* Rebased rdlogedit(1)'s main window to QWidget.
This commit is contained in:
Fred Gleason
2018-08-14 19:18:54 +00:00
parent 2a5cf89b7a
commit 4810accd56
3 changed files with 12 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ RDCartDialog *log_cart_dialog;
bool import_running=false;
MainWidget::MainWidget(QWidget *parent)
:Q3MainWindow(parent)
:QWidget(parent)
{
QString err_msg;