kspread Library API Documentation

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
KDE Logo
This file is part of the documentation for kspread Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:43:13 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003