From aa0b09dac43ec2a58bd32a1e08d59acd35bd86aa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 1 Oct 2008 21:39:35 +0000 Subject: * adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom implementation * used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished svn path=/trunk/KDE/kdebase/apps/; revision=866777 --- src/dolphinview.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 661ef73d5..6546c457e 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -513,12 +513,6 @@ signals: */ void startedPathLoading(const KUrl& url); - /** - * Is emitted when renaming, copying, moving, linking etc. - * Used for feedback in the mainwindow. - */ - void doingOperation(KIO::FileUndoManager::CommandType type); - protected: /** @see QWidget::mouseReleaseEvent */ virtual void mouseReleaseEvent(QMouseEvent* event); -- cgit v1.3