diff options
Diffstat (limited to 'certmanager/storedtransferjob.h')
-rw-r--r-- | certmanager/storedtransferjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/storedtransferjob.h b/certmanager/storedtransferjob.h index 276d5db45..163c431ec 100644 --- a/certmanager/storedtransferjob.h +++ b/certmanager/storedtransferjob.h @@ -65,7 +65,7 @@ public: /** * Set data to be uploaded. This is for put jobs. - * Automatically called by KIOext::put(const TQByteArray &, ...), do not call this yourself. + * Automatically called by TDEIOext::put(const TQByteArray &, ...), do not call this yourself. */ void setData( const TQByteArray& arr ); |