summaryrefslogtreecommitdiffstats
path: root/kghostview/kpswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kpswidget.h')
-rw-r--r--kghostview/kpswidget.h10
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;