diff options
author | Slávek Banko <[email protected]> | 2021-09-02 16:50:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-09-02 18:26:16 +0200 |
commit | 16167444904ab5b0382e3aff98b3de749161ebe3 (patch) | |
tree | 596a287d06a1e0b2021ce0b9f25335a0c0cecc1b /src/mplayerthumbs.cpp | |
parent | 6d4b0b255a970005d74fcc1e4144418bbc11bfe8 (diff) | |
download | mplayerthumbs-16167444904ab5b0382e3aff98b3de749161ebe3.tar.gz mplayerthumbs-16167444904ab5b0382e3aff98b3de749161ebe3.zip |
Renamed from videopreview and mplayerthumbs to mplayer-thumbnailer.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/mplayerthumbs.cpp')
-rw-r--r-- | src/mplayerthumbs.cpp | 25 |
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() -{ -} - |