diff options
author | Lindsay Mathieson <lindsay.mathieson@gmail.com> | 2013-01-24 20:17:06 +1000 |
---|---|---|
committer | Lindsay Mathieson <lindsay.mathieson@gmail.com> | 2013-01-24 20:17:06 +1000 |
commit | a068a29d7c33211a5d4e5ebc1a0227feba158b65 (patch) | |
tree | c25dd2e9da9d5242390d2bce41e6292ca3f2df78 /src/icons/iconmanager.h | |
parent | Added option for opening new tabs next to current (default to true). Otherwis... (diff) | |
parent | Improve icon management code (diff) | |
download | rekonq-a068a29d7c33211a5d4e5ebc1a0227feba158b65.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/icons/iconmanager.h')
-rw-r--r-- | src/icons/iconmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/icons/iconmanager.h b/src/icons/iconmanager.h index 02ae6763..9f39f965 100644 --- a/src/icons/iconmanager.h +++ b/src/icons/iconmanager.h @@ -64,9 +64,6 @@ public: void saveDesktopIconForUrl(const KUrl &u); -Q_SIGNALS: - void iconChanged(); - private: IconManager(QObject *parent = 0); |