diff options
Diffstat (limited to 'kspread/commands.cc')
-rw-r--r-- | kspread/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/commands.cc b/kspread/commands.cc index 9a7ceda4..a4788bda 100644 --- a/kspread/commands.cc +++ b/kspread/commands.cc @@ -269,7 +269,7 @@ SheetPropertiesCommand::SheetPropertiesCommand( Doc* d, Sheet* s ) { sheet = s; doc = d; - oldDirection = newDirection = sheet->tqlayoutDirection(); + oldDirection = newDirection = sheet->layoutDirection(); oldAutoCalc = newAutoCalc = sheet->getAutoCalc(); oldShowGrid = newShowGrid = sheet->getShowGrid(); oldShowPageBorders = newShowPageBorders = sheet->isShowPageBorders(); |