X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/71a6ab3c9b6fb38a3012098c2076bfec9d87a2d8..817f3952e2bed820ea3b50dfdfe91ccb99dcb748:/src/ktooltip.cpp diff --git a/src/ktooltip.cpp b/src/ktooltip.cpp index 712bdb85d..3c1da3fba 100644 --- a/src/ktooltip.cpp +++ b/src/ktooltip.cpp @@ -39,6 +39,11 @@ #include "ktooltip_p.h" +// compile with XShape older than 1.0 +#ifndef ShapeInput +const int ShapeInput = 2; +#endif + class KToolTipItemPrivate {