diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kiconview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kiconview.h b/tdeui/kiconview.h index 5b1149f7b..8f0544b88 100644 --- a/tdeui/kiconview.h +++ b/tdeui/kiconview.h @@ -33,7 +33,7 @@ * There is a new signal executed(). It gets connected to either * TQIconView::clicked() or TQIconView::doubleClicked() depending on the KDE * wide Single Click/Double Click settings. It is strongly recommended that - * you use this signal instead of the above mentioned. This way you don´t + * you use this signal instead of the above mentioned. This way you don�t * need to care about the current settings. * If you want to get informed when the user selects something connect to the * TQIconView::selectionChanged() signal. |