CVS commit by waba: Send notification when emptying trash TODO: Create an actual sound for this event and associate it with the event by default. CCBUG:92824 M +2 -0 konq_operations.cc 1.160 --- kdebase/libkonq/konq_operations.cc #1.159:1.160 @@ -24,4 +24,5 @@ #include #include +#include #include #include @@ -206,4 +207,5 @@ void KonqOperations::_del( int method, c stream << (int)1; job = KIO::special( "trash:/", packedArgs ); + KNotifyClient::event(0, "Trash: emptied"); break; }