44 class CRLView : public TQDialog {
48 CRLView( TQWidget* parent = 0, const char* name = 0, bool modal = false );
51 void slotUpdateView();
54 void slotReadStdout( TDEProcess*, char* buf, int len);
55 void slotProcessExited();
56 void slotAppendBuffer();
59 void closeEvent( TQCloseEvent * );
62 TQTextEdit* _textView;
63 TQPushButton* _updateButton;
64 TQPushButton* _closeButton;
|