┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/renamedialog.h
diff options
context:
space:
mode:
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();
/**