kspread_locale.h
00001 #ifndef KSPREAD_LOCALE_H
00002 #define KSPREAD_LOCALE_H
00003
00004 #include <klocale.h>
00005
00006 class QDomElement;
00007 class QDomDocument;
00008
00009 class KSpreadLocale : public KLocale
00010 {
00011 public:
00012 KSpreadLocale();
00013
00014 void load( const QDomElement& element );
00015 QDomElement save( QDomDocument& doc ) const;
00016 void defaultSystemConfig();
00017 };
00018
00019 #endif
This file is part of the documentation for kspread Library Version 1.4.2.