summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdockwindow.cpp
diff options
context:
space:
mode:
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 5818fa40..82fba58a 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.
*/