summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_view.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commit3d1395d8debea7b94809033e90cdfc1df8e1326d (patch)
tree222f9a70a18124f31492c2b6142caecdcd872664 /kspread/kspread_view.cc
parentb924269184594cd7166bd4a1f02de62930211eed (diff)
downloadkoffice-3d1395d8debea7b94809033e90cdfc1df8e1326d.tar.gz
koffice-3d1395d8debea7b94809033e90cdfc1df8e1326d.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspread/kspread_view.cc')
-rw-r--r--kspread/kspread_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_view.cc b/kspread/kspread_view.cc
index 7f6be54b..459b1f11 100644
--- a/kspread/kspread_view.cc
+++ b/kspread/kspread_view.cc
@@ -2120,7 +2120,7 @@ void View::initConfig()
doc()->setShowMessageError(config->readBoolEntry( "Msg error" ,false) );
doc()->setShowFormulaBar(config->readBoolEntry("Formula bar",true));
- doc()->setShowStatusBar(config->readBoolEntry("tqStatus bar",true));
+ doc()->setShowStatusBar(config->readBoolEntry("Status bar",true));
changeNbOfRecentFiles(config->readNumEntry("NbRecentFile",10));
//autosave value is stored as a minute.