diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:45:52 -0600 |
commit | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch) | |
tree | 44659d1cc0c37eb995e572bc1b979e75a74210fb /kdvi/dviRenderer.h | |
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/dviRenderer.h')
-rw-r--r-- | kdvi/dviRenderer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdvi/dviRenderer.h b/kdvi/dviRenderer.h index 355b0530..38d4d897 100644 --- a/kdvi/dviRenderer.h +++ b/kdvi/dviRenderer.h @@ -30,7 +30,7 @@ class infoDialog; class KAction; class KDVIMultiPage; class KPrinter; -class KProcess; +class TDEProcess; class KProgressDialog; class KShellProcess; class PreBookmark; @@ -145,9 +145,9 @@ public slots: virtual void getText(RenderedDocumentPage* page); /** Slots used in conjunction with external programs */ - void dvips_output_receiver(KProcess *, char *buffer, int buflen); - void dvips_terminated(KProcess *); - void editorCommand_terminated(KProcess *); + void dvips_output_receiver(TDEProcess *, char *buffer, int buflen); + void dvips_terminated(TDEProcess *); + void editorCommand_terminated(TDEProcess *); signals: /** Passed through to the top-level kpart. */ |