summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qwidget.cpp')
-rw-r--r--src/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qwidget.cpp b/src/kernel/qwidget.cpp
index 4d851988..8fd6fd50 100644
--- a/src/kernel/qwidget.cpp
+++ b/src/kernel/qwidget.cpp
@@ -4009,7 +4009,7 @@ void TQWidget::show()
TQApplication::postEvent( parentWidget(),
new TQEvent(TQEvent::LayoutHint) );
- // Retquired for Mac, not sure whether we should always do that
+ // Required for Mac, not sure whether we should always do that
if( isTopLevel() )
TQApplication::sendPostedEvents(0, TQEvent::LayoutHint);