diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-16 07:13:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 6043b223cb9191c36d9c1305f7850cfa5296f406 (patch) | |
tree | b40c6cd637e6219b6e3ec62fcd8b4e57d6c63eca | |
parent | fb3d1b3073ed2dc51048b7e11153d41ab1ed5dfe (diff) | |
download | subsurface-6043b223cb9191c36d9c1305f7850cfa5296f406.tar.gz |
mobile: adapt resource names
With the new Kirigami the URI for the backwards and forwards arrows apparently
changed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | mobile-widgets/3rdparty/icons.qrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/3rdparty/icons.qrc b/mobile-widgets/3rdparty/icons.qrc index 89cc574e8..f9a52534c 100644 --- a/mobile-widgets/3rdparty/icons.qrc +++ b/mobile-widgets/3rdparty/icons.qrc @@ -1,8 +1,8 @@ <RCC> <qresource prefix="/"> <!-- ********** Breeze icons that we use (directly or through Kirigami) ********** --> - <file alias="/org/kde/kirigami/templates/private/go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file> - <file alias="/org/kde/kirigami/templates/private/go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file> + <file alias="/org/kde/kirigami.2/templates/private/go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file> + <file alias="/org/kde/kirigami.2/templates/private/go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file> <file alias="go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file> <file alias="go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file> <file alias="icons/application-menu.svg">breeze-icons/icons/actions/24/application-menu.svg</file> |