summaryrefslogtreecommitdiffstats
path: root/src/shared/deviceskin/deviceskin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/deviceskin/deviceskin.h')
-rw-r--r--src/shared/deviceskin/deviceskin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/deviceskin/deviceskin.h b/src/shared/deviceskin/deviceskin.h
index 348119d96..fcdb88093 100644
--- a/src/shared/deviceskin/deviceskin.h
+++ b/src/shared/deviceskin/deviceskin.h
@@ -113,7 +113,7 @@ public:
void setSecondaryView( QWidget *v );
void setZoom( double );
- void setTransform( const QMatrix& );
+ void setTransform(const QTransform &);
bool hasCursor() const;
@@ -155,7 +155,7 @@ private:
QPoint clickPos;
bool buttonPressed;
int buttonIndex;
- QMatrix transform;
+ QTransform transform;
qvfb_internal::CursorWindow *cursorw;
bool joydown;