summaryrefslogtreecommitdiff
path: root/libopie
Unidiff
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index dea24a8..9931684 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -170,10 +170,10 @@ void ODevice::touchSound ( )
170#ifndef QT_QWS_EBX 170#ifndef QT_QWS_EBX
171#ifndef QT_NO_SOUND 171#ifndef QT_NO_SOUND
172 static Sound snd ( "touchsound" ); 172 static Sound snd ( "touchsound" );
173qDebug("touchSound"); 173//qDebug("touchSound");
174 if ( snd. isFinished ( )) { 174 if ( snd. isFinished ( )) {
175 snd. play ( ); 175 snd. play ( );
176 qDebug("sound should play"); 176 // qDebug("sound should play");
177 } 177 }
178#endif 178#endif
179#endif 179#endif