diff options
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h index ff347414..55c0dff4 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -89,6 +89,8 @@ public: } void setPart(KParts::ReadOnlyPart *p, const KUrl &u); + void showMessageBar(); + private Q_SLOTS: void updateProgress(int progress); void loadFinished(bool); |