summaryrefslogtreecommitdiffstats
path: root/certmanager/crlview.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/crlview.h')
-rw-r--r--certmanager/crlview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/crlview.h b/certmanager/crlview.h
index 3de715e2..eef97deb 100644
--- a/certmanager/crlview.h
+++ b/certmanager/crlview.h
@@ -38,7 +38,7 @@
class TQTextEdit;
class TQPushButton;
-class KProcess;
+class TDEProcess;
class TQTimer;
class CRLView : public TQDialog {
@@ -51,7 +51,7 @@ public slots:
void slotUpdateView();
protected slots:
- void slotReadStdout( KProcess*, char* buf, int len);
+ void slotReadStdout( TDEProcess*, char* buf, int len);
void slotProcessExited();
void slotAppendBuffer();
@@ -62,7 +62,7 @@ private:
TQTextEdit* _textView;
TQPushButton* _updateButton;
TQPushButton* _closeButton;
- KProcess* _process;
+ TDEProcess* _process;
TQTimer* _timer;
TQString _buffer;
};