author | kergoth <kergoth> | 2003-01-26 20:02:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 20:02:39 (UTC) |
commit | 5c4af98c127d777ba9f7de0c2298fb931a9cc877 (patch) (side-by-side diff) | |
tree | f2e68310458b7965d7f3270e0eea9be4d3341b25 /libopie | |
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 @@ -28,3 +28,3 @@ -enum Transformation { None, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws.cpp */ +#include <qpe/qpeapplication.h> /* for Transformation enum.. */ |