From: Albert Astals Cid Date: Tue, 18 Nov 2008 22:38:07 +0000 (+0000) Subject: makeItCompile, sorry and thanks to Tm_T X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/87bc6f51e9788829ff5b071a9307d23d04b25069?ds=inline makeItCompile, sorry and thanks to Tm_T svn path=/trunk/KDE/kdebase/apps/; revision=886290 --- diff --git a/src/iconsizegroupbox.cpp b/src/iconsizegroupbox.cpp index ee9c0ddba..8e075ed8f 100644 --- a/src/iconsizegroupbox.cpp +++ b/src/iconsizegroupbox.cpp @@ -106,7 +106,7 @@ void IconSizeGroupBox::slotPreviewSliderMoved(int value) void IconSizeGroupBox::showToolTip(QSlider* slider, int value) { const int size = ZoomLevelInfo::iconSizeForZoomLevel(value); - slider->setToolTip(i18ncp(`"@info:tooltip", "Size: 1 pixel", "Size: %1 pixels", size)); + slider->setToolTip(i18ncp("@info:tooltip", "Size: 1 pixel", "Size: %1 pixels", size)); QPoint global = slider->rect().topLeft(); global.ry() += slider->height() / 2; QHelpEvent toolTipEvent(QEvent::ToolTip, QPoint(0, 0), slider->mapToGlobal(global));