summaryrefslogtreecommitdiffstats
path: root/conduits/docconduit/doc-conflictdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/docconduit/doc-conflictdialog.cpp')
-rw-r--r--conduits/docconduit/doc-conflictdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/docconduit/doc-conflictdialog.cpp b/conduits/docconduit/doc-conflictdialog.cpp
index c22c58b..a3d7b57 100644
--- a/conduits/docconduit/doc-conflictdialog.cpp
+++ b/conduits/docconduit/doc-conflictdialog.cpp
@@ -98,7 +98,7 @@ ResolutionDialog::ResolutionDialog( TQWidget* parent, const TQString& caption, s
cE.dbname=new TQLabel(text, big_box);
resolutionGroupBoxLayout->addWidget( cE.dbname, cE.index, 0 );
- cE.resolution=new TQComboBox( FALSE, big_box);
+ cE.resolution=new TQComboBox( false, big_box);
cE.resolution->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7,
(TQSizePolicy::SizeType)0, 0, 0,
cE.resolution->sizePolicy().hasHeightForWidth() ) );