From b282a7bb897aef54980dc0996a842a2253f013da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Jun 2013 21:19:21 -0500 Subject: Reduce CPU usage of triggerless device polling routine Fix TDEListView not emitting executed signal for part of entire highlighted item area --- tdeui/tdelistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/tdelistview.h') 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. -- cgit v1.2.1