KDE is heavily based on Qt. Most of the KDE libraries that have the same name as the Qt library are just extended versions of the Qt library.
kapp.h for example contains KDE enhancements for desktop integration and includes qapp.h itself. KDElibs is quite extensive and is now being used for cross platform development as a way of getting additional functionality not available in Qt. It builds on Qt. ~Ryan On Thu, Sep 3, 2009 at 9:21 AM, Dos-Man 64<[email protected]> wrote: > > In Linux Rapid Application Development by Cameron Hughes and Tracey > Hughes, the authors show c++ programming examples for QT and > (apparently) KDE programming libraries. The QT examples include > headers files that begin with a Q ("qmessagebox.h"), while the K > programs have header files that begin with a k ("kapp.h"). > > Both of these appear to link to the same qt library, but I haven't > been able to get any of the programs to compile. Can someone please > explain to me what is the difference between these two? I thought KDE > was a window manager, not a programming library. > > > -- http://rmgraham.blogspot.com http://twitter.com/rmgraham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
