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

List:       kde-commits
Subject:    kdenetwork/kopete (silent)
From:       Andy Goossens <andygoossens () pandora ! be>
Date:       2004-02-07 23:35:50
Message-ID: 20040207233550.5CF638F5E () office ! kde ! org
[Download RAW message or body]

CVS commit by goossens: 

CVS_SILENT
K_EXPORT_COMPONENT_FACTORY doesn't need a trailing ;


  M +1 -1      plugins/msginfo/msginfoplugin.cpp   1.11
  M +1 -1      plugins/netmeeting/netmeetingplugin.cpp   1.8
  M +1 -1      plugins/perlscript/perlscriptplugin.cpp   1.15
  M +1 -1      protocols/gadu/gaduprotocol.cpp   1.82
  M +1 -1      protocols/irc/ircprotocol.cpp   1.149


--- kdenetwork/kopete/plugins/msginfo/msginfoplugin.cpp  #1.10:1.11
@@ -12,5 +12,5 @@
 #include <qcolor.h>
 
-K_EXPORT_COMPONENT_FACTORY( kopete_msginfo, KGenericFactory<MsgInfoPlugin>( \
"kopete_msginfo" )  ); +K_EXPORT_COMPONENT_FACTORY( kopete_msginfo, \
KGenericFactory<MsgInfoPlugin>( "kopete_msginfo" )  )  
 MsgInfoPlugin::MsgInfoPlugin( QObject *parent, const char *name, const QStringList \
&/*args*/ )

--- kdenetwork/kopete/plugins/netmeeting/netmeetingplugin.cpp  #1.7:1.8
@@ -31,5 +31,5 @@
 
 
-K_EXPORT_COMPONENT_FACTORY( kopete_netmeeting, KGenericFactory<NetMeetingPlugin>( \
"kopete_netmeeting" )  ); +K_EXPORT_COMPONENT_FACTORY( kopete_netmeeting, \
KGenericFactory<NetMeetingPlugin>( "kopete_netmeeting" )  )  
 NetMeetingPlugin::NetMeetingPlugin( QObject *parent, const char *name, const \
QStringList &/*args*/ )

--- kdenetwork/kopete/plugins/perlscript/perlscriptplugin.cpp  #1.14:1.15
@@ -38,5 +38,5 @@
 #include "perlscriptprefs.h"
 
-K_EXPORT_COMPONENT_FACTORY( kopete_perlscript, KGenericFactory<PerlPlugin>( \
"kopete_perlscript" )  ); +K_EXPORT_COMPONENT_FACTORY( kopete_perlscript, \
KGenericFactory<PerlPlugin>( "kopete_perlscript" )  )  
 //This stuff lets the perl engine load external modules if they want to in their \
scripts

--- kdenetwork/kopete/protocols/gadu/gaduprotocol.cpp  #1.81:1.82
@@ -40,5 +40,5 @@
 typedef KGenericFactory<GaduProtocol> GaduProtocolFactory;
 
-K_EXPORT_COMPONENT_FACTORY( kopete_gadu, KGenericFactory<GaduProtocol>( \
"kopete_gadu" )  ); +K_EXPORT_COMPONENT_FACTORY( kopete_gadu, \
KGenericFactory<GaduProtocol>( "kopete_gadu" )  )  
 GaduProtocol* GaduProtocol::protocolStatic_ = 0L;

--- kdenetwork/kopete/protocols/irc/ircprotocol.cpp  #1.148:1.149
@@ -55,5 +55,5 @@
 
 typedef KGenericFactory<IRCProtocol> IRCProtocolFactory;
-K_EXPORT_COMPONENT_FACTORY( kopete_irc, IRCProtocolFactory( "kopete_irc" )  );
+K_EXPORT_COMPONENT_FACTORY( kopete_irc, IRCProtocolFactory( "kopete_irc" )  )
 
 IRCProtocol *IRCProtocol::s_protocol = 0L;


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

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