From 76af6dc385cb275da7af92933ec14c0177b229d6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Aug 2012 10:46:15 +0200 Subject: Let WebView compile and work WARNING: Not everything compiles yet... --- src/webtab/webview.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/webtab/webview.h') diff --git a/src/webtab/webview.h b/src/webtab/webview.h index 0141925c..f4fbfd28 100644 --- a/src/webtab/webview.h +++ b/src/webtab/webview.h @@ -92,8 +92,6 @@ protected: private Q_SLOTS: void search(); - void printFrame(); - void openLinkInNewWindow(); void openLinkInNewTab(); void bookmarkLink(); @@ -109,7 +107,6 @@ private Q_SLOTS: void setupSmoothScrolling(int posY); void stopSmoothScrolling(); - void changeWindowIcon(); void accessKeyShortcut(); void hideAccessKeys(); @@ -121,6 +118,7 @@ private Q_SLOTS: Q_SIGNALS: void loadUrl(const KUrl &, const Rekonq::OpenType &); + void zoomChanged(int); void openPreviousInHistory(); void openNextInHistory(); -- cgit v1.2.1