summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/audiowidget.h
authorzecke <zecke>2004-03-14 11:21:03 (UTC)
committer zecke <zecke>2004-03-14 11:21:03 (UTC)
commitced17a6b39a2b4e282b5912dbb58262d4ad2b6d1 (patch) (side-by-side diff)
tree171a164f98398128f906f647b47d2d4d2f2cb513 /noncore/multimedia/opieplayer2/audiowidget.h
parent6b5ec807e25094979f5631a3a46baf7415326d8a (diff)
downloadopie-ced17a6b39a2b4e282b5912dbb58262d4ad2b6d1.zip
opie-ced17a6b39a2b4e282b5912dbb58262d4ad2b6d1.tar.gz
opie-ced17a6b39a2b4e282b5912dbb58262d4ad2b6d1.tar.bz2
Use ODP namespace
Diffstat (limited to 'noncore/multimedia/opieplayer2/audiowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/audiowidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.h b/noncore/multimedia/opieplayer2/audiowidget.h
index b436239..aea4146 100644
--- a/noncore/multimedia/opieplayer2/audiowidget.h
+++ b/noncore/multimedia/opieplayer2/audiowidget.h
@@ -36,7 +36,7 @@
#include <qlineedit.h>
-#include <opie/oticker.h>
+#include <opie2/oticker.h>
#include "mediawidget.h"
@@ -83,7 +83,7 @@ private:
int skipDirection;
QString skin;
- OTicker songInfo;
+ Opie::Ui::OTicker songInfo;
QSlider slider;
QLineEdit time;
bool isStreaming : 1;