summaryrefslogtreecommitdiffstats
path: root/kpdf/part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/part.cpp')
-rw-r--r--kpdf/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index 0b3b9ca9..3e224fc9 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -417,7 +417,7 @@ bool Part::openFile()
}
if ( (*mime).is( "application/postscript" ) )
{
- TQString app = KStandardDirs::findExe( "ps2pdf" );
+ TQString app = TDEStandardDirs::findExe( "ps2pdf" );
if ( !app.isNull() )
{
if ( TQFile::exists(m_file) )