┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar/dolphinstatusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
-rw-r--r--src/statusbar/dolphinstatusbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h
index 30968be6e..7b4434539 100644
--- a/src/statusbar/dolphinstatusbar.h
+++ b/src/statusbar/dolphinstatusbar.h
@@ -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();