From 6078e14f28ec3b34cc2041cbd8628a1d8420512c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:08:33 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmymoney2/converter/webpricequote.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/converter/webpricequote.h') 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 -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; -- cgit v1.2.1