]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/dolphinstatusbar.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / statusbar / dolphinstatusbar.h
index 30968be6e3fa818ed5a6a7fe04c8aaefca4f93da..7b4434539c47141d1bc424f228d819c0514dea01 100644 (file)
@@ -79,12 +79,12 @@ public:
      */
     void updateSpaceInfo();
 
-public slots:
+public Q_SLOTS:
     void setText(const QString& text);
     void setUrl(const QUrl& url);
     void setZoomLevel(int zoomLevel);
 
-signals:
+Q_SIGNALS:
     /**
      * Is emitted if the stop-button has been pressed during showing a progress.
      */
@@ -95,7 +95,7 @@ signals:
 protected:
     void contextMenuEvent(QContextMenuEvent* event) override;
 
-private slots:
+private Q_SLOTS:
     void showZoomSliderToolTip(int zoomLevel);
     void updateProgressInfo();