You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mplayerthumbs/src/mplayerthumbs.cpp

26 lines
1.1 KiB

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