#include "libdolphin_export.h"
-#include <kdialog.h>
-#include <kfileitem.h>
+#include <KDialog>
+#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;
+ bool m_allExtensionsDifferent;
+ KIntSpinBox* m_spinBox;
};
#endif