summaryrefslogtreecommitdiff
path: root/libopie/owait.h
authorharlekin <harlekin>2003-04-10 14:53:24 (UTC)
committer harlekin <harlekin>2003-04-10 14:53:24 (UTC)
commita7debbf487db4f832cafe7791351f2ef17210e73 (patch) (unidiff)
tree14cf305675642d8f25aa75d00bcc313b25e53e5b /libopie/owait.h
parentcf029a4007ea344c530d8a71cd0b012393ebd7ba (diff)
downloadopie-a7debbf487db4f832cafe7791351f2ef17210e73.zip
opie-a7debbf487db4f832cafe7791351f2ef17210e73.tar.gz
opie-a7debbf487db4f832cafe7791351f2ef17210e73.tar.bz2
away from a fixed size for the animation
Diffstat (limited to 'libopie/owait.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/owait.h1
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
@@ -63,6 +63,7 @@ public:
63 QLabel *m_lb; 63 QLabel *m_lb;
64 QTimer *m_waitTimer; 64 QTimer *m_waitTimer;
65 int m_timerLength; 65 int m_timerLength;
66 int m_aniSize;
66}; 67};
67 68
68#endif 69#endif