diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc index 1fbbd331942e5ed86ab3b01ff34fea1dcfec5e7a..e163755bc3c1571f47a714c1775ac20f8f333a36 100644 --- a/doc/src/frameworks-technologies/accessible.qdoc +++ b/doc/src/frameworks-technologies/accessible.qdoc @@ -356,7 +356,7 @@ in turn inherits QAccessibleWidget. You do not need to examine the QAccessibleAbstractSlider class to read this section. If you want to take a look, the code for all of Qt's accessible interfaces are - found in src/plugins/accessible/widgets. Here is the + found in qtbase/src/widgets/accessible. Here is the QAccessibleSlider's constructor: \snippet snippets/accessibilityslidersnippet.cpp 0