diff options
Diffstat (limited to 'examples/iconview/main.cpp')
-rw-r--r-- | examples/iconview/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/iconview/main.cpp b/examples/iconview/main.cpp index 476985a97..a0fd3309f 100644 --- a/examples/iconview/main.cpp +++ b/examples/iconview/main.cpp @@ -55,7 +55,7 @@ int main( int argc, char **argv ) for ( unsigned int i = 0; i < 3000; i++ ) { TQIconViewItem *item = new TQIconViewItem( &tqiconview, TQString( "Item %1" ).arg( i + 1 ) ); - item->setRenameEnabled( TRUE ); + item->setRenameEnabled( true ); } tqiconview.setCaption( "TQt Example - Iconview" ); |