summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-10 15:20:49 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-10 15:20:49 +0100
commit64cac4862842c7efa2dc7591ab5b672255e49e4c (patch)
treec0ea60adb6761b738315a04d82008c8c15f15f27 /src/webview.h
parentfixing new mainWindow() behaviour, porting functions calling it (diff)
downloadrekonq-64cac4862842c7efa2dc7591ab5b672255e49e4c.tar.xz
(BIG commit) API change
I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webview.h b/src/webview.h
index 03ceb739..e860b8c8 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -62,9 +62,9 @@ protected:
private slots:
void setStatusBarText(const QString &string);
- void slotSearch();
- void slotUpdateProgress(int progress);
- void slotLoadFinished(bool);
+ void search();
+ void updateProgress(int progress);
+ void loadFinished(bool);
void printFrame();