From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kdvi/dviFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdvi/dviFile.cpp') 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. -- cgit v1.2.3