diff options
Diffstat (limited to 'kspread/kspread_sheet.h')
-rw-r--r-- | kspread/kspread_sheet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_sheet.h b/kspread/kspread_sheet.h index 1ba2e3f5..6266d382 100644 --- a/kspread/kspread_sheet.h +++ b/kspread/kspread_sheet.h @@ -307,7 +307,7 @@ public: /** * Returns the tqlayout direction of the sheet. */ - LayoutDirection tqlayoutDirection() const; + LayoutDirection layoutDirection() const; /** * Sets the tqlayout direction of the sheet. For example, for Arabic or Hebrew @@ -468,7 +468,7 @@ public: void adjustSizeMaxY ( double _y ); /** - * Sets the @ref Cell::tqlayoutDirtyFlag in all cells. + * Sets the @ref Cell::layoutDirtyFlag in all cells. */ void setLayoutDirtyFlag(); /** |