-rw-r--r-- | x11/libqpe-x11/qpe/qpeapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qpe/qpeapplication.h b/x11/libqpe-x11/qpe/qpeapplication.h index 254fbfa..b1fc074 100644 --- a/x11/libqpe-x11/qpe/qpeapplication.h +++ b/x11/libqpe-x11/qpe/qpeapplication.h | |||
@@ -97,8 +97,9 @@ protected: | |||
97 | private: | 97 | private: |
98 | class Private; | 98 | class Private; |
99 | Private* d; | 99 | Private* d; |
100 | QCopChannel *m_sys; | 100 | QCopChannel *m_sys; |
101 | QCopChannel *m_pid; | 101 | QCopChannel *m_pid; |
102 | }; | 102 | }; |
103 | enum Transformation { Rot0, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws.cpp */ | ||
103 | 104 | ||
104 | #endif | 105 | #endif |