diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-01 21:19:21 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-01 21:19:21 -0500 |
commit | b282a7bb897aef54980dc0996a842a2253f013da (patch) | |
tree | c2ec573c8c62db883c74790da00bbbfa92255b60 /tdeui/tdelistview.h | |
parent | f04d5a36adcd7ed3849108fca0ee9e6899eccb1c (diff) | |
download | tdelibs-b282a7bb897aef54980dc0996a842a2253f013da.tar.gz tdelibs-b282a7bb897aef54980dc0996a842a2253f013da.zip |
Reduce CPU usage of triggerless device polling routine
Fix TDEListView not emitting executed signal for part of entire highlighted item area
Diffstat (limited to 'tdeui/tdelistview.h')
-rw-r--r-- | tdeui/tdelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h index 995e2b678..bd0473304 100644 --- a/tdeui/tdelistview.h +++ b/tdeui/tdelistview.h @@ -37,7 +37,7 @@ class KLineEdit; * There is a new signal executed(). It gets connected to either * TQListView::clicked() or TQListView::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 * TQListView::selectionChanged() signal. |