|
|
|
@ -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());
|
|
|
|
|