From da1522385e5367bae56b90fac55c4355e475905b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:54 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- parts/diff/diffwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parts/diff/diffwidget.h') diff --git a/parts/diff/diffwidget.h b/parts/diff/diffwidget.h index 2b159e3f..b948fae1 100644 --- a/parts/diff/diffwidget.h +++ b/parts/diff/diffwidget.h @@ -21,7 +21,7 @@ class KTempFile; class DiffPart; -namespace KIO { +namespace TDEIO { class Job; } @@ -80,7 +80,7 @@ private slots: /** appends a piece of "diff" */ void slotAppend( const TQString& str ); /** overloaded for convenience */ - void slotAppend( KIO::Job*, const TQByteArray& ba ); + void slotAppend( TDEIO::Job*, const TQByteArray& ba ); /** call this when the whole "diff" has been sent. * Don't call slotAppend afterwards! */ @@ -100,7 +100,7 @@ private: private: DiffPart * m_part; KDiffTextEdit* te; - KIO::Job* job; + TDEIO::Job* job; KParts::ReadOnlyPart* extPart; KTempFile* tempFile; TQString rawDiff; -- cgit v1.2.3