From facc2f92fe73d4e925510fcb2936483798efba6a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 23 Jan 2013 19:04:05 +0100 Subject: Improve icon management code In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :) --- src/icons/iconmanager.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/icons/iconmanager.h') 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); -- cgit v1.2.1