diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:28:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:28:13 -0600 |
commit | 17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce (patch) | |
tree | e2cac5935070125554570766dc425fa952aaab84 /kpdf | |
parent | add5d23ac708b18b92751bfc49d48714d48ef511 (diff) | |
download | tdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.tar.gz tdegraphics-17aba9f5f5b926c7568e93d7b13d2cfa5ff5ecce.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kpdf')
-rw-r--r-- | kpdf/part.cpp | 2 |
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) ) |