diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:11:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:11:45 -0600 |
commit | 4812cdb245fee471edd87f685a3833aeead705b7 (patch) | |
tree | 21fd49985e064d2f8a2a3381f4ccc0cbdc9fd1d1 /conduits/vcalconduit/cleanupstate.cc | |
parent | cf989dcd69444c456d60c0eedbc3d5588d653681 (diff) | |
download | kpilot-4812cdb245fee471edd87f685a3833aeead705b7.tar.gz kpilot-4812cdb245fee471edd87f685a3833aeead705b7.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'conduits/vcalconduit/cleanupstate.cc')
-rw-r--r-- | conduits/vcalconduit/cleanupstate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/vcalconduit/cleanupstate.cc b/conduits/vcalconduit/cleanupstate.cc index 209a0e9..200a9df 100644 --- a/conduits/vcalconduit/cleanupstate.cc +++ b/conduits/vcalconduit/cleanupstate.cc @@ -85,7 +85,7 @@ void CleanUpState::startSync( ConduitAction *ca ) dynamic_cast<KCal::CalendarLocal*>(fCalendar)->save( fCalendarFile ); if(!kurl.isLocalFile()) { - if( !KIO::NetAccess::upload( fCalendarFile + if( !TDEIO::NetAccess::upload( fCalendarFile , vccb->config()->calendarFile(), 0L) ) { vccb->addLogError( i18n( "An error occurred while uploading" @@ -94,7 +94,7 @@ void CleanUpState::startSync( ConduitAction *ca ) .arg(vccb->config()->calendarFile()).arg(fCalendarFile)); } else { - KIO::NetAccess::removeTempFile( fCalendarFile ); + TDEIO::NetAccess::removeTempFile( fCalendarFile ); } TQFile backup( fCalendarFile + CSL1( "~" ) ); backup.remove(); |