summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditorwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexeditorwidget.cpp')
-rw-r--r--khexedit/hexeditorwidget.cpp2
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"));