diff options
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiveview.h b/archiveview.h index fa9a1d5..e3dfba6 100644 --- a/archiveview.h +++ b/archiveview.h @@ -83,7 +83,7 @@ class ArchiveTree : public SmTreeView { virtual void setModel(ArchiveProxy *model); public slots: - void rename(); + void edit(); void remove(); void editActors(); void editGenres(); |