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

List:       kde-commits
Subject:    branches/work/kde4/kdelibs/kdecore
From:       Laurent Montel <montel () kde ! org>
Date:       2005-06-20 11:37:45
Message-ID: 1119267465.570504.10282.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 427345 by mlaurent:

Fix compile


 M  +1 -1      kaccel.cpp  


--- branches/work/kde4/kdelibs/kdecore/kaccel.cpp #427344:427345
@@ -370,7 +370,7 @@
 void KAccelPrivate::emitActivatedSignal( KAccelAction* pAction )
 {
 	if( pAction ) {
-		QGuardedPtr<KAccelPrivate> me = this;
+		QPointer<KAccelPrivate> me = this;
 		QRegExp reg( "([ ]*KAccelAction.*)" );
 		if( reg.search( pAction->methodSlotPtr()) >= 0 ) {
 			connect( this, SIGNAL(menuItemActivated(KAccelAction*)),
[prev in list] [next in list] [prev in thread] [next in thread] 

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