summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqgrid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqgrid.cpp')
-rw-r--r--src/widgets/tqgrid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqgrid.cpp b/src/widgets/tqgrid.cpp
index 19e7e2964..51c3b6266 100644
--- a/src/widgets/tqgrid.cpp
+++ b/src/widgets/tqgrid.cpp
@@ -85,7 +85,7 @@ TQGrid::TQGrid( int n, Orientation orient, TQWidget *parent, const char *name,
nRows = n;
}
lay = new TQGridLayout( this, nRows, nCols, 0, 0, name );
- lay->setAutoAdd( TRUE );
+ lay->setAutoAdd( true );
}
@@ -99,7 +99,7 @@ TQGrid::TQGrid( int n, TQWidget *parent, const char *name, WFlags f )
: TQFrame( parent, name, f )
{
lay = new TQGridLayout( this, -1, n, 0, 0, name );
- lay->setAutoAdd( TRUE );
+ lay->setAutoAdd( true );
}