summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:44:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:44:56 -0600
commitceaf41bd779bdcc293a4f43100a3834c72c2c46d (patch)
treeeb429d42c0ab5b5404d65e79ab4e9884775f0614 /src/kernel
parent5dea938f814eff53a106e572c98620ecd0043bd9 (diff)
downloadtqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.tar.gz
tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.zip
Update from latest conversion script
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 40614d8ff..8e71552c6 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 4d8519884..8fd6fd504 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);