diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-09-02 16:50:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-09-03 10:33:59 +0200 |
commit | 97c18f92eafc461649aab84d92470cdff696de89 (patch) | |
tree | b79251a48fda8005999ec186425116663fde94fc /src/mplayerthumbs.cpp | |
parent | 74dc8e5a0cae5016ac02f594300c1bea42747c01 (diff) | |
download | mplayerthumbs-97c18f92.tar.gz mplayerthumbs-97c18f92.zip |
Renamed from videopreview and mplayerthumbs to mplayer-thumbnailer.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 16167444904ab5b0382e3aff98b3de749161ebe3)
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() -{ -} - |