┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/renamedialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-02 19:03:03 +0000
committerPeter Penz <[email protected]>2007-10-02 19:03:03 +0000
commitba150e5735bd336752f713df1e9f66b7ed90e6ae (patch)
treeba9a0cd18fd9b78e810af113f21b8061756f23a8 /src/renamedialog.h
parent4a2416e4bd9b646772d0c1da52a7e57a4cf8ec04 (diff)
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
Diffstat (limited to 'src/renamedialog.h')
-rw-r--r--src/renamedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h
index 516411b3c..f996e56cb 100644
--- a/src/renamedialog.h
+++ b/src/renamedialog.h
@@ -26,6 +26,7 @@
class KFileItem;
+class KFileItemList;
class KLineEdit;
/**
@@ -52,7 +53,7 @@ class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog
Q_OBJECT
public:
- explicit RenameDialog(const QList<KFileItem>& items);
+ explicit RenameDialog(const KFileItemList& items);
virtual ~RenameDialog();
/**