diff options
Diffstat (limited to 'examples/showimg/imagetexteditor.cpp')
-rw-r--r-- | examples/showimg/imagetexteditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp index c007b3cb3..5c2beb59a 100644 --- a/examples/showimg/imagetexteditor.cpp +++ b/examples/showimg/imagetexteditor.cpp @@ -22,11 +22,11 @@ ImageTextEditor::ImageTextEditor( TQImage& i, TQWidget *parent, const char *name, WFlags f ) : - TQDialog(parent,name,TRUE,f), + TQDialog(parent,name,true,f), image(i) { TQVBoxLayout* vbox = new TQVBoxLayout(this,8); - vbox->setAutoAdd(TRUE); + vbox->setAutoAdd(true); TQGrid* controls = new TQGrid(3,TQGrid::Horizontal,this); controls->setSpacing(8); |