]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/trash/dolphintrash.h
[Places Panel] Make use of KFilePlacesView::dragAutoActivationDelay
[dolphin.git] / src / trash / dolphintrash.h
index 2120059efe1f17824bfaaa4cd64528bfb860a2ad..12f10f101e5540b8369a2c4ef3b09b1e29a89f95 100644 (file)
@@ -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