diff options
Diffstat (limited to 'kmymoney2/converter/webpricequote.h')
-rw-r--r-- | kmymoney2/converter/webpricequote.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/converter/webpricequote.h b/kmymoney2/converter/webpricequote.h index a9ec149..411d100 100644 --- a/kmymoney2/converter/webpricequote.h +++ b/kmymoney2/converter/webpricequote.h @@ -30,7 +30,7 @@ // KDE Headers #include <kprocess.h> -namespace KIO { +namespace TDEIO { class Job; }; @@ -182,7 +182,7 @@ private: void removeTempFile(const TQString& tmpFile); private slots: - void slotResult( KIO::Job * job ); + void slotResult( TDEIO::Job * job ); private: @@ -204,7 +204,7 @@ private: /** - * Whether the download succeeded or not. Taken from KIO::NetAccess + * Whether the download succeeded or not. Taken from TDEIO::NetAccess */ bool bJobOK; static TQString* lastErrorMsg; |