summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/audiowidget.h
authorsimon <simon>2002-12-02 18:34:02 (UTC)
committer simon <simon>2002-12-02 18:34:02 (UTC)
commitcf6d2e032faac6fbaeb9c5730767fc25021045fe (patch) (unidiff)
tree4a75af0170fec6b140ddf9ba7a2776f8e5a6427a /noncore/multimedia/opieplayer2/audiowidget.h
parent2aa2e01cd678012d4b28365c9c765a2076f64a3b (diff)
downloadopie-cf6d2e032faac6fbaeb9c5730767fc25021045fe.zip
opie-cf6d2e032faac6fbaeb9c5730767fc25021045fe.tar.gz
opie-cf6d2e032faac6fbaeb9c5730767fc25021045fe.tar.bz2
- oops, realized it's not MediaType but rather DisplayType
Diffstat (limited to 'noncore/multimedia/opieplayer2/audiowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/audiowidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.h b/noncore/multimedia/opieplayer2/audiowidget.h
index 3f0c059..91fcbc5 100644
--- a/noncore/multimedia/opieplayer2/audiowidget.h
+++ b/noncore/multimedia/opieplayer2/audiowidget.h
@@ -81,7 +81,7 @@ public slots:
81 void setPosition( long ); 81 void setPosition( long );
82 void setLength( long ); 82 void setLength( long );
83 void setSeekable( bool ); 83 void setSeekable( bool );
84 void setMediaType( MediaPlayerState::MediaType mediaType ); 84 void setDisplayType( MediaPlayerState::DisplayType displayType );
85 85
86signals: 86signals:
87 void moreClicked(); 87 void moreClicked();