From 33fab30e5788ee9cda288f72a737a5369174415e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 25 Jan 2007 17:56:29 +0000 Subject: Cleanup of URL drop handling (simplified code, modifier keys work again). After further minor cleanups it looks like KonqOperations::doDrop() can be used later on :-) svn path=/trunk/playground/utils/dolphin/; revision=627105 --- src/dolphinmainwindow.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2f1474224..804192aa4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -324,24 +324,6 @@ private slots: /** Open a new main window. */ void openNewMainWindow(); - /** - * Moves the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void moveDroppedItems(); - - /** - * Copies the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void copyDroppedItems(); - - /** - * Links the items indicated by m_droppedUrls to the URL - * m_destination. - */ - void linkDroppedItems(); - private: DolphinMainWindow(); void init(); @@ -371,9 +353,6 @@ private: QSplitter* m_splitter; DolphinView* m_activeView; - KUrl m_dropDestination; - KUrl::List m_droppedUrls; - /** * DolphinMainWindowsupports only one or two views, which * are handled internally as primary and secondary view. -- cgit v1.3