diff options
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index e1e200506..30e8d26f5 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -277,7 +277,7 @@ The second group consists of <a href="#doubleClicked">doubleClicked</a>(TQListVi <p> Note that changing the state of the list view in a slot connected to a list view signal may cause unexpected side effects. If you need to change the list view's state in response to a signal, use -a <a href="ntqtimer.html#singleShot">single shot timer</a> with a +a <a href="tqtimer.html#singleShot">single shot timer</a> with a time out of 0, and connect this timer to a slot that modifies the list view's state. <p> In <a href="motif-extension.html#Motif">Motif</a> style, TQListView deviates fairly strongly from the look |