svn path=/trunk/KDE/kdebase/apps/; revision=841434
// If the user selected 'Apply To All Folders' the view properties implicitely
// are also used as default for new folders.
const bool useAsDefault = applyToAllFolders ||
- (m_useAsDefault != 0) && m_useAsDefault->isChecked();
+ ((m_useAsDefault != 0) && m_useAsDefault->isChecked());
if (useAsDefault) {
// For directories where no .directory file is available, the .directory
// file stored for the global view properties is used as fallback. To update