Index: khtml/java/kjavaappletserver.h =================================================================== --- khtml/java/kjavaappletserver.h (revision 753717) +++ khtml/java/kjavaappletserver.h (working copy) @@ -24,7 +24,6 @@ #ifndef KJAVAAPPLETSERVER_H #define KJAVAAPPLETSERVER_H -#include #include "kjavaprocess.h" #include #include @@ -40,7 +39,7 @@ class KJavaAppletServerPrivate; class JSStackFrame; -class KHTML_EXPORT KJavaAppletServer : public QObject +class KJavaAppletServer : public QObject { Q_OBJECT @@ -163,7 +162,7 @@ }; -class KHTML_EXPORT PermissionDialog : public QObject +class PermissionDialog : public QObject { Q_OBJECT public: Index: khtml/java/kjavaprocess.h =================================================================== --- khtml/java/kjavaprocess.h (revision 753717) +++ khtml/java/kjavaprocess.h (working copy) @@ -24,7 +24,6 @@ #ifndef KJAVAPROCESS_H #define KJAVAPROCESS_H -#include #include /** @@ -39,7 +38,7 @@ */ class KJavaProcessPrivate; -class KHTML_EXPORT KJavaProcess : public KProcess //QObject +class KJavaProcess : public KProcess //QObject { Q_OBJECT Index: khtml/java/kxeventutil.h =================================================================== --- khtml/java/kxeventutil.h (revision 753717) +++ khtml/java/kxeventutil.h (working copy) @@ -21,12 +21,11 @@ #ifndef KXEVENTUTIL_H #define KXEVENTUTIL_H -#include #include #include #include -class KHTML_EXPORT KXEventUtil { +class KXEventUtil { public: static QString getXEventName(XEvent *e); static QString getXAnyEventInfo(XEvent *xevent); Index: khtml/java/kjavaapplet.h =================================================================== --- khtml/java/kjavaapplet.h (revision 753717) +++ khtml/java/kjavaapplet.h (working copy) @@ -24,7 +24,6 @@ #ifndef KJAVAAPPLET_H #define KJAVAAPPLET_H -#include #include #include @@ -48,7 +47,7 @@ class KJavaAppletPrivate; -class KHTML_EXPORT KJavaApplet : public QObject +class KJavaApplet : public QObject { Q_OBJECT Index: khtml/java/kjavaappletwidget.h =================================================================== --- khtml/java/kjavaappletwidget.h (revision 753717) +++ khtml/java/kjavaappletwidget.h (working copy) @@ -24,7 +24,6 @@ #ifndef KJAVAAPPLETWIDGET_H #define KJAVAAPPLETWIDGET_H -#include #include #include "java/kjavaappletcontext.h" @@ -80,7 +79,7 @@ class KJavaAppletWidgetPrivate; -class KHTML_EXPORT KJavaAppletWidget : public QX11EmbedContainer +class KJavaAppletWidget : public QX11EmbedContainer { Q_OBJECT public: Index: khtml/java/kjavaappletcontext.h =================================================================== --- khtml/java/kjavaappletcontext.h (revision 753717) +++ khtml/java/kjavaappletcontext.h (working copy) @@ -24,7 +24,6 @@ #ifndef KJAVAAPPLETCONTEXT_H #define KJAVAAPPLETCONTEXT_H -#include #include /** @@ -43,7 +42,7 @@ class KJavaApplet; class KJavaAppletContextPrivate; -class KHTML_EXPORT KJavaAppletContext : public QObject +class KJavaAppletContext : public QObject { Q_OBJECT Index: khtml/java/kjavadownloader.h =================================================================== --- khtml/java/kjavadownloader.h (revision 753717) +++ khtml/java/kjavadownloader.h (working copy) @@ -22,7 +22,6 @@ #ifndef KJAVADOWNLOADER_H #define KJAVADOWNLOADER_H -#include #include /** @@ -42,7 +41,7 @@ class KJavaDownloaderPrivate; class KJavaUploaderPrivate; -class KHTML_EXPORT KJavaKIOJob : public QObject +class KJavaKIOJob : public QObject { Q_OBJECT public: @@ -51,7 +50,7 @@ virtual void data( const QByteArray& qb ); }; -class KHTML_EXPORT KJavaDownloader : public KJavaKIOJob +class KJavaDownloader : public KJavaKIOJob { Q_OBJECT @@ -71,7 +70,7 @@ }; -class KHTML_EXPORT KJavaUploader : public KJavaKIOJob +class KJavaUploader : public KJavaKIOJob { Q_OBJECT Index: khtml/java/kqeventutil.h =================================================================== --- khtml/java/kqeventutil.h (revision 753717) +++ khtml/java/kqeventutil.h (working copy) @@ -23,12 +23,11 @@ #ifndef KQEVENTUTIL_H #define KQEVENTUTIL_H -#include #include class QEvent; -class KHTML_EXPORT KQEventUtil { +class KQEventUtil { public: static QString getQtEventName(QEvent *e); }; Index: khtml/java/kjavaappletviewer.h =================================================================== --- khtml/java/kjavaappletviewer.h (revision 753717) +++ khtml/java/kjavaappletviewer.h (working copy) @@ -23,7 +23,6 @@ #ifndef KJAVAAPPLETVIEWER_H #define KJAVAAPPLETVIEWER_H -#include #include #include #include @@ -45,7 +44,7 @@ class KConfig; class CoverWidget; -class KHTML_EXPORT KJavaAppletViewerBrowserExtension : public KParts::BrowserExtension { +class KJavaAppletViewerBrowserExtension : public KParts::BrowserExtension { Q_OBJECT public: KJavaAppletViewerBrowserExtension (KJavaAppletViewer *parent); @@ -59,7 +58,7 @@ void showDocument (const QString & doc, const QString & frame); }; -class KHTML_EXPORT KJavaAppletViewerLiveConnectExtension : public KParts::LiveConnectExtension { +class KJavaAppletViewerLiveConnectExtension : public KParts::LiveConnectExtension { Q_OBJECT public: KJavaAppletViewerLiveConnectExtension(KJavaAppletViewer * parent); @@ -80,7 +79,7 @@ static int m_jssessions; }; -class KHTML_EXPORT KJavaAppletViewer : public KParts::ReadOnlyPart { +class KJavaAppletViewer : public KParts::ReadOnlyPart { Q_OBJECT public: KJavaAppletViewer (QWidget * wparent, QObject * parent, const QStringList &args); @@ -117,7 +116,7 @@ bool m_closed; }; -class KHTML_EXPORT KJavaAppletViewerFactory : public KParts::Factory { +class KJavaAppletViewerFactory : public KParts::Factory { Q_OBJECT public: KJavaAppletViewerFactory ();