~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akregator/src/akregator_part.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
 
338
338
bool Part::openUrl(const KUrl& url)
339
339
{
340
 
    setLocalFilePath(url.path());
 
340
    setLocalFilePath(url.toLocalFile());
341
341
    return openFile();
342
342
}
343
343
 
432
432
    bool isRemote = false;
433
433
 
434
434
    if (url.isLocalFile())
435
 
        filename = url.path();
 
435
        filename = url.toLocalFile();
436
436
    else
437
437
    {
438
438
        isRemote = true;
465
465
{
466
466
    if (url.isLocalFile())
467
467
    {
468
 
        const QString fname = url.path();
 
468
        const QString fname = url.toLocalFile();
469
469
 
470
470
        if ( QFile::exists( fname ) &&
471
471
                KMessageBox::questionYesNo(m_mainWidget,