From 424d20e435e07c6771cb96b493e74934fd58c0c1 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Mon, 10 Nov 2014 09:12:33 +0100 Subject: KIntSpinBox to QSpinBox --- src/views/renamedialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/renamedialog.h') 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 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; }; -- cgit v1.3.1