]> 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 8c32fd81e9232067aa4fb31fc679cafd37acf4fb..3c1da3fba409fd2d5f23c798087467cc9a95286a 100644 (file)
 #include "ktooltip_p.h"
 
 
+// compile with XShape older than 1.0
+#ifndef ShapeInput
+const int ShapeInput = 2;
+#endif
+
 
 class KToolTipItemPrivate
 {
@@ -64,6 +69,7 @@ KToolTipItem::KToolTipItem(const QIcon &icon, const QString &text, int type)
 
 KToolTipItem::~KToolTipItem()
 {
+    delete d;
 }
 
 int KToolTipItem::type() const