By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1087

Summary: Odd KMail messages in xsession log
Product: TDE Reporter: Darrell <darrella>
Component: tdepimAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, slavek.banko
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2012-07-11 11:28:04 CDT
I notice the following messages in my xsession log when I start KMail:

[tdeinit] kmail is executable and not a library. Launching with exec.
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgRemoved(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotRemoveMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgAdded(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotAddMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgRemoved(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotRemoveMessage(TQ_UINT32)
TQObject::connect: Incompatible sender/receiver arguments
        KMFolderMgr::msgAdded(KMFolder*,TQ_UINT32) --> KMMsgIndex::slotAddMessage(TQ_UINT32)


The messages likely mean a definition of a slot function was changed but an associated signal wasn't.

I do not notice any failures in KMail, but that does not mean other people don't or that the bugs are not related to other KMail bug reports. :-)
Comment 1 Timothy Pearson 2012-08-16 02:14:42 CDT
This should be fixed in GIT hash acecca8.

Please check for any new kmail issues which might have been caused by reconnecting these long-dormant slots before closing this bug report.
Comment 2 Darrell 2012-08-16 11:35:03 CDT
With the patch the signal/slot errors no longer appear. Thanks.

As I do not see any other related kmail errors, I'm closing this report as resolved.