From f8fa4e8df155250fa546288caf9bb89b0044f91b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 14 Aug 2007 16:46:06 +0000 Subject: When renaming, use the actual name of the item (from the KFileItem) in the dialog. svn path=/trunk/KDE/kdebase/apps/; revision=700054 --- src/renamedialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/renamedialog.h') 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 +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& items); virtual ~RenameDialog(); /** -- cgit v1.3.1