diff options
| author | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
| commit | 9a5f54d83ddc84aa68348058acfcb385ef621577 (patch) | |
| tree | c0c76349d109b038801017d9a813a95969770a5a /src/renamedialog.h | |
| parent | 2aac5c21bd3ced4f05f50ede6b0149d5dc207708 (diff) | |
compile++
But crashes while listing folder...
svn path=/trunk/playground/utils/dolphin/; revision=606919
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 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; |
