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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-07-31 19:31:18
Message-ID: 1122838278.936757.21374.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 441730 by mueller:

unbreak compilation


 M  +2 -2      oscarutils.h  
 M  +2 -2      ssimanager.h  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/oscarutils.h #441729:441730
@@ -32,12 +32,12 @@
 KOPETE_EXPORT QString normalize( const QString& );
 
 ///compare TLVs for equality
-bool operator==( TLV, TLV );
+KOPETE_EXPORT bool operator==( TLV, TLV );
 
 /**
  * Find the TLV corresponding to the type in the list
  */
-TLV findTLV( const QValueList<TLV>&, int type );
+KOPETE_EXPORT TLV findTLV( const QValueList<TLV>&, int type );
 
 /**
  * Get the value of the capability that corresponds to the value
--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/ssimanager.h #441729:441730
@@ -38,9 +38,9 @@
 @author Gustavo Pichorim Boiko
 @author Matt Rogers
 */
-class SSIManager : public QObject
+class KOPETE_EXPORT SSIManager : public QObject
 {
-Q_OBJECT
+        Q_OBJECT
 public:
 	SSIManager( QObject* parent = 0, const char* name = 0 );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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