┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar/mountpointobserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar/mountpointobserver.h')
-rw-r--r--src/statusbar/mountpointobserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/statusbar/mountpointobserver.h b/src/statusbar/mountpointobserver.h
index 30d5f8f7d..9f5346d49 100644
--- a/src/statusbar/mountpointobserver.h
+++ b/src/statusbar/mountpointobserver.h
@@ -68,20 +68,20 @@ public:
*/
static MountPointObserver* observerForUrl(const QUrl& url);
-signals:
+Q_SIGNALS:
/**
* This signal is emitted when the size has been retrieved.
*/
void spaceInfoChanged(quint64 size, quint64 available);
-public slots:
+public Q_SLOTS:
/**
* If this slot is invoked, MountPointObserver starts a new driveSize job
* to get the drive's size.
*/
void update();
-private slots:
+private Q_SLOTS:
void freeSpaceResult(KIO::Job* job, KIO::filesize_t size, KIO::filesize_t available);
private: