]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.cpp
KUIT adaptions for groups, checkboxes and radiobuttons
[dolphin.git] / src / dolphindetailsview.cpp
index ba82fc901ae1f8dabc750684ea74aadab4bac3ad..613b7769b9ccf3961eba5799414fe2e9d193916d 100644 (file)
@@ -75,8 +75,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr
         connect(this, SIGNAL(doubleClicked(const QModelIndex&)),
                 controller, SLOT(triggerItem(const QModelIndex&)));
     }
-    connect(this, SIGNAL(activated(const QModelIndex&)),
-            controller, SLOT(triggerItem(const QModelIndex&)));
     connect(this, SIGNAL(entered(const QModelIndex&)),
             this, SLOT(slotEntered(const QModelIndex&)));
     connect(this, SIGNAL(viewportEntered()),