┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-07 21:30:02 +0000
committerPeter Penz <[email protected]>2007-06-07 21:30:02 +0000
commitc6ab90e776878db783812afa7f63fcbef90dcbca (patch)
tree0c71c8e06bfea1e344ff9cce288f0b4d44372b60 /src/dolphinview.h
parentbe9746e87bb6a42e641dbf36c528a60fb564420a (diff)
removed obsolete renaming code, which is not needed anymore due to the DolphinView/DolphinViewWidget split
svn path=/trunk/KDE/kdebase/apps/; revision=672696
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 24c4f60a1..b4aef3468 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -200,12 +200,6 @@ public:
bool supportsCategorizedSorting() const;
/**
- * Triggers the renaming of the currently selected items, where
- * the user must input a new name for the items.
- */
- void renameSelectedItems();
-
- /**
* Selects all items.
* @see DolphinView::selectedItems()
*/
@@ -243,13 +237,6 @@ public:
KFileItem* fileItem(const QModelIndex index) const;
/**
- * Renames the filename of the source URL by the new file name.
- * If the new file name already exists, a dialog is opened which
- * asks the user to enter a new name.
- */
- void rename(const KUrl& source, const QString& newName);
-
- /**
* Returns the x-position of the view content.
* The content of the view might be larger than the visible area
* and hence a scrolling must be done.