]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/renamedialog.h
Fix the problem of the palette not being updated... this is a workaround. It should...
[dolphin.git] / src / renamedialog.h
index d6adb6f95ae15161d7066f1c6a505691aea34946..9984757337d676577db1a188dd85f1c3d83b0f8a 100644 (file)
@@ -25,6 +25,8 @@
 #include <kurl.h>
 
 
+class KFileItem;
+class KFileItemList;
 class KLineEdit;
 
 /**
@@ -51,7 +53,7 @@ class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog
     Q_OBJECT
 
 public:
-    explicit RenameDialog(const KUrl::List& items);
+    explicit RenameDialog(QWidget *parent, const KFileItemList& items);
     virtual ~RenameDialog();
 
     /**