It's not actually using "KDE", but is using some of the libs and widgets that are a part of KDE. *Any* KDE/Qt application you install will require at least some Qt libs just to display the widgets, and since these widgets are more ram-hungry than those in FLTK, Gtk1, or X, you will be using more resources while running these programs. In my suse system I have a program called qinternet, which is just a simple ppp dialer. However, since it is a Qt applicaton it requires loading of libs that are use only when configuring the application....the result is a program that uses 15mb of ram just to tell you whether or not you're connected to the internet. |