-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 @@ -58,11 +58,12 @@ public: private: void timerEvent( QTimerEvent * ) ; void paintEvent( QPaintEvent * ); QPixmap m_pix; QLabel *m_lb; QTimer *m_waitTimer; int m_timerLength; + int m_aniSize; }; #endif |