svn path=/trunk/KDE/kdebase/apps/; revision=920374
{
const bool singleClick = KGlobalSettings::singleClick();
m_singleClick->setChecked(singleClick);
{
const bool singleClick = KGlobalSettings::singleClick();
m_singleClick->setChecked(singleClick);
+ m_doubleClick->setChecked(!singleClick);
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
m_browseThroughArchives->setChecked(settings->browseThroughArchives());
m_autoExpandFolders->setChecked(settings->autoExpandFolders());
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
m_browseThroughArchives->setChecked(settings->browseThroughArchives());
m_autoExpandFolders->setChecked(settings->autoExpandFolders());