X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..c6bccbf6de33ba907f1cddfa64dadb8cfeea4d2c:/src/trash/dolphintrash.h diff --git a/src/trash/dolphintrash.h b/src/trash/dolphintrash.h index 2120059ef..2ee85e89a 100644 --- a/src/trash/dolphintrash.h +++ b/src/trash/dolphintrash.h @@ -11,7 +11,7 @@ #include #include -#include +#include class Trash: public QObject { @@ -28,14 +28,14 @@ public: static KIO::Job* empty(QWidget *window); static bool isEmpty(); -signals: +Q_SIGNALS: void emptinessChanged(bool isEmpty); private: KDirLister *m_trashDirLister; Trash(); - ~Trash(); + ~Trash() override; }; #endif // DOLPHINTRASH_H