diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:45:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:45:52 -0600 |
commit | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch) | |
tree | 44659d1cc0c37eb995e572bc1b979e75a74210fb /kdvi/dviFile.cpp | |
parent | e2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff) | |
download | tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kdvi/dviFile.cpp')
-rw-r--r-- | kdvi/dviFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/dviFile.cpp b/kdvi/dviFile.cpp index 7fb2bef7..1b508367 100644 --- a/kdvi/dviFile.cpp +++ b/kdvi/dviFile.cpp @@ -377,7 +377,7 @@ TQString dvifile::convertPDFtoPS(const TQString &PDFFilename) // Use pdf2ps to do the conversion KProcIO proc; proc << "pdf2ps" << PDFFilename << convertedFileName; - if (proc.start(KProcess::Block) == false) + if (proc.start(TDEProcess::Block) == false) convertedFileName = TQString(); // Indicates that conversion failed, won't try again. if (!TQFile::exists(convertedFileName)) convertedFileName = TQString(); // Indicates that conversion failed, won't try again. |