diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-09 02:44:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-09 02:44:50 +0100 |
commit | a14af0874d4ceac743727af1665ea1d5f15839d9 (patch) | |
tree | 1bcfa9d51e54e76440be62916e54821d9b997643 /src/mainview.h | |
parent | Last commit before loadPage REMOVAL.. (diff) | |
download | rekonq-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.h | 2 |
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(); |