diff -r cdae8c6c3876 -r 4e8ebe173323 homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h --- a/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h Fri Apr 16 14:54:01 2010 +0300 +++ b/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h Mon May 03 12:24:59 2010 +0300 @@ -37,10 +37,12 @@ public slots: bool addWidget(const QString &uri, const QVariantHash &preferences); + bool setWallpaper(const QString &fileName); private slots: void onRequestCompleted(const QVariant &result); void onRequestError(int error); void doAddWidget(const QString &uri, const QVariantHash &preferences); + void doSetWallpaper(const QString &fileName); signals: void requestFinished(); private: