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/src/document.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta/src/document.cpp') diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp index c8a84ef4..2cec0c03 100644 --- a/quanta/src/document.cpp +++ b/quanta/src/document.cpp @@ -407,7 +407,7 @@ void Document::insertFile(const KURL& url) fileName = url.path(); } else { - if (!KIO::NetAccess::download(url, fileName, this)) + if (!TDEIO::NetAccess::download(url, fileName, this)) { KMessageBox::error(this, i18n("Cannot download %1.").arg( url.prettyURL(0, KURL::StripFileProtocol))); return; @@ -2667,7 +2667,7 @@ void Document::setBackupPathEntryValue(const TQString& ev) } /** if the document is modified then backup it and insert an entry in quantarc */ -void Document::createBackup(KConfig* config) +void Document::createBackup(TDEConfig* config) { if (isModified()) { @@ -2715,7 +2715,7 @@ void Document::createBackup(KConfig* config) } } /** if there is no more need for a backup copy then remove it */ -void Document::removeBackup(KConfig *config) +void Document::removeBackup(TDEConfig *config) { TQString backupPathValueURL = KURL::fromPathOrURL(m_backupPathValue).url(); -- cgit v1.2.3