summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:32 +0900
commit99e56ba8db70324cc5c7ab416a3b48171613bd59 (patch)
tree52fe52817fe45a81a7e03254b614b67587d83e37 /src/kernel/qwidget.cpp
parent630dcedfb398b350522742f0ab4d1255ac84da85 (diff)
downloadtqt-99e56ba8db70324cc5c7ab416a3b48171613bd59.tar.gz
tqt-99e56ba8db70324cc5c7ab416a3b48171613bd59.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qwidget.cpp')
-rw-r--r--src/kernel/qwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qwidget.cpp b/src/kernel/qwidget.cpp
index 091958520..4885346d7 100644
--- a/src/kernel/qwidget.cpp
+++ b/src/kernel/qwidget.cpp
@@ -1044,7 +1044,7 @@ void TQWidget::destroyMapper()
TQWidgetIntDictIt it( *((TQWidgetIntDict*)mapper) );
TQWidgetMapper * myMapper = mapper;
mapper = 0;
- register TQWidget *w;
+ TQWidget *w;
while ( (w=it.current()) ) { // remove parents widgets
++it;
if ( !w->parentObj ) // widget is a parent
@@ -4172,7 +4172,7 @@ void TQWidget::showChildren( bool spontaneous )
{
if ( children() ) {
TQObjectListIt it(*children());
- register TQObject *object;
+ TQObject *object;
TQWidget *widget;
while ( it ) {
object = it.current();
@@ -4197,7 +4197,7 @@ void TQWidget::hideChildren( bool spontaneous )
{
if ( children() ) {
TQObjectListIt it(*children());
- register TQObject *object;
+ TQObject *object;
TQWidget *widget;
while ( it ) {
object = it.current();