summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-04-21 11:53:32 +0200
committermatgic78 <matgic78@gmail.com>2010-04-23 11:32:41 +0200
commite30a962d8bb9bc5018ba121a4046132a59f6e1c3 (patch)
tree2444ba79cdffdd4a4735011f4b321c7015f4a515 /src/webtab.h
parentMerge branch 'master' of gitorious.org:rekonq/mainline (diff)
downloadrekonq-e30a962d8bb9bc5018ba121a4046132a59f6e1c3.tar.xz
Akregator RSS support
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webtab.h b/src/webtab.h
index 9054a7c1..16e0a6b6 100644
--- a/src/webtab.h
+++ b/src/webtab.h
@@ -65,12 +65,10 @@ private slots:
void loadFinished(bool);
void createWalletBar(const QString &, const QUrl &);
- void showRSSInfo();
+ void showRSSInfo(QPoint menuPos);
private:
int m_progress;
-
- KUrl::List _rssList;
};
#endif