diff options
Diffstat (limited to 'kspread/dialogs')
-rw-r--r-- | kspread/dialogs/kspread_dlg_preference.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_preference.cc b/kspread/dialogs/kspread_dlg_preference.cc index 3d470ecf..b167be32 100644 --- a/kspread/dialogs/kspread_dlg_preference.cc +++ b/kspread/dialogs/kspread_dlg_preference.cc @@ -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(); |