┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/renamedialog.h
diff options
context:
space:
mode:
authorJeff Mitchell <[email protected]>2007-08-14 16:46:06 +0000
committerJeff Mitchell <[email protected]>2007-08-14 16:46:06 +0000
commitf8fa4e8df155250fa546288caf9bb89b0044f91b (patch)
tree099b4c48f97aa5889676b8782f11be8fac6236ae /src/renamedialog.h
parent466ffaabbf6566c1ae582f99403c63978be511fb (diff)
When renaming, use the actual name of the item (from the KFileItem) in the dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=700054
Diffstat (limited to 'src/renamedialog.h')
-rw-r--r--src/renamedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h
index d6adb6f95..3aa2ff72d 100644
--- a/src/renamedialog.h
+++ b/src/renamedialog.h
@@ -25,6 +25,7 @@
#include <kurl.h>
+class KFileItem;
class KLineEdit;
/**
@@ -51,7 +52,7 @@ class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog
Q_OBJECT
public:
- explicit RenameDialog(const KUrl::List& items);
+ explicit RenameDialog(const KUrl::List& urls, const QList<KFileItem>& items);
virtual ~RenameDialog();
/**