public:
MyQSettings( const UserSettings* const s )
{
- beginGroup( s->username() );
+ T::beginGroup( s->username() );
}
};