From ad85be955bc34f9ed9aa69f4453f26f57bf85e04 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 26 Jan 2010 12:04:56 +0000 Subject: Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way to avoid duplicating code until kde5) Port all of kdebase' use of KNewMenu to KNewFileMenu. Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog, and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp svn path=/trunk/KDE/kdebase/apps/; revision=1080547 --- src/dolphinpart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index afbf387cc..049432cf8 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -25,7 +25,7 @@ #include -class KNewMenu; +class KNewFileMenu; class DolphinViewActionHandler; class QActionGroup; class KAction; @@ -233,7 +233,7 @@ private: DolphinModel* m_dolphinModel; DolphinSortFilterProxyModel* m_proxyModel; DolphinPartBrowserExtension* m_extension; - KNewMenu* m_newMenu; + KNewFileMenu* m_newMenu; QString m_nameFilter; Q_DISABLE_COPY(DolphinPart) }; -- cgit v1.3