// This file is generated by kconfig_compiler from mplayerthumbs.kcfg. // All changes you do to this file will be lost. #include "mplayerthumbs.h" MPlayerThumbsCfg::MPlayerThumbsCfg( ) : KConfigSkeleton( QString::fromLatin1( "mplayerthumbs" ) ) { setCurrentGroup( QString::fromLatin1( "MPlayerThumbsCfg" ) ); KConfigSkeleton::ItemString *itemMplayerbin; itemMplayerbin = new KConfigSkeleton::ItemString( currentGroup(), QString::fromLatin1( "mplayerbin" ), mMplayerbin ); addItem( itemMplayerbin, QString::fromLatin1( "mplayerbin" ) ); KConfigSkeleton::ItemStringList *itemNoextensions; itemNoextensions = new KConfigSkeleton::ItemStringList( currentGroup(), QString::fromLatin1( "noextensions" ), mNoextensions ); addItem( itemNoextensions, QString::fromLatin1( "noextensions" ) ); KConfigSkeleton::ItemString *itemCustomargs; itemCustomargs = new KConfigSkeleton::ItemString( currentGroup(), QString::fromLatin1( "customargs" ), mCustomargs ); addItem( itemCustomargs, QString::fromLatin1( "customargs" ) ); } MPlayerThumbsCfg::~MPlayerThumbsCfg() { }