┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-02-13 20:52:21 +0000
committerDavid Faure <[email protected]>2008-02-13 20:52:21 +0000
commita8a050952df82d8f9cc1191f410fca7c6a219da3 (patch)
tree154475d23919386097b707f52f218efee6f629a2 /src/dolphinpart.cpp
parent87ac70706240a4f0e7492d95f9f64d4539ba0c47 (diff)
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.
svn path=/trunk/KDE/kdebase/apps/; revision=774699
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 1cd336c8c..16caae9d6 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -94,7 +94,6 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QStringLi
this, SLOT(slotUrlChanged(KUrl)));
connect(m_view, SIGNAL(modeChanged()),
this, SIGNAL(viewModeChanged())); // relay signal
- // TODO slotSortingChanged
m_actionHandler = new DolphinViewActionHandler(actionCollection(), this);
m_actionHandler->setCurrentView(m_view);