diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-26 21:38:42 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-09 04:33:33 +0000 |
commit | 12554e4e1d0cd9a0d2c0d3f0e87898838a4bbf19 (patch) | |
tree | beec43f7dbd7194bee673a6740eeb21c67335341 | |
parent | 700bd152d77e58458cdf28faf0cdcf953db7aa09 (diff) | |
download | basket-12554e4e1d0cd9a0d2c0d3f0e87898838a4bbf19.tar.gz basket-12554e4e1d0cd9a0d2c0d3f0e87898838a4bbf19.zip |
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/basket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket.cpp b/src/basket.cpp index bc8494d..cf303d3 100644 --- a/src/basket.cpp +++ b/src/basket.cpp @@ -5440,7 +5440,7 @@ DiskErrorDialog::DiskErrorDialog(const TQString &titleMessage, const TQString &m //enableButtonOK(false); setModal(true); TQHBoxLayout *layout = new TQHBoxLayout(plainPage(), /*margin=*/0, spacingHint()); - TQPixmap icon = kapp->iconLoader()->loadIcon("drive-harddisk", TDEIcon::NoGroup, 64, TDEIcon::DefaultState, /*path_store=*/0L, /*canReturnNull=*/true); + TQPixmap icon = kapp->iconLoader()->loadIcon("drive-harddisk-unmounted", TDEIcon::NoGroup, 64, TDEIcon::DefaultState, /*path_store=*/0L, /*canReturnNull=*/true); TQLabel *iconLabel = new TQLabel(plainPage()); iconLabel->setPixmap(icon); iconLabel->setFixedSize(iconLabel->sizeHint()); |