diff options
author | Slávek Banko <[email protected]> | 2013-07-24 19:38:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-24 19:38:00 +0200 |
commit | 7a6d1b1ae2828661b051fec138c71b11da10a55e (patch) | |
tree | 4a584a0691d880bbbf99145b52dedd2bad1f868a /src/videopreview.cpp | |
parent | e73730eb7eb7229676b433fee535b0f4d4492cb0 (diff) | |
download | mplayerthumbs-7a6d1b1ae2828661b051fec138c71b11da10a55e.tar.gz mplayerthumbs-7a6d1b1ae2828661b051fec138c71b11da10a55e.zip |
Additional KDE3 => TDE conversion
Diffstat (limited to 'src/videopreview.cpp')
-rw-r--r-- | src/videopreview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/videopreview.cpp b/src/videopreview.cpp index 26e9055..6a9c2ad 100644 --- a/src/videopreview.cpp +++ b/src/videopreview.cpp @@ -85,8 +85,8 @@ bool VideoPreview::create(const TQString &path, int width, int height, TQImage & if(playerBin.length()) kdDebug() << "videopreview: found playerbin from config: " << playerBin << endl; else { - playerBin=KStandardDirs::findExe("mplayer-bin"); - if(!playerBin.length()) playerBin=KStandardDirs::findExe("mplayer"); + playerBin=TDEStandardDirs::findExe("mplayer-bin"); + if(!playerBin.length()) playerBin=TDEStandardDirs::findExe("mplayer"); if(!playerBin.length()) { kdDebug() << "videopreview: mplayer not found, exiting. Run mplayerthumbsconfig to setup mplayer path manually.\n"; |