This is a KDE/Qt Style based on screenshots of Microsoft's OfficeXP interface.

To install, you need automake, autoconf, Qt, and KDELibs installed. 

If your Qt is installed in /usr/local/lib/qt, then do this (for bash):
$ export QTDIR=/usr/local/lib/qt

(or for tcsh/csh users like me)
> setenv QTDIR /usr/local/lib/qt

Also, make sure that your KDE installation directory is set properly.
If you're on Linux-Mandrake, you should run:

$ export KDEDIR=/usr

before running the ./configure script.

then run:

$ ./configure
$ make
$ su -c "make install"


That should get this up and going. Email <lee@azsites.com> if you have any questions, comments, suggestions, or ideas.

-Chris Lee <lee@azsites.com>
