summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles')
-rw-r--r--src/widgets/styles/qproxystyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/styles/qproxystyle.cpp b/src/widgets/styles/qproxystyle.cpp
index b63e820bb9..eeed1a532b 100644
--- a/src/widgets/styles/qproxystyle.cpp
+++ b/src/widgets/styles/qproxystyle.cpp
@@ -109,7 +109,7 @@ void QProxyStylePrivate::ensureBaseStyle() const
/*!
Constructs a QProxyStyle object for overriding behavior in the
- specified base \a style, or in the current \l{QApplication::style}
+ specified base \a style, or in the current \l{QApplication::style()}
{application style} if base \a style is not specified.
Ownership of \a style is transferred to QProxyStyle.
@@ -128,7 +128,7 @@ QProxyStyle::QProxyStyle(QStyle *style) :
/*!
Constructs a QProxyStyle object for overriding behavior in
the base style specified by style \a key, or in the current
- \l{QApplication::style}{application style} if the specified
+ \l{QApplication::style()}{application style} if the specified
style \a key is unrecognized.
\sa QStyleFactory::create()