summaryrefslogtreecommitdiffstats
path: root/juk/webimagefetcherdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:36 -0600
commitde9a6aa007626eba4e333ac4080cbdfcb9f98386 (patch)
tree79166818db79c0ac7acfbbb545a4929c0cd62b04 /juk/webimagefetcherdialog.h
parent27430f06c6cc2187c639f59f342f07f1fde91a8b (diff)
downloadtdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.tar.gz
tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'juk/webimagefetcherdialog.h')
-rw-r--r--juk/webimagefetcherdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h
index 40ff1b44..a3b60378 100644
--- a/juk/webimagefetcherdialog.h
+++ b/juk/webimagefetcherdialog.h
@@ -66,7 +66,7 @@ private:
FileHandle m_file;
};
-namespace KIO
+namespace TDEIO
{
class TransferJob;
}
@@ -81,12 +81,12 @@ public:
~CoverIconViewItem();
private slots:
- void imageData(KIO::Job *job, const TQByteArray &data);
- void imageResult(KIO::Job* job);
+ void imageData(TDEIO::Job *job, const TQByteArray &data);
+ void imageResult(TDEIO::Job* job);
private:
TQByteArray m_buffer;
- TQGuardedPtr<KIO::TransferJob> m_job;
+ TQGuardedPtr<TDEIO::TransferJob> m_job;
};
#endif