summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-03-26 23:06:48 +0100
committermegabigbug <megabigbug@arrakis.(none)>2010-03-26 23:06:48 +0100
commit4f0377e06e824ecfa7a8e106d80ca95760114b85 (patch)
treee09805220edc36f8892033a65f6cf2f1c6f119c8 /src/webpluginfactory.cpp
parentRevert "derivation of the lastbar branch: UltimateLastBar :)" (diff)
parentrekonq 0.4.55 (diff)
downloadrekonq-4f0377e06e824ecfa7a8e106d80ca95760114b85.tar.xz
Merge branch 'master' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/webpluginfactory.cpp')
-rw-r--r--src/webpluginfactory.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index 9e4b8ba3..79a36aa0 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -47,12 +47,6 @@ WebPluginFactory::WebPluginFactory(QObject *parent)
}
-WebPluginFactory::~WebPluginFactory()
-{
-}
-
-
-
void WebPluginFactory::setLoadClickToFlash(bool load)
{
_loadClickToFlash = load;
@@ -69,7 +63,7 @@ QObject *WebPluginFactory::create(const QString &mimeType,
switch( ReKonfig::pluginsEnabled() )
{
case 0:
- kDebug() << "No plugins found for" << mimeType << ". Falling back to QtWebKit ones...";
+ kDebug() << "No plugins found for" << mimeType << ". Falling back to KDEWebKit ones...";
return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues);
case 1: