summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:08:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:08:42 -0600
commit8340c13003495f73c607ff73ad838773f45409f7 (patch)
treea8f29539f2f0ff474f1d30ce879e58c6ca367243
parenta9280d264a75007e28e849c2bdb31b4ad0b983a1 (diff)
downloadbasket-8340c130.tar.gz
basket-8340c130.zip
Rename most device icons to comply with XDG standards
-rw-r--r--src/basket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket.cpp b/src/basket.cpp
index eaced49..bc8494d 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("hdd_unmount", TDEIcon::NoGroup, 64, TDEIcon::DefaultState, /*path_store=*/0L, /*canReturnNull=*/true);
+ TQPixmap icon = kapp->iconLoader()->loadIcon("drive-harddisk", TDEIcon::NoGroup, 64, TDEIcon::DefaultState, /*path_store=*/0L, /*canReturnNull=*/true);
TQLabel *iconLabel = new TQLabel(plainPage());
iconLabel->setPixmap(icon);
iconLabel->setFixedSize(iconLabel->sizeHint());