diff options
Diffstat (limited to 'editors/koffice-kde3/files/patch-krita_ui-kis_ruler.cc')
-rw-r--r-- | editors/koffice-kde3/files/patch-krita_ui-kis_ruler.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/koffice-kde3/files/patch-krita_ui-kis_ruler.cc b/editors/koffice-kde3/files/patch-krita_ui-kis_ruler.cc new file mode 100644 index 000000000000..20170a079e1d --- /dev/null +++ b/editors/koffice-kde3/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" + |