summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/qinputcontext.cpp2
-rw-r--r--src/kernel/qwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp
index 40614d8f..8e71552c 100644
--- a/src/kernel/qinputcontext.cpp
+++ b/src/kernel/qinputcontext.cpp
@@ -91,7 +91,7 @@ public:
};
-// UPDATED COMMENT RETQUIRED -- 2004-07-08 YamaKen
+// UPDATED COMMENT REQUIRED -- 2004-07-08 YamaKen
/*!
\class TQInputContext qinputcontext.h
\brief The TQInputContext class abstracts the input method dependent data and composing state.
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);