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/kspread_cell.h | |
parent | ac04782336b6a026b44df9d51ba9ca008a712da2 (diff) | |
download | koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.tar.gz koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kspread/kspread_cell.h')
-rw-r--r-- | kspread/kspread_cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_cell.h b/kspread/kspread_cell.h index fd100c45..588ae12d 100644 --- a/kspread/kspread_cell.h +++ b/kspread/kspread_cell.h @@ -41,7 +41,7 @@ #include "kspread_condition.h" -class KLocale; +class TDELocale; class TQDomElement; class TQDomDocument; class KoXmlWriter; @@ -211,7 +211,7 @@ public: /** * Returns the locale setting of this cell. */ - KLocale* locale() const; + TDELocale* locale() const; /** * Returns true if this cell holds a formula. */ |