[Bug 153463] [PATCH] Make Kompare build/work in KDE 4.0 SVN (3.96.2)

Kevin Kofler kevin.kofler at chello.at
Wed Dec 5 08:35:00 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=153463         
kevin.kofler chello at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22345|0                           |1
        is obsolete|                            |



------- Additional Comments From kevin.kofler chello at  2007-12-05 08:34 -------
Created an attachment (id=22346)
 --> (http://bugs.kde.org/attachment.cgi?id=22346&action=view)
22345: Fix Kompare in KDE 4 (rev 3)

A minor cleanup: I had copied the implementation of qSmartMinSize from Qt 3,
but actually the one from qlayoutengine_p.h in Qt 4 is exported already, the
reason I had unresolved references was that it was taking a QWidget * in Qt 3
and now takes a const QWidget * instead, so I fixed the declaration in
komparesplitter.cpp and removed the copy of qSmartMinSize. (Yes, they copied
the declaration because they didn't want to copy all of qlayoutengine_p.h. Now
that I copied all of QSplitter, I need some more stuff from there though. ;-) )


More information about the Kompare-devel mailing list