summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qfiledialog.cpp')
-rw-r--r--src/dialogs/qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index 4eeb6621..da570509 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -4063,7 +4063,7 @@ void TQFileDialog::listBoxSelectionChanged()
// click on the item. Perhaps at some point we should have a call to
// updateFileNameEdit(TQListViewItem) which also emits fileHighlighted() for
// ExistingFiles. For better or for worse, this clones the behaivor of the
- // "Details" view tquite well.
+ // "Details" view quite well.
if ( mcitem->isSelected() && i != d->lastEFSelected ) {
TQUrl u( d->url, TQFileDialogPrivate::encodeFileName( ((TQFileDialogPrivate::File*)(mcitem)->i)->info.name()) );
d->lastEFSelected = i;