diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:03:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:03:36 -0600 |
commit | 0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 (patch) | |
tree | b55740ff9d132b25792ca3fd60e37497402b5036 /kspread/dialogs/kspread_dlg_layout.h | |
parent | ac04782336b6a026b44df9d51ba9ca008a712da2 (diff) | |
download | koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.tar.gz koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kspread/dialogs/kspread_dlg_layout.h')
-rw-r--r-- | kspread/dialogs/kspread_dlg_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/dialogs/kspread_dlg_layout.h b/kspread/dialogs/kspread_dlg_layout.h index 03c8486b..657850c7 100644 --- a/kspread/dialogs/kspread_dlg_layout.h +++ b/kspread/dialogs/kspread_dlg_layout.h @@ -518,7 +518,7 @@ public: bool isSingleCell() { return ( left == right && top == bottom ); } bool checkCircle( TQString const & name, TQString const & parent ); - KLocale * locale() const { return m_pView->doc()->locale(); } + TDELocale * locale() const { return m_pView->doc()->locale(); } struct CellBorderFormat |