diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/webpluginfactory.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index d4a1bfe1..8567b212 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -69,7 +69,7 @@ QObject *WebPluginFactory::create(const QString &mimeType,          if (_loadClickToFlash)          {              emit signalLoadClickToFlash(false); -            return 0; //KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); +            return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues);          }          else          { | 
