Also removed all blocks similar to ``` #if QT_VERSION >= 0x040806 filedialog.setOption( QFileDialog::DontUseCustomDirectoryIcons ); #endif ``` as this now takes place in the new subclass's constructor.