From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- src/dialogs/qfiledialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/qfiledialog.cpp') diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index 4eeb6621b..da5705092 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; -- cgit v1.2.3