summaryrefslogtreecommitdiffstats
path: root/examples/xml/outliner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/outliner')
-rw-r--r--examples/xml/outliner/outlinetree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/outliner/outlinetree.cpp b/examples/xml/outliner/outlinetree.cpp
index ba89585b2..c380309eb 100644
--- a/examples/xml/outliner/outlinetree.cpp
+++ b/examples/xml/outliner/outlinetree.cpp
@@ -17,7 +17,7 @@ OutlineTree::OutlineTree( const TQString fileName, TQWidget *parent, const char
// div. configuration of the list view
addColumn( "Outlines" );
setSorting( -1 );
- setRootIsDecorated( TRUE );
+ setRootIsDecorated( true );
// read the XML file and create DOM tree
TQFile opmlFile( fileName );