]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/renamedialog.h
First step to introduce dynamic roles
[dolphin.git] / src / views / renamedialog.h
index 8d8b73da56c6675b4e81d94f7467e5a52e440c11..18dca3617990d46560a30279d54cd94d47066267 100644 (file)
@@ -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