┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/renamedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/renamedialog.h')
-rw-r--r--src/views/renamedialog.h3
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