author | llornkcor <llornkcor> | 2002-07-29 23:38:47 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-29 23:38:47 (UTC) |
commit | 6c41e8a4fd35f8e1689caa2e62981d1df2432223 (patch) (unidiff) | |
tree | 74eaab0a890f4706877ece76cc1c984b5446e869 | |
parent | ce331dbef4c05d829f655707ea3bf22f3187340b (diff) | |
download | opie-6c41e8a4fd35f8e1689caa2e62981d1df2432223.zip opie-6c41e8a4fd35f8e1689caa2e62981d1df2432223.tar.gz opie-6c41e8a4fd35f8e1689caa2e62981d1df2432223.tar.bz2 |
fixed missing '{'
-rw-r--r-- | noncore/multimedia/opieplayer2/audiowidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.cpp b/noncore/multimedia/opieplayer2/audiowidget.cpp index 31687b9..b82171e 100644 --- a/noncore/multimedia/opieplayer2/audiowidget.cpp +++ b/noncore/multimedia/opieplayer2/audiowidget.cpp | |||
@@ -96,7 +96,7 @@ static const int numButtons = (sizeof(audioButtons)/sizeof(MediaButton)); | |||
96 | 96 | ||
97 | 97 | ||
98 | AudioWidget::AudioWidget(QWidget* parent, const char* name, WFlags f) : | 98 | AudioWidget::AudioWidget(QWidget* parent, const char* name, WFlags f) : |
99 | QWidget( parent, name, f ), songInfo( this ), slider( Qt::Horizontal, this ), time( this ) | 99 | QWidget( parent, name, f ), songInfo( this ), slider( Qt::Horizontal, this ), time( this ) { |
100 | setCaption( tr("OpiePlayer") ); | 100 | setCaption( tr("OpiePlayer") ); |
101 | 101 | ||
102 | Config cfg("OpiePlayer"); | 102 | Config cfg("OpiePlayer"); |