]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/renamedialog.h
Merge branch 'master' into frameworks
[dolphin.git] / src / views / renamedialog.h
index 8d8b73da56c6675b4e81d94f7467e5a52e440c11..430c707a3c85dbb15a640b37a77a28cf0ca4b8c8 100644 (file)
@@ -26,6 +26,7 @@
 #include <KFileItem>
 
 class KLineEdit;
+class KIntSpinBox;
 
 #include <QString>
 
@@ -48,7 +49,7 @@ private slots:
 
 private:
     void renameItems();
-
+    void renameItem(const KFileItem &item, const QString& newName);
 
     /**
      * @return Returns the string \p name, where the characters represented by
@@ -64,6 +65,8 @@ private:
     QString m_newName;
     KLineEdit* m_lineEdit;
     KFileItemList m_items;
+    bool m_allExtensionsDifferent;
+    KIntSpinBox* m_spinBox;
 };
 
 #endif