┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/renamedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/renamedialog.h')
-rw-r--r--src/views/renamedialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h
index a1953e8b3..3964c0a5c 100644
--- a/src/views/renamedialog.h
+++ b/src/views/renamedialog.h
@@ -45,6 +45,9 @@ private slots:
void slotAccepted();
void slotTextChanged(const QString& newName);
+protected:
+ void showEvent(QShowEvent* event) override;
+
private:
void renameItems();
void renameItem(const KFileItem &item, const QString& newName);