summaryrefslogtreecommitdiff
path: root/libopie
authorsandman <sandman>2002-11-19 00:58:14 (UTC)
committer sandman <sandman>2002-11-19 00:58:14 (UTC)
commit9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31 (patch) (unidiff)
treee0656e311b020954e08f2cb9abd45aba6cf7f360 /libopie
parented81ae3a2a504c324481b85ceb24808381b5b89c (diff)
downloadopie-9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31.zip
opie-9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31.tar.gz
opie-9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31.tar.bz2
Removed the last QT_QWS_* in libopie .. the libopie binary should now be
interchangeable between iPAQ, OZ and retail Z (in theory ;) )
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 25c9826..2d2f7db 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -305,5 +305,4 @@ QString ODevice::systemVersionString ( ) const
305void ODevice::alarmSound ( ) 305void ODevice::alarmSound ( )
306{ 306{
307#ifndef QT_QWS_EBX
308#ifndef QT_NO_SOUND 307#ifndef QT_NO_SOUND
309 static Sound snd ( "alarm" ); 308 static Sound snd ( "alarm" );
@@ -312,10 +311,8 @@ void ODevice::alarmSound ( )
312 snd. play ( ); 311 snd. play ( );
313#endif 312#endif
314#endif
315} 313}
316 314
317void ODevice::keySound ( ) 315void ODevice::keySound ( )
318{ 316{
319#ifndef QT_QWS_EBX
320#ifndef QT_NO_SOUND 317#ifndef QT_NO_SOUND
321 static Sound snd ( "keysound" ); 318 static Sound snd ( "keysound" );
@@ -324,5 +321,4 @@ void ODevice::keySound ( )
324 snd. play ( ); 321 snd. play ( );
325#endif 322#endif
326#endif
327} 323}
328 324
@@ -330,5 +326,4 @@ void ODevice::touchSound ( )
330{ 326{
331 327
332#ifndef QT_QWS_EBX
333#ifndef QT_NO_SOUND 328#ifndef QT_NO_SOUND
334 static Sound snd ( "touchsound" ); 329 static Sound snd ( "touchsound" );
@@ -337,5 +332,4 @@ void ODevice::touchSound ( )
337 snd. play ( ); 332 snd. play ( );
338#endif 333#endif
339#endif
340} 334}
341 335
@@ -593,5 +587,4 @@ void iPAQ::timerEvent ( QTimerEvent * )
593void iPAQ::alarmSound ( ) 587void iPAQ::alarmSound ( )
594{ 588{
595#if defined( QT_QWS_IPAQ ) // IPAQ
596#ifndef QT_NO_SOUND 589#ifndef QT_NO_SOUND
597 static Sound snd ( "alarm" ); 590 static Sound snd ( "alarm" );
@@ -629,5 +622,4 @@ void iPAQ::alarmSound ( )
629 } 622 }
630#endif 623#endif
631#endif
632} 624}
633 625