diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
commit | eea84818e98af917d3cf2bf04ea17a416ef9d55e (patch) | |
tree | a62fa69f175eb1efd745676950888326d8046beb /src/gui/kernel/qwidget_win.cpp | |
parent | ac355872573c7131e4b783cabe00c5656dc668af (diff) | |
download | Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.zip Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.gz Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.bz2 |
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Reviewer: David Boddie
Task number: QTBUG-11938
Diffstat (limited to 'src/gui/kernel/qwidget_win.cpp')
-rw-r--r-- | src/gui/kernel/qwidget_win.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget_win.cpp b/src/gui/kernel/qwidget_win.cpp index 23f57da..59035b1 100644 --- a/src/gui/kernel/qwidget_win.cpp +++ b/src/gui/kernel/qwidget_win.cpp @@ -166,7 +166,7 @@ static void qt_tablet_init() qt_tablet_widget = new QWidget(0); qt_tablet_widget->createWinId(); qt_tablet_widget->setObjectName(QLatin1String("Qt internal tablet widget")); - // We dont need this internal widget to appear in QApplication::topLevelWidgets() + // We don't need this internal widget to appear in QApplication::topLevelWidgets() if (QWidgetPrivate::allWidgets) QWidgetPrivate::allWidgets->remove(qt_tablet_widget); LOGCONTEXT lcMine; @@ -1547,7 +1547,7 @@ bool QWidgetPrivate::shouldShowMaximizeButton() { if (data.window_flags & Qt::MSWindowsFixedSizeDialogHint) return false; - // if the user explicitely asked for the maximize button, we try to add + // if the user explicitly asked for the maximize button, we try to add // it even if the window has fixed size. if (data.window_flags & Qt::CustomizeWindowHint && data.window_flags & Qt::WindowMaximizeButtonHint) |