On Thu, May 31, 2001 at 06:26:56PM +0000, Henrik Johnson wrote: > In order for this to compile it needs to include qmainwindow.h. As of now > you get a compilation error if you include ktoolbar.h before > qmainwindow.h. What's the error you get? ---- #include #include int main() { } ----- This one compiles just fine for me... Bye, Simon