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/wizards/newuserwizard/knewuserwizard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/wizards') diff --git a/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp b/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp index 04daf5c..e9dd204 100644 --- a/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp +++ b/kmymoney2/wizards/newuserwizard/knewuserwizard.cpp @@ -344,13 +344,13 @@ bool FilePage::isComplete(void) const // if a filename is present, check that // a) the file does not exist // b) the directory does exist - rc = !KIO::NetAccess::exists(m_dataFileEdit->url(), false, m_wizard); + rc = !TDEIO::NetAccess::exists(m_dataFileEdit->url(), false, m_wizard); if(rc) { TQRegExp exp("(.*)/(.*)"); rc = false; if(exp.search(m_dataFileEdit->url()) != -1) { if(exp.cap(2).length() > 0) { - rc = KIO::NetAccess::exists(exp.cap(1), true, m_wizard); + rc = TDEIO::NetAccess::exists(exp.cap(1), true, m_wizard); } } } -- cgit v1.2.1