summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/mainwin.cpp
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/mainwin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.cpp2
1 files changed, 1 insertions, 1 deletions
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
@@ -336,25 +336,25 @@ void MainWindow :: setDocument( const QString &doc )
336 { 336 {
337 if ( item->text().startsWith( package ) ) 337 if ( item->text().startsWith( package ) )
338 { 338 {
339 item->setOn( true ); 339 item->setOn( true );
340 break; 340 break;
341 } 341 }
342 } 342 }
343} 343}
344*/ 344*/
345void MainWindow :: displaySettings() 345void MainWindow :: displaySettings()
346{ 346{
347 SettingsImpl *dlg = new SettingsImpl( mgr, this, "Settings", true ); 347 SettingsImpl *dlg = new SettingsImpl( mgr, this, "Settings", true );
348 if ( dlg->showDlg( 0 ) ) 348 if ( dlg->showDlg() )
349 { 349 {
350 stack->raiseWidget( progressWindow ); 350 stack->raiseWidget( progressWindow );
351 updateData(); 351 updateData();
352 stack->raiseWidget( networkPkgWindow ); 352 stack->raiseWidget( networkPkgWindow );
353 } 353 }
354 delete dlg; 354 delete dlg;
355} 355}
356 356
357void MainWindow :: displayHelp() 357void MainWindow :: displayHelp()
358{ 358{
359 HelpWindow *dlg = new HelpWindow( this ); 359 HelpWindow *dlg = new HelpWindow( this );
360 dlg->exec(); 360 dlg->exec();