┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorRahman Duran <[email protected]>2009-03-25 22:00:50 +0000
committerRahman Duran <[email protected]>2009-03-25 22:00:50 +0000
commitbd2f7179de1b42399b5f04ef65221e8e81250392 (patch)
tree3ed1e361a19414eeb5049c2c079e161a5d9ebb0c /src/dolphinviewactionhandler.h
parent750bb9e12c9ef1ef85e93535e619f91f17ae04cc (diff)
BUG: 175658
GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. svn path=/trunk/KDE/kdebase/apps/; revision=944659
Diffstat (limited to 'src/dolphinviewactionhandler.h')
-rw-r--r--src/dolphinviewactionhandler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h
index ad56518c4..18305d19f 100644
--- a/src/dolphinviewactionhandler.h
+++ b/src/dolphinviewactionhandler.h
@@ -55,11 +55,21 @@ public:
* Sets the view that this action handler should work on.
*/
void setCurrentView(DolphinView* view);
+
+ /**
+ * Returns the view that this action handler should work on.
+ */
+ DolphinView* currentView();
/**
* Returns the name of the action for the current viewmode
*/
QString currentViewModeActionName() const;
+
+ /**
+ * Returns m_actionCollection
+ */
+ KActionCollection* actionCollection();
public Q_SLOTS:
/**