author | kergoth <kergoth> | 2003-01-26 20:02:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 20:02:39 (UTC) |
commit | 5c4af98c127d777ba9f7de0c2298fb931a9cc877 (patch) (unidiff) | |
tree | f2e68310458b7965d7f3270e0eea9be4d3341b25 | |
parent | 808181587c1cea5a089c75df7d2833f100bddbf1 (diff) | |
download | opie-5c4af98c127d777ba9f7de0c2298fb931a9cc877.zip opie-5c4af98c127d777ba9f7de0c2298fb931a9cc877.tar.gz opie-5c4af98c127d777ba9f7de0c2298fb931a9cc877.tar.bz2 |
fix the Transformation redefinition.
-rw-r--r-- | libopie/odevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index 8164c4d..575e1fe 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <opie/odevicebutton.h> | 27 | #include <opie/odevicebutton.h> |
28 | 28 | ||
29 | enum Transformation { None, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws.cpp */ | 29 | #include <qpe/qpeapplication.h> /* for Transformation enum.. */ |
30 | 30 | ||
31 | class ODeviceData; | 31 | class ODeviceData; |
32 | 32 | ||