summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webtab.h b/src/webtab.h
index 8f434ee7..7fd63b18 100644
--- a/src/webtab.h
+++ b/src/webtab.h
@@ -51,12 +51,11 @@ public:
WebView *view();
WebPage *page();
KUrl url();
- QString lastStatusBarText() const;
+
int progress();
void createPreviewSelectorBar(int index);
private slots:
- void setStatusBarText(const QString &string);
void updateProgress(int progress);
void loadFinished(bool);
@@ -64,7 +63,6 @@ private slots:
private:
int m_progress;
- QString m_statusBarText;
};
#endif