diff options
author | Javier <dev.git@javispedro.com> | 2020-04-12 00:45:32 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-04-12 01:24:39 +0200 |
commit | 5cb277888995edecfafd83fed4cf2bd510052a4b (patch) | |
tree | 9c94054e59035eece0e34e8be10ee77769b1d9e4 /stfstrokeitem.h | |
parent | 7f3d796c50b1855e690f74b35fd35798142ceb35 (diff) | |
download | scribiu-5cb277888995edecfafd83fed4cf2bd510052a4b.tar.gz scribiu-5cb277888995edecfafd83fed4cf2bd510052a4b.zip |
port to qt5, libusb 1.0, and openobex 1.7
Diffstat (limited to 'stfstrokeitem.h')
-rw-r--r-- | stfstrokeitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stfstrokeitem.h b/stfstrokeitem.h index 5825c10..5e7a253 100644 --- a/stfstrokeitem.h +++ b/stfstrokeitem.h @@ -19,7 +19,7 @@ #ifndef STFSTROKEITEM_H #define STFSTROKEITEM_H -#include <QtGui/QGraphicsPathItem> +#include <QtWidgets/QGraphicsPathItem> #include "paperreplay.h" class StfStrokeItem : public QGraphicsPathItem |