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

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/irc/ui
From:       Michel Hermier <michel.hermier () wanadoo ! fr>
Date:       2003-07-16 10:04:06
[Download RAW message or body]

CVS commit by hermier: 

Forgotten changes of the previous commit.
Contains changes to make it compile/works.


  M +2 -2      irceditaccountwidget.cpp   1.5
  M +2 -2      irceditaccountwidget.h   1.3


--- kdenonbeta/kopete/protocols/irc/ui/irceditaccountwidget.cpp  #1.4:1.5
@@ -24,5 +24,5 @@
 #include "irceditaccountwidget.h"
 
-IRCEditAccountWidget::IRCEditAccountWidget(const IRCProtocol *proto, IRCAccount \
*ident, QWidget *parent, const char * ) \
+IRCEditAccountWidget::IRCEditAccountWidget(IRCProtocol *proto, IRCAccount *ident, \
                QWidget *parent, const char * )
                                   : IRCEditAccountBase(parent), \
EditAccountWidget(ident)  {
@@ -55,5 +55,5 @@ KopeteAccount *IRCEditAccountWidget::app
 
         if( !m_account )
-                m_account = new IRCAccount( mAccountId, mProtocol );
+                m_account = new IRCAccount( mProtocol, mAccountId );
 //      else
 //              m_account->setAccountId( mAccountId );

--- kdenonbeta/kopete/protocols/irc/ui/irceditaccountwidget.h  #1.2:1.3
@@ -30,5 +30,5 @@ class IRCEditAccountWidget : public IRCE
 
         public:
-                IRCEditAccountWidget(const IRCProtocol *proto, IRCAccount *, QWidget \
*parent=0, const char *name=0); +                IRCEditAccountWidget(IRCProtocol \
*proto, IRCAccount *, QWidget *parent=0, const char *name=0);  \
~IRCEditAccountWidget();  
@@ -37,5 +37,5 @@ class IRCEditAccountWidget : public IRCE
 
         private:
-                const IRCProtocol *mProtocol;
+                IRCProtocol *mProtocol;
 };
 


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

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