diff options
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r-- | src/iconmanager.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h index a7d03edc..4f4b9871 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2010-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2010-2012 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -57,10 +57,6 @@ public: void saveDesktopIconForUrl(const KUrl &u); -private Q_SLOTS: - void doLastStuffs(KJob *); - void notifyLastStuffs(KJob *); - Q_SIGNALS: void iconChanged(); |