tags 581349 + patch thanks > Olivier Vitrat wrote: > > Hello > > This has been fixed in KDE 4.4.4 > > Closing this bug report. > > Olivier > > Wrong it is still not working. Why do you think that it is fixed?
The attached patch fixes the problem. It happened due to a always failing precompiler check. -- Robert Wohlrab
Description: Q_WS_X11 needs qglobal.h Origin: upstream, commit:1128515 --- diff --git a/klipper/klipper.cpp b/klipper/klipper.cpp index 5a44f3463b22787b5a6a9aad846afcca1d3ae267..17f83b68358c73d9605dec6fc2a60e1dc648d049 100644 --- a/klipper/klipper.cpp +++ b/klipper/klipper.cpp @@ -22,6 +22,7 @@ Boston, MA 02110-1301, USA. */ +#include <qglobal.h> #ifdef Q_WS_X11 #include <config-X11.h> #endif