addWallpaper -> setWallpaper, since the latter is what will be kept in the public api in libplasma2

svn path=/trunk/KDE/kdelibs/; revision=1217116
This commit is contained in:
Aaron J. Seigo 2011-01-25 20:51:16 +00:00
parent c3c211f374
commit 71f6f1dd18
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ void WallpaperScript::wheelEvent(QGraphicsSceneWheelEvent *event)
Q_UNUSED(event)
}
void WallpaperScript::addUrls(const KUrl::List urls)
void WallpaperScript::setUrls(const KUrl::List urls)
{
//TODO KDE5 replace urlDropped with addUrls
foreach (const KUrl &url, urls) {

View File

@ -141,7 +141,7 @@ public:
* Adds urls (e.g. from a drop)
* @since 4.7
*/
void addUrls(const KUrl::List urls);
void setUrls(const KUrl::List urls);
protected:
/**