|
|
|
@ -232,7 +232,7 @@ configure::configure( View* _view, TQVBox *box , char *name )
|
|
|
|
|
rowHeader=config->readBoolEntry("Row Header",true);
|
|
|
|
|
tabbar=config->readBoolEntry("Tabbar",true);
|
|
|
|
|
formulaBar=config->readBoolEntry("Formula bar",true);
|
|
|
|
|
statusBar=config->readBoolEntry("tqStatus bar",true);
|
|
|
|
|
statusBar=config->readBoolEntry("Status bar",true);
|
|
|
|
|
oldRecent=config->readNumEntry( "NbRecentFile" ,10);
|
|
|
|
|
oldAutoSaveValue=config->readNumEntry("AutoSave",KoDocument::defaultAutoSave()/60);
|
|
|
|
|
m_oldBackupFile=config->readBoolEntry("BackupFile",m_oldBackupFile);
|
|
|
|
@ -377,7 +377,7 @@ void configure::apply()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
active=showStatusBar->isChecked();
|
|
|
|
|
config->writeEntry( "tqStatus bar",active);
|
|
|
|
|
config->writeEntry( "Status bar",active);
|
|
|
|
|
m_pView->showStatusBar( active );
|
|
|
|
|
|
|
|
|
|
int val=nbRecentFile->value();
|
|
|
|
|