BUG: 172360
svn path=/trunk/KDE/kdebase/apps/; revision=911855
new FolderExpander(m_treeView, m_proxyModel);
new FolderExpander(m_treeView, m_proxyModel);
- connect(m_treeView, SIGNAL(clicked(const QModelIndex&)),
+ connect(m_treeView, SIGNAL(activated(const QModelIndex&)),
this, SLOT(updateActiveView(const QModelIndex&)));
connect(m_treeView, SIGNAL(urlsDropped(const QModelIndex&, QDropEvent*)),
this, SLOT(dropUrls(const QModelIndex&, QDropEvent*)));
this, SLOT(updateActiveView(const QModelIndex&)));
connect(m_treeView, SIGNAL(urlsDropped(const QModelIndex&, QDropEvent*)),
this, SLOT(dropUrls(const QModelIndex&, QDropEvent*)));