diff options
| author | Peter Penz <[email protected]> | 2007-12-16 11:49:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-12-16 11:49:39 +0000 |
| commit | 1a7cf5427ff8e87b887aeee05512855db009681e (patch) | |
| tree | a04e63b6a7384f1387f12dd885a2187312f9139b /src | |
| parent | 8808c0bca2269579c698291d3013c3c5cc412673 (diff) | |
the signal urlsDropped is not available anymore in the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=749047
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 4d03501c1..95b0093cd 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -119,8 +119,6 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow, m_urlNavigator, SLOT(setUrl(const KUrl&))); connect(m_view, SIGNAL(requestContextMenu(KFileItem, const KUrl&)), this, SLOT(openContextMenu(KFileItem, const KUrl&))); - connect(m_view, SIGNAL(urlsDropped(const KUrl::List&, const KUrl&)), - m_mainWindow, SLOT(dropUrls(const KUrl::List&, const KUrl&))); connect(m_view, SIGNAL(contentsMoved(int, int)), this, SLOT(saveContentsPos(int, int))); connect(m_view, SIGNAL(requestItemInfo(KFileItem)), |
