#include <KFileItem>
class KLineEdit;
+class KIntSpinBox;
#include <QString>
private:
void renameItems();
-
/**
* @return Returns the string \p name, where the characters represented by
* \p indexPlaceHolder get replaced by the index \p index.
QString m_newName;
KLineEdit* m_lineEdit;
KFileItemList m_items;
+ KIntSpinBox* m_spinBox;
};
#endif