summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/main.cpp
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/main.cpp b/core/multimedia/opieplayer/main.cpp
index 5246e40..9f7ef73 100644
--- a/core/multimedia/opieplayer/main.cpp
+++ b/core/multimedia/opieplayer/main.cpp
@@ -45,13 +45,13 @@ int main(int argc, char **argv) {
45 VideoWidget vw( 0, "videoUI" ); 45 VideoWidget vw( 0, "videoUI" );
46 videoUI = &vw; 46 videoUI = &vw;
47 LoopControl lc( 0, "loopControl" ); 47 LoopControl lc( 0, "loopControl" );
48 loopControl = &lc; 48 loopControl = &lc;
49 MediaPlayer mp( 0, "mediaPlayer" ); 49 MediaPlayer mp( 0, "mediaPlayer" );
50 50
51 pl.setCaption( MediaPlayer::tr("Media Player") ); 51 pl.setCaption( MediaPlayer::tr("Opie Player") );
52 a.showMainDocumentWidget(&pl); 52 a.showMainDocumentWidget(&pl);
53 53
54 return a.exec(); 54 return a.exec();
55} 55}
56 56
57 57