diff options
| author | Jeff Mitchell <[email protected]> | 2007-08-16 13:22:18 +0000 |
|---|---|---|
| committer | Jeff Mitchell <[email protected]> | 2007-08-16 13:22:18 +0000 |
| commit | 7cd37f474739f666db310c65db9035591c3c7d78 (patch) | |
| tree | 329258296dfe94889eecffe9f1743613d143f947 /src/renamedialog.h | |
| parent | ce35ec9f3dc0fb5cf003cf0cb1a5de913ae28062 (diff) | |
Remove unnecessary parameter.
svn path=/trunk/KDE/kdebase/apps/; revision=700798
Diffstat (limited to 'src/renamedialog.h')
| -rw-r--r-- | src/renamedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h index 3aa2ff72d..516411b3c 100644 --- a/src/renamedialog.h +++ b/src/renamedialog.h @@ -52,7 +52,7 @@ class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog Q_OBJECT public: - explicit RenameDialog(const KUrl::List& urls, const QList<KFileItem>& items); + explicit RenameDialog(const QList<KFileItem>& items); virtual ~RenameDialog(); /** |
