diff options
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 6 |
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(); |