summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdockwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/widgets/qdockwindow.cpp
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'src/widgets/qdockwindow.cpp')
-rw-r--r--src/widgets/qdockwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index 5818fa40f..82fba58a7 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -612,7 +612,7 @@ void TQDockWindowTitleBar::mousePressEvent( TQMouseEvent *e )
ctrlDown = ( e->state() & ControlButton ) == ControlButton;
oldFocus = qApp->focusWidget();
// setFocus activates the window, which deactivates the main window
-// not what we want, and not retquired anyway on Windows
+// not what we want, and not required anyway on Windows
#ifndef Q_WS_WIN
setFocus();
#endif
@@ -630,7 +630,7 @@ void TQDockWindowTitleBar::mousePressEvent( TQMouseEvent *e )
offset = e->pos();
dockWindow->startRectDraw( mapToGlobal( e->pos() ), !opaque );
// grabMouse resets the Windows mouse press count, so we never receive a double click on Windows
-// not retquired on Windows, and did work on X11, too, but no problem there in the first place
+// not required on Windows, and did work on X11, too, but no problem there in the first place
#ifndef Q_WS_WIN
if(!oldPressed && dockWindow->opaqueMoving())
grabMouse();
@@ -1771,7 +1771,7 @@ void TQDockWindow::setFixedExtentHeight( int h )
\brief whether the dock window prefers to start a new line in the
dock area.
- The default is FALSE, i.e. the dock window doesn't retquire a new
+ The default is FALSE, i.e. the dock window doesn't require a new
line in the dock area.
*/