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

List:       kde-commits
Subject:    kdepim/certmanager/lib
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-04-28 19:38:29
Message-ID: 20040428193829.3F7FE9A5E () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Remove ugly const-cast, now that I found another way :)


  M +1 -1      cryptplugfactory.cpp   1.14


--- kdepim/certmanager/lib/cryptplugfactory.cpp  #1.13:1.14
@@ -144,5 +144,5 @@ const Kleo::CryptoBackend * Kleo::CryptP
 
 Kleo::BackendConfigWidget * Kleo::CryptPlugFactory::configWidget( QWidget * parent, \
                const char * name ) const {
-  return new Kleo::BackendConfigWidget( const_cast<Kleo::CryptPlugFactory*>( this ), \
parent, name ); +  return new Kleo::BackendConfigWidget( mSelf, parent, name );
 }
 


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

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