┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2006-11-22 08:22:45 +0000
committerLaurent Montel <[email protected]>2006-11-22 08:22:45 +0000
commit20b58b6c03f6fa56d0cc1da90c13658664c153f1 (patch)
tree1ac95537c3d0c6f35e5ca9dbbf7fe9c90e14a3b7 /src/dolphindetailsview.cpp
parent6987f297e6e275a1f46aa0f33919e86684c9ed8b (diff)
Some port
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index bffd134c9..255804ca3 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -85,8 +85,8 @@ DolphinDetailsView::DolphinDetailsView(DolphinView* parent) :
this, SLOT(slotActivationUpdate()));
connect(this, SIGNAL(itemRenamed(Q3ListViewItem*, const QString&, int)),
this, SLOT(slotItemRenamed(Q3ListViewItem*, const QString&, int)));
- connect(this, SIGNAL(dropped(QDropEvent*, const KURL::List&, const KURL&)),
- parent, SLOT(slotURLListDropped(QDropEvent*, const KURL::List&, const KURL&)));
+ connect(this, SIGNAL(dropped(QDropEvent*, const KUrl::List&, const KUrl&)),
+ parent, SLOT(slotURLListDropped(QDropEvent*, const KUrl::List&, const KUrl&)));
QClipboard* clipboard = QApplication::clipboard();
connect(clipboard, SIGNAL(dataChanged()),
@@ -143,7 +143,7 @@ void DolphinDetailsView::insertItem(KFileItem* fileItem)
DolphinListViewItem* item = new DolphinListViewItem(static_cast<Q3ListView*>(this), fileItem);
- QDir::SortSpec spec = KFileView::sorting();
+ QDir::SortFlags spec = KFileView::sorting();
if (spec & QDir::Time) {
item->setKey(sortingKey(fileItem->time(KIO::UDS_MODIFICATION_TIME),
fileItem->isDir(),