tools/designer/src/plugins/phononwidgets/volumesliderplugin.cpp
changeset 37 758a864f9613
parent 18 2f34d5167611
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    64     return m_group;
    64     return m_group;
    65 }
    65 }
    66 
    66 
    67 QString VolumeSliderPlugin::toolTip() const
    67 QString VolumeSliderPlugin::toolTip() const
    68 {
    68 {
    69     return QString(QLatin1String(toolTipC));
    69     return tr(toolTipC);
    70 }
    70 }
    71 
    71 
    72 QString VolumeSliderPlugin::whatsThis() const
    72 QString VolumeSliderPlugin::whatsThis() const
    73 {
    73 {
    74     return QString(QLatin1String(toolTipC));
    74     return tr(toolTipC);
    75 }
    75 }
    76 
    76 
    77 QString VolumeSliderPlugin::includeFile() const
    77 QString VolumeSliderPlugin::includeFile() const
    78 {
    78 {
    79     return QLatin1String("<phonon/volumeslider.h>");
    79     return QLatin1String("<phonon/volumeslider.h>");