diff options
| author | Kevin Ottens <[email protected]> | 2007-04-02 19:30:57 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2007-04-02 19:30:57 +0000 |
| commit | 4eec2a77cfa8719f0cf7f6741c8cfa11b23ebf5b (patch) | |
| tree | c03e5d739156bcb36571d9bc3110016b1fa6de4d /src/kfileplacesselector_p.h | |
| parent | 03713b0ab408a42a20c9ce6a51d069b3246d2502 (diff) | |
Further cleanup to prepare the move.
svn path=/trunk/KDE/kdebase/apps/; revision=649519
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. |
