summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpaintdevice_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qpaintdevice_x11.cpp')
-rw-r--r--src/kernel/qpaintdevice_x11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qpaintdevice_x11.cpp b/src/kernel/qpaintdevice_x11.cpp
index cd521c96..2bc747c3 100644
--- a/src/kernel/qpaintdevice_x11.cpp
+++ b/src/kernel/qpaintdevice_x11.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -88,7 +88,7 @@
bitBlt( myWidget, 10, 0, myWidget );
\endcode
- \warning TQt retquires that a TQApplication object exists before
+ \warning TQt requires that a TQApplication object exists before
any paint devices can be created. Paint devices access window
system resources, and these resources are not initialized before
an application object is created.