author | zecke <zecke> | 2003-02-02 19:26:09 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-02-02 19:26:09 (UTC) |
commit | f2e80c39e5861f12e1c08e548ebff33ecb0d6ea6 (patch) (side-by-side diff) | |
tree | d2003e38ef13407c43bfd52c6d533c03f272a7a4 /x11 | |
parent | 8844489d3d3a71a2bf48f1a5ec4b45d31f18acfb (diff) | |
download | opie-f2e80c39e5861f12e1c08e548ebff33ecb0d6ea6.zip opie-f2e80c39e5861f12e1c08e548ebff33ecb0d6ea6.tar.gz opie-f2e80c39e5861f12e1c08e548ebff33ecb0d6ea6.tar.bz2 |
Include Rotation so now it compiles again
-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 @@ -79,26 +79,27 @@ signals: private: void initTranslations(); void internalSetStyle(const QString&); private slots: void hideOrQuit(); void systemMessage( const QCString&, const QByteArray& ); void pidMessage( const QCString&, const QByteArray& ); void removeSenderFromStylusDict(); protected: virtual void restart(); virtual void shutdown(); void prepareForTermination(bool willrestart); bool eventFilter( QObject*, QEvent* ); void timerEvent( QTimerEvent* ); void raiseAppropriateWindow(); virtual void tryQuit(); private: class Private; Private* d; QCopChannel *m_sys; QCopChannel *m_pid; }; +enum Transformation { Rot0, Rot90, Rot180, Rot270 }; /* from qgfxtransformed_qws.cpp */ #endif |