From 6379d18e0ec321e0e08a1389ee4a12f0eaa5992e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:14 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmag/kmag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmag/kmag.cpp') diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp index af844a3..6bcf106 100644 --- a/kmag/kmag.cpp +++ b/kmag/kmag.cpp @@ -567,7 +567,7 @@ void KmagApp::saveZoomPixmap() KMessageBox::error(0, i18n("Unable to save temporary file (before uploading to the network file you specified)."), i18n("Error Writing File")); } else { - if(!KIO::NetAccess::upload(tempFile.name(), url, this)) { + if(!TDEIO::NetAccess::upload(tempFile.name(), url, this)) { KMessageBox::error(0, i18n("Unable to upload file over the network."), i18n("Error Writing File")); } else { -- cgit v1.2.1