diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/kernel/qinternal.cpp | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/qinternal.cpp')
-rw-r--r-- | src/kernel/qinternal.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp index 453ff05b8..8281e70b4 100644 --- a/src/kernel/qinternal.cpp +++ b/src/kernel/qinternal.cpp @@ -497,7 +497,7 @@ void TQSharedDoubleBuffer::flush() } /* \internal - Atquire ownership of the shared double buffer pixmap, subject to the + Acquire ownership of the shared double buffer pixmap, subject to the following conditions: \list 1 @@ -510,7 +510,7 @@ void TQSharedDoubleBuffer::flush() object becomes the owner of the shared double buffer pixmap. The shared double buffer pixmap is resize if necessary, and this function returns a pointer to the pixmap. Ownership must later be - relintquished by calling releasePixmap(). + relinquished by calling releasePixmap(). If none of the above conditions are met, this function returns zero. |