diff options
| author | Albert Astals Cid <[email protected]> | 2008-11-18 22:38:07 +0000 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2008-11-18 22:38:07 +0000 |
| commit | 87bc6f51e9788829ff5b071a9307d23d04b25069 (patch) | |
| tree | 2bd48d7f4a38a08131f57606c3ac267780c789d6 /src | |
| parent | a6f43a9e3bd92c55bb1f1530db84049afc9d7909 (diff) | |
makeItCompile, sorry and thanks to Tm_T
svn path=/trunk/KDE/kdebase/apps/; revision=886290
Diffstat (limited to 'src')
| -rw-r--r-- | src/iconsizegroupbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |
