summaryrefslogtreecommitdiffstats
path: root/filters/kspread/opencalc/opencalcexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/kspread/opencalc/opencalcexport.h')
-rw-r--r--filters/kspread/opencalc/opencalcexport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/kspread/opencalc/opencalcexport.h b/filters/kspread/opencalc/opencalcexport.h
index 173c1cd3a..837e49343 100644
--- a/filters/kspread/opencalc/opencalcexport.h
+++ b/filters/kspread/opencalc/opencalcexport.h
@@ -28,7 +28,7 @@
class TQDomDocument;
class TQDomElement;
-class KLocale;
+class TDELocale;
class KoStore;
namespace KSpread
@@ -84,7 +84,7 @@ class OpenCalcExport : public KoFilter
TQString convertFormula( TQString const & formula ) const;
private:
/// Pointer to the KSpread locale
- KLocale* m_locale;
+ TDELocale* m_locale;
};
#endif