diff options
Diffstat (limited to 'kspread/KSpreadViewIface.cc')
-rw-r--r-- | kspread/KSpreadViewIface.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/KSpreadViewIface.cc b/kspread/KSpreadViewIface.cc index 95eeda3a..fab646f9 100644 --- a/kspread/KSpreadViewIface.cc +++ b/kspread/KSpreadViewIface.cc @@ -442,9 +442,9 @@ void ViewIface::sortDec() m_view->sortDec(); } -void ViewIface::tqlayoutDlg() +void ViewIface::layoutDlg() { - m_view->tqlayoutDlg(); + m_view->layoutDlg(); } |