]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/mountpointobserver.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / statusbar / mountpointobserver.h
index 30d5f8f7d426c013a7e5cdc07c3fb600b3c67427..9f5346d496a1f79b8330e296b4d910a2e277a135 100644 (file)
@@ -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: