author | llornkcor <llornkcor> | 2002-10-17 02:46:14 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-17 02:46:14 (UTC) |
commit | 16cffa585f579e493c8b0da7d5ee452d4cde0ac4 (patch) (unidiff) | |
tree | 3ec4dd9723f7fec2ed4edeed60b6a57d82b1980c | |
parent | ce65a2b92c8d647b0621120358bde62f7a893129 (diff) | |
download | opie-16cffa585f579e493c8b0da7d5ee452d4cde0ac4.zip opie-16cffa585f579e493c8b0da7d5ee452d4cde0ac4.tar.gz opie-16cffa585f579e493c8b0da7d5ee452d4cde0ac4.tar.bz2 |
needs this maybe also
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.h b/noncore/multimedia/opieplayer2/mediaplayer.h index 131db33..002311a 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.h +++ b/noncore/multimedia/opieplayer2/mediaplayer.h | |||
@@ -63,13 +63,13 @@ private slots: | |||
63 | 63 | ||
64 | protected: | 64 | protected: |
65 | void timerEvent( QTimerEvent *e ); | 65 | void timerEvent( QTimerEvent *e ); |
66 | void keyReleaseEvent( QKeyEvent *e); | 66 | void keyReleaseEvent( QKeyEvent *e); |
67 | private: | 67 | private: |
68 | bool isBlanked, l, r; | 68 | bool isBlanked, l, r; |
69 | int fd; | 69 | int fd, fl; |
70 | int volumeDirection; | 70 | int volumeDirection; |
71 | const DocLnk *currentFile; | 71 | const DocLnk *currentFile; |
72 | XineControl *xineControl; | 72 | XineControl *xineControl; |
73 | VolumeControl *volControl; | 73 | VolumeControl *volControl; |
74 | }; | 74 | }; |
75 | 75 | ||