diff options
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index 4e13cef9..c3d3099b 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com> * Copyright (C) 2009-2011 by Lionel Chauvin <megabigbug@yahoo.fr> * * @@ -90,6 +90,7 @@ public: { return m_part; } + void setPart(KParts::ReadOnlyPart *p, const KUrl &u); void showMessageBar(); |