diff options
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 |