00001 00002 #ifndef OPIE_PROFILE_CONFIG_H 00003 #define OPIE_PROFILE_CONFIG_H 00004 00005 #include <qpe/config.h> 00006 #include <qstringlist.h> 00007 00008 class ProfileConfig : public Config { 00009 public: 00010 ProfileConfig( const QString& prof ); 00011 ~ProfileConfig(); 00012 QStringList groups()const; 00016 QMap<QString, QString> items(const QString& group)const; 00017 void clearGroup( const QString& ); 00018 void clearAll(); 00019 00020 }; 00021 #endif
1.4.2