X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7dc863add76dd31f162487487257225a0b4f1fd3..f65b0899c3666561cafac14f67ab0bb8a5bfa00a:/src/dolphinviewcontainer.h diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 77b74d189..eeb9204c1 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -175,7 +175,7 @@ public: */ QString caption() const; -public slots: +public Q_SLOTS: /** * Sets the current active URL, where all actions are applied. The * URL navigator is synchronized with this URL. The signals @@ -198,7 +198,7 @@ public slots: */ void setSearchModeEnabled(bool enabled); -signals: +Q_SIGNALS: /** * Is emitted whenever the filter bar has changed its visibility state. */ @@ -215,7 +215,7 @@ signals: */ void writeStateChanged(bool isFolderWritable); -private slots: +private Q_SLOTS: /** * Updates the number of items (= number of files + number of * directories) in the statusbar. If files are selected, the number