diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-11-28 08:37:01 +0100 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2017-11-29 11:46:35 +0100 |
commit | b0d98f6e269be9560de1b9c140855c85fecf1dd1 (patch) | |
tree | 34315eef0a562ddff3b7c7ef3d26de24eaef81c1 /desktop-widgets/about.ui | |
parent | 6437a2e18e9464162395bc0dd5b5f4754efc7d93 (diff) | |
download | subsurface-b0d98f6e269be9560de1b9c140855c85fecf1dd1.tar.gz |
Use icons relative path.
Icon paths are defined in one place only - application's embedded resources.
Signed-off-by: Martin Měřinský <mermar@centrum.cz>
Diffstat (limited to 'desktop-widgets/about.ui')
-rw-r--r-- | desktop-widgets/about.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/about.ui b/desktop-widgets/about.ui index 98159253c..3062f5f62 100644 --- a/desktop-widgets/about.ui +++ b/desktop-widgets/about.ui @@ -24,7 +24,7 @@ </property> <property name="windowIcon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/subsurface-icon</normaloff>:/subsurface-icon</iconset> + <normaloff>:subsurface-icon</normaloff>:subsurface-icon</iconset> </property> <property name="modal"> <bool>true</bool> @@ -39,7 +39,7 @@ <string/> </property> <property name="pixmap"> - <pixmap resource="../subsurface.qrc">:/subsurface-icon</pixmap> + <pixmap resource="../subsurface.qrc">:subsurface-icon</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |