diff options
author | matgic78 <matgic78@gmail.com> | 2010-04-21 11:53:32 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-04-23 11:32:41 +0200 |
commit | e30a962d8bb9bc5018ba121a4046132a59f6e1c3 (patch) | |
tree | 2444ba79cdffdd4a4735011f4b321c7015f4a515 /src/webtab.h | |
parent | Merge branch 'master' of gitorious.org:rekonq/mainline (diff) | |
download | rekonq-e30a962d8bb9bc5018ba121a4046132a59f6e1c3.tar.xz |
Akregator RSS support
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 4 |
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 |