summaryrefslogtreecommitdiffstats
path: root/src/mplayerthumbs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mplayerthumbs.cpp')
-rw-r--r--src/mplayerthumbs.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mplayerthumbs.cpp b/src/mplayerthumbs.cpp
deleted file mode 100644
index a183e83..0000000
--- a/src/mplayerthumbs.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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()
-{
-}
-