diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-26 09:35:16 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-06-29 12:07:00 (GMT) |
commit | f1d3ed3a4adc2f1859102afb03b5c794d569940c (patch) | |
tree | a27602762705501c80fe689aac23c376612aa77e /src/gui/dialogs/qfiledialog_p.h | |
parent | db8f05e257019694f5e8076845626008f2adc3dd (diff) | |
download | Qt-f1d3ed3a4adc2f1859102afb03b5c794d569940c.zip Qt-f1d3ed3a4adc2f1859102afb03b5c794d569940c.tar.gz Qt-f1d3ed3a4adc2f1859102afb03b5c794d569940c.tar.bz2 |
Manually fix bad merges and make sure everything compiles with 4.6.
Diffstat (limited to 'src/gui/dialogs/qfiledialog_p.h')
-rw-r--r-- | src/gui/dialogs/qfiledialog_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog_p.h b/src/gui/dialogs/qfiledialog_p.h index 2925c8c..47e84ab 100644 --- a/src/gui/dialogs/qfiledialog_p.h +++ b/src/gui/dialogs/qfiledialog_p.h @@ -235,7 +235,7 @@ public: QFileSystemModel *model; #ifndef QT_NO_COMPLETER - QFSCompletor *completer; + QFSCompleter *completer; #endif //QT_NO_COMPLETER QFileDialog::FileMode fileMode; |