diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:19:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:19:27 +0100 |
commit | 9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch) | |
tree | 23462fac2e862a2f408a26f94ab024c4174c3458 /src/iconmanager.h | |
parent | rekonq 0.6.82 (diff) | |
download | rekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz |
Coding style
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r-- | src/iconmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h index c35ae345..6836175e 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -58,10 +58,10 @@ public: private Q_SLOTS: void doLastStuffs(KJob *); void notifyLastStuffs(KJob *); - + Q_SIGNALS: void iconChanged(); - + private: bool existsIconForUrl(const KUrl &url); |