summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qundogroup.cpp2
-rw-r--r--src/gui/util/qundostack.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/util/qundogroup.cpp b/src/gui/util/qundogroup.cpp
index 2f4c81b046..6efebce94d 100644
--- a/src/gui/util/qundogroup.cpp
+++ b/src/gui/util/qundogroup.cpp
@@ -57,7 +57,7 @@ public:
\class QUndoGroup
\brief The QUndoGroup class is a group of QUndoStack objects.
\since 4.2
- \inmodule QtWidgets
+ \inmodule QtGui
For an overview of the Qt's undo framework, see the
\l{qundo.html}{overview}.
diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp
index 84ef2787e1..f5757c1704 100644
--- a/src/gui/util/qundostack.cpp
+++ b/src/gui/util/qundostack.cpp
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
\brief The QUndoCommand class is the base class of all commands stored on a QUndoStack.
\since 4.2
- \inmodule QtWidgets
+ \inmodule QtGui
For an overview of Qt's Undo Framework, see the
\l{Overview of Qt's Undo Framework}{overview document}.
@@ -347,7 +347,7 @@ const QUndoCommand *QUndoCommand::child(int index) const
\brief The QUndoStack class is a stack of QUndoCommand objects.
\since 4.2
- \inmodule QtWidgets
+ \inmodule QtGui
For an overview of Qt's Undo Framework, see the
\l{Overview of Qt's Undo Framework}{overview document}.