┌   ┐
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:30:18 -0400
commitb80aed4e9fd5f0a0068a5da05f6ef970f1aa0b5c (patch)
tree604e10c5cccf60ec73e4526e86a387175f8a8c69 /src/dolphinpart.h
parent13dfc7fa2b883eaa88d6b4a03f17690d941008f8 (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 (cherry picked from commit 9a622c16d969a39571b610304db759f941b5d4f3)
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)
};