Kicker storage applet: display more useful information on the tooltip of each device.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7390d40f77)
r14.0.x
Michele Calgaro 2 years ago
parent 538a0216f3
commit 384349606b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -122,8 +122,7 @@ void MediumButton::initPopup()
void MediumButton::refreshType()
{
KMimeType::Ptr mime = mFileItem.determineMimeType();
TQToolTip::add(this, mime->comment());
TQToolTip::add(this, mFileItem.text());
setIcon(mFileItem.iconName());
}

Loading…
Cancel
Save