summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/wizards/mainwindowwizard.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/plugins/wizards/mainwindowwizard.ui.h')
-rw-r--r--tools/designer/plugins/wizards/mainwindowwizard.ui.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/designer/plugins/wizards/mainwindowwizard.ui.h b/tools/designer/plugins/wizards/mainwindowwizard.ui.h
index cc5b1c157..99adbe0c7 100644
--- a/tools/designer/plugins/wizards/mainwindowwizard.ui.h
+++ b/tools/designer/plugins/wizards/mainwindowwizard.ui.h
@@ -37,10 +37,10 @@ void MainWindowWizardBase::init()
dIface = 0;
dfw = 0;
widget = 0;
- setHelpEnabled( menuToolbarPage, FALSE );
- setHelpEnabled( toolbarsPage, FALSE );
- setHelpEnabled( finishPage, FALSE );
- setFinishEnabled( finishPage, TRUE );
+ setHelpEnabled( menuToolbarPage, false );
+ setHelpEnabled( toolbarsPage, false );
+ setHelpEnabled( finishPage, false );
+ setFinishEnabled( finishPage, true );
}
void MainWindowWizardBase::destroy()
@@ -114,7 +114,7 @@ void MainWindowWizardBase::accept()
return;
}
- setFinishEnabled( finishPage, FALSE );
+ setFinishEnabled( finishPage, false );
TQPixmap pix;
@@ -297,7 +297,7 @@ void MainWindowWizardBase::getPixmap( const TQString & n, TQPixmap & pix )
DesignerProject *pro = dIface->currentProject();
if ( !pro || pro->projectName() == "<No Project>" )
return;
- pro->pixmapCollection()->addPixmap( pix, n, FALSE );
+ pro->pixmapCollection()->addPixmap( pix, n, false );
}
void MainWindowWizardBase::pageSelected( const TQString & )