the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
- This class provides all functionality needed for loading images, style sheets and html
- pages from the web. It has a memory cache for these objects.
*/
#include "qwebobjectplugin_p.h"
#include <qwebobjectpluginconnector.h>
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
- This class provides all functionality needed for loading images, style sheets and html
- pages from the web. It has a memory cache for these objects.
*/
#ifndef QWEBOBJECTPLUGIN_H
#define QWEBOBJECTPLUGIN_H
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
- This class provides all functionality needed for loading images, style sheets and html
- pages from the web. It has a memory cache for these objects.
*/
#include "qwebobjectpluginconnector.h"
#include "qwebnetworkinterface.h"
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
- This class provides all functionality needed for loading images, style sheets and html
- pages from the web. It has a memory cache for these objects.
*/
#ifndef QWEBOBJECTPLUGINCONNECTOR_H
#define QWEBOBJECTPLUGINCONNECTOR_H
+2007-11-22 George Staikos <staikos@kde.org>
+
+ Reviewed by Simon Hausmann <hausmann@kde.org>.
+
+ Fix license headers
+
+
+ * Api/qwebobjectplugin.cpp:
+ * Api/qwebobjectplugin.h:
+ * Api/qwebobjectpluginconnector.cpp:
+ * Api/qwebobjectpluginconnector.h:
+
2007-11-22 Simon Hausmann <hausmann@kde.org>
Reviewed by George Staikos <staikos@kde.org>.