24 #include "kresourceprefs.h"
26 KResourcePrefs::KResourcePrefs( const TQString &name )
27 : KConfigSkeleton( name )
33 KConfigSkeletonItem::List itemList = items();
34 KConfigSkeletonItem::List::Iterator it;
36 for ( it = itemList.begin(); it != itemList.end(); ++it )
37 (*it)->setGroup( prefix + ":" + (*it)->group() );
|