diff options
| author | Jeff Mitchell <[email protected]> | 2007-08-14 16:46:06 +0000 |
|---|---|---|
| committer | Jeff Mitchell <[email protected]> | 2007-08-14 16:46:06 +0000 |
| commit | f8fa4e8df155250fa546288caf9bb89b0044f91b (patch) | |
| tree | 099b4c48f97aa5889676b8782f11be8fac6236ae /src/renamedialog.h | |
| parent | 466ffaabbf6566c1ae582f99403c63978be511fb (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.h | 3 |
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(); /** |
