summaryrefslogtreecommitdiffstats
path: root/src/videopreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/videopreview.cpp')
-rw-r--r--src/videopreview.cpp4
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";