CVS commit by tilladam: Fix compilation. The conflict resolution isn't ported yet. M +4 -0 resourcekolab.cpp 1.6 --- kdepim/kresources/kolab/kcal/resourcekolab.cpp #1.5:1.6 @@ -45,5 +45,7 @@ #include #include +#if 0 #include +#endif using namespace KCal; @@ -231,4 +233,5 @@ void ResourceKolab::incidenceUpdated( KC void ResourceKolab::resolveConflict( KCal::Incidence* inc, const QString& subresource, Q_UINT32 sernum ) { +#if 0 if ( ! inc ) return; @@ -275,4 +278,5 @@ void ResourceKolab::resolveConflict( KCa mSilent = silent; } +#endif } void ResourceKolab::addIncidence( const char* mimetype, const QString& xml,