I went to kde-looks.org and downloaded a theme: http://kdelook.org/content/show.php?content=10919 When I ran the configure command, it went ok: [root@localhost thinkeramik-3.2.1]# ./configure --prefix="`kde-config --prefix`" ... Good - your configure finished. Start make now However, when I run make, I get a whole slew of errors, that look like this: t::minimumSize() const': thinkeramik.cpp:1852: error: `widget' undeclared (first use this function) thinkeramik.cpp: In member function `virtual bool ThinKeramik::ThinKeramikClient::eventFilter(QObject*, QEvent*)': thinkeramik.cpp:1858: error: `widget' undeclared (first use this function) thinkeramik.cpp:1876: error: `processMousePressEvent' undeclared (first use this function) thinkeramik.cpp: At global scope: thinkeramik.cpp:1894: error: expected constructor, destructor, or type conversion before '*' token thinkeramik.cpp:1894: error: expected `,' or `;' before '*' token make[3]: *** [thinkeramik.lo] Error 1 make[3]: Leaving directory `/home/dave/Desktop/thinkeramik-3.2.1/kwin' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dave/Desktop/thinkeramik-3.2.1/kwin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dave/Desktop/thinkeramik-3.2.1' make: *** [all] Error 2 Of course I tried to look up these errors on Google, but it was a fruitless search. Does anyone know why I would be getting these errors if the configure ran okay? Dave