diff options
Diffstat (limited to 'doc/html/tqvaluelist.html')
-rw-r--r-- | doc/html/tqvaluelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html index 72bd00e8a..d9b189a47 100644 --- a/doc/html/tqvaluelist.html +++ b/doc/html/tqvaluelist.html @@ -259,7 +259,7 @@ instance makes a copy and modifies its private copy; therefore it does not affect the other instances; this takes O(n) time. This is often called "copy on write". If a TQValueList is being used in a multi-threaded program, you must protect all access to the list. -See <a href="ntqmutex.html">TQMutex</a>. +See <a href="tqmutex.html">TQMutex</a>. <p> There are several ways to insert items into the list. The <a href="#prepend">prepend</a>() and <a href="#append">append</a>() functions insert items at the beginning and the end of the list respectively. The <a href="#insert">insert</a>() function comes in |