X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/f8302197daca5667aa3d4963528ce09e344eb27f..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/dolphinpart.h diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 114c21d31..2a512eddb 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -22,6 +22,7 @@ #include #include +class KAction; class KFileItemList; class KFileItem; class DolphinPartBrowserExtension; @@ -108,6 +109,13 @@ private Q_SLOTS: */ void updatePasteAction(); + /** + * Connected to the "move_to_trash" action; adds "shift means del" handling. + */ + void slotTrashActivated(Qt::MouseButtons, Qt::KeyboardModifiers); + + void slotNewDir(); + private: void createActions();