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 /kghostview/kpswidget.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 'kghostview/kpswidget.h')
-rw-r--r-- | kghostview/kpswidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kghostview/kpswidget.h b/kghostview/kpswidget.h index 40f8614e..71ffe704 100644 --- a/kghostview/kpswidget.h +++ b/kghostview/kpswidget.h @@ -30,7 +30,7 @@ #include <X11/X.h> -class KProcess; +class TDEProcess; class KGVConfigDialog; class MessagesDialog; @@ -201,10 +201,10 @@ protected: void setPalette( Configuration::EnumPalette::type ); protected slots: - void gs_input( KProcess* ); - void gs_output( KProcess*, char* buffer, int len ); + void gs_input( TDEProcess* ); + void gs_output( TDEProcess*, char* buffer, int len ); void interpreterFailed(); - void slotProcessExited( KProcess* ); + void slotProcessExited( TDEProcess* ); private: Window _gsWindow; // Destination of ghostscript messages. @@ -246,7 +246,7 @@ private: */ bool _widgetDirty; - KProcess* _process; + TDEProcess* _process; char* _buffer; std::queue<Record> _inputQueue; |