From ec2d5c7a7f1400f612962b9dc8f8396c882332f9 Mon Sep 17 00:00:00 2001 From: Dawit Alemayehu Date: Tue, 17 Jul 2012 22:47:10 -0400 Subject: Show the "Find File" and "Open Terminal" actions in the Tools for file URLs only. BUG: 279283 FIXED-IN: 4.9.0 REVIEW: 105607 --- src/dolphinpart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinpart.h') 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) }; -- cgit v1.3.1