]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano...
[dolphin.git] / src / dolphinviewcontainer.h
index abaf2e34e1e09ef8f5a5ca5567919665efce6a79..ac7fe315baa3115eed924e73b7dc9e3d1aef3d48 100644 (file)
@@ -90,12 +90,6 @@ public:
     void setActive(bool active);
     bool isActive() const;
 
-    /**
-     * Triggers the renaming of the currently selected items, where
-     * the user must input a new name for the items.
-     */
-    void renameSelectedItems();
-
     KFileItem fileItem(const QModelIndex& index) const;
 
     const DolphinStatusBar* statusBar() const;
@@ -167,6 +161,9 @@ private slots:
     /** Shows the error message \a msg inside the statusbar. */
     void showErrorMessage(const QString& msg);
 
+    /** Shows the "operation completed" message \a msg inside the statusbar. */
+    void showOperationCompletedMessage(const QString& msg);
+
     void closeFilterBar();
 
     /**