]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / dolphinpart.h
index 2b8129f3d33d99495ce9e70fc6dbb385d3cb85f3..dd5fe1e371cf4850af5fd73be09c577257da60a7 100644 (file)
@@ -145,12 +145,6 @@ private Q_SLOTS:
                              const KUrl& url,
                              const QList<QAction*>& customActions);
 
-    /**
-     * Asks the host to open the URL \a url if the current view has
-     * a different URL.
-     */
-    void slotRequestUrlChange(const KUrl& url);
-
     /**
      * Informs the host that we are opening \a url (e.g. after a redirection
      * coming from KDirLister).
@@ -242,7 +236,7 @@ private:
     DolphinModel* m_dolphinModel;
     DolphinSortFilterProxyModel* m_proxyModel;
     DolphinPartBrowserExtension* m_extension;
-    KNewFileMenu* m_newMenu;
+    KNewFileMenu* m_newFileMenu;
     QString m_nameFilter;
     Q_DISABLE_COPY(DolphinPart)
 };