From 1479e8231570591ad0f9af70a4bd119095bdcd42 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 15 Aug 2011 20:34:28 +0200 Subject: Allow to adjust start-index when renaming a various number of items Review: http://git.reviewboard.kde.org/r/102328/ Thanks to Chirag Anand for the patch! CCMAIL: anand.chirag@gmail.com --- src/views/renamedialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/views/renamedialog.h') diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h index 8d8b73da5..18dca3617 100644 --- a/src/views/renamedialog.h +++ b/src/views/renamedialog.h @@ -26,6 +26,7 @@ #include class KLineEdit; +class KIntSpinBox; #include @@ -49,7 +50,6 @@ private slots: private: void renameItems(); - /** * @return Returns the string \p name, where the characters represented by * \p indexPlaceHolder get replaced by the index \p index. @@ -64,6 +64,7 @@ private: QString m_newName; KLineEdit* m_lineEdit; KFileItemList m_items; + KIntSpinBox* m_spinBox; }; #endif -- cgit v1.3.1