From kde-commits Mon Nov 15 02:31:58 2004 From: Dirk Mueller Date: Mon, 15 Nov 2004 02:31:58 +0000 To: kde-commits Subject: kdelibs/kio Message-Id: <20041115023158.1B28516E28 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110048592606835 CVS commit by mueller: fix export's M +1 -1 kfile/kurlrequester.h 1.46 M +1 -1 kio/kdatatool.h 1.30 M +1 -1 kssl/kopenssl.h 1.51 M +1 -1 kssl/ksslpemcallback.h 1.3 --- kdelibs/kio/kfile/kurlrequester.h #1.45:1.46 @@ -276,5 +276,5 @@ private: }; -class KURLComboRequester : public KURLRequester // For use in Qt Designer +class KIO_EXPORT KURLComboRequester : public KURLRequester // For use in Qt Designer { Q_OBJECT --- kdelibs/kio/kio/kdatatool.h #1.29:1.30 @@ -192,5 +192,5 @@ private: * that's where the tool should be created and run. */ -class KDataToolAction : public KAction +class KIO_EXPORT KDataToolAction : public KAction { Q_OBJECT --- kdelibs/kio/kssl/kopenssl.h #1.50:1.51 @@ -61,5 +61,5 @@ class KOpenSSLProxyPrivate; * @internal */ -class KOpenSSLProxy { +class KIO_EXPORT KOpenSSLProxy { friend class KStaticDeleter; public: --- kdelibs/kio/kssl/ksslpemcallback.h #1.2:1.3 @@ -22,5 +22,5 @@ #define _kde_ksslpemcallback_h -int KSSLPemCallback(char *buf, int size, int rwflag, void *userdata); +int KIO_EXPORT KSSLPemCallback(char *buf, int size, int rwflag, void *userdata); #endif