summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-11 02:19:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:50:36 +0100
commit1c093e9d52f14f0510829b9f8b866178c06f9da8 (patch)
tree7bc610aeff1355aee5a10bdc1e47e6f7fad771ef /src/webpluginfactory.cpp
parentMoving to kdewebkit. (diff)
downloadrekonq-1c093e9d52f14f0510829b9f8b866178c06f9da8.tar.xz
comments --
Diffstat (limited to 'src/webpluginfactory.cpp')
-rw-r--r--src/webpluginfactory.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index bc79c60b..af799905 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -75,9 +75,6 @@ QObject *WebPluginFactory::create(const QString &mimeType,
return new PreviewImage(url, title, number, isFavorite);
}
- // this let QtWebKit using builtin plugins
- // to load in example flash contents and so on..
- kDebug() << "No plugins found for" << mimeType << ". Falling back to QtWebKit ones...";
return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues);
}