diff options
Diffstat (limited to 'kresources/blogging/xmlrpcjob.h')
-rw-r--r-- | kresources/blogging/xmlrpcjob.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/blogging/xmlrpcjob.h b/kresources/blogging/xmlrpcjob.h index bc830ad2e..1efe79e1d 100644 --- a/kresources/blogging/xmlrpcjob.h +++ b/kresources/blogging/xmlrpcjob.h @@ -32,7 +32,7 @@ #include <kio/jobclasses.h> #include <kio/global.h> -namespace KIO { +namespace TDEIO { class XMLRPCResult; @@ -41,7 +41,7 @@ namespace KIO { * Data is sent to the slave on request of the slave ( dataReq ). * If data coming from the slave can not be handled, the * reading of data from the slave should be suspended. - * @see KIO::xmlrpcCall() + * @see TDEIO::xmlrpcCall() * @since 3.4 */ class XmlrpcJob : public TransferJob { @@ -57,8 +57,8 @@ Q_OBJECT XMLRPCUnknownResponse }; /** - * Use KIO::xmlrpcPropFind(), KIO::xmlrpcPropPatch() and - * KIO::xmlrpcSearch() to create a new XmlrpcJob. + * Use TDEIO::xmlrpcPropFind(), TDEIO::xmlrpcPropPatch() and + * TDEIO::xmlrpcSearch() to create a new XmlrpcJob. */ XmlrpcJob( const KURL& url, const TQString& method, const TQValueList<TQVariant> ¶ms, bool showProgressInfo ); |