-rw-r--r-- | libopie/owait.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie/owait.h b/libopie/owait.h index 98409cf..d22e141 100644 --- a/libopie/owait.h +++ b/libopie/owait.h @@ -50,19 +50,20 @@ public: void setTimerLength( int length ); public slots: /** * reimplemented for control reasons */ void hide(); private: void timerEvent( QTimerEvent * ) ; void paintEvent( QPaintEvent * ); QPixmap m_pix; QLabel *m_lb; QTimer *m_waitTimer; int m_timerLength; + int m_aniSize; }; #endif |