OSDN Git Service

okular: correct QTabletEvent header inclusion
authorIvailo Monev <xakepa10@laimg.moc>
Sat, 4 Jan 2020 14:00:45 +0000 (14:00 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sat, 4 Jan 2020 14:00:45 +0000 (14:00 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
okular/ui/annotationtools.h

index 7dd52b3..26f1c3d 100644 (file)
@@ -20,7 +20,7 @@
 #include <QMouseEvent>
 #include <QPainter>
 #ifndef QT_NO_TABLET
-#include <QTabeltEvent>
+#include <QTabletEvent>
 #endif
 
 class PageViewItem;