summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-23 12:03:52 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 01:34:00 +0200
commit727bb33cd61b498c8cab2e27f275f5ce20c8b493 (patch)
treea00f81cac9207df59849b4fff3602a863e9a1578 /src
parentAnother rekonqrun step. Using previous schemes. (diff)
downloadrekonq-727bb33cd61b498c8cab2e27f275f5ce20c8b493.tar.xz
Fixing Rekonfig call
Diffstat (limited to 'src')
-rw-r--r--src/rekonqrun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqrun.cpp b/src/rekonqrun.cpp
index 47ff7f27..da1f4d93 100644
--- a/src/rekonqrun.cpp
+++ b/src/rekonqrun.cpp
@@ -116,7 +116,7 @@ void RekonqRun::loadUrl(const KUrl& url, const Rekonq::OpenType& type)
switch(type)
{
case Rekonq::Default:
- if (!Rekonq::openTabsBack())
+ if (!ReKonfig::openTabsBack())
{
setCurrentWidget(webView); // this method does NOT take ownership of webView
}