summaryrefslogtreecommitdiffstats
path: root/kdeui/klistview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-01 21:19:21 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:27 +0100
commita4be37c118fb0dbe6c5b069e15379acc33f9612f (patch)
tree4b44d91cf539757d4b3944d4a31dcf2ae0be448f /kdeui/klistview.h
parentc1d2654b775fbd72cfc78b0c1420cfdee62ead47 (diff)
downloadtdelibs-a4be37c118fb0dbe6c5b069e15379acc33f9612f.tar.gz
tdelibs-a4be37c118fb0dbe6c5b069e15379acc33f9612f.zip
Reduce CPU usage of triggerless device polling routine
Fix TDEListView not emitting executed signal for part of entire highlighted item area (cherry picked from commit b282a7bb897aef54980dc0996a842a2253f013da)
Diffstat (limited to 'kdeui/klistview.h')
-rw-r--r--kdeui/klistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/klistview.h b/kdeui/klistview.h
index db78b3cfb..1c3702e46 100644
--- a/kdeui/klistview.h
+++ b/kdeui/klistview.h
@@ -36,7 +36,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.