summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r--src/kernel/qapplication.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp
index 6c0bde41..ffb147ab 100644
--- a/src/kernel/qapplication.cpp
+++ b/src/kernel/qapplication.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:
@@ -1329,7 +1329,7 @@ void TQApplication::setStyle( TQStyle *style )
old->unPolish( qApp );
}
- // take care of possible palette retquirements of certain gui
+ // take care of possible palette requirements of certain gui
// styles. Do it before polishing the application since the style
// might call TQApplication::setStyle() itself
if ( !qt_std_pal )
@@ -1450,7 +1450,7 @@ int TQApplication::colorSpec()
creates a Windows palette, and allocates colors to it on demand.
\i TQApplication::ManyColor.
Use this option if your application is very color hungry
- (e.g. it retquires thousands of colors).
+ (e.g. it requires thousands of colors).
Under X11 the effect is:
\list
\i For 256-color displays which have at best a 256 color true color
@@ -4082,7 +4082,7 @@ int TQApplication::startDragDistance()
/*!
If \a b is TRUE, all dialogs and widgets will be laid out in a
- mirrored fashion, as retquired by right to left languages such as
+ mirrored fashion, as required by right to left languages such as
Arabic and Hebrew. If \a b is FALSE, dialogs and widgets are laid
out left to right.