summaryrefslogtreecommitdiffstats
path: root/kpdf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:13 -0600
commit17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce (patch)
treee2cac5935070125554570766dc425fa952aaab84 /kpdf
parentadd5d23ac708b18b92751bfc49d48714d48ef511 (diff)
downloadtdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.tar.gz
tdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kpdf')
-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) )