┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDawit Alemayehu <[email protected]>2012-07-17 22:47:10 -0400
committerDawit Alemayehu <[email protected]>2012-07-22 17:29:31 -0400
commitec2d5c7a7f1400f612962b9dc8f8396c882332f9 (patch)
tree68115ecb7d6d7102c1beb1ab08ca6638ceabf092 /src/dolphinpart.h
parent43474e7b9d55c3fe768032cf7e69f46bcf5c14cd (diff)
Show the "Find File" and "Open Terminal" actions in the Tools for file URLs only.
BUG: 279283 FIXED-IN: 4.9.0 REVIEW: 105607
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 0a8ce07bd..e5693b363 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -238,6 +238,8 @@ private:
DolphinRemoteEncoding* m_remoteEncoding;
DolphinPartBrowserExtension* m_extension;
KNewFileMenu* m_newFileMenu;
+ KAction* m_findFileAction;
+ KAction* m_openTerminalAction;
QString m_nameFilter;
Q_DISABLE_COPY(DolphinPart)
};