diff options
Diffstat (limited to 'src/kfileplacesselector_p.h')
| -rw-r--r-- | src/kfileplacesselector_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kfileplacesselector_p.h b/src/kfileplacesselector_p.h index 1efe9bb4e..f5c60ba46 100644 --- a/src/kfileplacesselector_p.h +++ b/src/kfileplacesselector_p.h @@ -66,7 +66,7 @@ public: /** @see QWidget::sizeHint() */ virtual QSize sizeHint() const; -signals: +Q_SIGNALS: /** * Is send when a bookmark has been activated by the user. * @param url URL of the selected place. @@ -80,7 +80,7 @@ protected: */ virtual void paintEvent(QPaintEvent* event); -private slots: +private Q_SLOTS: /** * Updates the selected index and the icon to the bookmark * which is indicated by the triggered action \a action. |
