summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-02 10:35:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-11 12:52:53 +0200
commitcc1df88787dcea2ae064de086fb448a9fa633323 (patch)
treeb94da2ae2a4717d61f2125054e383a0e697404bc /src/webtab.h
parentMove to KMessageWidget (diff)
downloadrekonq-cc1df88787dcea2ae064de086fb448a9fa633323.tar.xz
Insert back notification bars in webtab layout
As Pierre pointed out, better insert bars inside layout to avoid usability loss.
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h2
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);