diff options
| author | Peter Penz <[email protected]> | 2010-10-07 14:09:30 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-07 14:09:30 +0000 |
| commit | 431da0482caa72f90a6a04785383eb1d133f678e (patch) | |
| tree | f5f670aefb220aa5f735de6b3cf2c9b859f0b7aa /src/panels/information/informationpanel.h | |
| parent | 06b0569613e918e5f73d762a54df041a38385195 (diff) | |
Internal cleanup for panels: Let the panel-implementations decide whether they accept an URL or not.
svn path=/trunk/KDE/kdebase/apps/; revision=1183480
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index e0768bc1b..abd7ed811 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -42,9 +42,6 @@ signals: void urlActivated(const KUrl& url); public slots: - /** @see Panel::setUrl() */ - virtual void setUrl(const KUrl& url); - /** * This is invoked to inform the panel that the user has selected a new * set of items. @@ -60,6 +57,9 @@ public slots: void requestDelayedItemInfo(const KFileItem& item); protected: + /** @see Panel::urlChanged() */ + virtual bool urlChanged(); + /** @see QWidget::showEvent() */ virtual void showEvent(QShowEvent* event); |
