[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kio
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-09-13 11:17:49
Message-ID: 20040913111749.87379175C () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

EXPORT macros


  M +4 -7      kssl/ksslcertdlg.h   1.11
  M +3 -3      misc/uiserver.h   1.63


--- kdelibs/kio/misc/uiserver.h  #1.62:1.63
@@ -56,5 +56,5 @@ struct ListProgressColumnConfig
 * @internal
 */
-class ListProgress : public KListView {
+class KIO_EXPORT ListProgress : public KListView {
 
   Q_OBJECT
@@ -104,5 +104,5 @@ protected:
 * @internal
 */
-class ProgressItem : public QObject, public QListViewItem {
+class KIO_EXPORT ProgressItem : public QObject, public QListViewItem {
 
   Q_OBJECT
@@ -215,5 +215,5 @@ class UIServerSystemTray;
  * @internal
  */
-class UIServer : public KMainWindow, public DCOPObject {
+class KIO_EXPORT UIServer : public KMainWindow, public DCOPObject {
 
   K_DCOP

--- kdelibs/kio/kssl/ksslcertdlg.h  #1.10:1.11
@@ -41,5 +41,5 @@ class QPushButton;
  * @short KDE X.509 Certificate Dialog
  */
-class KSSL_EXPORT KSSLCertDlg : public KDialog {
+class KIO_EXPORT KSSLCertDlg : public KDialog {
         Q_OBJECT
 public:
@@ -120,5 +120,5 @@ private:
 
 
-class KSSL_EXPORT KSSLCertDlgRet {
+class KIO_EXPORT KSSLCertDlgRet {
 public:
    bool ok;
@@ -132,9 +132,6 @@ protected:
 };
 
-KSSL_EXPORT QDataStream& operator<<(QDataStream& s, const KSSLCertDlgRet& r);
-KSSL_EXPORT QDataStream& operator>>(QDataStream& s, KSSLCertDlgRet& r);
-
-
-
+KIO_EXPORT QDataStream& operator<<(QDataStream& s, const KSSLCertDlgRet& r);
+KIO_EXPORT QDataStream& operator>>(QDataStream& s, KSSLCertDlgRet& r);
 
 #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic