diff options
Diffstat (limited to 'src/ktooltip.cpp')
| -rw-r--r-- | src/ktooltip.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
