From 294f0a9b5e5678a6eba1fb77943201fac804049f Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 04 Feb 2003 17:52:14 +0000 Subject: Updates to configure dialog --- (limited to 'noncore/settings/aqpkg/mainwin.cpp') diff --git a/noncore/settings/aqpkg/mainwin.cpp b/noncore/settings/aqpkg/mainwin.cpp index 947aace..361946c 100644 --- a/noncore/settings/aqpkg/mainwin.cpp +++ b/noncore/settings/aqpkg/mainwin.cpp @@ -345,7 +345,7 @@ void MainWindow :: setDocument( const QString &doc ) void MainWindow :: displaySettings() { SettingsImpl *dlg = new SettingsImpl( mgr, this, "Settings", true ); - if ( dlg->showDlg( 0 ) ) + if ( dlg->showDlg() ) { stack->raiseWidget( progressWindow ); updateData(); -- cgit v0.9.0.2