summaryrefslogtreecommitdiff
path: root/src/sidepanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-29 01:41:58 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-29 01:41:58 +0200
commit5fb7d909e87be4ea5a07b7a29271c96b7db4a9b3 (patch)
tree66446357b150a6aa5e675ec75b65973787fb3ad7 /src/sidepanel.h
parentRemoved loadUrl method from WebView (diff)
downloadrekonq-5fb7d909e87be4ea5a07b7a29271c96b7db4a9b3.tar.xz
Fixed loading Url methods.
Now in all rekonq code we have just a loadUrl method in mainview (doing the dirty job) and one in mainwindow, provided for convenience. Every class needing loading an url has a openUrl signal. Hope this should go well..
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r--src/sidepanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sidepanel.h b/src/sidepanel.h
index ae1a76f1..12be5030 100644
--- a/src/sidepanel.h
+++ b/src/sidepanel.h
@@ -40,7 +40,7 @@ public:
~SidePanel();
signals:
- void openUrl(const KUrl&);
+ void openUrl(const KUrl &);
private:
PanelHistory *m_panelHistory;