]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.h
Let each DolphinMainWindow run in a custom process
[dolphin.git] / src / dolphinpart.h
index b0b01d8d8bca7f3cbc05f8e60cc1999aa43bc0f3..17650469ded7cd0083545219cc4c1f6f06497cec 100644 (file)
@@ -118,7 +118,6 @@ Q_SIGNALS:
 
 private Q_SLOTS:
     void slotCompleted(const KUrl& url);
-    void slotCanceled(const KUrl& url);
     void slotMessage(const QString& msg);
     void slotErrorMessage(const QString& msg);
     /**
@@ -193,6 +192,11 @@ private Q_SLOTS:
      */
     void slotOpenTerminal();
 
+    /**
+     * Open KFind with the current path.
+     */
+    void slotFindFile();
+
     /**
      * Updates the 'Create New...' sub menu, just before it's shown.
      */
@@ -225,17 +229,12 @@ private:
                         QActionGroup* actionGroup);
 
     void openSelectionDialog(const QString& title, const QString& text,
-                             QItemSelectionModel::SelectionFlags command);
-
-    QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& patternRegExp);
+                             bool selectItems);
 
 private:
     DolphinView* m_view;
     DolphinViewActionHandler* m_actionHandler;
     DolphinRemoteEncoding* m_remoteEncoding;
-    KDirLister* m_dirLister;
-    DolphinModel* m_dolphinModel;
-    DolphinSortFilterProxyModel* m_proxyModel;
     DolphinPartBrowserExtension* m_extension;
     KNewFileMenu* m_newFileMenu;
     QString m_nameFilter;