blob: 12eb3b883171c529752aeea109eab2eed94ca538 (
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 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()
{
}
|