From f9ced3b3f13f3136ef63c33ef163042010d6e80b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:39:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- quanta/dialogs/tagdialogs/tagimgdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta/dialogs/tagdialogs/tagimgdlg.cpp') diff --git a/quanta/dialogs/tagdialogs/tagimgdlg.cpp b/quanta/dialogs/tagdialogs/tagimgdlg.cpp index 17285d96..d2a680f5 100644 --- a/quanta/dialogs/tagdialogs/tagimgdlg.cpp +++ b/quanta/dialogs/tagdialogs/tagimgdlg.cpp @@ -54,7 +54,7 @@ TagImgDlg::~TagImgDlg() { if (isTmpFile) { - KIO::NetAccess::removeTempFile(imgFileName); + TDEIO::NetAccess::removeTempFile(imgFileName); isTmpFile = false; } } @@ -64,7 +64,7 @@ void TagImgDlg::slotImageSet(const KURL& imageURL) { if (isTmpFile) { - KIO::NetAccess::removeTempFile(imgFileName); + TDEIO::NetAccess::removeTempFile(imgFileName); isTmpFile = false; } if (imageURL.isLocalFile()) @@ -72,7 +72,7 @@ void TagImgDlg::slotImageSet(const KURL& imageURL) imgFileName = imageURL.path(); } else { - KIO::NetAccess::download(imageURL, imgFileName, this); + TDEIO::NetAccess::download(imageURL, imgFileName, this); isTmpFile = true; } widgetImg->slotSetImage(imgFileName); -- cgit v1.2.1