summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/qframe.cpp')
-rw-r--r--src/gui/widgets/qframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qframe.cpp b/src/gui/widgets/qframe.cpp
index b9e769d451..a87ec85840 100644
--- a/src/gui/widgets/qframe.cpp
+++ b/src/gui/widgets/qframe.cpp
@@ -135,7 +135,7 @@ inline void QFramePrivate::init()
\value VLine QFrame draws a vertical line that frames nothing
(useful as separator)
\value WinPanel draws a rectangular panel that can be raised or
- sunken like those in Windows 95. Specifying this shape sets
+ sunken like those in Windows 2000. Specifying this shape sets
the line width to 2 pixels. WinPanel is provided for compatibility.
For GUI style independence we recommend using StyledPanel instead.