diff options
Diffstat (limited to 'deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp')
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp b/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp new file mode 100644 index 000000000000..94be385cfe40 --- /dev/null +++ b/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp @@ -0,0 +1,10 @@ +--- src/normalzoomstate.cpp.orig Fri Nov 17 20:07:22 2006 ++++ src/normalzoomstate.cpp Thu Mar 15 17:24:14 2007 +@@ -20,6 +20,7 @@ + #include "normalzoomstate.h" + + #include <iostream> ++#include <typeinfo> + #include <unistd.h> + + #include <qapplication.h> |