[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/pim/krss/resources/libkrssresource
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-04-04 13:27:04
Message-ID: 1238851624.002099.16440.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 949079 by osterfeld:

use KUrl::fromPathOrUrl


 M  +2 -1      rssresourcebase.cpp  


--- trunk/playground/pim/krss/resources/libkrssresource/rssresourcebase.cpp #949078:949079
@@ -267,7 +267,8 @@
         return result;
     }
 
-    ImportOpmlJob * const job = new ImportOpmlJob( KUrl( path ), this );
+    const KUrl url = KUrl::fromPathOrUrl( path );
+    ImportOpmlJob * const job = new ImportOpmlJob( url, this );
     job->setResourceId( identifier() );
     job->setBackendJob( backendJob );
     job->setDefaultTag( defaultTag );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic