]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/renamedialog.h
Always clear DolphinView's m_currentItemUrl member in updateViewState()
[dolphin.git] / src / views / renamedialog.h
index 73414093ca4dba682b93103782202d60e4685690..29ef8bdf131f7608bb87437679ac8811e5669c71 100644 (file)
 
 #include "libdolphin_export.h"
 
-#include <kdialog.h>
-#include <kfileitem.h>
+#include <KDialog>
+#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,8 @@ private:
     QString m_newName;
     KLineEdit* m_lineEdit;
     KFileItemList m_items;
+    bool m_allExtensionsDifferent;
+    KIntSpinBox* m_spinBox;
 };
 
 #endif