]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/renamedialog.h
port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QUrl ...
[dolphin.git] / src / views / renamedialog.h
index 86318c5c4b3ddd329a1c2d598e264c5818a17284..7c02d1b8730df63a0f582ac526de4230ecb2bc15 100644 (file)
@@ -27,7 +27,7 @@
 #include <QString>
 
 class QLineEdit;
-class KIntSpinBox;
+class QSpinBox;
 class QPushButton;
 
 /**
@@ -64,7 +64,7 @@ private:
     QLineEdit* m_lineEdit;
     KFileItemList m_items;
     bool m_allExtensionsDifferent;
-    KIntSpinBox* m_spinBox;
+    QSpinBox* m_spinBox;
     QPushButton* m_okButton;
 };