diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 92e5b5b10..64726f9ba 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -681,7 +681,7 @@ QWheelEvent::QWheelEvent(const QPoint &pos, const QPoint& globalPos, int delta, in the event. */ QKeyEvent::QKeyEvent(Type type, int key, Qt::KeyboardModifiers modifiers, const QString& text, - bool autorep, ushort count) + bool autorep, int count) : QInputEvent(type, modifiers), txt(text), k(key), c(count), autor(autorep) { }