summaryrefslogtreecommitdiffstats
path: root/src/mplayerthumbs.cpp
blob: a183e83613bca99e6a00fbdcf9eb2b675a95e420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 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()
{
}