diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-05 23:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-05 23:29:57 +0900 |
| commit | bdb0aa04da758449d8b82e90f00cae94593146da (patch) | |
| tree | ca15dd3a8f3ee84e5cc38a33d3450ed28b9cb531 /khexedit/hexeditorwidget.cpp | |
| parent | 1dbf304d3b6ff07b17dfc6163c2d5046a8b13e47 (diff) | |
| download | tdeutils-bdb0aa04da758449d8b82e90f00cae94593146da.tar.gz tdeutils-bdb0aa04da758449d8b82e90f00cae94593146da.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khexedit/hexeditorwidget.cpp')
| -rw-r--r-- | khexedit/hexeditorwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexeditorwidget.cpp b/khexedit/hexeditorwidget.cpp index d066738..71c7ad7 100644 --- a/khexedit/hexeditorwidget.cpp +++ b/khexedit/hexeditorwidget.cpp @@ -764,7 +764,7 @@ bool CHexEditorWidget::selectDocument( const TQString &url, void CHexEditorWidget::insertFile( void ) { - KFileDialog fdlg(mWorkDir, TQString(), topLevelWidget(), 0, TRUE); + KFileDialog fdlg(mWorkDir, TQString(), topLevelWidget(), 0, true); fdlg.setOperationMode( KFileDialog::Opening ); fdlg.okButton()->setGuiItem( KStdGuiItem::insert() ); fdlg.setCaption(i18n("Insert File")); |
