diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:30 -0600 |
commit | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (patch) | |
tree | d087071b1e8fcf79698938efec19f8e48bab0799 /certmanager/crlview.h | |
parent | 5c4a80ead2b1fe57dc6a8c29d0368792344cd61e (diff) | |
download | tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.tar.gz tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'certmanager/crlview.h')
-rw-r--r-- | certmanager/crlview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/crlview.h b/certmanager/crlview.h index 3de715e2a..eef97debc 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; }; |