diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 20:58:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 20:58:25 +0000 |
commit | 6070a4d5781867253b1a84025546ebf8d05d4cf9 (patch) | |
tree | 86db856460491bae6413f3f0f70accc0bc9ecbed /deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp | |
parent | - Update to 0.24 (diff) |
- Update to 4.3
PR: 110342
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=187538
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> |