blob: 88735242cbc901f1ad281fc2c70c7efe6e41d7f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#
--- kdenox/konq-embed/dropin/kapplication.h~gcc4
+++ kdenox/konq-embed/dropin/kapplication.h
@@ -122,7 +122,7 @@
// required since kdelibs 3.4
void updateUserTimestamp(unsigned long = 0) {}
- static int KApplication::startDragDistance();
+ static int startDragDistance();
signals:
// required by KHTMLView
|