┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/renamedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renamedialog.h')
-rw-r--r--src/renamedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h
index 5686d1f6b..96156725d 100644
--- a/src/renamedialog.h
+++ b/src/renamedialog.h
@@ -57,7 +57,7 @@ public:
const QString& newName() const { return m_newName; }
protected slots:
- virtual void slotOk();
+ virtual void slotButtonClicked(int button);
private:
KLineEdit* m_lineEdit;