]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/ktooltip.cpp
Fix for show_filter_bar action of tools-menu, which is not correctly set (when the...
[dolphin.git] / src / ktooltip.cpp
index 712bdb85db6bed96301e280466a15c8378d6b063..3c1da3fba409fd2d5f23c798087467cc9a95286a 100644 (file)
 #include "ktooltip_p.h"
 
 
+// compile with XShape older than 1.0
+#ifndef ShapeInput
+const int ShapeInput = 2;
+#endif
+
 
 class KToolTipItemPrivate
 {