diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-29 15:36:44 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-29 15:36:44 +0000 |
commit | 88b16273edc806d8eed39e65f8639e0aed8c3552 (patch) | |
tree | 886e4f3e4ce8b8a56fec7d8e010ed0700396e667 /editors/calligra/files/patch-krita_ui-kis_ruler.cc | |
parent | 60d0dc2dfc85634f0afc00ff9d976d01f099cc10 (diff) | |
download | ports-88b16273edc806d8eed39e65f8639e0aed8c3552.tar.gz ports-88b16273edc806d8eed39e65f8639e0aed8c3552.zip |
Notes
Diffstat (limited to 'editors/calligra/files/patch-krita_ui-kis_ruler.cc')
-rw-r--r-- | editors/calligra/files/patch-krita_ui-kis_ruler.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/calligra/files/patch-krita_ui-kis_ruler.cc b/editors/calligra/files/patch-krita_ui-kis_ruler.cc new file mode 100644 index 000000000000..20170a079e1d --- /dev/null +++ b/editors/calligra/files/patch-krita_ui-kis_ruler.cc @@ -0,0 +1,10 @@ +--- krita/ui/kis_ruler.cc 2006/04/03 08:02:37 525898 ++++ krita/ui/kis_ruler.cc 2006/04/06 17:18:18 527039 +@@ -18,6 +18,7 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include <qpainter.h> ++#include <qstyle.h> + + #include "kdebug.h" + |