diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:07 -0600 |
commit | 703fb0c89c2eee56a1e613e67a446db9d4287929 (patch) | |
tree | dd8c5ca66075cd89c2638a2b48cf78386a9870a7 /khtml/khtml_part.h | |
parent | 818e7abec3d5d3809b6b77293558678371c16b71 (diff) | |
download | tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'khtml/khtml_part.h')
-rw-r--r-- | khtml/khtml_part.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/khtml/khtml_part.h b/khtml/khtml_part.h index e65a41c11..d84296f04 100644 --- a/khtml/khtml_part.h +++ b/khtml/khtml_part.h @@ -274,7 +274,7 @@ public: * verbose error description a as page, depending on the users configuration. * @p job is the job that signaled the error situation */ - virtual void showError( KIO::Job* job ); + virtual void showError( TDEIO::Job* job ); /** * Returns a reference to the DOM HTML document (for non-HTML documents, returns null) @@ -1118,7 +1118,7 @@ protected: /** * presents a detailed error message to the user. - * @p errorCode kio error code, eg KIO::ERR_SERVER_TIMEOUT. + * @p errorCode kio error code, eg TDEIO::ERR_SERVER_TIMEOUT. * @p text kio additional information text. * @p url the url that triggered the error. */ @@ -1288,11 +1288,11 @@ private slots: /** * @internal */ - void slotData( KIO::Job*, const TQByteArray &data ); + void slotData( TDEIO::Job*, const TQByteArray &data ); /** * @internal */ - void slotInfoMessage( KIO::Job*, const TQString& msg ); + void slotInfoMessage( TDEIO::Job*, const TQString& msg ); /** * @internal */ @@ -1300,7 +1300,7 @@ private slots: /** * @internal */ - void slotFinished( KIO::Job* ); + void slotFinished( TDEIO::Job* ); /** * @internal */ @@ -1312,7 +1312,7 @@ private slots: /** * @internal */ - void slotRedirection( KIO::Job*, const KURL& ); + void slotRedirection( TDEIO::Job*, const KURL& ); /** * @internal */ @@ -1405,7 +1405,7 @@ private slots: /** * @internal */ - void slotChildStarted( KIO::Job *job ); + void slotChildStarted( TDEIO::Job *job ); /** * @internal */ @@ -1451,22 +1451,22 @@ private slots: /* * @internal */ - void slotJobPercent( KIO::Job*, unsigned long ); + void slotJobPercent( TDEIO::Job*, unsigned long ); /* * @internal */ - void slotJobDone( KIO::Job* ); + void slotJobDone( TDEIO::Job* ); /* * @internal */ - void slotUserSheetStatDone( KIO::Job* ); + void slotUserSheetStatDone( TDEIO::Job* ); /* * @internal */ - void slotJobSpeed( KIO::Job*, unsigned long ); + void slotJobSpeed( TDEIO::Job*, unsigned long ); /** * @internal |