diff options
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index aae8da1e..40627c6c 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2009-2012 by Andrea Diamantini <adjam7 at gmail dot com> * Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> * * @@ -82,7 +82,6 @@ private: // Previews handling QWebElement emptyPreview(int index); - QWebElement loadingPreview(int index, const KUrl &url); QWebElement validPreview(int index, const KUrl &url, const QString &title); QWebElement tabPreview(int winIndex, int tabIndex, const KUrl &url, const QString &title); |