diff options
Diffstat (limited to 'src/kernel/qwidget.cpp')
-rw-r--r-- | src/kernel/qwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qwidget.cpp b/src/kernel/qwidget.cpp index f0ff3ed53..ba615afa3 100644 --- a/src/kernel/qwidget.cpp +++ b/src/kernel/qwidget.cpp @@ -2609,7 +2609,7 @@ void TQWidget::setBackgroundFromMode() Although \c FixedColor and \c FixedPixmap are sometimes just right, if you use them, make sure that you test your application - when the desktop color scheme has been changed. (On X11, a tquick + when the desktop color scheme has been changed. (On X11, a quick way to test this is e.g. "./myapp -bg paleblue". On Windows, you must use the control panel.) @@ -3877,7 +3877,7 @@ void TQWidget::setGeometry( int x, int y, int w, int h ) \enum TQWidget::FocusPolicy This enum type defines the various policies a widget can have with - respect to actquiring keyboard focus. + respect to acquiring keyboard focus. \value TabFocus the widget accepts focus by tabbing. \value ClickFocus the widget accepts focus by clicking. |