summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-09 02:44:50 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-09 02:44:50 +0100
commita14af0874d4ceac743727af1665ea1d5f15839d9 (patch)
tree1bcfa9d51e54e76440be62916e54821d9b997643 /src/mainview.h
parentLast commit before loadPage REMOVAL.. (diff)
downloadrekonq-a14af0874d4ceac743727af1665ea1d5f15839d9.tar.xz
removed LoadPage method to semplify API
Now we have just loadUrl slot to run pages..
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 3ffeef32..0458611d 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -96,7 +96,7 @@ public:
signals:
// tab widget signals
- void loadPage(const QString &url);
+ void loadUrlPage(const KUrl &url);
void tabsChanged();
void lastTabClosed();