diff -r 35368b604b28 -r 6727c5d0afc7 homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h --- a/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h Thu Sep 02 20:17:27 2010 +0300 +++ b/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h Fri Sep 17 08:27:54 2010 +0300 @@ -38,11 +38,13 @@ public slots: bool addWidget(const QString &uri, const QVariantHash &preferences); bool setWallpaper(const QString &fileName); + bool setWallpaper(const QString &portraitFileName, const QString &landscapeFileName); private slots: void onRequestCompleted(const QVariant &result); void onRequestError(int error); void doAddWidget(const QString &uri, const QVariantHash &preferences); void doSetWallpaper(const QString &fileName); + void doSetWallpaper2(const QString &portraitFileName, const QString &landscapeFileName); signals: void requestFinished(); private: