diff options
| author | Peter Penz <[email protected]> | 2011-08-15 20:34:28 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-15 20:36:43 +0200 |
| commit | 1479e8231570591ad0f9af70a4bd119095bdcd42 (patch) | |
| tree | ad4aa7929544dbb433c54a8bbfd57ec6a9afbb4f /src/views/renamedialog.h | |
| parent | dd71994b6cea7730c126f0b68351a96a0c624634 (diff) | |
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: [email protected]
Diffstat (limited to 'src/views/renamedialog.h')
| -rw-r--r-- | src/views/renamedialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <KFileItem> class KLineEdit; +class KIntSpinBox; #include <QString> @@ -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 |
