summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/usersurvey.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:04:52 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:05:07 -0800
commitfd9c905ba357a37fe13338600bbc2b669c867f6f (patch)
tree55134736ff3b361de269a78aa93a1e8fa66dc009 /desktop-widgets/usersurvey.cpp
parent2747056889c6e003880201998353e28591faab62 (diff)
downloadsubsurface-fd9c905ba357a37fe13338600bbc2b669c867f6f.tar.gz
Revert "Use icons relative path."
Diffstat (limited to 'desktop-widgets/usersurvey.cpp')
-rw-r--r--desktop-widgets/usersurvey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/usersurvey.cpp b/desktop-widgets/usersurvey.cpp
index dd6d62231..fe55b9279 100644
--- a/desktop-widgets/usersurvey.cpp
+++ b/desktop-widgets/usersurvey.cpp
@@ -126,7 +126,7 @@ void UserSurvey::requestReceived()
}
msgbox.setWindowTitle(msgTitle);
- msgbox.setWindowIcon(QIcon(":subsurface-icon"));
+ msgbox.setWindowIcon(QIcon(":/subsurface-icon"));
msgbox.setText(msgText);
msgbox.setTextFormat(Qt::RichText);
msgbox.exec();