diff options
Diffstat (limited to 'src/views/renamedialog.h')
| -rw-r--r-- | src/views/renamedialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h index 86318c5c4..7c02d1b87 100644 --- a/src/views/renamedialog.h +++ b/src/views/renamedialog.h @@ -27,7 +27,7 @@ #include <QString> class QLineEdit; -class KIntSpinBox; +class QSpinBox; class QPushButton; /** @@ -64,7 +64,7 @@ private: QLineEdit* m_lineEdit; KFileItemList m_items; bool m_allExtensionsDifferent; - KIntSpinBox* m_spinBox; + QSpinBox* m_spinBox; QPushButton* m_okButton; }; |
