diff options
author | matgic78 <matgic78@gmail.com> | 2010-04-22 20:09:53 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-04-23 11:36:39 +0200 |
commit | f8d039131bcb2badbdd4d7cb9abae00f569a1ad4 (patch) | |
tree | 2600b3b1c85f710c3e874436dc8c4f1000ec48b8 /src/webtab.h | |
parent | Akregator RSS support (diff) | |
download | rekonq-f8d039131bcb2badbdd4d7cb9abae00f569a1ad4.tar.xz |
RSS : new popup appaeraing when clicking the icon, 2 combobox to select agregator and feed, and buttons to add/cancel
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index 16e0a6b6..e3a8258a 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -65,7 +65,7 @@ private slots: void loadFinished(bool); void createWalletBar(const QString &, const QUrl &); - void showRSSInfo(QPoint menuPos); + void showRSSInfo(QPoint pos); private: int m_progress; |