summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-24 23:17:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:07:51 +0200
commit6321b5847a09ac52215fbb2a9269a1d09d32a12b (patch)
tree1b95fac82701a74de6701878fd179be4958e71b7 /src/widgets/kernel
parenta92c254c453659fe186d27a4169b11dc731b16b2 (diff)
doc: remove links to Qt Designer
Designer is in the tools repo, we cannot link there. Mentioning the name should be good enough. Change-Id: I55193aa31e60ae266a8890f706c332a63ed3610d Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index c2b78e8603..c068f4e916 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -529,7 +529,7 @@ void QWidget::setAutoFillBackground(bool enabled)
is known as a composite widget. These can be created by constructing a
widget with the required visual properties - a QFrame, for example - and
adding child widgets to it, usually managed by a layout. The above diagram
- shows such a composite widget that was created using \l{Qt Designer}.
+ shows such a composite widget that was created using Qt Designer.
Composite widgets can also be created by subclassing a standard widget,
such as QWidget or QFrame, and adding the necessary layout and child