Branch: master

8340c130 2015-03-02 09:08:42 Timothy Pearson
Rename most device icons to comply with XDG standards
M src/basket.cpp
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 @@
 	//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());